

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
1# CLAUDE.md23本文件为 Claude Code (claude.ai/code) 在此仓库中处理代码提供指导。45## 项目概览 (Project Overview)67这是一个 **Claude Code 插件 (Plugin)** —— 一个包含生产级智能体 (Agents)、技能 (Skills)、钩子 (Hooks)、命令 (Commands)、规则 (Rules) 及 MCP 配置 (MCP Configurations) 的集合。本项目为使用 Claude Code 进行软件开发提供了经受过实战检验的工作流 (Workflows)。89## 运行测试 (Running Tests)1011```bash12# 运行所有测试13node tests/run-all.js1415# 运行单个测试文件16node tests/lib/utils.test.js17node tests/lib/package-manager.test.js18node tests/hooks/hooks.test.js19```2021## 架构设计 (Architecture)2223项目由以下核心组件组成:2425- **agents/** - 用于委派 (Delegation) 的专业子智能体 (Subagents)(如 planner、code-reviewer、tdd-guide 等)26- **skills/** - 工作流 (Workflow) 定义与领域知识(如编码标准、模式、测试)27- **commands/** - 用户调用的斜杠命令 (Slash Commands)(如 `/tdd`、`/plan`、`/e2e` 等)28- **hooks/** - 基于触发器的自动化(如会话持久化、工具使用前/后钩子)29- **rules/** - 必须始终遵守的准则(如安全性、编码风格、测试要求)30- **mcp-configs/** - 用于外部集成的 MCP 服务配置31- **scripts/** - 用于钩子与设置的跨平台 Node.js 工具32- **tests/** - 针对脚本与工具的测试套件3334## 核心命令 (Key Commands)3536- `/tdd` - 测试驱动开发 (TDD) 工作流37- `/plan` - 实现方案规划 (Implementation Planning)38- `/e2e` - 生成并运行端到端 (E2E) 测试39- `/code-review` - 质量审查 (Quality Review)40- `/build-fix` - 修复构建错误41- `/learn` - 从会话 (Sessions) 中提取模式42- `/skill-create` - 从 Git 历史记录生成技能4344## 开发注意事项 (Development Notes)4546- 包管理器 (Package manager) 检测:支持 npm, pnpm, yarn, bun(可通过 `CLAUDE_PACKAGE_MANAGER` 环境变量或项目配置进行设置)47- 跨平台:通过 Node.js 脚本支持 Windows, macOS, Linux48- 智能体 (Agent) 格式:带有 YAML Frontmatter (元数据前置块) 的 Markdown 文件(包含名称、描述、工具、模型)49- 技能 (Skill) 格式:包含明确章节(何时使用、工作原理、示例)的 Markdown 文件50- 钩子 (Hook) 格式:包含匹配 (Matcher) 条件以及命令/通知钩子的 JSON 文件5152## 贡献指南 (Contributing)5354请遵循 CONTRIBUTING.md 中的格式要求:55- 智能体 (Agents):带有 Frontmatter (name, description, tools, model) 的 Markdown 文件56- 技能 (Skills):明确的章节划分(何时使用、工作原理、示例)57- 命令 (Commands):带有描述性 Frontmatter 的 Markdown 文件58- 钩子 (Hooks):带有匹配器 (Matcher) 和钩子数组的 JSON 文件5960文件命名:小写字母加连字符(例如:`python-reviewer.md`, `tdd-workflow.md`)61
One repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| xu-xiang/everything-claude-code-zh.codex/AGENTS.md · 1.9k | AGENTS.md | securityagent-behaviour | 59/100 | today | |
| xu-xiang/everything-claude-code-zhAGENTS.md · 1.9k | AGENTS.md | teststylearchtesting-strategy+4 | 74/100 | today |
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| dotCMS/corecore-web/CLAUDE.md · 949 | CLAUDE.md | teststylearchtesting-strategy+3 | 100/100 | 14 days ago | |
| tphakala/birdnet-goCLAUDE.md · 1.6k | CLAUDE.md | buildtestlint-formatstyle+8 | 100/100 | today | |
| tyrchen/geektime-bootcamp-aiw7/genslides/backend/CLAUDE.md · 230 | CLAUDE.md | testlint-formatstylearch+6 | 100/100 | 9 days ago | |
| nimbalyst/nimbalystpackages/android/CLAUDE.md · 1.5k | CLAUDE.md | setupbuildstylearch+2 | 100/100 | 14 days ago | |
| microsoft/playwrightCLAUDE.md · 95k | CLAUDE.md | buildtestlint-formatstyle+7 | 100/100 | 7 days ago | |
| Adit-Jain-srm/NightmareNetCLAUDE.md · 46 | CLAUDE.md | buildtestlint-formatstyle+6 | 100/100 | 14 days ago | |
| bagisto/bagistoCLAUDE.md · 28k | CLAUDE.md | setupbuildteststyle+5 | 100/100 | 7 days ago | |
| livewire/livewireCLAUDE.md · 24k | CLAUDE.md | setupbuildteststyle+4 | 100/100 | 14 days ago |
A badge carrying the measured quality of the strongest agent config file in this repository, out of 100. It reads from this index every time somebody loads your page, so it changes when the measurement changes and there is nothing to keep up to date. Free, no account, and the value is not something you or we can set by hand.
[](https://rulestack.kynth.studio/configs/xu-xiang-everything-claude-code-zh-claude)Would rather not hotlink us? Every badge is also served in shields.io’s endpoint schema, so shields renders the image and your readers never talk to our domain:
Published by Toolproof, the masthead over this index and eight others. The method behind the number is at toolproof.kynth.studio/methodology, and the whole thing is readable as JSON with no key at /api.