Sample code for the 2nd edition of 『Claude Code実践レシピ100本』 — v5 recipes including Agent Teams, Harness Engineering, Channels, Computer Use, and Routines.
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.
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.
A security scanner for infrastructure configuration files, including Terraform, CloudFormation templates, and Kubernetes manifests. It checks whether these files contain unsafe settings.
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.
A repository-wide security check covering source code, third-party dependencies, leaked secrets, and infrastructure files such as Terraform or Kubernetes configuration.
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.
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.
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.
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.
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.
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.
A coding-agent instruction for implementing a requested feature. It requires a test-first approach and checking the test results after files are changed.
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.
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.
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 agoA25 tokens
originalMIT
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: