intermediate-example
星标11
分支3
更新时间2025年10月25日 12:15
An intermediate example with metadata and examples
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
文件资源管理器
2 个文件SKILL.md
readonly菜单
An intermediate example with metadata and examples
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | intermediate-example |
| description | An intermediate example with metadata and examples |
| version | 1.2.0 |
| author | Example Author |
| created | 2025-01-15 |
| updated | 2025-10-23 |
| category | examples |
| tags | ["example","tutorial","intermediate"] |
| complexity | intermediate |
| has_examples | true |
| example_files | ["examples/demo.py"] |
| when_to_use | ["When learning how to structure skills with metadata","When you need examples to reference"] |
This skill demonstrates more comprehensive metadata usage and includes
example files in an examples/ subdirectory.
intermediate-example/
├── SKILL.md ← This file
└── examples/ ← Optional examples folder
└── demo.py ← Example Python script
name: Unique identifierdescription: Brief descriptionversion: Semantic versionauthor: Skill creatorcreated, updated: ISO datescategory: Main categorytags: List of tags for searchingcomplexity: beginner, intermediate, or advancedhas_examples: Boolean flagexample_files: Paths relative to skill folderThe examples/demo.py file shows a simple Python script that demonstrates
the concept. You can reference these files in your skill documentation.
Check out the advanced-example skill for even more metadata fields
and a more complex folder structure with templates!