analyze-dependencies
Analyzes your project's dependencies and checks architecture health.
Searches technical documentation using MCP's Context7.
> /plugin marketplace add wasabeef/claude-code-cookbookHow it fires
How this command gets triggered: by you, by Claude, or both.
/context7Context preview
What this command does when you run it.
Searches technical documentation using MCP's Context7.
Searches technical documentation using MCP's Context7.
# Format for requesting Claude "Search for [search keyword] using context7"
# Research React hooks "Search for React hooks using context7" # Search for error solutions "Search for TypeScript type errors using context7"
# Request technical research "Search for information about Rust's ownership system using context7 and explain it for beginners" # Request error solution "Search for common causes and solutions for Python's ImportError using context7" # Confirm best practices "Search for best practices for React performance optimization using context7"
# Research from multiple perspectives "Search for GraphQL using context7 from the following perspectives: 1. Basic concepts and differences from REST API 2. Implementation methods and best practices 3. Common issues and solutions" # Research specific versions or environments "Search for new features in Next.js 14 using context7, focusing on how to use App Router"
If information cannot be found with Context7, Claude will automatically suggest other methods such as web search.
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.
A comprehensive collection of best practices for evaluating and improving the quality of prompts for AI Agents. It systematizes knowledge gained from actual…
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.