Loading...
Loading...
Compare original and translation side by side
skill-name/
├── SKILL.md (required)
│ ├── YAML frontmatter metadata (required)
│ │ ├── name: (required)
│ │ └── description: (required)
│ └── Markdown instructions (required)
└── Bundled Resources (optional)
├── scripts/ - Executable code (Python/Bash/etc.)
├── references/ - Documentation intended to be loaded into context as needed
└── assets/ - Files used in output (templates, icons, fonts, etc.)skill-name/
├── SKILL.md (required)
│ ├── YAML frontmatter metadata (required)
│ │ ├── name: (required)
│ │ └── description: (required)
│ └── Markdown instructions (required)
└── Bundled Resources (optional)
├── scripts/ - Executable code (Python/Bash/etc.)
├── references/ - Documentation intended to be loaded into context as needed
└── assets/ - Files used in output (templates, icons, fonts, etc.)namedescriptionnamedescriptionscripts/scripts/scripts/rotate_pdf.pyscripts/rotate_pdf.pyreferences/references/references/finance.mdreferences/api_docs.mdreferences/finance.mdreferences/api_docs.mdassets/assets/assets/logo.pngassets/slides.pptxassets/logo.pngassets/slides.pptxpdf-editorscripts/rotate_pdf.pypdf-editorscripts/rotate_pdf.pyinit_skill.pypython3 scripts/init_skill.py <skill-name> --path <output-directory>scripts/references/assets/init_skill.pypython3 scripts/init_skill.py <skill-name> --path <output-directory>scripts/references/assets/namedescriptionnamedeploying-*creating-*fetching-*descriptionundefinednamedescriptionnamedeploying-*creating-*fetching-*descriptionundefined
**Description checklist:**
- Start with "Use when..." to focus on triggering conditions
- Include symptoms, situations, contexts that signal the skill applies
- Add "NOT when [exclusion]" if collision with other skills possible
- NEVER summarize the skill's process or workflow
- Max 1024 characters
**描述检查清单:**
- 以「Use when...」开头,聚焦触发条件
- 包含表明Skill适用的症状、场景、上下文
- 若可能与其他Skill冲突,添加「NOT when [排除场景]」
- 切勿总结Skill的流程或工作流
- 最大长度1024字符python3 scripts/package_skill.py <path/to/skill-folder>python3 scripts/package_skill.py <path/to/skill-folder>python3 scripts/verify.py✓ creating-skills validpython3 scripts/verify.py /path/to/skill-folderpython3 scripts/verify.py✓ creating-skills validpython3 scripts/verify.py /path/to/skill-folderpython3 scripts/verify.py /path/to/skill --verbosepython3 scripts/verify.py /path/to/skill --verbose