scaffold

Guide users to select a Claude Code component and generate a scaffold.

Updated May 30, 2026
One-click install
npx skills add https://github.com/alexica00/claude-code-ultimate-guide --skill scaffold-alexica00
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: scaffold
Source: https://github.com/alexica00/claude-code-ultimate-guide/tree/main/examples/skills/scaffold
Command: npx skills add https://github.com/alexica00/claude-code-ultimate-guide --skill scaffold-alexica00

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interactive coach that asks 4-5 questions to determine whether you need an agent, command, skill, hook, or rule — then generates a ready-to-use template. Usage: /scaffold (no arguments — starts the coaching session)

Core Features & Use Cases

  • Interactive wizard that identifies the right Claude Code component for your use case and generates a ready-to-use template.
  • Supports Agent, Command, Skill, Hook, and Rule scaffolds with a guided decision tree.
  • Provides a Phase 3 scaffold generation based on detected type and outputs the appropriate files under .claude/

Quick Start

Start the coaching session by running /scaffold with no arguments.

Frequently Asked Questions about scaffold

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

FAQPage Schema
How do I generate a ready-to-use scaffold for Claude Code automation?▼

To generate a ready-to-use scaffold for Claude Code automation, start an interactive coaching session that asks targeted questions and outputs structured template files under the .claude directory.

What is the difference between a Claude Code agent, command, skill, hook, and rule?▼

A Claude Code agent, command, skill, hook, and rule differ by their automation triggers and workflow complexity, determined through a guided discovery process that matches your specific integration scenario to the correct component type.

How do I know which Claude Code component to use for my workflow?▼

To know which Claude Code component to use for your workflow, answer 4-5 discovery questions covering manual or automatic triggers, complexity levels, and multi-scenario requirements to identify the correct component type.

Can I use this scaffold generator for multi-scenario automation workflows?▼

Yes, you can use this scaffold generator for multi-scenario automation workflows because the interactive wizard adapts to varying complexity levels and detects whether your use case requires manual or automatic triggers.

Do I need to provide arguments to start the template generation session?▼

No, you do not need to provide arguments to start the template generation session; running the command with no arguments initiates the coaching wizard to determine your required component and generate the scaffold.

What file structure does the generated Claude Code scaffold enforce?▼

The generated Claude Code scaffold enforces a structured format including frontmatter, workflow sections, and specific file paths under the .claude directory for agents, commands, skills, hooks, or rules.