claude-code-cookbook
Description
A collection of commands, roles, and automation scripts for [Claude Code](https://docs.claude.com/claude-code).
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Claude Code Cookbook
A collection of commands, roles, and automation scripts for [Claude Code](https://docs.claude.com/claude-code).
Customize Claude Code with slash commands, expert roles, and automation hooks across multiple languages.
What is Claude Code Cookbook?
Claude Code Cookbook provides a plugin system that extends Claude Code with:
- Commands: Custom slash commands for common development tasks
- Roles: Expert role presets for specialized assistance
- Hooks: Automated scripts that trigger at specific events
Installation
Step 1: Add the Marketplace
First, add this repository as a plugin marketplace in Claude Code:
/plugin marketplace add wasabeef/claude-code-cookbook
Step 2: Install Your Language Plugin
Choose your preferred language plugin and install it:
| Language | Plugin Name | Install Command |
|---|---|---|
| 🇯🇵 日本語 | plugins/ja | /plugin install cook@claude-code-cookbook |
| 🇺🇸 English | plugins/en | /plugin install cook-en@claude-code-cookbook |
| 🇰🇷 한국어 | plugins/ko | /plugin install cook-ko@claude-code-cookbook |
| 🇨🇳 简体中文 | plugins/zh-cn | /plugin install cook-zh-cn@claude-code-cookbook |
| 🇹🇼 繁體中文 | plugins/zh-tw | /plugin install cook-zh-tw@claude-code-cookbook |
| 🇪🇸 Español | plugins/es | /plugin install cook-es@claude-code-cookbook |
| 🇫🇷 Français | plugins/fr | /plugin install cook-fr@claude-code-cookbook |
| 🇧🇷 Português | plugins/pt | /plugin install cook-pt@claude-code-cookbook |
Each plugin includes:
- Full command documentation in the native language
...
Related Skills
使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git mcp-server-github
GitHub API integration for repos, issues, PRs.
Git