forest6511/claude-code-recipes-v2

Sample code for the 2nd edition of 『Claude Code実践レシピ100本』 — v5 recipes including Agent Teams, Harness Engineering, Channels, Computer Use, Routines

5Stars on the repository
58Mods indexed here, across every type
4mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

explain-code

06

forest6511/claude-code-recipes-v2

Skill Claude CodeCodex

A structured way to explain code using a short summary, an everyday analogy, an ASCII diagram, a step-by-step walkthrough, and common pitfalls.

not rated 5 4mo ago A 60 tokens original MIT

pr-checklist

07

forest6511/claude-code-recipes-v2

Skill Claude CodeCodex

A pre-pull-request checklist for checking tests, type errors, changelog entries, linked issues, and visual evidence for interface changes. A pull request is a proposed code change submitted for review.

not rated 5 4mo ago A 21 tokens original MIT

fix-issue

08

forest6511/claude-code-recipes-v2

Skill Claude CodeCodex

A workflow for fixing a GitHub Issue, which is a tracked task or bug report in a code repository.

not rated 5 4mo ago A 11 tokens original MIT

migrate-component

09

forest6511/claude-code-recipes-v2

Skill Claude CodeCodex

A workflow for moving a software component from one programming framework to another. It keeps the component's existing behavior and tests during the move.

not rated 5 4mo ago A 20 tokens original MIT

migrate-component

10

forest6511/claude-code-recipes-v2

Skill Claude CodeCodex

A procedure for moving a software component from one framework to another while keeping its behavior and tests. It also adapts the component’s type definitions to the conventions of the new framework.

not rated 5 4mo ago A 20 tokens original MIT

pr-summary

11

forest6511/claude-code-recipes-v2

Skill Claude CodeCodex

A pull request summary workflow that reads the current pull request's diff, comments, and changed-file list. It produces a short overview, classifies the change, and lists review concerns.

not rated 5 4mo ago A 15 tokens original MIT

release-notes

12

forest6511/claude-code-recipes-v2

Skill Claude CodeCodex

A release-note generator that reads Git history and file-change statistics between releases. Release notes are a summary of what changed in a software version.

not rated 5 4mo ago A 12 tokens original MIT

deep-research

13

forest6511/claude-code-recipes-v2

Skill Claude CodeCodex

A codebase research procedure written in Japanese for investigating a specific topic thoroughly. It searches related files, reads the relevant code, traces callers and dependencies, and records findings with file paths.

not rated 5 4mo ago A 22 tokens original MIT

pr-summary-fork

14

forest6511/claude-code-recipes-v2

Skill Claude CodeCodex

A pull-request summary for a fork, which is a separate copy of a repository. It uses the pull request’s code changes, comments, and changed-file list to produce a short review-oriented report.

not rated 5 4mo ago A 19 tokens copy · 86% MIT

security-scan

15

forest6511/claude-code-recipes-v2

Skill Claude CodeCodex

A security review for a codebase or selected files. It checks for injection risks, authentication and permission problems, exposed secrets, and dependencies with known vulnerabilities.

not rated 5 4mo ago A 24 tokens original MIT

code-review

16

forest6511/claude-code-recipes-v2

Skill Claude CodeCodex

A general code review for staged changes or specified files. It checks correctness, security, performance, readability, and whether new logic has suitable tests.

not rated 5 4mo ago A 51 tokens original MIT

forest6511/claude-code-recipes-v2

Skill Claude CodeCodex

A code-review workflow that reviews a selected target, or the staged Git changes when no target is given, and drafts a pull request description. A pull request is a proposed set of changes for review before merging.

not rated 5 4mo ago A 18 tokens original MIT

security-review

18

forest6511/claude-code-recipes-v2

Skill Claude CodeCodex

A security-focused code review for staged changes or another specified target. It checks common ways code can be attacked, such as injection, weak access controls, exposed secrets, and unsafe encryption.

not rated 5 4mo ago A 16 tokens original MIT

tdd-typescript

19

forest6511/claude-code-recipes-v2

Skill Claude CodeCodex

A TypeScript testing workflow based on test-driven development (TDD), where tests are written before the implementation. It uses Vitest, a JavaScript and TypeScript test runner, and proceeds through failing tests, working code, and cleanup.

not rated 5 4mo ago A 18 tokens original MIT

tdd

20

forest6511/claude-code-recipes-v2

Skill Claude CodeCodex

A guided implementation process using test-driven development, or TDD. TDD writes a failing test first, adds the smallest code needed to pass it, and then improves the code while keeping the test passing.

not rated 5 4mo ago A 27 tokens original MIT

refactor-bulk

21

forest6511/claude-code-recipes-v2

Skill Claude CodeCodex

A directory-wide refactoring process that applies a named code pattern to matching files. Refactoring changes the code’s structure without intending to change what it does.

not rated 5 4mo ago A 25 tokens original MIT

refactor

22

forest6511/claude-code-recipes-v2

Skill Claude CodeCodex

A code-cleanup helper that improves a program's internal structure without changing what it does. Refactoring includes tasks such as extracting functions, removing duplication, and simplifying conditions.

not rated 5 4mo ago A 55 tokens original MIT

commit-message

23

forest6511/claude-code-recipes-v2

Skill Claude CodeCodex

A helper that reads staged Git changes and suggests a Conventional Commits message. Conventional Commits use labels such as feat, fix, and docs to describe the kind of change.

not rated 5 4mo ago A 22 tokens original MIT

new-branch

24

forest6511/claude-code-recipes-v2

Skill Claude CodeCodex

A helper that turns a feature description into a Git branch name following a team’s naming rules. Git branches are separate lines of work used to develop changes safely.

not rated 5 4mo ago A 23 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: