# template-skill > A template skill that demonstrates how to create custom skills in Claude Code. Use this as a starting point for creating new skills with specific capabilities and workflows. - Author: glasslego - Repository: glasslego/ai-env - Version: 20260128075114 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/glasslego/ai-env - Web: https://mule.run/skillshub/@@glasslego/ai-env~template-skill:20260128075114 --- --- name: template-skill description: A template skill that demonstrates how to create custom skills in Claude Code. Use this as a starting point for creating new skills with specific capabilities and workflows. --- # Template Skill 이 스킬은 Claude Code에서 사용자 정의 스킬을 만들 때 참고할 수 있는 템플릿입니다. ## 개요 이 템플릿은 다음을 포함합니다: - YAML frontmatter 구조 - 스킬 설명 및 사용 지침 - 예제 섹션 ## 사용 방법 1. 이 템플릿을 복사하여 새로운 스킬 디렉토리를 생성합니다 2. `name`과 `description`을 수정합니다 3. 아래 섹션들을 실제 스킬의 내용으로 채웁니다 ## 지침 여기에 Claude가 따라야 할 단계별 지침을 작성합니다: 1. **첫 번째 단계**: 스킬이 수행할 첫 번째 작업을 설명합니다 2. **두 번째 단계**: 다음 작업을 설명합니다 3. **마지막 단계**: 완료 조건이나 최종 출력을 설명합니다 ## 예제 ### 예제 1: 기본 사용법 ```python # 여기에 예제 코드나 사용 방법을 작성합니다 def example_function(): pass ``` ### 예제 2: 고급 사용법 ```python # 더 복잡한 예제를 보여줍니다 def advanced_example(): pass ``` ## 참고 자료 이 스킬과 관련된 추가 문서나 리소스가 있다면 여기에 링크합니다: - 관련 문서 링크 - API 레퍼런스 - 외부 참고 자료 ## 주의사항 - 스킬 이름은 소문자, 숫자, 하이픈만 사용 (최대 64자) - 설명은 최대 1024자 - description은 스킬의 기능과 활성화 시점을 명확히 설명해야 합니다