skills-factory
Installation
SKILL.md
Skills Factory
A comprehensive meta-skill for creating, validating, evaluating, and iterating on production-ready Claude Code skills.
About Skills
Skills extend Claude Code's capabilities with specialized knowledge and workflows. They use a two-level progressive disclosure system:
- Description (YAML
descriptionfield) - Always loaded into context at startup. Claude uses this to decide when to invoke the skill. - Full Content (SKILL.md body + referenced files) - Loaded when the skill is invoked, either by Claude or the user.
Skills are filesystem-based and live in:
~/.claude/skills/- Personal skills (available across all projects).claude/skills/- Project skills (version-controlled, shared via git).claude/commands/- Backward-compatible location (also works)
Priority resolution (when same name exists at multiple levels): Enterprise > Personal > Project.
Note: Skills follow the Agent Skills open standard for cross-platform compatibility.