---
title: "perf-code-paths"
description: "Identify likely implementation paths for a performance scenario."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/skill-24
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:44:18.555Z
license: CC-BY-4.0
attribution: "perf-code-paths — Claudary (https://claudary.paisolsolutions.com/skills/skill-24)"
---

# perf-code-paths
Identify likely implementation paths for a performance scenario.

## Overview

---
name: perf-code-paths
description: "Use when mapping code paths, entrypoints, and likely hot files before profiling."
version: 5.1.0
---

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

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/skill-24) · https://claudary.paisolsolutions.com
