analyze-dependencies
Analyze project dependencies and evaluate architectural health. Trigger with "analyze dependencies", "detect circular dependencies", "architecture issues?",…
Plan mode for implementation strategy before coding. Trigger with "make a plan", "how to proceed?", "implementation strategy?", "plan this", "suggest an approach", "how should I implement?".
$ npx -y skills add wasabeef/claude-code-cookbook --skill plan --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/planContext preview
The summary Claude sees to decide when to auto-load this skill.
Plan mode for implementation strategy before coding. Trigger with "make a plan", "how to proceed?", "implementation strategy?", "plan this", "suggest an approach", "how should I implement?".
description: 'Plan mode for implementation strategy before coding. Trigger with "make a plan", "how to proceed?", "implementation strategy?", "plan this", "suggest an approach", "how should I implement?".' allowed-tools: - Read - Grep - Glob
Helps you plan before coding. Creates detailed strategies to make development smoother.
# Request Plan Mode from Claude "Create an implementation plan for [implementation content]"
# Implementation plan for new feature "Create an implementation plan for user authentication functionality" # System design plan "Create an implementation plan for microservice splitting" # Refactoring plan "Create a refactoring plan for legacy code"
# Complex feature implementation "Create an implementation plan for chat functionality, including WebSocket, real-time notifications, and history management" # Database design "Create a database design plan for an e-commerce site, including product, order, and user management" # API design "Create an implementation plan for GraphQL API, including authentication, caching, and rate limiting" # Infrastructure design "Create an implementation plan for Dockerization, including development environment, production environment, and CI/CD"
**Automatic Start**
**What You Get**
**Getting Your Approval**
# Complex system implementation "Create an implementation plan for an online payment system, including Stripe integration, security, and error handling" # Frontend implementation "Create an implementation plan for a React dashboard, including state management, component design, and testing" # Backend implementation "Create an implementation plan for a RESTful API, including authentication, validation, and logging" # DevOps implementation "Create an implementation plan for a CI/CD pipeline, including test automation, deployment, and monitoring"
**When to Use This**
**Technical Notes**
**Important Rules**
# Usage example "Create an implementation plan for a user management system" # What happens: # 1. Plan Mode starts # 2. Analyze requirements and pick tech # 3. Structure the implementation # 4. Show you the plan # 5. Start coding after you approve
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?".
Evaluate and improve AI prompt quality. Trigger with "check this prompt", "evaluate prompt quality", "improve this prompt".
Generate commit messages from staged changes. Trigger with "suggest commit message", "generate commit message", "what should the commit say?", "write commit…