skill-creator

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Skill Creator

Skill을 생성, 수정, 갱신하고 best practices를 검증합니다.

Description 작성법 (핵심)

Description은 Claude가 skill 활성화를 결정하는 유일한 기준입니다.

필수 포함 요소:

  1. 무엇을 하는지 (What): 구체적 기능
  2. 언제 사용하는지 (When): 트리거 조건

좋은 예시:

# 명확한 기능 + 트리거 조건
description: Generates commit messages from git diffs. Use when writing commits or reviewing staged changes.

# 구체적 키워드 + 네거티브 트리거
description: Creates Docker configurations. Use when containerizing apps, writing compose.yaml, or building multi-stage images. Do NOT use for Kubernetes manifests or Helm charts (use deployment instead).
Installs
2
Repository
ssiumha/dots
GitHub Stars
9
First Seen
Feb 21, 2026
skill-creator — ssiumha/dots