Skill Creator Pro

Scaffolds and validates new Claude skills with enforced structure and metadata.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.2/10
Tested
Jul 16, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 07e7bbb

Ran the real scaffolder end to end: generate_skill_starter.py built a compliant SKILL.md + agents/openai.yaml, then validate_skill_pack.py correctly flagged the empty scripts/ folder as a real defect -- a genuine automated quality gate an ad hoc SKILL.md never gets.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 5/5

What Skill Creator Pro does

Generates a starter skill pack (SKILL.md, agents/openai.yaml, scripts/references/assets folders) from a JSON spec, then validates any skill directory's frontmatter, naming, and script contract. Use when creating a brand-new Claude skill, upgrading an existing one, or enforcing consistent metadata and layout across a skill repository.

How to install Skill Creator Pro

git clone https://github.com/0x-Professor/Agent-Skills-Hub
mkdir -p ~/.claude/skills
cp -r Agent-Skills-Hub/skills/skill-creator-pro ~/.claude/skills/skill-creator-pro

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Skill Creator Pro

  • /skill-creator-pro Scaffolds and validates new Claude skills with enforced structure and metadata.

It also activates on plain-language prompts like these:

  • Help me scaffold a new Claude skill for summarizing PDF reports
  • I need to upgrade this skill's metadata to match our validation standards
  • Validate this skill folder's structure and frontmatter before I ship it

Frequently asked questions

Is the Skill Creator Pro skill free?
Yes. The skill itself is free from 0x-Professor/Agent-Skills-Hub. SkillProof publishes the install command and an independent test verdict at no cost.
Does Skill Creator Pro work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Ran the real scaffolder end to end: generate_skill_starter.py built a compliant SKILL.md + agents/openai.yaml, then validate_skill_pack.py correctly flagged the empty scripts/ folder as a real defect -- a genuine automated quality gate an ad hoc SKILL.md never gets.
What is the Skill Creator Pro SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
How do I install Skill Creator Pro?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Skill Creator Pro with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.