AgentSkillsCN

code-style

风格偏好——采用句式小写、尽量减少注释与描述

SKILL.md
--- frontmatter
name: code-style
description: Style preferences—sentence-case, minimal comments and descriptions

Code style

  • Prefer sentence-case.
  • AVOID excessive explanatory comments. Prefer to only comment when there are non-obvious aspects that could be surprising.
  • AVOID descriptions unless they provide information not available in the code already.