By a20070322
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
系统设计、可扩展性和技术决策的软件架构专家。在规划新功能、重构大型系统或进行架构决策时,请主动使用此角色。
构建和 TypeScript 错误解决专家。当构建失败或出现类型错误时,请主动使用此角色。仅以最小差异修复构建/类型错误,不进行架构编辑。专注于快速让构建通过。
专家代码审查顾问。主动审查代码质量、安全性和可维护性。在编写或修改代码后立即使用。所有代码变更必须使用此角色。
PostgreSQL database specialist for query optimization, schema design, security, and performance. Use PROACTIVELY when writing SQL, creating migrations, designing schemas, or troubleshooting database performance. Incorporates Supabase best practices.
Documentation and codemap specialist. Use PROACTIVELY for updating codemaps and documentation. Runs /update-codemaps and /update-docs, generates docs/CODEMAPS/*, updates READMEs and guides.
Node.js、Express 和 Next.js API 路由的后端架构模式、API 设计、数据库优化和服务端最佳实践。
TypeScript、JavaScript、React 和 Node.js 开发的通用编码标准、最佳实践和模式。
Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.
React、Next.js、状态管理、性能优化和 UI 最佳实践的前端开发模式。
Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.
Executes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
No model invocation
Executes directly as bash, bypassing the AI model
No model invocation
Executes directly as bash, bypassing the AI model
原项目:affaan-m/everything-claude-code
The complete collection of Claude Code configs from an Anthropic hackathon winner.
生产环境级别的代理、技能、钩子、命令、规则和 MCP 配置,经过 10+ 个月的密集日常使用演进而来。
这是 Everything Claude Code 项目的完整中文翻译版本。
本项目提供了一套经过实战验证的 Claude Code 配置集合,包括:
# 1. 克隆本仓库
git clone https://github.com/your-username/everything-claude-code-zh.git
# 2. 进入项目目录
cd everything-claude-code-zh
# 3. 安装为 Claude Code 插件
claude plugin install . --scope user
安装后,所有技能、命令和代理将自动可用。
常用命令:
/plan # 规划新功能
/learn # 从会话中提取可重用模式
/code-review # 代码审查
/verify # 验证更改
/refactor-clean # 清理重构
/tdd # 测试驱动开发
自动从会话中提取可重用模式并转化为技能:
# 解决问题后
/learn
# AI 会分析会话,提取模式,保存为技能
保存和恢复工作状态:
# 保存当前状态
/instinct-export
# 恢复之前的状态
/instinct-import
# 查看当前状态
/instinct-status
规划层(Planner, Architect)
↓
执行层(领域专家)
↓
清理层(Refactor Cleaner, Build Resolver)
everything-claude-code-zh/ # 中文版项目(与原项目结构完全一致)
├── README.md # 本文件
├── the-shortform-guide.md # 短篇指南(中文)
├── the-longform-guide.md # 长篇指南(中文)
├── CONTRIBUTING.md # 贡献指南(中文)
├── QUICK_START.md # 快速参考
│
├── agents/ # 代理配置(12 个,已翻译)
│ ├── planner.md # 功能规划专家
│ ├── architect.md # 架构设计专家
│ ├── code-reviewer.md # 代码审查专家
│ └── ...
│
├── commands/ # 命令配置(23 个,已翻译)
│ ├── plan.md # 功能规划命令
│ ├── learn.md # 模式提取命令
│ ├── code-review.md # 代码审查命令
│ └── ...
│
├── contexts/ # 上下文配置(3 个,已翻译)
│ ├── dev.md # 开发模式
│ ├── research.md # 研究模式
│ └── review.md # 审查模式
│
├── examples/ # 示例配置(2 个,已翻译)
│ ├── CLAUDE.md # 项目级示例
│ └── user-CLAUDE.md # 用户级示例
│
├── skills/ # 技能配置(已翻译)
│ ├── coding-standards/ # 编码标准
│ ├── tdd-workflow/ # TDD 工作流
│ ├── security-review/ # 安全审查
│ └── ...
│
├── rules/ # 规则配置(8 个,已翻译)
│ ├── coding-style.md # 代码风格
│ ├── testing.md # 测试要求
│ ├── security.md # 安全指南
│ └── ...
│
├── hooks/ # Hooks 配置
│ ├── hooks.json # 配置文件
│ └── hooks.json.说明.md # 中文说明 ⭐
│
├── .claude-plugin/ # 插件配置
│ ├── plugin.json # 配置文件
│ ├── PLUGIN_SCHEMA_NOTES.md # 架构说明(翻译)
│ └── plugin.json.说明.md # 中文说明 ⭐
│
├── plugins/ # 插件文档(已翻译)
│ └── README.md # 插件和市场说明
│
├── docs/ # 原创中文指南
│ ├── 快速开始.md # 5分钟上手
│ ├── 组件详解.md # 组件详解
│ ├── 实战案例.md # 实战案例
│ ├── 定制指南.md # 定制配置
│ └── 术语对照表.md # 术语参考
│
└── ...其他配置文件
⭐ 表示带中文注释说明的文件
专业化的 AI 代理,专注特定领域:
| 代理 | 用途 |
|---|---|
planner.md | 功能规划 |
architect.md | 架构设计 |
code-reviewer.md | 代码审查 |
security-reviewer.md | 安全审查 |
build-error-resolver.md | 构建错误解决 |
database-reviewer.md | 数据库审查 |
doc-updater.md | 文档更新 |
e2e-runner.md | E2E 测试 |
go-build-resolver.md | Go 构建错误 |
go-reviewer.md | Go 代码审查 |
refactor-cleaner.md | 重构清理 |
tdd-guide.md | TDD 指导 |
快速执行的斜杠命令:
npx claudepluginhub a20070322/everything-claude-code-zhComplete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.