davidYichengWei/agentic-engineering-framework
Skill Claude CodeCodex
A guide to designing the overall structure of a software system. It covers how to divide modules, manage dependencies, organize data, and define system interfaces.
开箱即用、可按项目定制的 AI Coding Agent Skills 框架:提供通用 Workflow、可扩展的项目私有知识、自我学习闭环和问题排查能力,适配任意技术栈和工程场景。兼容主流 Coding Agent。
davidYichengWei/agentic-engineering-framework
Skill Claude CodeCodex
A guide to designing the overall structure of a software system. It covers how to divide modules, manage dependencies, organize data, and define system interfaces.
davidYichengWei/agentic-engineering-framework
Skill Claude CodeCodex
A practical guide to writing and reviewing readable, maintainable code. It covers naming, function structure, control flow, comments, and safe handling of resources.
davidYichengWei/agentic-engineering-framework
Skill Claude CodeCodex
A guide to designing individual software components, such as classes, modules, interfaces, and data models. It includes rules for responsibilities, dependencies, error handling, concurrency, and common design patterns.
davidYichengWei/agentic-engineering-framework
Skill Claude CodeCodex
A guide to designing systems made of multiple computers or services that communicate over a network. It covers delays, lost connections, security, coordination, data consistency, failures, and recovery.
davidYichengWei/agentic-engineering-framework
Skill Claude CodeCodex
A reference guide for finding and fixing slow or resource-heavy code, covering processor use, memory, file and network access, and concurrent work.
davidYichengWei/agentic-engineering-framework
Skill Claude CodeCodex
A guide for writing and improving Agent Skill files called SKILL.md, including their metadata, structure, and instructions.
davidYichengWei/agentic-engineering-framework
Skill Claude CodeCodex
A feedback process that turns repeated corrections into lasting rules or skill updates. It reviews what went wrong, finds the root cause, and suggests how to prevent the same mistake later.
davidYichengWei/agentic-engineering-framework
Skill Claude CodeCodex
A C++ coding-standard guide based on the Google C++ Style Guide and limited to C++17.
davidYichengWei/agentic-engineering-framework
Skill Claude CodeCodex
A Chinese-language set of Go coding rules based on Google's Go Style Guide. Go is a programming language, and the rules cover formatting, naming, errors, comments, control flow, dependencies, and project structure.
davidYichengWei/agentic-engineering-framework
Skill Claude CodeCodex
A troubleshooting workflow for locating the root cause of build errors, runtime failures, failed tests, pipeline errors, and production alerts.
davidYichengWei/agentic-engineering-framework
Skill Claude CodeCodex
A required workflow for changing code files. It checks the requirements and project specifications, organizes the work into tasks, loads coding rules, and guides implementation and review.
davidYichengWei/agentic-engineering-framework
Skill Claude CodeCodex
A code-review workflow that sends a change to several specialist reviewers at the same time, then combines and judges their findings.
davidYichengWei/agentic-engineering-framework
Skill Claude CodeCodex
A requirements-clarification workflow that defines the problem, goals, requirements, success measures, and non-goals before design begins.
davidYichengWei/agentic-engineering-framework
Skill Claude CodeCodex
A guided system-design workflow for completing the design section of a specification after its background, goals, and requirements are clear.
davidYichengWei/agentic-engineering-framework
Skill Claude CodeCodex
A workflow for creating unit, integration, and performance tests from a specification or existing code. TDD, or test-driven development, is a style of working where tests help define the expected behavior before implementation.