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!