New Skill banner
Affitor Affitor

New Skill

Development community

Description

Scaffold a new skill for the affiliate-skills repo. Ask the user for: 1. Skill name (kebab-case, verb-noun format) 2. Which stage? (research, content, blog, landing, distribution) 3. Brief description of what it does Then: 1. Create `skills/{stage}/[skill-name]/SKILL.md` from `template/SKILL.md` 2. Create `skills/{stage}/[skill-name]/references/` directory 3. Copy `LICENSE` to `skills/{stage}/[skill-name]/LICENSE.txt` 3. Fill in the template with the user's input 4. Remind the user to write at

Installation

Installs to ~/.claude/commands/affitor-affiliate-skills-new-skill.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Affitor/affiliate-skills/HEAD/.claude/commands/new-skill.md -o ~/.claude/commands/affitor-affiliate-skills-new-skill.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository