Skill Creator Plus — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Skill Creator Plus (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
Aggregate score unchanged between these scans.
The primary manifest — the file an agent reads to learn what this artifact does.
<p align="center"> <img src="assets/banner.png" alt="Skill Creator Plus" width="100%"> </p>
The skill that builds skills. Write a draft, run evals against a baseline, review results in an interactive viewer, improve, and repeat — until your skill actually works. Based on Anthropic's official skill-creator plugin, with bug fixes and best practices baked in.
Official skill-creator | skill-creator-plus | |
|---|---|---|
| Best practices guide | — | 620+ line Anthropic patterns reference |
| Script vs. Instruct guidance | — | Decision framework for when to bundle scripts vs. use instructions |
| Cross-host portability | — | Validates full agentskills.io spec + Claude-specific fields |
| Claude Code runtime docs | — | v2.1.116 listing budget, collapse mode, truncation thresholds, live-reload behavior |
| Eval viewer in Cowork | Silent fail on submit | Copyable JSON textarea (fixed) |
| Description optimizer | Requires separate ANTHROPIC_API_KEY; drifts toward 1,024-char bloat | Uses your existing claude session; length-aware selection + plateau early-stop |
| Benchmarking script | Silent empty results | Fixed directory handling |
| Skill type taxonomy | 3 broad categories | 3 + 9 Anthropic internal types |
| Pre-packaging checklist | — | Official checklist built in |
Anthropic ships a skill-creator plugin. It's good, but several parts are broken or missing:
when_to_use, model, paths, hooks, etc.) are supported but flagged as optional extensions, never load-bearing.paths: matching (the docs say "glob" — they're wrong), and chokidar depth-2 live-reload.ANTHROPIC_API_KEY most users don't have, and drifts toward 1,024-char descriptions that trigger the listing-collapse failure mode. This version uses claude -p (just works with your existing session), plus length-aware tie-break-shortest selection, plateau early-stop, and a tunable target length so descriptions stay tight.See the CHANGELOG for the full list of fixes.
Install (Claude Code):
claude plugin marketplace add https://github.com/yaniv-golan/skill-creator-plus
claude plugin install skill-creator-plus@skill-creator-plus-marketplaceThen just ask:
/skill-creator-plus Create a skill that reviews pull requests for security issuesThe skill takes it from there — intent capture, drafting, test cases, evaluation, and iteration.
Note: If you also have Anthropic's built-inskill-creatorinstalled, Claude may pick that one instead. Either uninstall the built-in, or use/skill-creator-plusto invoke this version explicitly.
Captures your intent through structured questions, researches existing patterns, then writes a SKILL.md with metadata, instructions, and test cases.
Spawns parallel runs (with-skill and baseline) on test prompts. While runs execute, drafts quantitative assertions. Grades results via the grader agent and shows them in an interactive browser-based viewer.
Analyzes evaluation results, identifies weaknesses, and rewrites the skill. Each iteration is benchmarked against the previous version.
For rigorous validation, runs blind A/B comparison: the comparator agent scores two outputs without knowing which skill produced them, then the analyzer agent unblinds and explains the differences.
Generates trigger/non-trigger test queries, runs an optimization loop with train/test split, and selects the best-performing description.
— or install manually —
yaniv-golan/skill-creator-plus and click SyncFrom your terminal:
claude plugin marketplace add https://github.com/yaniv-golan/skill-creator-plus
claude plugin install skill-creator-plus@skill-creator-plus-marketplaceOr from within a Claude Code session:
/plugin marketplace add yaniv-golan/skill-creator-plus
/plugin install skill-creator-plus@skill-creator-plus-marketplaceskill-creator-plus.zip/skill-creator-plus Create a skill that reviews pull requests for security issues/skill-creator-plus Run evals on my skill and show me the results/skill-creator-plus Optimize my skill's description for better triggering/skill-creator-plus Do a blind A/B comparison between the old and new version of my skillIf you built a skill using Skill Creator Plus, add this badge to your README:
[](https://github.com/yaniv-golan/skill-creator-plus)MIT — see LICENSE. Built on Anthropic's skill-creator (Apache 2.0) — see NOTICE.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.