Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
cap-go avatar

Skill Creator

  • 406 installs
  • 57 repo stars
  • Updated July 13, 2026
  • cap-go/capgo-skills

skill-creator is an agent skill that guides authoring and validating Claude Code agent skills with lean SKILL.md structure, progressive disclosure, and skillgrade evals for developers packaging CapGo-aligned Capacitor wo

About

skill-creator is an agent skill from cap-go/capgo-skills that walks developers through professional agent skill authoring inside the CapGo skills ecosystem, which ships 49 Capacitor-focused skills for mobile development agents. The 7-step procedure validates YAML frontmatter with unique lowercase names and specific trigger descriptions, keeps main SKILL.md lean while moving dense rules into references/ or assets/ and fragile logic into scripts/, aligns CLI examples with npx @capgo/cli@latest for consumer-facing Capacitor commands, applies progressive disclosure with one-level-deep support files, adds skillgrade evals with deterministic graders, and reviews for hallucination gaps where agents would otherwise guess. Developers reach for skill-creator when creating new skill directories, tightening discoverability metadata, splitting oversized instructions, or preparing skillgrade regression tests. The parent repository validates packs via npm run lint-skills and optional ENABLE_SKILLGRADE=1 npm run lint-skills-skillgrade workflows.

  • SKILL.md structure templates
  • Trigger and scope definition
  • Example-driven agent instructions
  • CapGo repo packaging norms
  • Reusable workflow authoring

Skill Creator by the numbers

  • 406 all-time installs (skills.sh)
  • Ranked #110 of 782 Skill Development skills by installs in the Skillselion catalog
  • Data as of Aug 1, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cap-go/capgo-skills --skill skill-creator

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs406
repo stars57
Last updatedJuly 13, 2026
Repositorycap-go/capgo-skills

How do you create a valid Claude Code agent skill?

Author new CapGo-aligned Claude Code skills with consistent structure, triggers, examples, and packaging so agents reliably invoke specialized Capacitor workflows.

Who is it for?

Developers authoring or refactoring agent skills in the CapGo Capacitor ecosystem who need consistent metadata, progressive disclosure, and validation workflows.

Skip if: General application README editing, non-agentic library code, or teams not packaging skills for Claude Code or compatible agents.

When should I use this skill?

User wants to create a new skill directory, improve skill metadata triggers, split instructions into references, or add skillgrade validation evals.

What you get

SKILL.md with validated frontmatter, references/ and scripts/ support files, skillgrade eval config, and lint-skills passing structure.

  • Validated SKILL.md frontmatter
  • references/ and scripts/ support files
  • skillgrade eval configuration

By the numbers

  • Defines a 7-step skill authoring procedure
  • Part of cap-go/capgo-skills repository with 49 Capacitor agent skills

Files

fixtures/broken-skill/SKILL.mdMarkdownGitHub ↗

name: BrokenSkill description: Skill docs.

Broken Skill

This draft is intentionally poor.

Related skills

Forks & variants (1)

Skill Creator has 1 known copy in the catalog totaling 40 installs. They canonicalize to this original listing.

How it compares

Pick skill-creator over generic documentation skills when packaging CapGo-aligned Capacitor agent skills with skillgrade evals and Capacitor CLI command conventions.

FAQ

What steps does skill-creator define for new skills?

skill-creator defines 7 steps: validate metadata frontmatter, keep SKILL.md lean, match command context, use progressive disclosure, add skillgrade validation, review hallucination gaps, and preserve sensitive user values in edited files.

How does skill-creator validate CapGo skill packs?

skill-creator points to npm run lint-skills for structural validation and ENABLE_SKILLGRADE=1 npm run lint-skills-skillgrade for skillgrade-backed regression evals on the skill authoring workflow.

Skill Developmentagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.