Agent Skills
› ciembor/agent-rules-books
› code-complete
code-complete
GitHub提供遵循Steve McConnell风格的代码构建规范,指导例程、变量、类及控制流等实现细节,强调防御性编程与编码标准。
Trigger Scenarios
需要遵循严格编码规范的代码实现
涉及类设计或控制流的开发任务
编写防御性代码或单元测试
Install
npx skills add ciembor/agent-rules-books --skill code-complete -g -y
SKILL.md
Frontmatter
{
"name": "code-complete",
"license": "MIT",
"description": "Apply Steve McConnell-inspired construction rules when implementing routines, variables, classes, control flow, defensive code, or tests."
}
Code Complete Skill
Use this skill when a task involves disciplined software construction: routine design, variable use, class design, control flow, defensive programming, coding standards, or implementation testing.
Before making design or code decisions, read and apply code-complete.mini.md. Use code-complete.md only as a deeper reference when the mini rules are not enough for the current construction tradeoff.
Version History
- 893a88a Current 2026-09-11 20:34


