Files
2026-05-30 16:22:29 +08:00

640 B

Skill Development Checklist

Trigger quality

  • Does the frontmatter use third-person trigger phrasing?
  • Does it include natural user phrases?
  • Does it reflect the real scope of the skill?

Main file quality

  • Is the workflow obvious from a quick read?
  • Are boundaries explicit?
  • Is long detail pushed into references/examples instead of the main file?

Resource integrity

  • Does every referenced file exist?
  • Are example files real and relevant?
  • Are scripts actually callable?

Environment integrity

  • Are sibling skill/agent references still real in the current repo?
  • Are caches, logs, and editor artifacts removed?