skill-creator
Create a reusable skill when the user wants Unsloth to learn a repeatable workflow or set of instructions.
소스 정보
- 저장소
- unslothai/unsloth
- 최근 소스 활동
- 2026년 9월 21일 08:11
- 감지된 SKILL.md 언어
- 영어
- 스타
- 76,549
- 포크
- 6,997
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
SKILL.md 표시 중
SKILL.md
소스 지침 · 읽기 전용 미리보기- name
- skill-creator
- description
- Create a reusable skill when the user wants Unsloth to learn a repeatable workflow or set of instructions.
- allowed-tools
- create_skill
# Create a skill
Use this skill when the user asks to create, save, or teach Unsloth a reusable workflow.
1. Identify the narrow task the skill should handle and when it should activate.
2. Ask only for missing details that materially change the workflow.
3. Choose a short lowercase name with letters, numbers, and single hyphens.
4. Write a specific description that states when to use the skill.
5. Write concise Markdown instructions with ordered steps, important constraints, and a clear completion check. Do not include secrets, credentials, or machine-specific paths.
6. Call `create_skill` once with the name, description, and complete instructions. It will not overwrite an existing skill.
7. Report the created skill name and suggest invoking it with `@skill-name`.
Prefer one focused skill over a broad collection of unrelated instructions. Do not create scripts or reference files unless the user explicitly asks for them; the creation tool intentionally writes only `SKILL.md`.
GitHub에서 보기