claude-code-engingeering

作者 huangjia2019已验证

This repository demonstrates how to use Claude Code to do real engineering work, not just writing code. This project is the official supporting example repository of the Geek Time column "Claude Code Engineering in Practice". The goal is very clear: 👉 Turn Claude Code from a "conversational coding tool" into an engineering system that can be designed, reused, and managed.

109
Stars
34
Forks
JavaScript
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/huangjia2019/claude-code-engingeering

快速入门

使用 claude-code-engingeering 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Claude Code 工程化实战 · 课程大纲


📕 新书《Claude Code 实战》正式发布

Claude Code 实战 封面


Claude Code 实战 10章

京东购买

这本书和极客时间的课程不是同一份内容,而是互补的两条腿。

📕 《Claude Code 实战》(书)🎯 Claude Code 工程化实战(极客时间课程)
形态10 章纸质书23 讲音频专栏 + 音频(还有一些前沿加餐视频内容)
节奏体系化阅读,章节之间环环相扣一讲一个主题,独立可拆,碎片时间消化
取舍把整个 Claude Code 的技术全景讲透讲深,重原理与心法在书的基础上加项目、加更新、加深度案例——(很多朋友说课程讨论区是高价值精华!)
代码章节配套代码片段(99-书籍代码/,226 个片段)每讲一个 projects/ 子目录,可直接跑
适合谁想用一本书系统建立 Claude Code 完整心智模型想跟着真实项目一步步做,把每个机制吃透

配合阅读:

📕 先读书,建立 10 章的完整骨架(记忆 / Skills / SubAgent / Hooks / MCP / Headless / SDK / Plugins)→ 🎯 再跟课程,每个机制用 2-3 讲深挖项目细节、踩坑现场和最新更新。

一本书一门课,正好把 Claude Code 的"骨"和"肉"补全。

📕 欢迎大家翻翻这本新书 —— 不管是刚接触 Claude Code 想找一本权威入门,还是已经在用想把整套工程化方法论补齐,这本书都能帮你少踩很多坑。

🛒 京东购买链接https://item.jd.com/15374814.html


📘 咖哥英文新书 · Designing AI Agents(Manning)

Designing AI Agents — Manning

Designing AI Agents —— 生产级 AI Agent 设计模式的工程参考。

双轴框架(7 认知功能 × 6 执行拓扑)· 27 个 agent 设计模式 · 4 个真实领域案例。

配套代码:huangjia2019/designing-ai-agents · huangjia2019/agent-design-patterns · 配套论文:arXiv:2605.13850


📕 咖哥中文专栏 · Agent 设计模式之美(极客时间)· 总榜第 3 名

Agent 设计模式之美 — 极客时间

《Agent 设计模式之美》 —— 沉淀 ADPS 通用范式,做可成长的 Agent 系统。

英文书讲"是什么",中文专栏讲"到底怎么落地" —— 每一讲从源码里抠出一个可复用的 Agent 组件,配最小可运行 Python 代码,直接搬进你的项目。

你会在里面拿到

  • 🧭 双轴框架 · 中文首发 —— 认知功能(感知 / 记忆 / 推理 / 行动 / 反思 / 协作 / 治理)× 执行拓扑(链式 / 路由 / 并行 / 循环 / 层级 / 编排)的 33 组件矩阵,一次看清 Agent 系统全景
  • 🧩 33 个可复用 Harness 组件 —— 从 Claude Code / Codex / OpenClaw / Hermes 等顶级 Agent 系统源码里提炼,每个配代码 + 反模式 + 何时不该用
  • 🛠 完整选型方法论 —— Pattern Selection Card(ASSESS → ROUTE → SELECT)+ 六步选型法(Bound → Map → Select → Pick → Assess → Build),从需求直通落地

适合谁

  • 3-5 年工程经验、用过 LLM API、正在想"怎么把 Agent 搞进生产"的资深工程师
  • 架构师 / 技术负责人 / CTO —— 需要一套通用范式做团队 Agent 系统选型
  • 已经看过入门课想再深一层的进阶读者

不适合:AI 入门用户(先看入门课)· 只想拿"能跑 demo"的同学(demo 网上很多,本课讲的是为什么这么写

配套代码:huangjia2019/agent-design-patterns · 配套论文:arXiv:2605.13850 · ADPS 白皮书 / 蓝皮书:adpsagent.com


极客时间 2026首发 Claude Code

Claude Code 工程化实战 Banner

🎯 这是我为极客时间2026年制作的最新专栏,目标:快速掌握 Claude Code 高阶技能,进行工程化的 Agent 实战

上线日期 已上线 总榜第一

🚀 上线一个月,万人订阅,极客时间总榜第一


开篇词:极客与 AI 的共舞


第一部分:基础篇

第 1 讲:登高望远 · Claude Code 全景导览

Claude Code 不只是一个命令行助手,而是一个可扩展的 AI Agent 框架——理解其技术栈全貌是掌控它的第一步。

第 2 讲:过目不忘 · CLAUDE.md 记忆系统

让 Claude 记住你的项目规范、编码风格和团队约定,从每次重复说明到一次配置永久生效。


第二部分:子代理(Sub-Agents)专题

第 3 讲:分而治之 · 子代理核心概念

把"一个大脑"拆成多个"专职岗位"——理解隔离执行、权限边界和上下文管理的工程价值。

第 4 讲:明察秋毫 · 只读型子代理实战

项目:代码审查员 — 用 Read/Grep/Glob 构建一个只能看、不能改的安全审计角色。

第 5 讲:去芜存菁 · 高噪声任务处理

项目:测试运行器 & 日志分析器 — 让子代理去消化 500 行输出,只把结论带回主对话。

第 6 讲:众志成城 · 并行探索与流水线编排

项目:多视角探索 & Bug 修复流水线 — 当任务可以并行或分阶段时,子代理如何协作。

第 7 讲:Agent Teams · 多会话协作架构

项目:Agent 团队 — 从单次委派到多会话持久协作,构建具有角色分工和状态传递的 Agent 团队。

加餐:子代理专题总结


第三部分:Skills 技能系统专题

第 9 讲:触类旁通 · SKILL.md 结构与触发机制

Description 不只是说明文档,而是触发器——掌握让 Claude 自动发现并逐渐加载技能的关键写法。

第 10 讲:令行禁止 · 任务型 Skills 实战

项目:团队标准命令集 — 用 /review/deploy/commit 固化团队最佳实践——它们的本质是设了 disable-model-invocation: true 的 Skill。

第 11 讲:循序渐进 · 渐进式披露架构设计

项目:财务分析 Skill — 目录页、章节、附录三层结构,把 token 利用率提升 98%。

第 12 讲:浑然天成 · Skills 高级模式与 SubAgent 配合实战

先理解组合的全貌,再动手构建组件,最后组装成完整的专家。

第 13 讲:登高望远 · Skills 架构定位与设计模式

先看清全景,再掌握利器,最后融会贯通。

第 14 讲:星火燎原 · Skills 出圈——从 Claude Code 到行业开放标准

一个 Markdown 文件格式,用 125 天从一个产品特性变成行业开放标准。这不是偶然——它揭示了 AI Agent 生态中,什么样的机制能活下来,什么样的知识能跨越边界。

加餐:Skills 专题总结


第四部分:扩展机制

第 15 讲:防微杜渐 · Hooks 事件驱动自动化(上)

在 Claude 执行工具前后插入自定义检查,阻止危险命令、保护敏感文件、自动格式化代码——在小问题萌芽时就防止它演变成灾难。

第 16 讲:步步为营 · Hooks 高级模式与工程实践(下)

从 Stop Hook 质量门控到 SubAgent 事件验收,从 frontmatter 精准配置到三维决策框架——每一步都设防,构建滴水不漏的 Hook 工程体系。

第 17 讲:海纳百川 · MCP 协议与外部工具连接

一个开放协议,让 Claude Code 从只能操作本地文件的工具,进化为能连接整个数字世界的智能枢纽——数据库、API、云服务,百川归海,一协议通。


第五部分:生产化与工程化

第 18 讲:庖丁解牛 · Tools 工具系统深度剖析

十几个精选的原语工具覆盖五个原子操作,通过涌现产生无限复杂能力——理解工具背后的设计哲学,用起来才能游刃有余。

第 19 讲:无人值守 · Headless 模式与 CI/CD 集成

当 Claude Code 脱离人的实时操控,以守护进程般的姿态嵌入流水线,开发团队获得的不只是效率提升,而是一种全新的人机协作节奏。

第 20 讲:有章可循 · Rules 规则系统深度剖析

指令规则告诉 Claude 该怎么做,权限规则告诉 Claude 能做什么——两套规则协同运作,构成整个系统的行为约束体系。

第 21 讲:登堂入室 · Agent SDK 基础

SDK 把 Claude Code 的能力拆解为可编程的接口——query()ClaudeCodeOptions,让你像调用函数一样驱动 AI Agent。

第 22 讲:得心应手 · Agent SDK 高级应用

项目:自动化测试修复 Agent — 自定义工具、Hooks 拦截、权限分层和流式会话,构建生产级 AI Agent。

第 23 讲:化零为整 · Plugins 插件打包与分发

项目:团队能力包 — 把 Commands、Skills、Agents、Hooks、MCP 配置打包成一个可安装、可升级、可分享的插件,实现团队资产沉淀与共享。


📦 书籍配套代码

《Claude Code 实战》全书 10 章的代码片段已整理到本仓库的 99-书籍代码/ 目录——每章一个子文件夹,按章节内出现顺序编号,可直接 copy-paste。


开启课程之旅

常见问题

What is claude-code-engingeering?

claude-code-engingeering is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by huangjia2019. This repository demonstrates how to use Claude Code to do real engineering work, not just writing code. This project is the official supporting example repository of the Geek Time column "Claude Code Engineering in Practice". The goal is very clear: 👉 Turn Claude Code from a "conversational coding tool" into an engineering system that can be designed, reused, and managed. It has 109 GitHub stars.

Is claude-code-engingeering safe to use?

Yes. claude-code-engingeering passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install claude-code-engingeering?

Clone the repository with "git clone https://github.com/huangjia2019/claude-code-engingeering" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is claude-code-engingeering written in?

claude-code-engingeering is primarily written in JavaScript. It is open-source under huangjia2019 on GitHub, so you can review or fork the full source.

Are there alternatives to claude-code-engingeering?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-code-engingeering against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情