xu-xiang/everything-claude-code-zh

everything-claude-code 中文翻译项目:完整的 Claude Code 配置集合(agents, skills, hooks, commands, rules, MCPs)。源自 Anthropic 黑客松获胜者的实战配置,助力中文工程师高效理解与使用 Claude Code。

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

build-fix

01

xu-xiang/everything-claude-code-zh

Command

Part of everything-claude-code-zh

A command that fixes build and TypeScript errors with the smallest practical code changes. It checks the types, repairs errors one by one, and verifies the final build and tests.

not rated 1.9k +4 6mo ago A 15 tokens original MIT

checkpoint

02

xu-xiang/everything-claude-code-zh

Command

Part of everything-claude-code-zh

A command for saving a snapshot of a project’s verification state, including tests, coverage, build results, code changes, completed work, blockers, and next steps. A checkpoint is a recorded progress marker that can be revisited during a longer change.

not rated 1.9k +4 6mo ago A 11 tokens original MIT

code-review

03

xu-xiang/everything-claude-code-zh

Command

Part of everything-claude-code-zh

A code-review command that examines changed files for security, quality, maintainability, performance, accessibility, and style problems. It produces a structured report with each issue’s severity, location, and suggested fix.

not rated 1.9k +4 6mo ago A 10 tokens original MIT

e2e

04

xu-xiang/everything-claude-code-zh

Command

Part of everything-claude-code-zh

A browser-testing command that creates and runs end-to-end tests with Playwright. End-to-end tests imitate a user moving through a complete feature in a real browser.

not rated 1.9k +4 6mo ago A 18 tokens original MIT

evolve

06

xu-xiang/everything-claude-code-zh

Command

Part of everything-claude-code-zh

A command for reviewing learned instincts, meaning recurring patterns an agent has recorded from past work, and proposing new skills, commands, or agents. It can also generate files from those proposals.

not rated 1.9k +4 6mo ago A 16 tokens original MIT

tdd

22

xu-xiang/everything-claude-code-zh

Command

Part of everything-claude-code-zh

A command that applies test-driven development (TDD), where you write a failing test before the code, then make it pass and improve the code. It targets at least 80% test coverage, with stricter targets for critical logic.

not rated 1.9k +4 6mo ago A 22 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: