AgentSkillsCN

maintainability

对于任何代码或内容的变更,都应遵循默认检查清单,以保持仓库整洁、便于持续构建。

SKILL.md
--- frontmatter
name: maintainability
description: Default checklist for any code/content change to keep the repo clean and buildable.

Use this skill for any code or content change in this repo, including refactors, content updates, and SEO tweaks.

Guidelines:

  • Keep the file structure clean and intuitive.
  • Favor clarity over cleverness in code and content.
  • Design for long-term content growth and easy maintenance.
  • Avoid unnecessary abstractions or dependencies.
  • After changes, always run npm run build, review the output, and fix any build errors before reporting completion.