### Perf Profile
Works with
description: "Structured performance profiling workflow. Identifies bottlenecks, measures against budgets, and generates optimization recommendations with priority rankings."
argument-hint: "[system-name or 'full']"
agent: performance-analyst
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionperf-profileExecute the skills CLI command in your project's root directory to begin installation:
Fetches perf-profile from Donchitos/Claude-Code-Game-Studios and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate perf-profile. Access via /perf-profile in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
10.7K
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
10.7K
stars
| name | perf-profile |
| description | "Structured performance profiling workflow. Identifies bottlenecks, measures against budgets, and generates optimization recommendations with priority rankings." |
| argument-hint | "[system-name or 'full']" |
| user-invocable | true |
| agent | performance-analyst |
| allowed-tools | Read, Glob, Grep, Bash |
Read the argument:
full → run a comprehensive profile across all systemsCheck for existing performance targets in design docs or CLAUDE.md:
CPU Profiling Targets:
_process() / Update() / Tick() functions — list all and estimate costMemory Profiling Targets:
Rendering Targets (if applicable):
I/O Targets:
## Performance Profile: [System or Full]
Generated: [Date]
### Performance Budgets
| Metric | Budget | Estimated Current | Status |
|--------|--------|-------------------|--------|
| Frame time | [16.67ms] | [estimate] | [OK/WARNING/OVER] |
| Memory | [target] | [estimate] | [OK/WARNING/OVER] |
| Load time | [target] | [estimate] | [OK/WARNING/OVER] |
| Draw calls | [target] | [estimate] | [OK/WARNING/OVER] |
### Hotspots Identified
| # | Location | Issue | Estimated Impact | Fix Effort |
|---|----------|-------|------------------|------------|
### Optimization Recommendations (Priority Order)
1. **[Title]** — [Description]
- Location: [file:line]
- Expected gain: [estimate]
- Risk: [Low/Med/High]
- Approach: [How to implement]
### Quick Wins (< 1 hour each)
- [Simple optimization 1]
### Requires Investigation
- [Area that needs actual runtime profiling to confirm impact]
Output the report with a summary: top 3 hotspots, estimated headroom vs budget, and recommended next action.
Activate this phase only if any hotspot has Fix Effort rated M or L.
Present significant-effort items and ask the user to choose for each:
/scope-check [feature] to analyze trade-offs)/architecture-decision)If multiple items are deferred to Polish (choice C), record them under ### Deferred to Polish.
This skill is read-only — no files are written. Verdict: COMPLETE — performance profile generated.
/architecture-decision./scope-check [feature]./sprint-plan update.Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
JuliusBrussee/caveman
JuliusBrussee/caveman
whyashthakker/agent-skills-marketing
JuliusBrussee/caveman
whyashthakker/agent-skills-marketing
kimyx0207/findskill
Registry listing for perf-profile matched our evaluation — installs cleanly and behaves as described in the markdown.
Useful defaults in perf-profile — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
I recommend perf-profile for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
perf-profile fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
I recommend perf-profile for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
perf-profile reduced setup friction for our internal harness; good balance of opinion and flexibility.
Solid pick for teams standardizing on skills: perf-profile is focused, and the summary matches what you get after install.
I recommend perf-profile for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
perf-profile has been reliable in day-to-day use. Documentation quality is above average for community skills.
Solid pick for teams standardizing on skills: perf-profile is focused, and the summary matches what you get after install.
showing 1-10 of 67