smixs/skill-conductor
127 stars · Last commit 2026-07-21
Architecture-first skill lifecycle for AI agents. 5 modes: CREATE → EVAL → EDIT → REVIEW → PACKAGE. Integrates Anthropic's eval engine (grader/comparator/analyzer agents, blind A/B, benchmarks) with architecture patterns, TDD baseline, and 5-axis scoring. Not just testing - full design-to-distribution.
README preview
<p align="center"> <img src="assets/conductor.png" alt="Skill Conductor" width="100%"> </p> # Skill Conductor > A skill that creates, evaluates, and improves other skills. Meta-level. [](https://github.com/smixs/skill-conductor/releases) [](LICENSE) [](https://skills.sh) [](https://code.claude.com/docs/en/plugins) Architecture-first skill lifecycle: **design → build → test → evaluate → package**. Most skill tools jump straight to "write SKILL.md." Conductor makes you choose the architecture first — because rewriting a wrong pattern costs more than writing it right. ## Install ```bash