by sharpdeveye
Workflow fluency for AI coding agents. 1 core skill · 25 commands · 7 domain references · memory layer · audit trail — works across Cursor, Claude Code, Gemini CLI, Copilot, and 6 more.
# Add to your Claude Code skills
git clone https://github.com/sharpdeveye/maestroLast scanned: 5/30/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-05-30T15:38:55.373Z",
"npmAuditRan": true,
"pipAuditRan": true
}No comments yet. Be the first to share your thoughts!
30 days in the Featured rail · terms & refunds
1 core skill · 25 commands · 7 domain references · memory layer · audit trail
Quick Start · Commands · What's New in v2 · Supported Tools · Contributing
AI agents are only as good as the workflows they operate in. Without guidance, you get the same predictable mistakes: unstructured prompts, context window overflows, tool sprawl, no error handling, and multi-agent systems for single-agent problems.
Maestro fights that pattern with:
.maestro.md or .maestro/context.md) that ensures every command has project-specific awarenessnpx skills add sharpdeveye/maestro
Then use any command in your AI coding agent:
/diagnose # Find workflow issues
/streamline # Remove unnecessary complexity
/fortify # Add error handling
/refine # Final quality pass
Most commands accept an optional argument to focus on a specific area:
/diagnose prompts
/fortify payment-workflow
/specialize legal
/diagnose /calibrate /refine # Full workflow: audit → standardize → polish
/evaluate /fortify /accelerate # Review → harden → optimize
A comprehensive workflow design skill with 7 domain references (view skill):
| Reference | Domain |
|---|---|
| prompt-engineering | Prompt structure, few-shot, CoT, output schemas |
| context-management | Window optimization, memory, state management |
| tool-orchestration | Tool design, chaining, error handling, sandboxing |
| agent-architecture | Topologies, handoffs, multi-agent patterns |
| feedback-loops | Evaluation, self-correction, regression detection |
| knowledge-systems | RAG, chunking, embeddings, source attribution |
| guardrails-safety | Validation, prompt injection, cost ceilings |
| Command | Purpose |
|---|---|
/diagnose |
Systematic workflow quality audit with scored dimensions |
/evaluate |
Holistic review of workflow interaction quality |
/reflect |
🆕 Analyze command history — which skills work, which fail |
| Command | Purpose |
|---|---|
/refine |
Final quality pass on prompts, tools, and configuration |
/streamline |
Remove unnecessary complexity, flatten over-engineering |
/calibrate |
Align workflow components to project conventions |
/fortify |
Add error handling, retries, fallbacks, circuit breakers |
/zero-defect |
Activate maximum precision mode — zero mistakes allowed |
| Command | Purpose |
|---|---|
/amplify |
Boost capabilities with better tools and context |
/compose |
Design multi-agent orchestration and delegation |
/enrich |
Add knowledge sources, RAG, and grounding |
/accelerate |
Optimize for speed, reduce latency and cost |
/chain |
Build effective tool chains and pipelines |
/guard |
Add safety constraints and security boundaries |
/iterate |
Set up feedback loops and evaluation cycles |
/temper |
Reduce over-engineering, simplify overbuilt workflows |
/turbocharge |
Push past conventional limits — advanced techniques |
| Command | Purpose |
|---|---|
/extract-pattern |
Extract reusable patterns from working workflows |
/adapt-workflow |
Adapt workflows for different providers/contexts |
/onboard-agent |
Set up new agent configurations from scratch |
/specialize |
Make workflows domain-specific (legal, medical, etc.) |
/teach-maestro |
One-time context gathering, saves to .maestro.md |
/capture |
🆕 Save a session summary — persist what happened |
/recap |
🆕 Quick summary of the last session |
Maestro now remembers what happened across sessions:
.maestro/
├── context.md ← project context (replaces .maestro.md)
├── decisions.jsonl ← append-only decision log
├── audit.jsonl ← every command invocation with cost + duration
└── sessions/
└── 2026-04-26_fix_auth.md ← session summaries
.maestro.md users change nothing.maestro/ is created only when you run /capture or use the extensionEvery command invocation is logged with duration, token usage, and estimated cost:
{"command":"fortify","duration_ms":8200,"cost_estimate_usd":0.019,"exit_status":"completed"}
Approximate cost tracking for Claude, GPT-4, Gemini, and more. Accuracy: ±20% — useful for trends, not invoicing.
/reflect — Effectiveness ScorecardAnalyze your command history to see which skills work, which fail, and where to improve:
╔══════════════════════════════════════════╗
║ MAESTRO EFFECTIVENESS ║
╠══════════════════════════════════════════╣
║ Commands Run 23 (7 unique) ║
║ Completion Rate 87% ║
║ Most Used /fortify (6×) ║
║ Total Cost ~$0.47 ║
╚══════════════════════════════════════════╝
The skill includes explicit guidance on what to avoid:
| Tool | Directory |
|---|---|
| Cursor | .cursor/skills/ |
| Claude Code | .claude/skills/ |
| Gemini CLI | .gemini/skills/ |
| Codex CLI | .codex/skills/ |
| VS Code Copilot / Antigravity | .agents/skills/ |
| Kiro | .kiro/skills/ |
| Trae | .trae/skills/ |
| Trae China | .trae-cn/skills/ |
| OpenCode | .opencode/skills/ |
| Pi | .pi/skills/ |
Use Maestro as a live MCP server instead of static skill files. Any MCP-com