skill-builder-generic
Installation
SKILL.md
Universal Claude Code Skill Builder
Philosophy & Overview
What Are Claude Code Skills?
Skills are structured knowledge packages that extend Claude Code's capabilities for specific domains. They follow a standardized format:
- YAML frontmatter for metadata
- Markdown content for instructions
- Progressive disclosure for context optimization
- Optional references/, scripts/, and assets/ for bundled resources
Why Skills Matter
Without Skills: Every task requires full context in conversation, repeated explanations, and no knowledge persistence across sessions.
With Skills: Domain knowledge is packaged once, invoked by name, loaded progressively, and reused across all projects.