AgentSkillsCN

doc-creation

明确文档命名与放置规范。适用于创建或移动文档文件时,或在被问及文档应存放在何处时使用。

SKILL.md
--- frontmatter
name: doc-creation
description:
  Define doc naming and placement conventions. Use when creating or moving
  documentation files or when asked where docs should live.

Doc creation conventions

Filename

  • Use YYMMDD-* prefix (e.g., 250115-pr-review-diff-injection.md).

Placement

  • Use /docs at repo root for cross-repo or workflow/system docs.
  • Use apps/<app>/docs for app-specific docs.
  • Use packages/<pkg>/docs for package-specific docs.
  • If it’s unclear, ask where it should live.