adr
Write an Architecture Decision Record documenting a significant technical decision.
Rewrite and optimize an AI prompt for better performance and reliability.
$ 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.
/optimize-promptContext preview
What this command does when you run it.
Rewrite and optimize an AI prompt for better performance and reliability.
Rewrite and optimize an AI prompt for better performance and reliability.
1. Read the original prompt and understand its intended purpose 2. Identify the target model and use case (chat, completion, function calling) 3. Restructure the prompt with clear sections: role, context, task, constraints, format 4. Rewrite ambiguous instructions with specific, measurable language 5. Add or improve output format specification with examples 6. Include edge case handling instructions 7. Add few-shot examples if the task benefits from them 8. Implement chain-of-thought reasoning for complex tasks 9. Add guardrails: what the model should not do, how to handle uncertainty 10. Optimize token usage: remove redundant words, consolidate instructions 11. A/B test the original vs optimized prompt with sample inputs 12. Present the optimized prompt with annotations explaining each change
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.