cfrs2005

28 mods across 4 repositories, 1.4k stars between them.

architect

01

cfrs2005/claude-init

Agent Claude Code

A software-architecture agent that designs systems, reviews technical choices, and plans changes for maintainability, scale, security, and performance.

1.4k 5mo ago A 40 tokens original MIT

cfrs2005/claude-init

Agent Claude Code

A focused helper for fixing TypeScript, compiler, dependency, and build errors. TypeScript is a programming language that checks JavaScript code before it runs.

1.4k 5mo ago C 60 tokens original MIT

code-reviewer

03

cfrs2005/claude-init

Agent Claude Code

A code-review assistant that checks recent changes for correctness, security, maintainability, performance, and test coverage.

1.4k 5mo ago A 40 tokens original MIT

doc-updater

04

cfrs2005/claude-init

Agent Claude Code

A documentation assistant that maps a codebase and keeps its README files and guides aligned with the actual code. A code map is a structured overview of folders, modules, public interfaces, routes, data models, and dependencies.

1.4k 5mo ago A 54 tokens original MIT

e2e-runner

05

cfrs2005/claude-init

Agent Claude Code

An end-to-end testing assistant built around Playwright, a tool that controls real browsers to test complete user journeys.

1.4k 5mo ago A 70 tokens original MIT

planner

06

cfrs2005/claude-init

Agent Claude Code

A planning guide for complex software features, architecture changes, and refactors, which are changes that improve code structure without changing its intended behavior. It turns a request into ordered implementation steps with files, dependencies, risks, tests, and success criteria.

1.4k 5mo ago A 39 tokens original MIT

refactor-cleaner

07

cfrs2005/claude-init

Agent Claude Code

An agent for finding and safely removing unused code, duplicate implementations, and unnecessary dependencies from a codebase. It also records removals in a deletion log.

1.4k 5mo ago A 55 tokens original MIT

security-reviewer

08

cfrs2005/claude-init

Agent Claude Code

A security-review agent that looks for common weaknesses in web applications and code, including exposed secrets, unsafe input handling, broken access controls, and vulnerable dependencies. It uses security checks and tools described in its instructions.

1.4k 5mo ago A 60 tokens original MIT

tdd-guide

09

cfrs2005/claude-init

Agent Claude Code

A guide to test-driven development, or TDD, a method where you write a failing test before writing the code that should pass it. It follows the cycle of writing a test, implementing the smallest fix, and then improving the code.

1.4k 5mo ago A 52 tokens original MIT

build-fix

10

cfrs2005/claude-init

Command Claude Code

A command workflow for fixing TypeScript and build errors one at a time. It runs the project build, explains each error, applies a fix, and checks the result.

1.4k 5mo ago A 0 tokens original MIT

code-review

11

cfrs2005/claude-init

Command Claude Code

A command that reviews uncommitted code changes for security, quality, testing, accessibility, and maintainability issues. It reports each finding with a severity, file location, explanation, and suggested fix.

1.4k 5mo ago A 0 tokens original MIT

e2e

12

cfrs2005/claude-init

Command Claude Code

A command for creating and running end-to-end tests with Playwright. End-to-end tests check a complete user journey across the application, such as logging in, searching, or paying.

1.4k 5mo ago A 33 tokens original MIT

learn

13

cfrs2005/claude-init

Command Claude Code

A command that reviews the current coding session and extracts reusable solutions, debugging methods, workarounds, or project patterns into a proposed skill file.

1.4k 5mo ago A 0 tokens original MIT

plan

14

cfrs2005/claude-init

Command Claude Code

A planning command that restates a coding request, identifies risks and dependencies, and creates a step-by-step implementation plan. It requires the user to confirm the plan before any code is changed.

1.4k 5mo ago A 25 tokens original MIT

refactor-clean

15

cfrs2005/claude-init

Command Claude Code

A command for finding and removing unused code after checking that the tests still pass. Dead code is code that is no longer used.

1.4k 5mo ago A 0 tokens original MIT

tdd

16

cfrs2005/claude-init

Command Claude Code

A command that follows test-driven development (TDD), a method where you write tests before the code they check. It moves through writing a failing test, adding the smallest implementation, and then improving the code.

1.4k 5mo ago A 37 tokens original MIT

test-coverage

17

cfrs2005/claude-init

Command Claude Code

A command that examines how much of a codebase is exercised by tests and creates tests for uncovered code. Test coverage measures which code paths run during testing.

1.4k 5mo ago A 0 tokens original MIT

update-codemaps

18

cfrs2005/claude-init

Command Claude Code

A command that scans a codebase and updates architecture maps: concise documents showing the project’s structure, dependencies, backend, frontend, and data model.

1.4k 5mo ago A 0 tokens original MIT

update-docs

19

cfrs2005/claude-init

Command Claude Code

A documentation-update command that builds contributor and operations documents from project configuration files. It uses package.json for scripts and .env.example for environment variables.

1.4k 5mo ago A 0 tokens original MIT

PreToolUse

20

cfrs2005/claude-init

Hook Claude Code

Runs before the agent uses a tool for tool == "Bash" && tool_input.command matches "(npm run dev, pnpm( run)? dev, yarn dev, bun run dev)", tool == "Bash" && tool_input.command matches "(npm (install, test), pnpm (install, test), yarn (install, test), bun (install, test), cargo build, make, docker, pytest, vitest…

1.4k 5mo ago A tokens not measured original MIT

PreCompact

21

cfrs2005/claude-init

Hook Claude Code

Runs before the context is compacted, executing pre-compact.sh. From cfrs2005/claude-init.

1.4k 5mo ago A tokens not measured original MIT

SessionStart

22

cfrs2005/claude-init

Hook Claude Code

Runs when a session starts, executing session-start.sh. From cfrs2005/claude-init.

1.4k 5mo ago A tokens not measured copy · 86% MIT

PostToolUse

23

cfrs2005/claude-init

Hook Claude Code

Runs after a tool call finishes for tool == "Bash", tool == "Edit" && tool_input.file_path matches "\\.(ts, tsx, js, jsx)$", tool == "Edit" && tool_input.file_path matches "\\.(ts, tsx)$", tool == "Edit" && tool_input.file_path matches "\\.(ts, tsx, js and jsx)$" tool calls, running #!/bin/bash (4 commands). From…

1.4k 5mo ago A tokens not measured original MIT

Stop

24

cfrs2005/claude-init

Hook Claude Code

Runs when the agent finishes a response, executing session-end.sh and evaluate-session.sh (3 commands). From cfrs2005/claude-init.

1.4k 5mo ago A tokens not measured original MIT