cfrs2005/claude-init

Claude Code 中文开发套件 - 为中国开发者定制的零门槛 AI 编程环境。一键安装完整中文化体验,集成 MCP 服务器、智能上下文管理、安全扫描,支持免翻墙访问。让 AI 编程更简单。

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

build-fix

01

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

02

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

03

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

04

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

05

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

06

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

07

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

08

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

09

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

10

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