By jbj338033
Thoroughness-first orchestrator — verification gates, multi-model teams, context persistence
Bridge to OpenAI Codex CLI. Delegates tasks to Codex and returns structured results. Use for code implementation, refactoring, debugging, or getting a second opinion from a different model.
Deep multi-perspective code review. Security, performance, maintainability analysis. Use for significant changes (5+ files) or architectural decisions. Opus-powered.
Bridge to Google Gemini CLI. Delegates tasks to Gemini and returns structured results. Strong at math, logic, long-context analysis, and multimodal reasoning.
Automated error diagnosis and repair. Analyzes test/build failures, identifies root cause, and attempts targeted fixes.
Read-only codebase exploration. Discovers patterns, conventions, and related files before implementation. Use proactively before making changes to understand existing code.
Matches all tools
Hooks run on every tool call, not just specific ones
Admin access level
Server config contains admin-level keywords
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
maestro
Intelligent harness for Claude Code
Amplify, guard, and learn — automatically.
Install · How it works · Agents · Skills · MCP Tools
Claude Code is powerful but has no memory between sessions, no project awareness at start, and no structural enforcement of quality. Maestro fixes all three — automatically, with zero configuration.
claude plugin add jbj338033/maestro
Requires Node.js >= 22 and Claude Code with plugin support.
| Feature | How |
|---|---|
| Project scan | SessionStart scans package.json, Cargo.toml, directory tree → injects language, framework, scripts, entry points |
| Memory injection | Past conventions and decisions are injected as actual content, not just counts |
| Learned commands | Test/build commands from past sessions are surfaced automatically |
| Directory context | When you first read a file in a directory, its README.md is auto-injected |
| Feature | How |
|---|---|
| Stop gate | Blocks completion if tests weren't run after file changes |
| Verification reset | tests_passed resets when new files are modified after passing |
| Circular edit detection | Warns after 3+ consecutive edits without re-reading |
| Test file reminder | Reminds you when foo.test.ts exists for a modified foo.ts |
| Dangerous patterns | git add -A, force push, --hard, rm -rf, --no-verify, secret exposure |
| Mission verification | Agent verifies acceptance criteria before allowing completion |
| Captured | When | Used |
|---|---|---|
| Package installs | npm/pnpm install X | Remembered as decisions |
| Test commands | pnpm test, cargo test, etc. | Injected at next session start |
| Build commands | pnpm build, next build, etc. | Injected at next session start |
| Config changes | Edits to tsconfig.json, etc. | Remembered as decisions |
| File co-modification | Which directories change together | Pattern awareness |
| Hook | What it does |
|---|---|
| SessionStart | Project scan + memory injection + compact state restore |
| PreToolUse | Dangerous pattern warnings + directory context injection + circular edit detection |
| PostToolUse | File tracking + test/build detection + auto-capture decisions + test file reminders |
| Stop | Verification gate + cross-validation reminder + mission criteria verification |
| PreCompact | Save state + notes + decisions before compression |
| PostCompact | Restore state after compression |
| SubagentStart/Stop | Track active subagents |
| SessionEnd | Save history + learn patterns + cleanup subagents |
| Agent | Model | Writes? | Purpose |
|---|---|---|---|
| researcher | Sonnet | No | Read-only codebase exploration |
| verifier | Sonnet | No | Evidence-based verification |
| critic | Opus | No | Security, performance, maintainability review |
| codex-bridge | Sonnet | Yes | Delegates to OpenAI Codex CLI |
| gemini-bridge | Sonnet | Yes | Delegates to Google Gemini CLI |
| synthesizer | Opus | No | Reconciles multi-model outputs |
| Skill | Usage | Description |
|---|---|---|
| ask | /maestro:ask <codex|gemini> "question" | Query an external model |
| status | /maestro:status | Show session state, mission progress |
| setup | /maestro:setup | Install HUD statusline, verify environment |
| Tool | Description |
|---|---|
state_read | Read session state |
state_write | Update session state |
mission_create | Create mission with acceptance criteria |
mission_read | Read current mission |
mission_update | Mark criteria verified/unverified |
memory_read | Read cross-session memory |
memory_write | Add to cross-session memory |
memory_search | Search memory by keyword |
history_list | List past session history |
Blocks git commits containing Co-authored-by or Co-Authored-By lines
Evidence-based quality principles that improve Claude Code responses
universal AI meta-orchestrator — /orc auto-handles analysis, planning, execution, and verification
universal AI meta-orchestrator — /orc auto-handles analysis, planning, execution, and verification
npx claudepluginhub jbj338033/maestro --plugin maestroElite AI Development Orchestrator for Claude Code. Provides specialized agents, modular skills, intelligent hooks, and persistent memory systems for autonomous development workflows.
Harness for Claude Code — skills, /harness:* slash commands, persona subagents, lifecycle hooks, and MCP tools without per-repo `harness setup`. Sibling plugins exist for Cursor, Gemini CLI, and Codex.
(Alpha) Persistent memory, architectural decisions, and safety guardrails for Claude Code. Your agent starts every session with full project context — stack, decisions, patterns, safety rules, and a handoff from the previous session.
Structured, standards-aware development workflows for Claude Code
Claude Code workflow patterns: prompting, CLAUDE.md maintenance, multi-agent orchestration
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use