Rapidly craft atomic, single-purpose skills with tight contracts, examples, and validation so they can be composed safely.
/plugin marketplace add DNYoussef/context-cascade/plugin install dnyoussef-context-cascade@DNYoussef/context-cascadeThis skill inherits all available tools. When active, it can use any tool Claude has access to.
SKILL.md.pre-sidecar-backupexamples/example-1-create-atomic-skill.mdexamples/example-2-specialized-micro-skill.mdexamples/example-3-skill-composition.mdmetadata.jsonresources/readme.mdresources/scripts/skill-generator.pyresources/scripts/skill-optimizer.jsresources/scripts/skill-packager.pyresources/scripts/skill-validator.shresources/templates/atomic-skill-template.yamlresources/templates/micro-skill-frontmatter.jsonresources/templates/skill-metadata.yamltests/test-1-skill-generation.mdtests/test-2-validation.mdtests/test-3-optimization.mdBefore writing ANY code, you MUST check:
.claude/library/catalog.json.claude/docs/inventories/LIBRARY-PATTERNS-GUIDE.mdD:\Projects\*| Match | Action |
|---|---|
| Library >90% | REUSE directly |
| Library 70-90% | ADAPT minimally |
| Pattern exists | FOLLOW pattern |
| In project | EXTRACT |
| No match | BUILD (add to library after) |
Produce narrowly-scoped skills that do one job exceptionally well, with clear inputs/outputs, examples, and validation evidence for easy composition.
inputs:
task: string # required atomic task
constraints: list[string] # optional constraints
io_format: string # optional preferred format
outputs:
skill_spec: file # SKILL.md content for the micro-skill
examples: list[file] # example invocations
tests: list[file] # validation checks
Confidence: 0.70 (ceiling: inference 0.70) - Micro-skill SOP rewritten with Skill Forge scaffolding and prompt-architect ceilings.
This skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.