agentsclimarketplace

Skill creator

Skill DaleStudy/skills/skills/skill-creator

πŸ› οΈ μ—μ΄μ „νŠΈ μŠ€ν‚¬

Install
npx -y skills add DaleStudy/skills --skill skill-creator

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

DaleStudy/skills μ €μž₯μ†Œμ˜ μŠ€ν‚¬ 생성, μˆ˜μ •, 검증 μ‹œ μ‚¬μš©. λ‹€μŒ μƒν™©μ—μ„œ ν™œμ„±ν™”: (1) μƒˆ μŠ€ν‚¬ 생성 μš”μ²­ μ‹œ, (2) skills/ 디렉토리 λ‚΄ SKILL.md 파일 μˆ˜μ • μ‹œ, (3) SKILL.md λ³€κ²½ κ²€ν†  λ˜λŠ” 리뷰 μ‹œ, (4) μŠ€ν‚¬ frontmatter λ˜λŠ” 메타데이터 μž‘μ—… μ‹œ, (5) 'skill', 'SKILL.md', 'frontmatter', 'version', 'metadata', 'review', 'skills/' ν‚€μ›Œλ“œκ°€ ν¬ν•¨λœ μž‘μ—… μ‹œ

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

6.3 KB, as published. Nobody here has run it

Skill Creator for DaleStudy

DaleStudy/skills μ €μž₯μ†Œμ— μƒˆλ‘œμš΄ μŠ€ν‚¬μ„ μΆ”κ°€ν•˜κΈ° μœ„ν•œ κ°€μ΄λ“œ.

μŠ€ν‚¬ ꡬ쑰

skills/{skill-name}/
└── SKILL.md          # YAML frontmatter + Markdown μ§€μ‹œμ‚¬ν•­ (ν•„μˆ˜)

SKILL.md ν˜•μ‹

---
name: skill-name # ν•„μˆ˜: 디렉토리λͺ…κ³Ό 일치 (μ΅œλŒ€ 64자, μ†Œλ¬Έμž/숫자/ν•˜μ΄ν”ˆ)
description: "μŠ€ν‚¬ μ„€λͺ…" # ν•„μˆ˜: 트리거 쑰건 포함 (μ΅œλŒ€ 1024자)
license: MIT # 선택
compatibility: Required CLI tools # 선택: ν•„μš”ν•œ 도ꡬ
metadata: # 선택
  author: DaleStudy
  version: "1.0.0"
allowed-tools: Bash(command:*) # 선택: ν—ˆμš©ν•  도ꡬ νŒ¨ν„΄
---
# μŠ€ν‚¬ 제λͺ©

μŠ€ν‚¬ μ§€μ‹œμ‚¬ν•­ (Markdown)

μŠ€ν‚¬ 생성 절차

1. 디렉토리 생성

mkdir -p skills/{skill-name}

2. SKILL.md μž‘μ„±

Frontmatter μž‘μ„± κ·œμΉ™

name ν•„λ“œ:

  • 디렉토리λͺ…κ³Ό 동일해야 함
  • μ†Œλ¬Έμž, 숫자, ν•˜μ΄ν”ˆλ§Œ μ‚¬μš©
  • μ—°μ†λœ ν•˜μ΄ν”ˆ λΆˆκ°€ (my--skill ❌)
  • μ΅œλŒ€ 64자

description ν•„λ“œ (κ°€μž₯ μ€‘μš”):

  • μŠ€ν‚¬μ˜ λͺ©μ κ³Ό 트리거 쑰건을 λͺ…ν™•νžˆ 기술
  • BodyλŠ” 트리거 ν›„μ—λ§Œ λ‘œλ“œλ˜λ―€λ‘œ, "μ–Έμ œ μ‚¬μš©"은 λ°˜λ“œμ‹œ description에 포함
  • νŒ¨ν„΄: "{μŠ€ν‚¬ μ„€λͺ…}. λ‹€μŒ μƒν™©μ—μ„œ μ‚¬μš©: (1) ..., (2) ..., (3) ..."
# βœ… 쒋은 예
description: "Node.js λŒ€μ‹  Bun λŸ°νƒ€μž„ μ‚¬μš©μ„ μœ„ν•œ μŠ€ν‚¬. λ‹€μŒ μƒν™©μ—μ„œ μ‚¬μš©: (1) μƒˆ JavaScript/TypeScript ν”„λ‘œμ νŠΈ 생성 μ‹œ, (2) package.json λ˜λŠ” μ˜μ‘΄μ„± κ΄€λ ¨ μž‘μ—… μ‹œ"

# ❌ λ‚˜μœ 예
description: "Bun κ΄€λ ¨ μŠ€ν‚¬"  # 트리거 쑰건 μ—†μŒ

Body μž‘μ„± κ·œμΉ™

  • κ°„κ²°ν•˜κ²Œ μœ μ§€ (500쀄 μ΄ν•˜ ꢌμž₯)
  • Claudeκ°€ 이미 μ•„λŠ” λ‚΄μš©μ€ μƒλž΅
  • 예제 μ½”λ“œ > μž₯ν™©ν•œ μ„€λͺ…
  • λͺ…λ Ήν˜•/뢀정사 ν˜•νƒœ μ‚¬μš©

3. README.md μ—…λ°μ΄νŠΈ

μ €μž₯μ†Œ 루트의 README.md에 μƒˆ μŠ€ν‚¬ μΆ”κ°€:

## Current Skills

- **bun**: Node.js λŒ€μ‹  Bun λŸ°νƒ€μž„ μ‚¬μš©
- **github-actions**: GitHub Actions μ›Œν¬ν”Œλ‘œμš° μž‘μ„± 및 λ³΄μ•ˆ
- **{new-skill}**: {κ°„λ‹¨ν•œ μ„€λͺ…} <!-- μΆ”κ°€ -->

4. μ›Œν¬ν”Œλ‘œμš° 맀트릭슀 μ—…λ°μ΄νŠΈ

.github/workflows/ci.yml의 matrix에 μƒˆ μŠ€ν‚¬ μΆ”κ°€:

matrix:
  skill:
    - bun
    - github-actions
    - { new-skill } # μΆ”κ°€

κΈ°μ‘΄ μŠ€ν‚¬ μ°Έκ³ 

μŠ€ν‚¬νŠΉμ§•
bunλͺ…λ Ήμ–΄ λ§€ν•‘ ν…Œμ΄λΈ”, μ½”λ“œ 예제 쀑심
github-actionsλ³΄μ•ˆ λͺ¨λ²” 사둀, YAML 예제 쀑심
skill-creator메타 μŠ€ν‚¬, κ΅¬μ‘°ν™”λœ 절차, frontmatter κ°€μ΄λ“œ
storybookCSF 3.0 베슀트 ν”„λž™ν‹°μŠ€, TypeScript νƒ€μž… 예제

μƒˆ μŠ€ν‚¬ μž‘μ„± μ‹œ κΈ°μ‘΄ μŠ€ν‚¬μ˜ μŠ€νƒ€μΌμ„ μ°Έκ³ ν•˜μ—¬ 일관성 μœ μ§€.

버전 관리

Semantic Versioning (MAJOR.MINOR.PATCH)을 따라 μŠ€ν‚¬ μˆ˜μ • μ‹œ 버전 μ—…λ°μ΄νŠΈ:

MAJOR 버전 (x.0.0)

ν˜Έν™˜μ„±μ΄ κΉ¨μ§€λŠ” λ³€κ²½ - κΈ°μ‘΄ μ‚¬μš©μžμ—κ²Œ 영ν–₯:

  • Frontmatter ν•„μˆ˜ ν•„λ“œ μΆ”κ°€/λ³€κ²½
  • allowed-tools κΆŒν•œ μΆ•μ†Œ
  • μŠ€ν‚¬ 트리거 쑰건 λŒ€ν­ λ³€κ²½ (description μˆ˜μ •)
  • κΈ°μ‘΄ μ§€μ‹œμ‚¬ν•­κ³Ό μƒμΆ©λ˜λŠ” μƒˆ κ·œμΉ™ λ„μž…
# 예: 1.2.3 β†’ 2.0.0
metadata:
  version: "2.0.0"

MINOR 버전 (0.x.0)

μƒˆ κΈ°λŠ₯ μΆ”κ°€ - ν•˜μœ„ ν˜Έν™˜ μœ μ§€:

  • μƒˆλ‘œμš΄ 예제 μ½”λ“œ μΆ”κ°€
  • μ§€μ‹œμ‚¬ν•­ μ„Ήμ…˜ μΆ”κ°€ (κΈ°μ‘΄κ³Ό 좩돌 μ—†μŒ)
  • allowed-tools κΆŒν•œ ν™•λŒ€
  • 트리거 쑰건 ν™•μž₯ (κΈ°μ‘΄ 쑰건 μœ μ§€)
# 예: 1.2.3 β†’ 1.3.0
metadata:
  version: "1.3.0"

PATCH 버전 (0.0.x)

버그 μˆ˜μ • 및 μ‚¬μ†Œν•œ κ°œμ„ :

  • μ˜€νƒ€ μˆ˜μ •
  • μ„€λͺ… λͺ…ν™•ν™” (의미 λ³€κ²½ μ—†μŒ)
  • μ½”λ“œ 예제 포맷 정리
  • 링크 μ—…λ°μ΄νŠΈ
# 예: 1.2.3 β†’ 1.2.4
metadata:
  version: "1.2.4"

버전 μ—…λ°μ΄νŠΈ 체크리슀트

CRITICAL: μŠ€ν‚¬ SKILL.md νŒŒμΌμ„ μˆ˜μ •ν•  λ•Œλ§ˆλ‹€ λ°˜λ“œμ‹œ 버전을 μ—…λ°μ΄νŠΈν•˜μ„Έμš”.

μŠ€ν‚¬ μˆ˜μ • ν›„:

  1. λ³€κ²½ λ‚΄μš©μ΄ MAJOR/MINOR/PATCH 쀑 어디에 ν•΄λ‹Ήν•˜λŠ”μ§€ νŒλ‹¨
  2. metadata.version ν•„λ“œ μ—…λ°μ΄νŠΈ (ν•„μˆ˜)
  3. (선택) CHANGELOG.md μž‘μ„± (μ£Όμš” λ³€κ²½ μ‹œ)

버전 λ―Έμ—…λ°μ΄νŠΈλŠ” μŠ€ν‚¬ 검증 μ‹€νŒ¨λ‘œ κ°„μ£Όλ©λ‹ˆλ‹€.

μŠ€ν‚¬ λ³€κ²½ μ‹œ μžλ™ 검증

IMPORTANT: SKILL.md νŒŒμΌμ„ μˆ˜μ •ν•  λ•Œ, λ°˜λ“œμ‹œ λ‹€μŒμ„ ν™•μΈν•˜μ„Έμš”:

1. 버전 μ—…λ°μ΄νŠΈ 검증

SKILL.md 파일이 μˆ˜μ •λ˜μ—ˆλ‹€λ©΄ metadata.version도 ν•¨κ»˜ μ—…λ°μ΄νŠΈλ˜μ–΄μ•Ό ν•©λ‹ˆλ‹€:

# λ³€κ²½λœ SKILL.md 확인
git diff --name-only HEAD | grep "skills/.*/SKILL.md"

# λ˜λŠ” 컀밋 μ „ staged 파일 확인
git diff --cached --name-only | grep "skills/.*/SKILL.md"

# metadata.version ν•„λ“œκ°€ λ³€κ²½λ˜μ—ˆλŠ”μ§€ 확인
git diff HEAD -- skills/{skill-name}/SKILL.md | grep "^\+.*version:"
git diff --cached -- skills/{skill-name}/SKILL.md | grep "^\+.*version:"

# λ³€κ²½λ˜μ§€ μ•Šμ•˜λ‹€λ©΄:
# ❌ ERROR: skills/{skill-name}/SKILL.md was modified but metadata.version was not updated
# Required: Update version according to Semantic Versioning (see 버전 관리 section above)

2. 버전 증가 λ°©ν–₯ 검증

λ³€κ²½λœ λ‚΄μš©μ΄ μ˜¬λ°”λ₯Έ 버전 증가λ₯Ό λ”°λ₯΄λŠ”μ§€ 확인:

  • MAJOR 변경인데 MINOR/PATCH 증가: ❌ μ—λŸ¬
  • MINOR 변경인데 PATCH 증가: ⚠️ κ²½κ³ 
  • PATCH 변경인데 MINOR/MAJOR 증가: βœ… ν—ˆμš© (보수적 μ¦κ°€λŠ” μ•ˆμ „)

3. Frontmatter μœ νš¨μ„± 검증

  • name ν•„λ“œκ°€ 디렉토리λͺ…κ³Ό μΌμΉ˜ν•˜λŠ”κ°€?
  • description ν•„λ“œκ°€ 트리거 쑰건을 ν¬ν•¨ν•˜λŠ”κ°€? ("λ‹€μŒ μƒν™©μ—μ„œ μ‚¬μš©:" νŒ¨ν„΄)
  • metadata.version ν˜•μ‹μ΄ "X.Y.Z" (Semantic Versioning)인가?

μˆ˜λ™ 검증

μŠ€ν‚¬ μ„€μΉ˜ ν…ŒμŠ€νŠΈ:

npx skills add DaleStudy/skills --skill {skill-name} --agent claude-code --global --yes

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.