perf-code-paths
FeaturedUse when mapping code paths, entrypoints, and likely hot files before profiling.
AI & Automation 967 stars
111 forks Updated 4 days ago MIT
Install
Quality Score: 94/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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.
Details
- Author
- agent-sh
- Repository
- agent-sh/agentsys
- Created
- 7 months ago
- Last Updated
- 4 days ago
- Language
- JavaScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
perf-code-paths
Use when mapping code paths, entrypoints, and likely hot files before profiling.
1,898 Updated 3 weeks ago
composio-community AI & Automation Featured
perf-theory-gatherer
Use when generating performance hypotheses backed by git history and code evidence.
967 Updated 4 days ago
agent-sh AI & Automation Listed
perf-theory-gatherer
Use when generating performance hypotheses backed by git history and code evidence.
1,898 Updated 3 weeks ago
composio-community