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:

  1. Description (YAML description field) - Always loaded into context at startup. Claude uses this to decide when to invoke the skill.
  2. 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.

Installs
1
GitHub Stars
5
First Seen
Apr 2, 2026