bydavidyichengwei· 15 skills
代码文件修改的统一入口。当用户请求任何代码变更(新功能、优化、Bug 修复、重构)时必须首先调用此 skill。仅适用于代码文件(如 .cc/.cpp/.h/.go/.py 等),修改 .md 等非代码文件时不需要调用。它会评估复杂度、检查 spec.md、生成 tasks.md、并逐个任务执行。
$npx -y skills add davidyichengwei/agentic-engineering-framework --skill workflow-code-generationInstalls into the current project.
Run `npx skills use "https://github.com/davidyichengwei/agentic-engineering-framework" --skill "davidyichengwei/agentic-engineering-framework/workflow-code-generation"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/davidyichengwei/agentic-engineering-framework" that are relevant to the current task. Run `npx skills add "https://github.com/davidyichengwei/agentic-engineering-framework"` and select the relevant skills, then follow their instructions.