/Catalogue/Prompt/composio-community/composio-community-awesome-claude-plugins-code-paths

Origin: github

perf-code-paths

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

by composio-community · updated 2mo ago · imported from GitHub

Installs0+0/7d
Security score98/100
Retention 14d0%
GitHub stars2K

Skill logic

Execution graph
User message
Prompt rewrites behaviour
Response

SKILL.md

View on GitHub ↗

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.

Discussion

No comments yet — start the thread.

Sign in to join the discussion.

/More from composio-community/awesome-claude-plugins

composio-community· 2mo agoCommunity
perf-profiler

Prompts · JavaScript · v0.1.0

Use when profiling CPU/memory hot paths, generating flame graphs, or capturing JFR/perf evidence.

#anthropic#claude-ai#claude-code

0 2K
composio-community· 2mo agoCommunity
artifacts-builder

Prompts · JavaScript · v0.1.0

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.

#anthropic#claude-ai#claude-code

0 2K
composio-community· 2mo agoCommunity
canvas-design

Prompts · JavaScript · v0.1.0

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

#anthropic#claude-ai#claude-code

0 2K
composio-community· 2mo agoCommunity
changelog-generator

Prompts · JavaScript · v0.1.0

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.

#anthropic#claude-ai#claude-code

0 2K