From perf
Identifies entrypoints, hot files, and code paths in Rust, Java, JS/TS, Go, Python repos using repo-map or grep for performance profiling prep.
How this skill is triggered — by the user, by Claude, or both
Slash command
/perf:code-pathsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Identify likely implementation paths for a performance scenario.
Identify likely implementation paths for a performance scenario.
Follow docs/perf-requirements.md as the canonical contract.
keywords: <comma-separated list>
paths:
- file: <path>
symbols: [<symbol1>, <symbol2>]
evidence: <short reason>
npx claudepluginhub composiohq/awesome-claude-plugins --plugin perfGenerates a ranked symbol map of a codebase within a token budget — the structurally important functions/classes before reading files. Use when onboarding to a large repo, before a refactor, or for JIT context loading.
Maps unfamiliar codebases in phases: structure, entry points, data flow, patterns, landmines. Use before coding in new, inherited, or revisited projects.