Claude Code Engingeering EN
Description
This repository demonstrates how to use Claude Code to do real engineering work, not just writing code.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
The Claude Code Operating Model — Code Examples
Companion repository for **_The Claude Code Operating Model_** (Packt, 2026) by **Jia Huang** — *Build scalable AI coding systems with Skills, MCP, Hooks, agent orchestration, and SDK patterns.*
Every chapter has a directory here. The code is runnable, and it reflects the **corrected** APIs as of publication — where the printed text and the current SDK disagree, this repository is right.
Setup
# Prerequisites: Node.js 20+, Python 3.10+, Git
npm install -g @anthropic-ai/claude-code
claude --version
export ANTHROPIC_API_KEY=sk-ant-... # or sign in with a Claude subscription
git clone https://github.com/huangjia2019/claude-code-engingeering-EN.git
cd claude-code-engingeering-EN
Chapters
| Chapter | Directory | What you'll run |
|---|---|---|
| 1 · A Broad Perspective | `ch01-overview/` | Setup check; the four-layer Harness map |
| 2 · Learning from the Past | `ch02-memory/` | CLAUDE.md before/after on a real project |
| 3 · Teaching to Fish | `ch03-skills/` | Three Skills; progressive disclosure measured in tokens |
| 4 · Divide and Conquer | `ch04-subagents/` | Serial bug-fix pipeline; parallel multi-lens review |
| 5 · From Guidelines to Guardrails | `ch05-hooks/` | A hook that blocks rm -rf; a hook that auto-formats |
| 6 · Connecting Everything | `ch06-mcp/` | .mcp.json scopes; a custom MCP server |
| 7 · Headless Mode and CI/CD | `ch07-headless-cicd/` | GitHub Actions, GitLab CI, Jenkins |
| 8 · Agent SDK | `ch08-agent-sdk/` | Custom tools, structured output, a FastAPI service |
| 9 · The Plugin Ecosystem | `ch09-plugins/` | An installable plugin; a private marketplace |
| 10 · From Individual to Team | `ch10-team-practices/` | Layered CLAUDE.md, permissions, cost, audit |
Workshop
[`workshop/`](wo
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11