Skill creator
Skill ComeOnOliver/skillshub/skills/aiskillstore/marketplace/doyajin174/skill-creator
๐ง The right skill, one API call. AI agent skills registry with token-efficient skill resolution. 5,000+ skills from 500+ top repos.
npx -y skills add ComeOnOliver/skillshub --skill skill-creatorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
Guide for creating new Claude skills. Use this when creating a new skill, updating existing skills, or learning best practices for skill development.
The file declares its own license as MIT. That is the authorโs claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
4.4 KB, as published. Nobody here has run it
Skill Creator
์๋ก์ด Claude ์คํฌ์ ์์ฑํ๋ ๊ฐ์ด๋์ ๋๋ค.
What is a Skill?
์คํฌ์ Claude์ ๋ฅ๋ ฅ์ ํ์ฅํ๋ ๋ชจ๋์ ํจํค์ง์ ๋๋ค:
- ์ ๋ฌธ ์ํฌํ๋ก์ฐ: ํน์ ๋๋ฉ์ธ์ ๋ค๋จ๊ณ ์ ์ฐจ
- ๋๊ตฌ ํตํฉ: ํ์ผ ํ์, API ์ฐ๋ ์ง์นจ
- ๋๋ฉ์ธ ์ ๋ฌธ์ฑ: ๋น์ฆ๋์ค ๋ก์ง, ์คํค๋ง
- ๋ฒ๋ค ๋ฆฌ์์ค: ์คํฌ๋ฆฝํธ, ๋ ํผ๋ฐ์ค, ์์
Skill Structure
skill-name/
โโโ SKILL.md (ํ์)
โ โโโ YAML frontmatter (ํ์)
โ โ โโโ name: (ํ์)
โ โ โโโ description: (ํ์)
โ โโโ Markdown body (ํ์)
โโโ Bundled Resources (์ ํ)
โโโ scripts/ # ์คํ ์ฝ๋
โโโ references/ # ์ฐธ์กฐ ๋ฌธ์
โโโ assets/ # ์ถ๋ ฅ์ฉ ํ์ผ
Core Principles
1. Concise is Key
"์ปจํ ์คํธ ์๋์ฐ๋ ๊ณต๊ณต์ฌ๋ค"
- Claude๋ ์ด๋ฏธ ๋งค์ฐ ๋๋ํจ
- ํ์ํ ์ ๋ณด๋ง ์ถ๊ฐ
- ์ฅํฉํ ์ค๋ช ๋ณด๋ค ๊ฐ๊ฒฐํ ์์
2. Degrees of Freedom
| ์์ ๋ | ์ฌ์ฉ ์์ | ํํ |
|---|---|---|
| ๋์ | ์ฌ๋ฌ ์ ๊ทผ๋ฒ ๊ฐ๋ฅ | ํ ์คํธ ์ง์นจ |
| ์ค๊ฐ | ์ ํธ ํจํด ์กด์ฌ | ์์ฌ์ฝ๋/ํ๋ผ๋ฏธํฐ |
| ๋ฎ์ | ๋ฏผ๊ฐํ ์์ | ๊ตฌ์ฒด์ ์คํฌ๋ฆฝํธ |
3. Progressive Disclosure
Level 1: Metadata (~100 words) โ ํญ์ ์ปจํ
์คํธ์
Level 2: SKILL.md body (<5k words) โ ํธ๋ฆฌ๊ฑฐ ์ ๋ก๋
Level 3: Resources (๋ฌด์ ํ) โ ํ์ ์ ๋ก๋
Creation Process
Step 1: ๊ตฌ์ฒด์ ์์ ์ดํด
Q: ์ด๋ค ๊ธฐ๋ฅ์ ์ง์ํด์ผ ํ๋์?
Q: ์ฌ์ฉ ์์๋ฅผ ๋ณด์ฌ์ฃผ์ธ์
Q: ์ด๋ค ์์ฒญ์ด ์ด ์คํฌ์ ํธ๋ฆฌ๊ฑฐํด์ผ ํ๋์?
Step 2: ์ฌ์ฌ์ฉ ์ฝํ ์ธ ๊ณํ
๊ฐ ์์ ๋ถ์:
- ์ฒ์๋ถํฐ ์ด๋ป๊ฒ ์คํ?
- ๋ฐ๋ณต ์์ ์ ํ์ํ ๋ฆฌ์์ค?
์์: "PDF ํ์ ํด์ค"
โ ๋งค๋ฒ ๊ฐ์ ์ฝ๋ ์์ฑ ํ์
โ scripts/rotate_pdf.py ์ถ๊ฐ
Step 3: ์คํฌ ์ด๊ธฐํ
# ํ
ํ๋ฆฟ ์์ฑ
scripts/init_skill.py <skill-name> --path <output>
Step 4: ์คํฌ ํธ์ง
Frontmatter ์์ฑ:
---
name: my-skill
description: |
๋ฌด์์ ํ๋๊ฐ + ์ธ์ ์ฌ์ฉํ๋๊ฐ.
์: "PDF ๋ฌธ์ ์ฒ๋ฆฌ. PDF ํ
์คํธ ์ถ์ถ,
๋ณํฉ, ํ์ด์ง ์กฐ์์ด ํ์ํ ๋ ์ฌ์ฉ"
---
Body ์์ฑ (๋ช ๋ นํ):
# My Skill
## Quick Start
[ํต์ฌ ์ฌ์ฉ๋ฒ]
## Workflow
[๋จ๊ณ๋ณ ์ ์ฐจ]
## Examples
[๊ตฌ์ฒด์ ์์]
## References
- [REFERENCE.md](references/REFERENCE.md) for details
Step 5: ํจํค์ง
scripts/package_skill.py <path/to/skill>
Step 6: ๋ฐ๋ณต
์ค์ ์ฌ์ฉ โ ๋ฌธ์ ๋ฐ๊ฒฌ โ ๊ฐ์
Bundled Resources
scripts/
# scripts/process.py
# ๋ฐ๋ณต์ ์ผ๋ก ์์ฑ๋๋ ์ฝ๋ ์ ์ฅ
# ์คํ ์ ํ
์คํธ ํ์
references/
# references/schema.md
# ์ปจํ
์คํธ์ ํ์ํ ๋๋ง ๋ก๋
# SKILL.md์์ ์ฐธ์กฐ ๋ช
์
assets/
assets/template.html # ์ถ๋ ฅ์ฉ ํ
ํ๋ฆฟ
assets/logo.png # ๋ธ๋๋ ์์
assets/boilerplate/ # ์์ ์ฝ๋
What NOT to Include
โ ํฌํจํ์ง ๋ง ๊ฒ:
- README.md
- INSTALLATION_GUIDE.md
- CHANGELOG.md
- ํ ์คํธ/์ค์ ๋ฌธ์
์คํฌ์ AI ์์ด์ ํธ์ฉ - ์ฌ์ฉ์ ๋ฌธ์ X
Description Best Practices
# โ ๋ถ์กฑํจ
description: PDF ์ฒ๋ฆฌ ๋๊ตฌ
# โ
์ข์
description: |
PDF ํ
์คํธ ์ถ์ถ, ํ์ด์ง ๋ณํฉ/๋ถํ , ๋ฉํ๋ฐ์ดํฐ ํธ์ง.
PDF ๋ฌธ์ ์์
์ ์ฌ์ฉ:
(1) ํ
์คํธ ์ถ์ถ (2) ํ์ด์ง ์กฐ์
(3) ์ฌ๋ฌ PDF ๋ณํฉ (4) ์์ ์ฒ๋ฆฌ
Progressive Disclosure Patterns
Pattern 1: ๊ฐ์ + ์ฐธ์กฐ
# PDF Processing
## Quick Start
[๊ธฐ๋ณธ ์ฌ์ฉ๋ฒ]
## Advanced
- **Forms**: See [FORMS.md](references/FORMS.md)
- **API**: See [API.md](references/API.md)
Pattern 2: ๋๋ฉ์ธ๋ณ ๊ตฌ์ฑ
bigquery-skill/
โโโ SKILL.md
โโโ references/
โโโ finance.md
โโโ sales.md
โโโ product.md
Validation Checklist
- name๊ณผ description ํ์ ํฌํจ
- description์ "์ธ์ ์ฌ์ฉ" ๋ช ์
- SKILL.md 500์ค ์ดํ
- ์ฐธ์กฐ ํ์ผ ๊น์ด 1๋จ๊ณ
- ๋ถํ์ํ ํ์ผ ์์