Help us improve
Share bugs, ideas, or general feedback.
From elegance-pipeline
Orchestrates persistent multi-agent pipeline (4 scouts, 2 judges, planner, verifier, gated implementer) to evaluate code elegance across repositories and generate refactor plans.
npx claudepluginhub ancplua/ancplua-claude-plugins --plugin elegance-pipelineHow this skill is triggered — by the user, by Claude, or both
Slash command
/elegance-pipeline:elegance-pipelineThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Multi-agent code-elegance workflow with persistent state and stage gates.
Orchestrates Codex agents for code implementation, file modifications, codebase research, security audits, testing, and multi-step execution workflows.
Orchestrates an adversarial plan-implement-review pipeline by spawning agents with separate context windows. Use after intake skills produce a starting document.
Orchestrates Claude Code's native agents for parallel multi-domain tasks like comprehensive code analysis, feature reviews, and security audits requiring diverse expertise.
Share bugs, ideas, or general feedback.
Multi-agent code-elegance workflow with persistent state and stage gates.
4 Scouts (parallel, sonnet) -> 2 Judges (parallel, opus) -> 1 Planner (opus)
-> 1 Verifier (opus) -> 1 Implementer (gated, opus)
All orchestration goes through the pipeline state manager:
python ${CLAUDE_PLUGIN_ROOT}/elegance_pipeline/pipeline.py [--state-dir <dir>] <command>
Commands: init, status, prompt, submit, signal
Default state lives at .claude/elegance_pipeline/state/ and is shared by default.
If you want one dedicated team per spec, give each run its own --state-dir.
status to see which slots are readyprompt --role <role> --slot <slot> to get the task promptelegance-pipeline:elegance-scout,
elegance-pipeline:elegance-judge, elegance-pipeline:elegance-planner,
elegance-pipeline:elegance-verifier, or elegance-pipeline:elegance-implementer).
If your runtime exposes a different fully qualified name, use that exact identifier instead of the bare short name.status again to see what unlocked| Role | Agent | Model | Access |
|---|---|---|---|
| Scout | elegance-pipeline:elegance-scout | sonnet | read-only |
| Judge | elegance-pipeline:elegance-judge | opus | read-only |
| Planner | elegance-pipeline:elegance-planner | opus | read-only |
| Verifier | elegance-pipeline:elegance-verifier | opus | read-only |
| Implementer | elegance-pipeline:elegance-implementer | opus | full edit |
python ${CLAUDE_PLUGIN_ROOT}/elegance_pipeline/pipeline.py [--state-dir <dir>] signal on
python ${CLAUDE_PLUGIN_ROOT}/elegance_pipeline/pipeline.py [--state-dir <dir>] signal off