Files
knowledge-base/4 - Resources/Everything Claude Code 完整指南.md
Yaojia Wang ad79665527 Sync
2026-03-14 20:23:32 +01:00

8.0 KiB
Raw Blame History

created, type, tags, source
created type tags source
2026-03-08 21:30 resource
claude-code
AI-tools
development-workflow
reference
https://github.com/affaan-m/everything-claude-code

Everything Claude Code 完整指南

生产级 Claude Code 插件系统,包含 65+ skills、16 agents、40+ commands、hooks 和 rules。v1.8.0,经过 10+ 个月的高强度日常使用演化。

项目架构

everything-claude-code/
├── agents/     (16个) - 专用子代理
├── skills/     (65个) - 工作流定义和领域知识
├── commands/   (40个) - slash 命令
├── hooks/      - 基于事件的自动化
├── rules/      - 始终遵循的规则(按语言分层)
├── scripts/    - 跨平台 Node.js 工具脚本
├── mcp-configs/- MCP 服务器配置模板
└── contexts/   - 动态注入的上下文文件

安装

# 插件安装
/plugin marketplace add affaan-m/everything-claude-code
/plugin install everything-claude-code@everything-claude-code

# Rules 手动安装(插件无法分发规则)
git clone https://github.com/affaan-m/everything-claude-code.git
cd everything-claude-code
./install.sh python typescript  # 按需选语言

全部 65 Skills

核心基础设施 (9)

Skill 用途
agent-harness-construction 设计 AI agent 动作空间、工具定义和观测格式
agentic-engineering eval-first 执行、任务分解、成本感知路由
ai-first-engineering AI 优先工程运营模式
continuous-agent-loop 持续自主 agent 循环,含质量门控和恢复
enterprise-agent-ops 长期运行 agent 运维:可观测性、安全边界
strategic-compact 逻辑断点手动压缩上下文
eval-harness 评估驱动开发(EDD)pass@k 和 pass^k
verification-loop 综合验证构建、lint、测试、安全扫描
configure-ecc 交互式安装向导

开发工作流 (7)

Skill 用途
autonomous-loops 顺序管道到 RFC 驱动多 agent DAG
continuous-learning 从 session 自动提取可复用模式
continuous-learning-v2 instinct 学习系统,带置信度评分
ralphinho-rfc-pipeline RFC 驱动多 agent DAG 执行
nanoclaw-repl 零依赖 session 感知 REPL
tdd-workflow Red-Green-Refactor80%+ 覆盖率
search-first 先搜索现有工具/库再编码

前端 (4)

Skill 用途
frontend-patterns React/Next.js 模式、状态管理
frontend-slides 动画 HTML 演示文稿
swiftui-patterns SwiftUI 架构、@Observable
liquid-glass-design iOS 26 Liquid Glass 设计系统

后端 & API (5)

Skill 用途
backend-patterns Node.js/Express/Next.js 服务端架构
api-design REST API 设计模式
cost-aware-llm-pipeline LLM API 成本优化和模型路由
content-hash-cache-pattern SHA-256 内容哈希缓存
iterative-retrieval 渐进式上下文检索

数据库 (3)

Skill 用途
postgres-patterns PostgreSQL 查询优化、索引、Schema
clickhouse-io ClickHouse 分析数据库
database-migrations Schema 变更、零停机部署

Python + Django (6)

Skill 用途
python-patterns PEP 8、类型提示、Pythonic 惯用法
python-testing pytest、TDD、fixtures、mock
django-patterns Django/DRF 架构、ORM
django-tdd pytest-django、factory_boy
django-security 认证、CSRF、SQL 注入防护
django-verification Django 验证循环

Java/Spring Boot (6)

Skill 用途
java-coding-standards 命名、不可变性、Optional、Stream
jpa-patterns 实体设计、关联、查询优化
springboot-patterns Spring Boot 架构、REST API
springboot-tdd JUnit 5、Mockito、Testcontainers
springboot-security Spring Security 加固
springboot-verification 构建、静态分析、覆盖率

Go (2)

Skill 用途
golang-patterns 惯用 Go 模式、并发
golang-testing 表驱动测试、benchmark、fuzz

C++ (2)

Skill 用途
cpp-coding-standards C++ Core Guidelines
cpp-testing GoogleTest + CMake/CTest

Swift (3)

Skill 用途
swift-concurrency-6-2 Swift 6.2 单线程默认 + @concurrent
swift-actor-persistence Actor 线程安全持久化
swift-protocol-di-testing 协议注入测试模式

测试 & 质量 (3)

Skill 用途
e2e-testing Playwright E2E、Page Object Model
plankton-code-quality 写时质量门控
skill-stocktake Skill 质量审计

部署 (3)

Skill 用途
deployment-patterns CI/CD、回滚、生产就绪检查
docker-patterns Docker Compose、容器安全
foundation-models-on-device Apple FoundationModels 端侧 LLM

安全 & 代码规范 (5)

Skill 用途
security-review 认证、输入、secrets 安全检查表
security-scan AgentShield 102 条规则扫描
coding-standards TypeScript/JS/React/Node.js 规范
regex-vs-llm-structured-text 正则 vs LLM 解析选择框架
project-guidelines-example 项目 skill 模板

内容 & 商业 (5)

Skill 用途
article-writing 长文写作
content-engine 多平台内容系统
market-research 竞争分析、行业情报
investor-materials 融资材料
investor-outreach 投资者沟通邮件

特殊用途 (2)

Skill 用途
visa-doc-translate 签证文档双语翻译 PDF
nutrient-document-processing Nutrient DWS API 文档处理

16 Agents

Agent 职责
planner 功能实现规划
architect 系统设计决策
tdd-guide 测试驱动开发
code-reviewer 代码质量审查
security-reviewer 安全漏洞分析
build-error-resolver 编译/运行时错误修复
e2e-runner Playwright E2E 测试
refactor-cleaner 死代码清理
doc-updater 文档更新
go-reviewer Go 代码审查
go-build-resolver Go 构建错误修复
python-reviewer Python 代码审查
database-reviewer PostgreSQL 审查
chief-of-staff 多渠道通信管理
harness-optimizer Agent 框架优化
loop-operator 循环任务运维

常用 Commands

开发核心

/plan /tdd /e2e /code-review /build-fix /verify /test-coverage /refactor-clean

多 Agent 编排

/multi-plan /multi-execute /multi-frontend /multi-backend /orchestrate

学习演化

/learn /learn-eval /evolve /instinct-status /instinct-export /instinct-import

v1.8.0 新增

/loop-start /loop-status /model-route /quality-gate /harness-audit /promote


Hooks 系统

PreToolUse

  • tmux 自动启动和提醒
  • git push 前 review 提醒
  • 文档文件警告
  • 逻辑断点压缩建议
  • 持续学习观察(异步)

PostToolUse

  • PR 创建日志
  • 质量门控检查
  • 自动格式化 (Prettier/Biome)
  • TypeScript 类型检查
  • console.log 警告

Stop

  • console.log 最终检查
  • Session 状态持久化
  • 模式提取评估
  • Token 成本追踪

控制

ECC_HOOK_PROFILE=standard   # minimal/standard/strict
ECC_DISABLED_HOOKS="pre:bash:tmux-reminder,post:edit:typecheck"

Source