skill-conductor

Solid

Create, edit, evaluate, and package agent skills. Use when building a new skill from scratch, improving an existing skill, running evals to test a skill, benchmarking skill performance, optimizing a skill's description for better triggering, reviewing third-party skills for quality, or packaging skills for distribution. Not for using skills or general coding tasks.

AI & Automation 115 stars 15 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
69
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Skill Conductor Full lifecycle management for agent skills: **draft → test → review → improve → repeat**. One skill to rule them all — from architecture to packaging. The core loop is always the same: write something, test it, see what fails, fix it, test again. ## Runtime requirements (pre-flight) Before any mode that touches scripts (CREATE, IMPROVE, VALIDATE, OPTIMIZE, PACKAGE), run the pre-flight block → **`references/runtime-setup.md`** (checks `uv`, sets `UV_BIN`/`SKILL_CONDUCTOR_DIR`, verifies LLM access). If `uv` is absent, stop and tell the user. ## How to communicate Read context cues. If the user is a skill author iterating on their own work, be direct and technical. If they're new to skills, explain the _why_ behind each step — not just what to do, but why it matters. Default to conversational, not robotic. - Explain trade-offs when there's a real choice to make - Use concrete examples over abstract rules - When something fails, explain the root cause, not just the fix - Imperative voice in instructions: "Extract the data", not "You should extract" ## Modes Detect mode from context. If ambiguous, ask. | Mode | When | What happens | | ----------- | ------------------------------------------------ | --------------------------------------------------------------- | | 1. CREATE | "build a skill", "new skill for..." | Full lifecycle: intent →...

Details

Author
smixs
Repository
smixs/skill-conductor
Created
4 months ago
Last Updated
6 days ago
Language
Python
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category