🧰 skillkit
The toolbox for AI agent skills. Scaffold, lint, pack, and install SKILL.md skills — and serve your whole skill library to Claude Code, Cursor, and any MCP client with a built-in Model Context Protocol server.
Community audits found that the overwhelming majority of published SKILL.md files carry at least one "skill smell" — and a large share leak secrets. skillkit catches those before you ship.
📖 Deep docs: Usage guide — lint rules reference, MCP patterns, CI usage · Architecture · Contributing · Changelog · Security
✨ Features
- 🆕
new— scaffold a spec-compliant skill folder in one command - 🔍
lint— validate against the Agent Skills spec plus security smells: leaked API keys, vague descriptions, oversized bodies, folder typos, and more (scored 0–100 with a grade) - 📦
pack— zip a skill for upload to skill-capable platforms - 📥
install— install from a folder or any git URL into~/.claude/skills(or your own directory) - 🗂️
list/remove— manage your installed skill library - 🔌
mcp— a zero-dependency MCP server (stdio, JSON-RPC 2.0) that exposeslist_skills,read_skill, andlint_skilltools to any client - 🪶 Zero dependencies — pure Python standard library
- 🧪 76 tests, CI on Python 3.9 → 3.12
🚀 Quick start
git clone https://github.com/furkan708/skillkit.git
cd skillkit && pip install .
# 1. create a skill
skillkit new commit-writer -d "Writes conventional commit messages from staged diffs. Use when the user asks to commit changes."
# 2. lint it (spec + security + quality)
skillkit lint commit-writer
# ✓ no issues found
# score: 100/100 (grade A) · 0 errors · 0 warnings · 0 notes
# 3. pack it for upload
skillkit pack commit-writer # → commit-writer.zip
# 4. install it for Claude Code
skillkit install ./commit-writer # → ~/.claude/skills/commit-writer
🔌 Serve your skills over MCP
Add skillkit to any MCP client config — Claude Code, Cursor, Windsurf, and every other MCP-compatible agent:
{
"mcpServers": {
"skillkit": { "command": "skillkit", "args": ["mcp"] }
}
}
Your agent can now discover and read every installed skill on demand:
| Tool | What it does |
|---|---|
list_skills |
Discover installed skills with names + descriptions |
read_skill |
Load the full SKILL.md instructions of one skill |
lint_skill |
Validate a skill and get its quality score |
🔍 What lint catches
| Rule | Severity | Check |
|---|---|---|
| SEC001 | ✗ error | Leaked secrets: GitHub/AWS/OpenAI/Slack tokens, private keys, hardcoded credentials |
| SKILL001 | ✗ error | Invalid name: charset, length ≤ 64, reserved words (anthropic, claude) |
| SKILL002 | ✗ error | name does not match the folder name |
| SKILL003 | ✗ error | description longer than 1,024 characters |
| SKILL009 | ✗ error | metadata is not a string→string map |
| SKILL004 | ⚠ warn | Vague description (won't trigger — describe what and when) |
| SKILL005 | ⚠ warn | Body over ~500 lines (move detail into references/) |
| SKILL007 | ⚠ warn | Folder typos: script/, reference/, docs/… |
| SKILL006 | · info | Very thin body — add steps and examples |
| SKILL008 | · info | Unknown frontmatter fields |
Every run ends with a 0–100 score and a letter grade, so you know when a skill is ready to publish.
📖 CLI reference
skillkit new <name> -d <description> [--dir DIR] scaffold a skill
skillkit lint <path> [--json] [--strict] validate a skill
skillkit pack <path> [-o FILE.zip] zip for upload
skillkit install <path|git-url> [--agent claude|project] [--dir DIR]
skillkit list [--agent ...] [--dir DIR] [--json] show installed skills
skillkit remove <name> [--dir DIR] uninstall a skill
skillkit mcp [--dir DIR] serve skills over MCP
Built on the open Agent Skills specification — the same format supported by 40+ platforms including Claude, OpenAI Codex, and GitHub Copilot.
🧪 Tests
pip install pytest
pytest -v
🗂️ Project Structure
skillkit/
├── skillkit/
│ ├── frontmatter.py # minimal YAML frontmatter parser
│ ├── model.py # skill loading (Agent Skills spec)
│ ├── linter.py # rules, security smells, 0-100 score
│ ├── scaffold.py # new + pack
│ ├── installer.py # install / list / remove (folder or git)
│ ├── mcp_server.py # zero-dependency MCP stdio server
│ └── cli.py # command-line interface
└── tests/
🗺️ Roadmap
-
skillkit search— search community skill registries - More install targets (Codex, Copilot CLI paths as they standardize)
-
skillkit doctor— prompt-injection heuristics (planned, not implemented yet)
📄 License
MIT — see the LICENSE file for details.
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 skillkit_cli-1.0.0.tar.gz.
File metadata
- Download URL: skillkit_cli-1.0.0.tar.gz
- Upload date:
- Size: 24.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2a41c525f780e5264c77b95fc903da2598657145d634e02d0c0985829375d55
|
|
| MD5 |
55020614145a3fd9c41bbe138f8339a1
|
|
| BLAKE2b-256 |
92e4bdb91c3736140057f6f426a33eababb87c24e31c7032dbb7509d36371e3e
|
Provenance
The following attestation bundles were made for skillkit_cli-1.0.0.tar.gz:
Publisher:
release.yml on furkan708/skillkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
skillkit_cli-1.0.0.tar.gz -
Subject digest:
f2a41c525f780e5264c77b95fc903da2598657145d634e02d0c0985829375d55 - Sigstore transparency entry: 2628392760
- Sigstore integration time:
-
Permalink:
furkan708/skillkit@a9164a3833677ea7bc1653250cb3727c80032b27 -
Branch / Tag:
refs/tags/v1.0.0 - Owner: https://github.com/furkan708
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@a9164a3833677ea7bc1653250cb3727c80032b27 -
Trigger Event:
push
-
Statement type:
File details
Details for the file skillkit_cli-1.0.0-py3-none-any.whl.
File metadata
- Download URL: skillkit_cli-1.0.0-py3-none-any.whl
- Upload date:
- Size: 19.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ac53ad51f6f976c87fe85b1e672b87cf7a89020967fe7b9136dc523110f7e80
|
|
| MD5 |
8137392c90f717fdbd25d7df1559251d
|
|
| BLAKE2b-256 |
9ba67f88866a63563fadf9dea2227519ab3c963deb5192183274e9e7dc975bf4
|
Provenance
The following attestation bundles were made for skillkit_cli-1.0.0-py3-none-any.whl:
Publisher:
release.yml on furkan708/skillkit
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
skillkit_cli-1.0.0-py3-none-any.whl -
Subject digest:
5ac53ad51f6f976c87fe85b1e672b87cf7a89020967fe7b9136dc523110f7e80 - Sigstore transparency entry: 2628392782
- Sigstore integration time:
-
Permalink:
furkan708/skillkit@a9164a3833677ea7bc1653250cb3727c80032b27 -
Branch / Tag:
refs/tags/v1.0.0 - Owner: https://github.com/furkan708
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@a9164a3833677ea7bc1653250cb3727c80032b27 -
Trigger Event:
push
-
Statement type: