Loading...
Loading...
Use when profiling CPU/memory hot paths, generating flame graphs, or capturing JFR/perf evidence.
npx skill4agent add avifenesh/agentsys perf-profilerdocs/perf-requirements.mdconst args = '$ARGUMENTS'.split(' ').filter(Boolean);
const tool = args[0] || '';
const command = args.slice(1).join(' ');tool: <profiler>
command: <command>
hotspots:
- file:line - reason
artifacts:
- <path to flame graph or profile>