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.

[![Release](https://img.shields.io/github/v/release/smixs/skill-conductor)](https://github.com/smixs/skill-conductor/releases)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![Install](https://img.shields.io/badge/install-npx%20skills%20add-black)](https://skills.sh)
[![Claude Code](https://img.shields.io/badge/Claude%20Code-plugin-d97757)](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

View full repository on GitHub →