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

codebase-researcher

01

davidYichengWei/agentic-engineering-framework

Agent

A read-only investigation of a software codebase, including its modules, dependencies, call paths, configuration, and tests. The report distinguishes direct evidence from conclusions drawn from it.

159 5mo ago A 63 tokens original MIT

davidYichengWei/agentic-engineering-framework

Agent

A systems-code review agent that tracks every changed decision branch from its contract through the evidence needed to trust it. A branch is a path such as an early return, fallback, allow-list check, or null check.

159 5mo ago A 65 tokens original MIT

review-critic

04

davidYichengWei/agentic-engineering-framework

Agent

An adversarial review agent that tries to disprove specific software-review findings submitted by another agent. It returns whether each finding was rejected, not proven, or could not be rebutted.

159 5mo ago A 77 tokens original MIT

robustness-reviewer

05

davidYichengWei/agentic-engineering-framework

Agent

A code-review agent focused only on reliability in unusual situations, including boundary cases, error handling, resource cleanup, concurrency, and exception paths. Its instructions are written in Chinese.

159 5mo ago A 46 tokens original MIT