analyze-dependencies
Analyze project dependencies and evaluate architectural health. Trigger with "analyze dependencies", "detect circular dependencies", "architecture issues?",…
Evaluate and improve AI prompt quality. Trigger with "check this prompt", "evaluate prompt quality", "improve this prompt".
$ npx -y skills add wasabeef/claude-code-cookbook --skill check-prompt --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/check-promptContext preview
The summary Claude sees to decide when to auto-load this skill.
Evaluate and improve AI prompt quality. Trigger with "check this prompt", "evaluate prompt quality", "improve this prompt".
description: 'Evaluate and improve AI prompt quality. Trigger with "check this prompt", "evaluate prompt quality", "improve this prompt".' allowed-tools: - Read - Grep
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
Analyze project dependencies and evaluate architectural health. Trigger with "analyze dependencies", "detect circular dependencies", "architecture issues?",…
Performance analysis based on Core Web Vitals with UX scoring. Trigger with "analyze performance", "improve speed", "check Core Web Vitals", "page speed",…
Verify information accuracy against codebase and documentation. Trigger with "is this correct?", "fact check", "verify this", "is this accurate?".
Generate commit messages from staged changes. Trigger with "suggest commit message", "generate commit message", "what should the commit say?", "write commit…
Search technical documentation via Context7 MCP. Trigger with "check the docs", "look up documentation", "how to use this library?", "API reference".
Suggest design patterns and evaluate SOLID principles. Trigger with "suggest design patterns", "which patterns apply?", "check SOLID principles", "detect…