Evaluation-driven Claude Code skill development
Project description
skillet
Evaluation-driven Claude Code skill development.
Install
pip install pyskillet
Why
Anthropic recommends building evaluations before writing skills:
Create evaluations BEFORE writing extensive documentation. This ensures your Skill solves real problems rather than documenting imagined ones.
But they don't provide tooling:
We do not currently provide a built-in way to run these evaluations.
skillet fills that gap.
Workflow
1. Capture gaps with /gap
When Claude does something wrong, capture it:
> Write a code review comment for this SQL query...
● This code has a SQL injection vulnerability...
> /gap
● What did you expect instead?
> Should start with **issue** (blocking): using conventional comments format
● Gap saved to ~/.skillet/gaps/conventional-comments/001.yaml
2. Run baseline eval
skillet eval conventional-comments
Eval Results (baseline, no skill)
==================================
Gaps: 5
Iterations: 3 per gap
Total runs: 15
Pass rate: 0% (0/15)
3. Create the skill
skillet new conventional-comments
Found 5 gaps for 'conventional-comments', drafting SKILL.md...
Created plugins/conventional-comments/
├── .claude-plugin/
│ └── plugin.json
└── skills/conventional-comments/
└── SKILL.md (draft from 5 gaps)
4. Eval with skill
skillet eval conventional-comments --skill plugins/conventional-comments
Eval Results (with skill)
=========================
Skill: plugins/conventional-comments
Gaps: 5
Iterations: 3 per gap
Total runs: 15
Pass rate: 80% (12/15)
5. Iterate
Edit SKILL.md, re-run eval, repeat.
Commands
skillet eval <name> # baseline eval (no skill)
skillet eval <name> --skill <path> # eval with skill
skillet new <name> # create skill from gaps
Gaps
Gaps are stored in ~/.skillet/gaps/<name>/:
# ~/.skillet/gaps/conventional-comments/001.yaml
timestamp: 2025-01-15T10:30:00Z
prompt: "Write a code review comment for..."
actual: "This code has a SQL injection..."
expected: "Should start with **issue** (blocking):"
Roadmap
See ROADMAP.md for future ideas and planned features.
License
MIT
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 pyskillet-0.2.3.tar.gz.
File metadata
- Download URL: pyskillet-0.2.3.tar.gz
- Upload date:
- Size: 236.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b0069fa1448d1fa4bbd8045045dfb378bf7879bdf3b9fc5926a38158c58f922e
|
|
| MD5 |
a8e49e6a6dc8000505b81c45b117f389
|
|
| BLAKE2b-256 |
d282274d743ba6a463f6d93076b56b8b8f835601f291fd6f87dec7cfa4585129
|
File details
Details for the file pyskillet-0.2.3-py3-none-any.whl.
File metadata
- Download URL: pyskillet-0.2.3-py3-none-any.whl
- Upload date:
- Size: 41.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
26ebe430970bb20b14ef2fcbb3f834636f075301cd273bbfc97f91f2d25b1a86
|
|
| MD5 |
56c28af775ab42bdb85182f9da88d0a3
|
|
| BLAKE2b-256 |
fbffe1bf34bc6ad0a49881e3d3e47458d6e86e276b46b508fe8283d5aa90a7e0
|