.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/sharpdeveye/maestro
home/mcp-servers/sharpdeveye/maestro
sharpdeveye avatar

maestro

bysharpdeveye· 1 MCP server

Stars

411

Forks

62

Category

AI Agents & MCP

View on GitHub

TL;DR

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.

How to install maestro?

sharpdeveye/maestro
$git clone https://github.com/sharpdeveye/maestro

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install maestro by running `git clone https://github.com/sharpdeveye/maestro`, then use it for the current task and follow its documentation at https://github.com/sharpdeveye/maestro.

Files · 1

View on GitHub
README.md
1<div align="center">
2 
3<picture>
4 <source media="(prefers-color-scheme: dark)" srcset="assets/banner.svg">
5 <source media="(prefers-color-scheme: light)" srcset="assets/banner.svg">
6 <img src="assets/banner.svg" alt="Maestro — Workflow fluency for AI coding agents" width="100%">
7</picture>
8 
9<br>
10 
11[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
12[![Version](https://img.shields.io/badge/version-2.0.0-brightgreen.svg)](https://github.com/sharpdeveye/maestro/releases)
13[![npm](https://img.shields.io/npm/v/maestro-workflow-mcp.svg?label=npm&color=cb3837)](https://www.npmjs.com/package/maestro-workflow-mcp)
14[![VS Code Marketplace](https://img.shields.io/visual-studio-marketplace/v/sharpdeveye.maestro-workflow?label=VS%20Code&logo=visual-studio-code&color=007ACC)](https://marketplace.visualstudio.com/items?itemName=sharpdeveye.maestro-workflow)
15[![MCP](https://img.shields.io/badge/MCP-Compatible-00D4AA?logo=data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiPjxwYXRoIGQ9Ik0xMiAyTDIgN3Y1YzAgNS41IDQuMyAxMC40IDEwIDEyIDUuNy0xLjYgMTAtNi41IDEwLTEyVjdsLTEwLTV6Ii8+PC9zdmc+)](https://modelcontextprotocol.io)
16[![Skills](https://img.shields.io/badge/skills-25-blueviolet.svg)](#the-skill-agent-workflow)
17[![Commands](https://img.shields.io/badge/commands-25-orange.svg)](#25-commands)
18[![10 Providers](https://img.shields.io/badge/providers-10-teal.svg)](#supported-tools)
19 
201 core skill · 25 commands · 7 domain references · memory layer · audit trail
21 
22[Quick Start](#quick-start) · [Commands](#25-commands) · [What's New in v2](#whats-new-in-v2) · [Supported Tools](#supported-tools) · [Contributing](#contributing)
23 
24</div>
25 
26---
27 
28## What is Maestro?
29 
30AI 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.
31 
32Maestro fights that pattern with:
33 
34- A comprehensive **agent-workflow** skill with 7 domain-specific reference files ([view source](source/skills/agent-workflow))
35- **25 commands** to diagnose, evaluate, refine, streamline, fortify, capture, reflect, and more
36- **Persistent memory** — decisions, audit trail, and session history survive across sessions
37- Curated **anti-patterns** that explicitly tell the AI what NOT to do
38- A **context gathering protocol** (`.maestro.md` or `.maestro/context.md`) that ensures every command has project-specific awareness
39- **Every command recommends a next step** — no dead ends
40 
41---
42 
43## Quick Start
44 
45```bash
46npx skills add sharpdeveye/maestro
47```
48 
49Then use any command in your AI coding agent:
50 
51```text
52/diagnose # Find workflow issues
53/streamline # Remove unnecessary complexity
54/fortify # Add error handling
55/refine # Final quality pass
56```
57 
58Most commands accept an optional argument to focus on a specific area:
59 
60```text
61/diagnose prompts
62/fortify payment-workflow
63/specialize legal
64```
65 
66### Combine Commands
67 
68```text
69/diagnose /calibrate /refine # Full workflow: audit → standardize → polish
70/evaluate /fortify /accelerate # Review → harden → optimize
71```
72 
73---
74 
75## The Skill: agent-workflow
76 
77A comprehensive workflow design skill with 7 domain references ([view skill](source/skills/agent-workflow/SKILL.md)):
78 
79| Reference | Domain |
80|-----------|--------|
81| [prompt-engineering](source/skills/agent-workflow/reference/prompt-engineering.md) | Prompt structure, few-shot, CoT, output schemas |
82| [context-management](source/skills/agent-workflow/reference/context-management.md) | Window optimization, memory, state management |
83| [tool-orchestration](source/skills/agent-workflow/reference/tool-orchestration.md) | Tool design, chaining, error handling, sandboxing |
84| [agent-architecture](source/skills/agent-workflow/reference/agent-archit

Preview

sharpdeveye/maestrosharpdeveye/maestro
Reposharpdeveye/maestro
TypeMCP Servers
CategoryAI Agents & MCP
UpdatedApr 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCP

Related

6 picks
Type
  1. langchain-ai avatarlangchain-mcp-adaptersMake Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.MCP ServersJul 20267.0M3.6k
  2. openclaw avatarmcporterTypeScript runtime and CLI for connecting to configured Model Context Protocol servers.MCP ServersJul 20262.5M4.8k
  3. sparfenyuk avatarmcp-proxyA MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.MCP ServersJul 20262.2M2.7k
  4. sooperset avatarmcp-atlassianThe Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification.MCP ServersJul 20261.7M5.6k
  5. open-webui avataropen-webuiOpen WebUIMCP ServersJul 20261.4M147k
  6. dyoshikawa avatarrulesyncUnified AI rules management CLI tool that generates configuration files for various AI development toolsMCP ServersJul 2026889k1.3k