huangjia2019/claude-code-engineering
Skill Claude CodeCodex
Review code for quality, security, and best practices. Use when the user asks for code review, wants feedback on their code, mentions reviewing changes, or asks about code quality.
This repository demonstrates how to use Claude Code to do real engineering work, not just writing code. 本项目是极客时间专栏 《Claude Code 工程化实战》 的官方配套示例仓库,目标就是: 👉 把 Claude Code 从“对话式编码工具”,变成 可设计、可复用、可治理的工程系统。
huangjia2019/claude-code-engineering
Skill Claude CodeCodex
Review code for quality, security, and best practices. Use when the user asks for code review, wants feedback on their code, mentions reviewing changes, or asks about code quality.
huangjia2019/claude-code-engineering
Skill Claude CodeCodex
Review code for quality, security, and best practices. Use when the user asks for code review, wants feedback on their code, mentions reviewing changes, or asks about code quality.
huangjia2019/claude-code-engineering
Skill Claude CodeCodex
API design patterns and conventions for this project. Covers RESTful URL naming, response format standards, error handling, and authentication requirements. Use when writing or reviewing API endpoints, designing new APIs, or making decisions about request/response formats.
huangjia2019/claude-code-engineering
Skill Claude CodeCodex
Generate API documentation from code. Use when the user wants to document APIs, create API reference, generate endpoint documentation, or needs help with OpenAPI/Swagger specs.
huangjia2019/claude-code-engineering
Skill Claude CodeCodex
Generate API documentation from code. Use when the user wants to document APIs, create API reference, generate endpoint documentation, or needs help with OpenAPI/Swagger specs.
huangjia2019/claude-code-engineering
Skill Claude CodeCodex
Analyze financial data, calculate financial ratios, and generate analysis reports. Use when the user asks about revenue, costs, profits, margins, ROI, financial metrics, or needs financial analysis of a company or project.
huangjia2019/claude-code-engineering
Skill Claude CodeCodex
Analyze financial data, calculate financial ratios, and generate analysis reports. Use when the user asks about revenue, costs, profits, margins, ROI, financial metrics, or needs financial analysis of a company or project.
huangjia2019/claude-code-engineering
Skill Claude CodeCodex
Generate an interactive tree visualization of your codebase. Use when exploring a new repo or understanding project structure.
huangjia2019/claude-code-engineering
Skill Claude CodeCodex
Generate an interactive tree visualization of your codebase. Use when exploring a new repo or understanding project structure.
huangjia2019/claude-code-engineering
Skill Claude CodeCodex
Generate API endpoint code and documentation from specifications. Use when the user wants to create new API endpoints, generate route handlers, scaffold REST APIs, or produce OpenAPI/Swagger specs from code.
huangjia2019/claude-code-engineering
Skill Claude CodeCodex
Generate API endpoint code and documentation from specifications. Use when the user wants to create new API endpoints, generate route handlers, scaffold REST APIs, or produce OpenAPI/Swagger specs from code.
huangjia2019/claude-code-engineering
Skill Claude CodeCodex
Perform a comprehensive code health check on a directory. Use when the user asks to analyze code quality, find issues, or get a health report.
huangjia2019/claude-code-engineering
Skill Claude CodeCodex
Generate API documentation from a route manifest. Use when you have a list of discovered routes and need to produce markdown documentation.
huangjia2019/claude-code-engineering
Skill Claude CodeCodex
Validate API documentation against quality standards. Use when you need to verify generated docs are complete and correct.
huangjia2019/claude-code-engineering
Skill Claude CodeCodex
Scan Express.js source files to discover all API route definitions.
huangjia2019/claude-code-engineering
Skill Claude CodeCodex
A set of React guidance covering component design patterns, Hooks, and performance optimisation. React is a JavaScript library for building user interfaces, and Hooks are functions used in React components.