KO

korean-skill-creator

Automatically scaffolds Korean-language skill templates (SKILL.md + references/) for Claude Code projects.

Install

mkdir -p .claude/skills/korean-skill-creator && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/480" && unzip -o skill.zip -d .claude/skills/korean-skill-creator && rm skill.zip

Installs to .claude/skills/korean-skill-creator

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

한글 기반 클로드 스킬 자동 생성 도구. 사용자가 "클로드 스킬을 만들어줘" 또는 "[요구사항] 스킬 만들어줘"라고 요청할 때 사용. Progressive disclosure 원칙을 따르는 한글 문서 구조(SKILL.md + references/)를 자동으로 생성하고, 실전 예시를 포함한 일관성 있는 스킬 템플릿을 제공.
180 charsno explicit “when” trigger
Beginner

Key capabilities

  • Generate AI agent skills based on user requirements
  • Create skill documentation in Korean
  • Structure documentation using the progressive disclosure principle
  • Provide consistent skill templates with practical examples
  • Collect skill name, description, features, examples, and resources from the user

How it works

The skill automatically generates a structured directory for a Claude skill, including SKILL.md and a references/ folder, all in Korean. It follows the progressive disclosure principle, keeping the main SKILL.md concise and detailing information in linked reference files.

Inputs & outputs

You give it
User request to create a Claude skill, including skill name, description, features, and examples
You get back
A structured directory containing SKILL.md, references/detailed_guide.md, and references/examples.md in Korean

When to use korean-skill-creator

  • Bootstrap a new custom AI skill
  • Create documentation for internal AI tools
  • Standardize AI skill file structure

About this skill

한글 클로드 스킬 생성기

개요 (Overview)

사용자의 요구사항을 바탕으로 한글 기반 클로드 스킬을 자동 생성합니다. Progressive disclosure 원칙에 따라 SKILL.md(개요), references/detailed_guide.md(상세), references/examples.md(예시)로 구조화된 스킬을 만듭니다.

핵심 특징:

  • 모든 문서를 한글로 작성
  • SKILL.md는 간결하게, 상세 내용은 references/로 분리
  • 실전 예시를 포함한 일관성 있는 템플릿 제공

스킬 생성 프로세스

1단계: 요구사항 수집

사용자에게 다음 정보를 질문:

  1. 스킬 이름 (kebab-case)
  2. 스킬 설명 (한 문장)
  3. 주요 기능 (3-5개)
  4. 사용 예시 (2-3개)
  5. 필요 리소스 (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/

빠른 참조

주의사항

  1. 스킬 이름은 kebab-case 사용
  2. SKILL.md는 500줄 이하 유지 (길어지면 분리)
  3. 모든 문서는 UTF-8 인코딩
  4. Progressive disclosure 원칙 준수
  5. 생성된 스킬은 디렉토리 형태로 Claude Code에서 바로 사용 가능

When not to use it

  • When skill documentation is not required to be in Korean
  • When the progressive disclosure principle for documentation is not desired

Limitations

  • SKILL.md must be kept under 500 lines
  • All documents must use UTF-8 encoding
  • Skill names must use kebab-case

How it compares

This skill specifically generates Korean-based Claude skill documentation structured according to the progressive disclosure principle, providing a standardized and localized approach to skill creation.

Compared to similar skills

korean-skill-creator side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
korean-skill-creator (this skill)88moReviewBeginner
skill-forge119moReviewIntermediate
svelte-expert119moNo flagsIntermediate
build-free-types94moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

skill-forge

WilliamSaysX

Automated skill creation workshop with intelligent source detection, smart path management, and end-to-end workflow automation. This skill should be used when users want to create a new skill or convert external resources (GitHub repositories, online documentation, or local directories) into a skill. Automatically fetches, organizes, and packages skills with proactive cleanup management.

11115

svelte-expert

Raudbjorn

Expert Svelte/SvelteKit development assistant for building components, utilities, and applications. Use when creating Svelte components, SvelteKit applications, implementing reactive patterns, handling state management, working with stores, transitions, animations, or any Svelte/SvelteKit development task. Includes comprehensive documentation access, code validation with svelte-autofixer, and playground link generation.

11107

build-free-types

paulirish

This skill should be used when the user asks to "set up types without a build step", "use vanilla JS with types", "configure erasable syntax", or mentions "JSDoc type checking". It provides instructions for modern type safety using JSDoc in browsers and native TypeScript execution in Node.js.

95

vscode-ext-commands

github

Guidelines for contributing commands in VS Code extensions. Indicates naming convention, visibility, localization and other relevant attributes, following VS Code extension development guidelines, libraries and good practices

23

project-bootstrapper

mhattingpete

Sets up new projects or improves existing projects with development best practices, tooling, documentation, and workflow automation. Use when user wants to start a new project, improve project structure, add development tooling, or establish professional workflows.

12

svelte-code-writer

svelte-society

CLI tools for Svelte 5 documentation lookup and code analysis. MUST be used whenever creating or editing any Svelte component (.svelte) or Svelte module (.svelte.ts/.svelte.js). If possible, this skill should be executed within the svelte-file-editor agent for optimal results.

12

Search skills

Search the agent skills registry