---
name: New Skill Scaffold
slug: new-skill-scaffold
category: Automation
description: New Skill Scaffold creates a new skill folder and SKILL.md from the repo template. Use it when adding a skill under research, content, blog, landing, or distribution.
github: "https://github.com/Affitor/affiliate-skills/tree/main/.claude/commands/new-skill.md"
language: HTML
stars: 625
forks: 196
install: "npx degit https://github.com/Affitor/affiliate-skills/tree/main/.claude/commands ~/.claude/skills/commands"
installs_to: ~/.claude/skills/commands
source_path: .claude/commands/new-skill.md
collection_size: 25
category_size: 1523
collection_url: "https://dirskills.com/collections/Affitor/affiliate-skills"
added: 2026-08-24T05:18:12.485Z
last_synced: 2026-08-24T05:18:12.485Z
canonical_url: "https://dirskills.com/skills/new-skill-scaffold"
---

# New Skill Scaffold

New Skill Scaffold creates a new skill folder and SKILL.md from the repo template. Use it when adding a skill under research, content, blog, landing, or distribution.

**Install:**

```bash
npx degit https://github.com/Affitor/affiliate-skills/tree/main/.claude/commands ~/.claude/skills/commands
```

## README

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 least 2 examples and test with 3 prompts before PR
