Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Perf Code Paths

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

majiayu000 eaa25ae 2 files · 2.2 KB Updated 567 repo stars

File contents

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.

majiayu000/claude-skill-registry-data/tree/main/other/code-paths commit eaa25ae61c

Frequently asked questions

npx skillmds add majiayu000/perf-code-paths