skill-builder

Scaffold Claude Code skills with folder structures and SKILL.md templates.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/ckallum/calsuite --skill skill-builder-ckallum
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-builder
Source: https://github.com/ckallum/calsuite/tree/main/.claude/skills/skill-builder
Command: npx skills add https://github.com/ckallum/calsuite --skill skill-builder-ckallum

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This meta-skill scaffolds production-grade Claude Code skills by generating a complete folder structure, SKILL.md, and supporting templates. It guides category selection, interview prompts, and best-practice patterns to ensure consistent, maintainable skill development. The generated artifacts enforce setup patterns, progressive disclosure, and reliable gotchas documentation for safe, scalable automation.

Core Features & Use Cases

  • Scaffold a full Claude Code skill with SKILL.md, references/, templates/, and optional scripts/
  • Provide category guidance, interview questions, and progressive-disclosure structure
  • Generate config patterns and gotchas documentation to standardize skill creation

Quick Start

Run the skill-builder to scaffold a new Claude Code skill in your project directory.

Frequently Asked Questions about skill-builder

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

FAQPage Schema
How do I scaffold a production-ready Claude Code skill with the correct folder structure?

Scaffolding a production-ready Claude Code skill generates a complete folder structure with SKILL.md, references, and templates. The skill-builder enforces setup patterns, progressive disclosure, and gotchas documentation to ensure consistent, maintainable skill development.

What is progressive disclosure in Claude Code skills and why does it matter for automation workflows?

Progressive disclosure structures Claude Code skills so setup patterns and reference materials are revealed contextually. It matters for automation workflows because it keeps templates maintainable, enforces best-practice patterns, and ensures safe, scalable skill development.

Can I generate SKILL.md templates and reference materials without manually setting up a directory structure?

Generating SKILL.md templates and reference materials is automated by scaffolding the full folder structure automatically. The skill-builder provides category guidance, interview prompts, and config patterns so you can standardize skill creation without manual directory setup.

What's the best way to document gotchas and best-practice patterns when creating Claude Code skills?

Documenting gotchas and best-practice patterns is handled by generating standardized templates during skill scaffolding. The skill-builder enforces reliable gotchas documentation and config patterns to standardize skill creation and ensure safe, scalable automation.

Does the skill-builder provide category selection guidance and interview prompts for skill development?

The skill-builder provides category selection guidance, interview prompts, and best-practice patterns to ensure consistent, maintainable skill development. It scaffolds production-grade Claude Code skills with complete folder structures and supporting templates.

What are the limitations of scaffolding Claude Code skills with templates instead of writing them from scratch?

Scaffolding Claude Code skills with templates enforces consistent structure but relies on standardized patterns. Users needing highly custom folder layouts or non-standard config patterns may find the generated artifacts restrictive compared to writing skills from scratch.