One command to make your codebase AI-agent ready.
Project description
SkillMint
One command to make your codebase AI-agent ready.
SkillMint detects your project stack and installs the right AI skills, rules, and instruction files for coding agents.
It is designed for Claude Code, Cursor, GitHub Copilot, Codex, Hermes, Cline, Roo Code, Aider, and similar coding agents.
Why
AI coding agents work better when a repository tells them:
- What stack the project uses.
- Which commands install, run, test, and build the project.
- Which files and directories should not be edited.
- Which framework conventions should be followed.
- Which agent instruction files should exist in the repo.
SkillMint creates that setup with one command.
Install
From source:
python -m pip install -e .
Later, when published:
pip install skillmint
Usage
Inside any project, run:
skillmint
SkillMint will:
- Scan the current project.
- Detect the stack.
- Show recommended AI skills.
- Ask what you want to install.
- Generate agent instruction files.
- Copy or generate skills into the project.
Generated files
SkillMint can create:
AGENTS.md
CLAUDE.md
.cursor/rules/project.mdc
.github/copilot-instructions.md
.ai/skills/<stack>/SKILL.md
For Flutter projects, SkillMint can install the official Flutter agent skills from:
https://github.com/flutter/skills
External downloads require confirmation.
Supported stacks in v0.1
- Flutter / Dart
- React / Vite / Node
- Laravel / PHP
- Python / FastAPI / Django
- Go
- Docker
- GitHub Actions
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file skillmint-0.1.0.tar.gz.
File metadata
- Download URL: skillmint-0.1.0.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f80e98ddf78ca1d807bb89019f13ef10de49b8b9ea0468369502183fcda487f
|
|
| MD5 |
c2e2020dc63e94ae3fbc1b13501de48b
|
|
| BLAKE2b-256 |
bf91afb4a0d95e40c2c3ac9cf2e0c5ad7448d8ea8a0058052444104a6e5dd566
|
File details
Details for the file skillmint-0.1.0-py3-none-any.whl.
File metadata
- Download URL: skillmint-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8ac9b41f0eca17d9860aacf720a02f4d47be3c779c2e0a5ecd4f8724e9e52222
|
|
| MD5 |
23e04c78e88b3d805255993f7e1526b6
|
|
| BLAKE2b-256 |
fe34319007b9128f73b41acf28d059f2bab0a81fad113d5c714d26270f620211
|