korean-skill-creator
한글 기반 클로드 스킬 자동 생성 도구. 사용자가 "클로드 스킬을 만들어줘" 또는 "[요구사항] 스킬 만들어줘"라고 요청할 때 사용. Progressive disclosure 원칙을 따르는 한글 문서 구조(SKILL.md + references/)를 자동으로 생성하고, 실전 예시를 포함한 일관성 있는 스킬 템플릿을 제공.
Install
mkdir -p .claude/skills/korean-skill-creator && curl -L -o skill.zip "https://mcp.directory/api/skills/download/480" && unzip -o skill.zip -d .claude/skills/korean-skill-creator && rm skill.zipInstalls to .claude/skills/korean-skill-creator
About this skill
한글 클로드 스킬 생성기
개요 (Overview)
사용자의 요구사항을 바탕으로 한글 기반 클로드 스킬을 자동 생성합니다. Progressive disclosure 원칙에 따라 SKILL.md(개요), references/detailed_guide.md(상세), references/examples.md(예시)로 구조화된 스킬을 만듭니다.
핵심 특징:
- 모든 문서를 한글로 작성
- SKILL.md는 간결하게, 상세 내용은 references/로 분리
- 실전 예시를 포함한 일관성 있는 템플릿 제공
스킬 생성 프로세스
1단계: 요구사항 수집
사용자에게 다음 정보를 질문:
- 스킬 이름 (kebab-case)
- 스킬 설명 (한 문장)
- 주요 기능 (3-5개)
- 사용 예시 (2-3개)
- 필요 리소스 (scripts/assets/references)
2단계: 스킬 구조 생성
python scripts/create_skill.py <스킬-이름> "<설명>" "<개요>" <출력-디렉토리>
자동 생성되는 파일:
SKILL.md- 개요 및 기본 사용법references/detailed_guide.md- 상세 가이드references/examples.md- 예시 모음references/api_reference.md- API 문서 (선택)
3단계: 내용 채우기
생성된 템플릿을 사용자 요구사항에 맞게 구체화합니다.
중요: SKILL.md가 길어지면 해당 부분을 별도 md 파일로 분리하고 링크로 참조하세요.
상세한 작성 방법은 references/writing_guide.md를 참조하세요.
4단계: 추가 리소스 (선택)
필요시 scripts/ 또는 assets/에 리소스를 추가합니다.
5단계: Claude Code에서 사용
생성된 스킬 디렉토리를 Claude Code의 스킬 폴더에 배치하면 바로 사용할 수 있습니다.
# 예: ~/.claude/skills/ 디렉토리로 복사
cp -r <생성된-스킬-디렉토리> ~/.claude/skills/
빠른 참조
- 작성 가이드: references/writing_guide.md
- 템플릿 구조: references/template_structure.md
- 실전 예시: references/examples.md
- 문제 해결: references/troubleshooting.md
주의사항
- 스킬 이름은 kebab-case 사용
- SKILL.md는 500줄 이하 유지 (길어지면 분리)
- 모든 문서는 UTF-8 인코딩
- Progressive disclosure 원칙 준수
- 생성된 스킬은 디렉토리 형태로 Claude Code에서 바로 사용 가능
You might also like
flutter-development
aj-geddes
Build beautiful cross-platform mobile apps with Flutter and Dart. Covers widgets, state management with Provider/BLoC, navigation, API integration, and material design.
drawio-diagrams-enhanced
jgtolentino
Create professional draw.io (diagrams.net) diagrams in XML format (.drawio files) with integrated PMP/PMBOK methodologies, extensive visual asset libraries, and industry-standard professional templates. Use this skill when users ask to create flowcharts, swimlane diagrams, cross-functional flowcharts, org charts, network diagrams, UML diagrams, BPMN, project management diagrams (WBS, Gantt, PERT, RACI), risk matrices, stakeholder maps, or any other visual diagram in draw.io format. This skill includes access to custom shape libraries for icons, clipart, and professional symbols.
godot
bfollington
This skill should be used when working on Godot Engine projects. It provides specialized knowledge of Godot's file formats (.gd, .tscn, .tres), architecture patterns (component-based, signal-driven, resource-based), common pitfalls, validation tools, code templates, and CLI workflows. The `godot` command is available for running the game, validating scripts, importing resources, and exporting builds. Use this skill for tasks involving Godot game development, debugging scene/resource files, implementing game systems, or creating new Godot components.
nano-banana-pro
garg-aayush
Generate and edit images using Google's Nano Banana Pro (Gemini 3 Pro Image) API. Use when the user asks to generate, create, edit, modify, change, alter, or update images. Also use when user references an existing image file and asks to modify it in any way (e.g., "modify this image", "change the background", "replace X with Y"). Supports both text-to-image generation and image-to-image editing with configurable resolution (1K default, 2K, or 4K for high resolution). DO NOT read the image file first - use this skill directly with the --input-image parameter.
ui-ux-pro-max
nextlevelbuilder
"UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 8 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient."
rust-coding-skill
UtakataKyosui
Guides Claude in writing idiomatic, efficient, well-structured Rust code using proper data modeling, traits, impl organization, macros, and build-speed best practices.
Stay ahead of the MCP ecosystem
Get weekly updates on new skills and servers.