Prompts-MCP 686 skills · ai / design / design-pattern / framework / fundamentals / habit / lang / tech-selection /mcp/sse
habit habit/code-quality/index.md medium

habit-code-quality-index

代码质量通则

子项索引

子项 一句话
no-magic-values skill 无魔法值 — 1/0/-1 / 状态枚举 / 配置项全用常量
naming-as-doc skill 命名即文档 — 函数/变量/类名直接表达意图,少注释