scaffold-claude-feature

Generate skeleton templates for Claude Code features with naming and structure validation.

11|1|Updated Oct 28, 2025
One-click install
npx skills add https://github.com/devstefancho/claude-plugins --skill scaffold-claude-feature
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold-claude-feature
Source: https://github.com/devstefancho/claude-plugins/tree/main/scaffold-claude-feature/skills/scaffold-claude-feature
Command: npx skills add https://github.com/devstefancho/claude-plugins --skill scaffold-claude-feature

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill scaffolds Claude Code features (skills, slash commands, subagents, hooks, and output styles) to accelerate new feature creation and ensure consistent structure.

Core Features & Use Cases

  • Generate skeleton templates for skills, commands, subagents, hooks, and output styles.
  • Validate naming, structure, and basic testing guidance.
  • Progressive disclosure of feature details as needed.

Quick Start

Generate a new Claude feature scaffold in the current project and choose the type to create (skill/command/subagent/hook/output style).

Frequently Asked Questions about scaffold-claude-feature

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a new Claude Code feature with the correct structure?

Scaffolding generates skeleton templates for skills, slash commands, subagents, hooks, and output styles with validated naming (lowercase-hyphen), proper directory structure, and testing guidance built in. The Skill detects your feature type, selects storage location, loads templates, and validates everything before delivery.

What feature types can I scaffold with templates?

You can scaffold skills, slash commands, subagents, hooks, and output styles. Each type gets its own template structure, naming validation, and testing guidance to ensure consistency across your Claude Code projects.

How does the Skill validate naming and structure for new features?

The Skill enforces lowercase-hyphen naming conventions and validates directory structure against feature-type requirements. It checks both before generating templates, catching naming errors and structural misalignment early.

Can I use scaffolding for both project-specific and personal Claude features?

Yes. The Skill detects your feature type and automatically selects the appropriate storage location—either your current project or personal feature storage—so features are organized correctly from creation.

What happens after I scaffold a feature—do I get testing guidance?

Scaffolding includes testing guidance tailored to your feature type. After templates are generated and structure validated, you receive next steps for testing your new skill, command, subagent, hook, or output style.