perf-profiler

Run profiling tools and capture hotspots with evidence.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "perf-profiler" with this command: npx skills add avifenesh/agentsys/avifenesh-agentsys-perf-profiler

perf-profiler

Run profiling tools and capture hotspots with evidence.

Follow docs/perf-requirements.md as the canonical contract.

Parse Arguments

const args = '$ARGUMENTS'.split(' ').filter(Boolean); const tool = args[0] || ''; const command = args.slice(1).join(' ');

Required Rules

  • Verify debug symbols before profiling.

  • Capture file:line for hotspots.

  • Provide flame graph or equivalent output when possible.

Output Format

tool: <profiler> command: <command> hotspots:

  • file:line - reason artifacts:
  • <path to flame graph or profile>

Constraints

  • No profiling without a clear scenario.

  • Keep outputs minimal and evidence-backed.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

consult

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

debate

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

validate-delivery

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

enhance-skills

No summary provided by upstream source.

Repository SourceNeeds Review