Back to Skills

perf-profiler

verified

Use when profiling CPU/memory hot paths, generating flame graphs, or capturing JFR/perf evidence.

View on GitHub

Marketplace

awesome-slash

avifenesh/awesome-slash

Plugin

perf

development

Repository

avifenesh/awesome-slash
290stars

plugins/perf/skills/profile/SKILL.md

Last Verified

February 1, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/avifenesh/awesome-slash/blob/main/plugins/perf/skills/profile/SKILL.md -a claude-code --skill perf-profiler

Installation paths:

Claude
.claude/skills/perf-profiler/
Powered by add-skill CLI

Instructions

# perf-profiler

Run profiling tools and capture hotspots with evidence.

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

## 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.

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
522 chars

Issues Found:

  • name_directory_mismatch