AI Agent Hub
Back to skills
Skill Creator icon

Skill Creator

AI Agent Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_7f8b2f57/skill-creator-1 according to https://skillhub.cn/install/skillhub.md.

About this skill

Problem

When building an Agent Skill, the hard part is not writing a description, but confirming whether the skill triggers on realistic prompts, produces stable output, and performs better than a no-skill baseline. Editing SKILL.md by intuition can hide failures until later use.

How It Works

skill-creator turns creation into an executable loop:
- Capture intent: confirm the skill goal, triggering contexts, output format, and whether tests are needed.
- Draft the skill: write name, description, compatibility notes, and body content, with the description covering concrete use cases.
- Create tests: generate 2-3 realistic user prompts and store them in evals/evals.json.
- Run comparisons: launch with-skill and baseline runs in parallel, then collect timing.json, grading results, and benchmark data.
- Iterate: rewrite the skill based on qualitative feedback, quantitative assertions, and edge cases, then expand the test set.

Notes

This skill fits verifiable workflows such as file transformation, data extraction, code generation, or fixed procedures. For subjective outputs like writing style or design quality, avoid forcing quantitative assertions; keep human review and treat test results as iteration signals rather than final proof.

Use Cases

  • Turn a repeated data-extraction workflow into a skill and validate its output format with test prompts.
  • Evaluate an existing skill draft by running baseline and with-skill versions to compare quality and runtime.
  • Improve a skill description so it triggers reliably when users mention dashboards or metrics.
  • Add test cases and assertions for a code-generation skill and check whether its output meets requirements.

Best For

  • Engineers packaging personal workflows into reusable Agent Skills
  • Team owners maintaining Claude Skills and verifying triggering plus output quality
  • AI application developers evaluating prompt behavior with test cases and benchmarks
  • Product engineers turning repeated steps into skills and iterating on their behavior