Agent Skill
2/7/2026

scaffold-claude-feature

Generate basic structure for Claude Code extension features (skill, slash command, subagent, hook, output style). Use when creating a new skill, needing a command template, or starting hook configuration.

D
devstefancho
2GitHub Stars
1Views
npx skills add devstefancho/claude-plugins

SKILL.md

Namescaffold-claude-feature
DescriptionGenerate basic structure for Claude Code extension features (skill, slash command, subagent, hook, output style). Use when creating a new skill, needing a command template, or starting hook configuration.

name: scaffold-claude-feature description: Generate basic structure for Claude Code extension features (skill, slash command, subagent, hook, output style). Use when creating a new skill, needing a command template, or starting hook configuration.

Claude Code Feature Scaffolder

Quick scaffolder for Claude Code features with proper structure and best practices.

Feature Types

  1. Slash Commands - Reusable prompts (.claude/commands/)
  2. Skills - Model-invoked capabilities (.claude/skills/)
  3. Subagents - Specialized AI agents (.claude/agents/)
  4. Hooks - Event handlers (settings.json)
  5. Output Styles - Custom system prompts (.claude/output-styles/)

Workflow

  1. Detect feature type from user request
  2. Ask location: project (.claude/) or personal (~/.claude/)
  3. Load reference: See appropriate file in references/
  4. Generate feature using templates/
  5. Validate naming and structure
  6. Provide testing guidance

Feature Detection

  • Keywords: "create", "generate", "add", "new"
  • Feature names: "slash command", "skill", "subagent", "agent", "hook", "output style"
  • Context: "Claude Code tool", "build tool", "custom feature"

Progressive Disclosure

Load details only when needed:

Quick Rules

  • Use lowercase with hyphens for names
  • Project features for teams, personal for individual use
  • Keep examples simple and minimal
  • Test after creation
Skills Info
Original Name:scaffold-claude-featureAuthor:devstefancho