create-skill

Create a new Claude Code Skill scaffold with directory structure and SKILL.md frontmatter.

1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/khw1031/ai-library --skill create-skill-khw1031
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-skill
Source: https://github.com/khw1031/ai-library/tree/main/.claude/skills/create-skill
Command: npx skills add https://github.com/khw1031/ai-library --skill create-skill-khw1031

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

새로 Skill을 생성하려는 사용자가 스킬의 기본 골격과 문서를 빠르게 구성해야 하는 문제를 해결합니다. 이 스킬은 필요한 디렉토리 구조와 SKILL.md 템플릿의 작성법을 안내합니다.

Core Features & Use Cases

  • 스킬 디렉토리 생성 및 스켈폴드 구성 안내
  • SKILL.md의 필수 필드와 정책 준수 점검
  • 새 스킬 만들기 워크플로우에 대한 단계별 가이드 사용 사례: 사용자가 새 Skill 이름을 정하고 frontmatter를 작성한 뒤 배포 준비를 할 때의 흐름을 지원합니다.

Quick Start

새 스킬 디렉토리를 생성하고 SKILL.md 템플릿을 작성합니다.

Frequently Asked Questions about create-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Claude Code skill with the correct directory structure?

To create a Claude Code skill, you need to generate a scaffold with the required directory structure and a SKILL.md file. This process enforces a guided workflow for content organization, including optional references, scripts, and assets.

What is required in the SKILL.md frontmatter for a new skill?

The SKILL.md frontmatter requires specific naming and description fields to meet policy compliance. It acts as the core metadata template that defines your skill's identity and operational guidelines before deployment.

How do I structure documentation and assets when building a new skill?

Structuring skill documentation involves organizing content using a guided workflow that includes the main SKILL.md file alongside optional directories for references, scripts, and assets, ensuring full policy compliance.

Can I use a template to generate a scaffold for Claude Code skills?

Yes, you can use a scaffolding template to quickly establish the foundational directory structure and required frontmatter. This ensures your new skill meets all naming conventions and description requirements immediately.

Does generating a new skill enforce policy compliance checks?

Yes, generating a new skill enforces policy compliance by validating the SKILL.md frontmatter fields and guiding the content organization workflow to ensure all requirements are met before the skill is finalized.

What is the best way to start writing a new skill from scratch?

The best way to start writing a new skill is to define its name, generate the scaffolded directory, and fill out the SKILL.md frontmatter using a guided template that ensures proper structure and compliance.