Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
everything-claude-code 中文翻译项目:完整的 Claude Code 配置集合(agents, skills, hooks, commands, rules, MCPs)。源自 Anthropic 黑客松获胜者的实战配置,助力中文工程师高效理解与使用 Claude Code。
| Date | Stars |
|---|---|
| 2026-07-31 | 1787 |
| 2026-08-02 | 1803 |
| 2026-08-06 | 1803 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
**语言:** [English](README.md) | **简体中文** | [繁體中文](docs/zh-TW/README.md) # Everything Claude Code [](https://github.com/affaan-m/everything-claude-code/stargazers) [](https://github.com/affaan-m/everything-claude-code/network/members) [](https://github.com/affaan-m/everything-claude-code/graphs/contributors) [](LICENSE)       > **50K+ stars** | **6K+ forks** | **30 contributors** | **6 种语言支持** | **Anthropic 黑客松获胜者** --- <div align="center"> **🌐 Language / 语言 / 語言** [**English**](README.md) | [简体中文](README.zh-CN.md) | [繁體中文](docs/zh-TW/README.md) | [日本語](docs/ja-JP/README.md) </div> --- **为 AI 智能体(Agent)框架打造的性能优化系统。源自 Anthropic 黑客松获胜作品。** 这不仅仅是配置文件。它是一个完整的系统:包含技能(Skills)、本能(Instincts)、内存优化、持续学习、安全扫描以及研究优先的开发模式。这些生产级的智能体(Agents)、钩子(Hooks)、命令(Commands)、规则(Rules)以及 MCP 配置,是在构建真实产品的 10 个多月高强度日常使用中演化而来的。 适用于 **Claude Code**, **Codex**, **Cowork** 以及其他 AI 智能体框架。 --- ## 指南 (The Guides) 本仓库仅包含原始代码。指南部分解释了所有细节。 <table> <tr> <td width="50%"> <a href="https://x.com/affaanmustafa/status/2012378465664745795"> <img src="https://github.com/user-attachments/assets/1a471488-59cc-425b-8345-5245c7efbcef" alt="Everything Claude Code 简明指南" /> </a> </td> <td width="50%"> <a href="https://x.com/affaanmustafa/status/2014040193557471352"> <img src="https://github.com/user-attachments/assets/c9ca43bc-b149-427f-b551-af6840c368f0" alt="Everything Claude Code 详细指南" /> </a> </td> </tr> <tr> <td align="center"><b>简明指南 (Shorthand Guide)</b><br/>设置、基础知识、哲学。<b>请先阅读此篇。</b></td> <td align="center"><b>详细指南 (Longform Guide)</b><br/>令牌(Token)优化、内存持久化、评测(Evals)、并行化。</td> </tr> </table> | 主题 | 你将学到什么 | |-------|-------------------| | 令牌(Token)优化 | 模型选择、系统提示词瘦身、后台进程 | | 内存持久化 | 跨会话自动保存/加载上下文的钩子 (Hooks) | | 持续学习 | 自动将会话模式提取为可重用的技能 (Skills) | | 验证循环 | 检查点 vs 持续评测、评分器类型、pass@k 指标 | | 并行化 | Git worktrees、级联方法、何时扩展实例 | | 子智能体编排 | 上下文问题、迭代检索模式 | --- ## 更新内容 (What's New) ### v1.7.0 — 跨平台扩展与演示文稿生成器 (2026年2月) - **Codex 应用 + CLI 支持** — 直接支持基于 `AGENTS.md` 的 Codex,安装器目标定位及 Codex 文档 - **`frontend-slides` 技能 (Skill)** — 无依赖的 HTML 演示文稿生成器,包含 PPTX 转换指南和严格的视口自适应规则 - **5 个新型通用业务/内容技能** — `article-writing`(文章写作)、`content-engine`(内容引擎)、`market-research`(市场研究)、`investor-materials`(融资材料)、`investor-outreach`(投资者对接) - **更广的工具覆盖** — 强化了 Cursor、Codex 和 OpenCode 的支持,使同一仓库能在所有主流框架中无缝运行 - **992 项内部测试** — 扩展了插件、钩子 (Hooks)、技能 (Skills) 及打包的验证与回归覆盖率 ### v1.6.0 — Codex CLI, AgentShield & 市场 (2026年2月) - **Codex CLI 支持** — 新增 `/codex-setup` 命令,生成用于 OpenAI Codex CLI 兼容的 `codex.md` - **7 个新技能** — `search-first`、`swift-actor-persistence`、`swift-protocol-di-testing`、`regex-vs-llm-structured-text`、`content-hash-cache-pattern`、`cost-aware-llm-pipeline`、`skill-stocktake` - **AgentShield 集成** — `/security-scan` 技能可直接从 Claude Code 运行 AgentShield;包含 1282 项测试,102 条规则 - **GitHub 市场 (Marketplace)** — ECC Tools GitHub 应用已在 [github.com/marketplace/ecc-tools](https://github.com/marketplace/ecc-tools) 上线,提供免费/专业/企业版 - **合并 30+ 社区 PR** — 来自 6 种语言的 30 位贡献者的贡献 - **978 项内部测试** — 扩展了涵盖智能体、技能、命令、钩子和规则的验证套件 ### v1.4.1 — Bug 修复 (2026年2月) - **修复本能 (Instinct) 导入内容丢失问题** — `parse_instinct_file()` 在执行 `/instinct-import` 时会静默丢弃 Frontmatter 之后的所有内容(Action、Evidence、Examples 部分)。由社区贡献者 @ericcai0
Excerpt of 35,220 characters
Read on GitHubAffaan Mustafa · Itô · United States
39
Pangerkumzuk Longkumer · NEXUSCIPHERGUARD INDIA · India
4
Claude · @anthropics
2
Jeff Scott Ward · GlenRoss AI
2
2
1
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:ee50e33bde0187f5, topic:llm
matched fp:ee50e33bde0187f5, topic:ai-agents
matched fp:ee50e33bde0187f5, topic:developer-tools
matched fp:ee50e33bde0187f5, topic:mcp