claude-code-cookbook banner
wasabeef wasabeef

claude-code-cookbook

Git community intermediate

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

...