From maestro
Performs Maestro-style performance assessments to identify hotspots, regressions, establish baselines, prioritize fixes, and plan optimizations from code and metrics.
npx claudepluginhub josstei/maestro-orchestrate --plugin maestroThis skill uses the workspace's default tool permissions.
Read `${CLAUDE_PLUGIN_ROOT}/references/architecture.md`.
Orchestrates 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.
Share bugs, ideas, or general feedback.
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.