skill-factory

Installation
SKILL.md

Skill Factory

Skill Factory turns a request into a working agent skill: a directory with SKILL.md, scripts, tests, worked examples, a task graph, CI, and evals that all pass their checks before the work counts as done. It also validates and evaluates skills that already exist.

Which commands does this skill accept?

Interpret the user's request as one of these commands.

Command What it does
help Show this table and a one line summary per command.
new Build a skill that fulfills the prompt. Main path below.
validate Run the structure, writing, code, and placeholder checks on a skill.
eval Check a skill's eval files, then run its cases.
doctor Run scripts/doctor.py and report readiness.

--help on any bundled script prints its flags, exit codes, and an example. Suppose the request matches no command, or a needed fact is missing and cannot be inferred. In this case stop, report exactly what is missing, and wait. Do not guess.

Installs
678
GitHub Stars
2
First Seen
Jul 25, 2026
skill-factory — srinitude/skills