forest6511

60 mods across 2 repositories, 13 stars between them.

postgres

01

forest6511/claude-code-recipes-v2

MCP server Claude CodeCodexCursor +2

Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB. Runs locally from the @bytebase/dbhub npm package.

5 4mo ago A tokens not measured original MIT

explain-code

09

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.

5 4mo ago A 60 tokens original MIT

pr-checklist

10

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.

5 4mo ago A 21 tokens original MIT

fix-issue

11

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.

5 4mo ago A 11 tokens original MIT

migrate-component

12

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.

5 4mo ago A 20 tokens original MIT

migrate-component

13

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.

5 4mo ago A 20 tokens original MIT

pr-summary

14

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.

5 4mo ago A 15 tokens original MIT

release-notes

15

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.

5 4mo ago A 12 tokens original MIT

security-auditor

16

forest6511/claude-code-recipes-v2

Agent Claude Code

A security-review agent that examines code using the OWASP Top 10, a widely used list of common web-application security risks.

5 4mo ago A 30 tokens original MIT

deep-research

17

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.

5 4mo ago A 22 tokens original MIT

pr-summary-fork

18

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.

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

security-scan

19

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.

5 4mo ago A 24 tokens original MIT

code-review

20

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.

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.

5 4mo ago A 18 tokens original MIT

security-review

22

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.

5 4mo ago A 16 tokens original MIT

tdd-typescript

23

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.

5 4mo ago A 18 tokens original MIT

tdd

24

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.

5 4mo ago A 27 tokens original MIT