davidYichengWei/agentic-engineering-framework

开箱即用、可按项目定制的 AI Coding Agent Skills 框架:提供通用 Workflow、可扩展的项目私有知识、自我学习闭环和问题排查能力,适配任意技术栈和工程场景。兼容主流 Coding Agent。

159Stars on the repository
31Mods indexed here, across every type
5mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

bp-component-design

03

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.

159 5mo ago A 50 tokens original MIT

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.

159 5mo ago A 48 tokens original MIT

self-refinement

07

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.

159 5mo ago A 55 tokens original MIT

std-go

09

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.

159 5mo ago A 32 tokens original MIT

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.

159 5mo ago A 48 tokens original MIT