# claude-code-engineering

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

- Tier: Indexed (plain plugin)
- Category: Development
- Page: https://www.flowy.sh/listings/huangjia2019-claude-code-engineering
- Source: https://github.com/huangjia2019/claude-code-engineering
- Price: free and open source

## Summary
claude-code-engineering is a Claude Code plugin with 12 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes code-reviewing, api-conventions, api-documenting. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.

## Install (Claude Code)
```
npx -y skills add huangjia2019/claude-code-engineering
```

## Skills
- code-reviewing
- api-conventions
- api-documenting
- financial-analyzing
- codebase-visualizer
- api-generating
- api-generating
- code-health-check
- doc-writing
- quality-checking
- route-scanning
- react-patterns

## FAQ

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

### How do I install claude-code-engineering?
Run these in Claude Code: npx -y skills add huangjia2019/claude-code-engineering. Then prompt normally.

### Does claude-code-engineering auto-invoke its skills?
Not yet. It is indexed on Flowy as a plain plugin. Request auto-invocation on its page and Flowy will route its skills for you as you prompt.

### Is claude-code-engineering free?
Yes. Flowy is free and open source, with nothing gated. You can read every skill in full before you install.
