adr
Write an Architecture Decision Record documenting a significant technical decision.
Profile an API endpoint to identify performance bottlenecks and optimization opportunities.
$ npx -y skills add rohitg00/awesome-claude-code-toolkit --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/profile-apiContext preview
What this command does when you run it.
Profile an API endpoint to identify performance bottlenecks and optimization opportunities.
name: profile-api description: Profile an API endpoint to identify performance bottlenecks and optimization opportunities.
Profile an API endpoint to identify performance bottlenecks and optimization opportunities.
1. Identify the target endpoint (URL, method, and payload). 2. Analyze the handler code path:
3. Measure baseline performance:
4. Check for common performance issues:
5. Suggest optimizations ranked by expected impact:
6. Estimate performance improvement for each suggestion.
Profile: <METHOD> <endpoint> Baseline: <response time>ms (P50), <P99>ms (P99) Bottlenecks: 1. [HIGH] <description> - estimated <N>ms savings 2. [MEDIUM] <description> - estimated <N>ms savings Optimizations: 1. <specific action to take> 2. <specific action to take> Expected improvement: <N>% faster response time
The most comprehensive toolkit for Claude Code -- 135 agents, 35 curated skills (+400,000 via SkillKit), 42 commands, 176+ plugins, 20 hooks, 15 rules, 7 templates, 15 MCP configs, 26 companion apps, 53 ecosystem entries, and more.
Repo: rohitg00/awesome-claude-code-toolkit
Write an Architecture Decision Record documenting a significant technical decision.
Conduct a structured design review of a module, feature, or system component.
Create a structured implementation plan for the requested feature or change.