huangjia2019/claude-code-engineering

This repository demonstrates how to use Claude Code to do real engineering work, not just writing code. 本项目是极客时间专栏 《Claude Code 工程化实战》 的官方配套示例仓库,目标就是: 👉 把 Claude Code 从“对话式编码工具”,变成 可设计、可复用、可治理的工程系统。

1.1kStars on the repository
49Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

context7

01

huangjia2019/claude-code-engineering

MCP server Claude CodeCodexCursor +2

Gives the agent up-to-date documentation and code examples for libraries and frameworks, fetched on demand so answers are not stuck at the model's training cutoff. Runs locally from the @upstash/context7-mcp npm package.

1.1k +2 1mo ago A tokens not measured

filesystem

02

huangjia2019/claude-code-engineering

MCP server Claude CodeCodexCursor +2

Gives the agent read and write access to a set of allowed directories on the local filesystem. Runs locally from the @modelcontextprotocol/server-filesystem npm package.

1.1k +2 1mo ago A tokens not measured

fetch

03

huangjia2019/claude-code-engineering

MCP server Claude CodeCodexCursor +2

Lets the agent fetch a URL and read its content as markdown. Runs locally from the mcp-server-fetch Python package.

1.1k +2 1mo ago A tokens not measured

memory

04

huangjia2019/claude-code-engineering

MCP server Claude CodeCodexCursor +2

Gives the agent a persistent knowledge graph it can write facts to and recall across sessions. Runs locally from the @modelcontextprotocol/server-memory npm package.

1.1k +2 1mo ago A tokens not measured