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, and Routines.

This repository also configures its own agents. See what claude-code-recipes-v2 tells them →

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

pr-description

25

forest6511/claude-code-recipes-v2

Skill Claude Code

A draft-writing helper that turns the current code branch's changes and commit history into a pull request description. A pull request is a proposed code change submitted for review before it is merged.

not rated 5 4mo ago A 19 tokens original MIT

release-prep

26

forest6511/claude-code-recipes-v2

Skill Claude Code

A release-preparation helper that updates a project's version and writes a structured CHANGELOG entry, a file that records changes between releases.

not rated 5 4mo ago A 19 tokens original MIT

security-deps

27

forest6511/claude-code-recipes-v2

Skill Claude Code

A dependency-security checker that scans a project's libraries for known vulnerabilities, identified by CVE numbers. It chooses a scanner for Node.js, Python, Go, or Rust and groups findings by severity.

not rated 5 4mo ago A 24 tokens original MIT

security-iac

28

forest6511/claude-code-recipes-v2

Skill Claude Code

A security scanner for infrastructure configuration files, including Terraform, CloudFormation templates, and Kubernetes manifests. It checks whether these files contain unsafe settings.

not rated 5 4mo ago A 20 tokens original MIT

security-sast

29

forest6511/claude-code-recipes-v2

Skill Claude Code

An option-checking helper that tests whether a proposed set of choices covers the real problem. It looks for hidden assumptions, missing alternatives, and false either-or choices.

not rated 5 4mo ago A 24 tokens original MIT

security-scan-all

30

forest6511/claude-code-recipes-v2

Skill Claude Code

A repository-wide security check covering source code, third-party dependencies, leaked secrets, and infrastructure files such as Terraform or Kubernetes configuration.

not rated 5 4mo ago A 32 tokens original MIT

security-secrets

31

forest6511/claude-code-recipes-v2

Skill Claude Code

A secret-detection check for finding API keys, passwords, and tokens in source files or Git history. Git history is the record of earlier versions and commits in a repository.

not rated 5 4mo ago A 36 tokens original MIT

api-design

32

forest6511/claude-code-recipes-v2

Skill Claude Code

A design aid that turns requirements into a proposed REST API structure. REST APIs let software exchange data through named web endpoints and HTTP methods such as GET or POST.

not rated 5 4mo ago A 18 tokens original MIT

api-docs

33

forest6511/claude-code-recipes-v2

Skill Claude Code

A documentation generator that turns an OpenAPI schema into API reference documentation. OpenAPI is a machine-readable description of an API, and the output can be a Redocly HTML site or Markdown.

not rated 5 4mo ago A 27 tokens original MIT

openapi-generate

34

forest6511/claude-code-recipes-v2

Skill Claude Code

An OpenAPI 3.1 schema generator for describing web APIs. OpenAPI is a standard document that lists an API's URLs, inputs, outputs, data models, and authentication rules.

not rated 5 4mo ago A 28 tokens original MIT

autofix-bounded

35

forest6511/claude-code-recipes-v2

Skill Claude Code

A bounded autofix workflow that prepares a constrained command for correcting lint or type errors. It limits changes to src/ and limits the number of commits.

not rated 5 4mo ago A 27 tokens original MIT

headless-template

36

forest6511/claude-code-recipes-v2

Skill Claude Code

A template for running a coding-agent task without an interactive user, such as in continuous integration or a scheduled job.

not rated 5 4mo ago A 21 tokens original MIT

issue-triage

37

forest6511/claude-code-recipes-v2

Skill Claude Code

Triages GitHub Issues by classifying type and setting priority. Use when organizing issues, setting labels, or prioritizing backlog.

not rated 5 4mo ago A 31 tokens original MIT

visual-test

38

forest6511/claude-code-recipes-v2

Skill Claude Code

Takes page snapshots and verifies UI changes using Playwright. Use when checking visual regression, layout issues, or UI validation.

not rated 5 4mo ago A 28 tokens original MIT

api-doc-writer

39

forest6511/claude-code-recipes-v2

Skill Claude Code

A tool that creates REST API documentation in OpenAPI 3.1, a standard format for describing how web APIs work. It can document new or existing endpoints and check API changes in pull requests.

not rated 5 4mo ago A 49 tokens original MIT

debug-skills

40

forest6511/claude-code-recipes-v2

Skill Claude Code

Diagnoses why a Skill is not working as expected. Use when a skill fails silently, does not activate, or produces unexpected results.

not rated 5 4mo ago A 31 tokens original MIT

daily-report

43

forest6511/claude-code-recipes-v2

Skill Claude Code

Generates a daily project report with security scan results. Use when creating daily status reports or project summaries.

not rated 5 4mo ago A 24 tokens original MIT

implement-feature

44

forest6511/claude-code-recipes-v2

Skill Claude Code

A coding-agent instruction for implementing a requested feature. It requires a test-first approach and checking the test results after files are changed.

not rated 5 4mo ago A 2 tokens original MIT

monitored-deploy

45

forest6511/claude-code-recipes-v2

Skill Claude Code

Deploys with pre-validation, action logging, and post-deployment summary. Use when deploying to staging or production environments.

not rated 5 4mo ago A 29 tokens original MIT

daily-standup

46

forest6511/claude-code-recipes-v2

Skill Claude Code

A daily progress-reporting skill that summarizes recent repository commits and assigned open GitHub issues. It produces a report in three sections: yesterday's work, today's work, and blockers.

not rated 5 4mo ago A 34 tokens original MIT

deep-analysis

47

forest6511/claude-code-recipes-v2

Skill Claude Code

A deep-analysis workflow for large codebases, performance bottlenecks, and complicated refactoring plans. It examines dependencies, coupling, and separation of responsibilities, then groups risks by severity.

not rated 5 4mo ago A 51 tokens original MIT

quick-summary

48

forest6511/claude-code-recipes-v2

Skill Claude Code

A short-summary skill that compresses information into five lines or fewer using the format: subject, conclusion, evidence, and next action. It is configured to use Claude Haiku 4.5.

not rated 5 4mo ago A 25 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: