Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Perf Check

Run a Maestro-style performance assessment for hotspots, regressions, and optimization planning

thedixitjain 6c93fdc 869 B Updated 2 repo stars

File contents

Read ../../references/runtime-guide.md. Call get_skill_content with resources: ["architecture", "delegation"]. Call get_agent with agents: ["performance-engineer"].

Workflow

  1. Define the performance target or pain point
  2. Establish the current baseline from available code, metrics, or reproducible commands
  3. Identify likely hotspots, structural bottlenecks, and hot loops through code analysis
  4. Prioritize fixes by expected impact versus implementation cost
  5. Report measurement gaps when hard evidence is unavailable and propose a validation plan

Source: josstei/maestro-orchestrateplugins/maestro/skills/perf-check/SKILL.md

thedixitjain/the-mega-skill-library/tree/main/library/engineering-core/perf-check--josstei commit 6c93fdc2ba

Frequently asked questions

npx skillmds add thedixitjain/perf-check-2