Agent skill · Testing & QA

skill-creator

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

CreminiAIgithub.com/CreminiAIGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add CreminiAI/skillpack --skill skill-creator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 18
SKILL.md size: 4 KB
Bundled scripts: yes
Path: templates/builtin-skills/skill-creator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,139
Language: TypeScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Skill Creator Create new skills and iteratively improve them inside this SkillPack. Determine where the user is in the create → draft → test → improve cycle and help them move forward. ## Pack-specific rules All skills live under `{{SKILLS_PATH}}/<skill-name>/SKILL.md` and config is at `{{PACK_CONFIG_PATH}}`. These paths override any generic advice. Never create skills in the current workspace directory — always use `{{SKILLS_PATH}}`. ## Creating a skill ### Capture intent Extract answers from the current conversation first, then fill gaps with targeted questions. Confirm before writing the first draft: 1. What should this skill enable the model to do? 2. When should this skill trigger? 3. What output should it produce? 4. Does the user want a lightweight draft, or a tested and iterated skill? Clarify edge cases, input/output formats, success criteria, and dependencies as needed before writing test prompts. ### Write the skill Create the skill at `{{SKILLS_PATH}}/<skill-name>/SKILL.md`. Example template: ```yaml --- name: example-skill description: "Analyze competitor pricing pages and generate a comparison matrix. Use when the user wants to benchmark pricing tiers, feature gaps,

What's inside
Steps it walks through
  1. Pack-specific rules
  2. Creating a skill
  3. Capture intent
  4. Write the skill
  5. Sync skillpack.json
  6. Writing guide
  7. Test and iterate
  8. Improving an existing skill
  9. Completion checklist
Ships with 17 files
  • LICENSE.txt
  • agents/analyzer.md
  • agents/comparator.md
  • agents/grader.md
  • assets/eval_review.html
  • eval-viewer/generate_review.py
  • eval-viewer/viewer.html
  • references/schemas.md
  • scripts/__init__.py
  • scripts/aggregate_benchmark.py
  • scripts/generate_report.py
  • scripts/improve_description.py
  • scripts/package_skill.py
  • scripts/quick_validate.py
  • scripts/run_eval.py
  • scripts/run_loop.py
  • scripts/utils.py
More from skillpack
All skills →
About this skill
What does the skill-creator skill do?

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

How do I install it?

Run `npx skills add CreminiAI/skillpack --skill skill-creator --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From CreminiAI/skillpack, a repository with 1,139 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going