From maestro
Performs Maestro-style performance assessments to identify hotspots, regressions, establish baselines, prioritize fixes, and plan optimizations from code and metrics.
How this skill is triggered — by the user, by Claude, or both
Slash command
/maestro:perf-checkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read `${CLAUDE_PLUGIN_ROOT}/references/architecture.md`.
Read ${CLAUDE_PLUGIN_ROOT}/references/architecture.md.
Before delegating, activate the delegation skill to ensure agent-base-protocol and filesystem-safety-protocol are injected into the delegation prompt.
npx claudepluginhub josstei/maestro-orchestrate --plugin maestroOrchestrates performance optimization workflows using static code analysis to detect bottlenecks like N+1 queries, missing indexes, O(n^2) algorithms, blocking I/O, and memory leaks. Accepts profiling data.
Orchestrates performance fixes via static analysis for bottlenecks like N+1 queries, missing indexes, O(n^2) algorithms, blocking I/O, memory leaks. Accepts profiling data; runs spec/plan/impl/verify phases.
Diagnoses slow code, APIs, queries, memory growth, frontend load, build regressions, and scalability limits using a structured measurement-based workflow.