This plugin system provides 39 slash commands, expert role presets, and automated hooks. It can directly extend Claude Code development workflows, supports multiple languages, and is suitable for team collaboration and standardized development processes.
Suitable tasks: PR management, code review, refactoring, dependency updates, performance analysis, applying design patterns, running tests, documentation generation, commit message generation, and technical debt analysis
Unsuitable tasks: Nonstandard workflows that require complex custom logic; these commands are general-purpose templates and need to be adapted to the project
Applicable model version: Claude Opus 4.7 (through Claude Code)
Applicable client, Agent, or API: Claude Code (plugin installation required)
Recommended reasoning levels and parameters: Choose based on the task type: use xhigh for complex refactoring and high or medium for simple commands
# 1. Add the marketplace
claude plugin marketplace add wasabeef/claude-code-cookbook
# 2. Install a language plugin (choose your language)
claude plugin install claude-code-cookbook:zh-cn # Simplified Chinese
claude plugin install claude-code-cookbook:en # English
claude plugin install claude-code-cookbook:ja # Japanese
claude plugin install claude-code-cookbook:ko # Korean/pr-list - Display a prioritized list of open PRs in the current repository
/pr-issue - Display a prioritized list of open Issues in the current repository
/pr-create - Automatically generate a PR from Git changes, including a detailed description and optimal branch setup
/pr-review - Conduct a systematic code quality and architecture review of a Pull Request
/pr-fix - Respond efficiently to PR review comments, including three-stage error analysis
/pr-auto-update - Automatically update the PR description and labels based on changes/refactor - Safely refactor code step by step and evaluate the SOLID principles
/smart-review - Perform an advanced review to improve code quality
/tech-debt - Analyze technical debt and create a prioritized improvement plan
/analyze-dependencies - Analyze project dependencies and visualize circular dependencies
/analyze-performance - Analyze application performance issues and propose improvements
/design-patterns - Propose and review implementations based on design patterns/fix-error - Suggest code fixes based on an error message
/explain-code - Clearly explain the functionality and logic of selected code
/commit-message - Generate a commit message based on changes
/semantic-commit - Break large changes into meaningful units using semantic commit messages
/pr-checks - Monitor GitHub Actions CI status and track it until completion
/screenshot - Capture and analyze a screenshot/plan - Activate planning mode and develop a detailed implementation strategy
/spec - Create a detailed specification from requirements (spec-driven development)
/ultrathink - Perform structured thinking for complex problems
/check-fact - Verify information accuracy by referencing the codebase and documentation
/sequential-thinking - Use Sequential Thinking MCP to reason through complex problems step by step
/task - Launch a specialized agent for autonomous search, research, and analysis tasks/update-node-deps - Safely update dependencies in Node.js projects
/update-flutter-deps - Safely update dependencies in Flutter projects# PR review
/pr-review
# Code refactoring
/refactor
# Generate a commit message
/commit-message
# Analyze technical debt
/tech-debt
# Plan a new feature
/plan implement user authentication with OAuth2
# Fix an error
/fix-error "TypeError: Cannot read property 'id' of undefined"Install the plugin in the project and select a language package
Enter / in a Claude Code session to view the available command list
Start with simple commands such as /commit-message and /explain-code
Gradually try more complex commands such as /pr-review and /refactor
Adjust command parameters according to project requirements
Record which commands are most effective for your workflow
Consider creating custom command templates for the team
The repository has 1.1k stars, indicating community recognition
Provides 39 slash commands covering the full development lifecycle
Supports 8 languages (EN, JA, KO, ZH-CN, ZH-TW, ES, FR, PT)
Commands are organized by category: PR management, code quality, development tools, planning and analysis, and dependency management
Includes roles (expert role presets) and hooks (automation scripts)
Installed through the plugin system without modifying Claude Code core
These commands are general-purpose templates and may need to be adapted to a specific project
Some commands, such as /pr-create, require Git and GitHub permissions
Performance analysis commands may require additional tool support
Actual command effectiveness depends on Claude Opus 4.7's comprehension and the project context
Compatibility between the plugin system and the Claude Code version needs to be verified
The README states: "Automate your workflow without unnecessary confirmations, allowing you to focus on what matters. Claude Code judges and executes common tasks like code fixes, test runs, and documentation updates."
Claude Opus 4.7