analyze-dependencies
Analyzes your project's dependencies and checks architecture health.
A comprehensive collection of best practices for evaluating and improving the quality of prompts for AI Agents. It systematizes knowledge gained from actual prompt improvement processes, covering all important aspects such as ambiguity elimination, information integration,
> /plugin marketplace add wasabeef/claude-code-cookbookHow it fires
How this command gets triggered: by you, by Claude, or both.
/check-promptContext preview
What this command does when you run it.
A comprehensive collection of best practices for evaluating and improving the quality of prompts for AI Agents. It systematizes knowledge gained from actual prompt improvement processes, covering all important aspects such as ambiguity elimination, information integration,
A comprehensive collection of best practices for evaluating and improving the quality of prompts for AI Agents. It systematizes knowledge gained from actual prompt improvement processes, covering all important aspects such as ambiguity elimination, information integration, enforcement enhancement, tracking systems, and continuous improvement.
# Check the quality of a prompt file cat your-prompt.md /check-prompt "Check the quality of this prompt and suggest improvements"
# Evaluate overall prompt quality cat devin/playbooks/code-review.md /check-prompt "Evaluate this prompt across 6 categories and suggest improvements" # Deep analysis mode /check-prompt --deep "Focus on checking ambiguity, information dispersion, and lack of enforcement to suggest fundamental improvements" # Check specific category /check-prompt --category structure "Check this prompt from the perspective of structure and clarity" # Detect and fix ambiguous expressions /check-prompt --fix "Detect ambiguous expressions and suggest corrections for clarity"
---
---
A collection of commands, roles, and automation scripts for Claude Code. Automate your workflow without unnecessary confirmations, allowing you to focus on what matters.
Repo: wasabeef/claude-code-cookbook
Analyzes your project's dependencies and checks architecture health.
Analyzes application performance from a user experience perspective and quantifies experience improvements from optimizations. Calculates UX scores based onโฆ
Verifies if a statement is true by checking your project's code and documentation.
Generates commit messages from staged changes (git diff --staged). This command only creates messages and copies them to your clipboardโit doesn't run any gitโฆ
Suggests design patterns for your code and checks if it follows SOLID principles.