PE

perf-code-paths

A utility to list relevant code paths and entrypoints for performance analysis scenarios.

Install

mkdir -p .claude/skills/perf-code-paths && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/6868" && unzip -o skill.zip -d .claude/skills/perf-code-paths && rm skill.zip

Installs to .claude/skills/perf-code-paths

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Use when mapping code paths, entrypoints, and likely hot files before profiling.
80 chars✓ has a “when” trigger
Intermediate

Key capabilities

  • Map code paths
  • Identify entrypoints
  • List hot files
  • Trace call chains

How it works

It maps repository structure and call chains to identify high-impact files for performance profiling.

Inputs & outputs

You give it
Performance scenario
You get back
List of relevant files and symbols

When to use perf-code-paths

  • Identify entrypoints for profiling
  • Map hot code paths for optimization
  • List relevant symbols for performance analysis

About this skill

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.

When not to use it

  • General code refactoring

Prerequisites

RustJavaJS/TSGo

Limitations

  • Limited to 10-15 files
  • Supports specific languages only

How it compares

It focuses specifically on performance-related entrypoints rather than general code navigation.

Compared to similar skills

perf-code-paths side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
perf-code-paths (this skill)16moNo flagsIntermediate
managing-api-cache227dReviewAdvanced
perf02moReviewAdvanced
vercel-known-pitfalls127dReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

managing-api-cache

jeremylongshore

Implement intelligent API response caching with Redis, Memcached, and CDN integration. Use when optimizing API performance with caching. Trigger with phrases like "add caching", "optimize API performance", or "implement cache layer".

220

perf

microsoft

Speed and memory performance rules for Rust crates, webui-framework, and webui-router.

00

vercel-known-pitfalls

jeremylongshore

Execute identify and avoid Vercel anti-patterns and common integration mistakes. Use when reviewing Vercel code for issues, onboarding new developers, or auditing existing Vercel integrations for best practices violations. Trigger with phrases like "vercel mistakes", "vercel anti-patterns", "vercel pitfalls", "vercel what not to do", "vercel code review".

13

code-review

xiaoshicae

代码审查(全栈)

00

workflow-orchestration-patterns

wshobson

Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running processes, distributed transactions, or microservice orchestration.

10117

agentscope-java

agentscope-ai

Expert Java developer skill for AgentScope Java framework - a reactive, message-driven multi-agent system built on Project Reactor. Use when working with reactive programming, LLM integration, agent orchestration, multi-agent systems, or when the user mentions AgentScope, ReActAgent, Mono/Flux, Project Reactor, or Java agent development. Specializes in non-blocking code, tool integration, hooks, pipelines, and production-ready agent applications.

122

Search skills

Search the agent skills registry