Back to Skills

perf-code-paths

verified

Use when mapping code paths, entrypoints, and likely hot files before profiling.

View on GitHub

Marketplace

awesome-slash

avifenesh/awesome-slash

Plugin

perf

development

Repository

avifenesh/awesome-slash
290stars

plugins/perf/skills/code-paths/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/code-paths/SKILL.md -a claude-code --skill perf-code-paths

Installation paths:

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

Instructions

# perf-code-paths

Identify likely implementation paths for a performance scenario.

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

## Required Steps

1. Use repo-map if available; otherwise use grep for entrypoints and handlers.
2. List top candidate files/symbols tied to the scenario.
3. Include imports/exports or call chains when relevant.

## Output Format

```
keywords: <comma-separated list>
paths:
  - file: <path>
    symbols: [<symbol1>, <symbol2>]
    evidence: <short reason>
```

## Constraints

- Focus only on supported languages (Rust, Java, JS/TS, Go, Python).
- Keep to the most relevant 10-15 files.

Validation Details

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

Issues Found:

  • name_directory_mismatch