first commit

This commit is contained in:
2026-06-11 03:33:14 +08:00
commit 5f555bf342
599 changed files with 142347 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# 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?