Create new skill scaffold with required structure
Generates a new skill scaffold with proper structure and YAML frontmatter.
/plugin marketplace add melodic-software/claude-code-plugins/plugin install claude-code-observability@melodic-softwareskill-nameCreate a new skill scaffold with required structure.
$ARGUMENTS
Invoke the claude-ecosystem:skills-meta skill to get:
Create the skill scaffold:
.claude/skills/$ARGUMENTS/SKILL.md with proper frontmatterFollow the established patterns from existing skills in this repo.
/create-skillGuided skill creation with brainstorming and TDD methodology. Triggers: new skill, create skill, skill creation, start skill, build skill, add skill, write skill Use when: starting a new skill from scratch, need guided brainstorming for skill design, want structured workflow for skill development DO NOT use when: evaluating existing skills - use /skills-eval instead. DO NOT use when: testing existing skills - use /test-skill instead. DO NOT use when: improving skill architecture - use modular-skills skill. Use this command to create any new skill. Brainstorming is recommended.