cyberneticlibrary

Author new skill with proper structure

new-skillcommandsetup L2199
harunkurtdev/ros2-claude-code-template
What it does

Author new skill with YAML frontmatter, instructions, and index updates

Best for

Rapid skill creation with automatic indexing and discoverable frontmatter

Inputs
  • · skill name (kebab-case)
  • · one-line description
  • · skill conventions from extending_claude_config
Outputs
  • · skills/<name>/SKILL.md
  • · .claude/CLAUDE.md index row
  • · README.md index row (if applicable)
Preconditions
  • · skills/<name>/ does not already exist
  • · description says what it does and when to trigger
Failure modes
  • · skill already exists
  • · description too vague
  • · YAML frontmatter missing
  • · index not updated
Trust signals
  • · reads extending_claude_config conventions first
  • · asks if unclear
  • · validates frontmatter before indexing
  • · adds to CLAUDE.md + README.md in same change