Skill Creator

### SKILL.md Frontmatter Only

v1.0.0

이 스킬 정보

Install Skill Creator, an AI agent skill for AI agent workflows and automation. Explore features, use cases, limitations, and setup guidance.

기능

Anatomy of a Skill
├── SKILL.md ← required: frontmatter + instructions
├── scripts/ ← optional: executable code (Python/Bash)
├── references/ ← optional: docs loaded into context as needed
└── assets/ ← optional: templates, images, fonts used in output
Creativityliberty Creativityliberty
[0]
[0]
업데이트: 3/11/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

Install Skill Creator, an AI agent skill for AI agent workflows and automation. Explore features, use cases, limitations, and setup guidance.

이 스킬을 사용하는 이유

추천 설명: skill-creator helps agents anatomy of a skill. Skill Creator Skills are self-contained packages that extend Claude's capabilities with specialized workflows, domain knowledge, and reusable resources. This AI

최적의 용도

적합한 상황: anatomy of a skill.

실행 가능한 사용 사례 for Skill Creator

사용 사례: Anatomy of a Skill
사용 사례: ├── SKILL.md ← required: frontmatter + instructions
사용 사례: ├── scripts/ ← optional: executable code (Python/Bash)

! 보안 및 제한 사항

  • 제한 사항: Fragile, must be exact Specific scripts with few params
  • 제한 사항: Concise is key — Context window is shared. Only include what Claude doesn't already know.
  • 제한 사항: No extra docs — No README.md, CHANGELOG.md, INSTALLATION.md in the skill. Only files the AI agent needs.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

SKILL.md
Readonly

Skill Creator

Skills are self-contained packages that extend Claude's capabilities with specialized workflows, domain knowledge, and reusable resources.

Anatomy of a Skill

skill-name/
├── SKILL.md              ← required: frontmatter + instructions
├── scripts/              ← optional: executable code (Python/Bash)
├── references/           ← optional: docs loaded into context as needed
└── assets/               ← optional: templates, images, fonts used in output

SKILL.md Frontmatter

Only name and description are required. The description is the primary trigger — write it to cover all "when to use" cases, because the body only loads after the skill triggers.

yaml
1--- 2name: my-skill 3---

Body: Degrees of Freedom

Match specificity to the task:

Task typeUse
Many valid approachesFree-form text instructions
Preferred pattern with some variationPseudocode or parameterized scripts
Fragile, must be exactSpecific scripts with few params

Core Principles

Concise is key — Context window is shared. Only include what Claude doesn't already know.

Progressive disclosure — Keep SKILL.md under 500 lines. Move detailed content to references/ files and link them explicitly from SKILL.md.

No extra docs — No README.md, CHANGELOG.md, INSTALLATION.md in the skill. Only files the AI agent needs.

Creation Process

1. Understand with Examples

Ask the user:

  • What tasks should this skill handle?
  • Give 2-3 concrete examples of how it would be used.
  • What should trigger it?

2. Plan Resources

For each example, think:

  • Is there code that gets rewritten repeatedly? → scripts/
  • Is there domain knowledge Claude needs? → references/
  • Are there templates/files used in output? → assets/

3. Create the Skill Directory

bash
1mkdir -p skills/my-skill/scripts skills/my-skill/references skills/my-skill/assets

Delete unused subdirectories.

4. Write SKILL.md

  • Frontmatter: name + comprehensive description
  • Body: Workflow steps, key commands, when to use references
  • If supporting multiple variants (AWS/GCP/Azure, React/Vue/etc.), keep SKILL.md lean and use references/<variant>.md

5. Add Bundled Resources

Scripts — Write, then test by actually running them:

bash
1python skills/my-skill/scripts/my_script.py

References — Documentation, schemas, API specs. For files >100 lines, add a table of contents at the top.

Assets — Templates or boilerplate to copy/modify (not loaded into context, used in output).

6. Validate Structure

✅ SKILL.md has name + description in frontmatter
✅ Description covers all trigger cases
✅ Body is under 500 lines
✅ References linked explicitly from SKILL.md
✅ Scripts tested and working
✅ No extraneous documentation files

7. Add to This Repo

Place the skill folder in skills/ and update README.md table.

Reference File Patterns

Pattern 1 — High-level + references:

markdown
1## Advanced features 2- Form filling: See [references/forms.md](references/forms.md) 3- API reference: See [references/api.md](references/api.md)

Pattern 2 — Multi-variant:

cloud-deploy/
├── SKILL.md (selection logic)
└── references/
    ├── aws.md
    ├── gcp.md
    └── azure.md

Pattern 3 — Conditional:

markdown
1For basic edits, modify directly. 2**For tracked changes**: See [references/redlining.md](references/redlining.md)

Keep references one level deep — all link directly from SKILL.md.

FAQ 및 설치 단계

Mirrors the structured data on this page for better search understanding.

이 스킬 설치 방법

  1. 1

    터미널 열기

    프로젝트 디렉터리에서 터미널 또는 명령줄을 여세요.

  2. 2

    설치 명령 실행

    npx killer-skills add Creativityliberty/nexusskill/skill-creator 를 실행하세요. CLI가 IDE 또는 에이전트를 자동으로 감지하고 스킬을 설정합니다.

  3. 3

    스킬 사용 시작

    스킬이 이제 활성화되었습니다. 현재 프로젝트에서 Skill Creator을 바로 사용할 수 있습니다.

? 자주 묻는 질문

Skill Creator은 무엇인가요?
Install Skill Creator, an AI agent skill for AI agent workflows and automation. Explore features, use cases, limitations, and setup guidance.
Skill Creator은 어떻게 설치하나요?
다음 명령을 실행하세요: npx killer-skills add Creativityliberty/nexusskill/skill-creator. Cursor, Windsurf, VS Code, Claude Code와 19개 이상의 다른 IDE에서 동작합니다.
Skill Creator은 어디에 쓰이나요?
주요 활용 사례는 다음과 같습니다: 사용 사례: Anatomy of a Skill, 사용 사례: ├── SKILL.md ← required: frontmatter + instructions, 사용 사례: ├── scripts/ ← optional: executable code (Python/Bash).
Skill Creator 와 호환되는 IDE는 무엇인가요?
이 스킬은 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer 와 호환됩니다. 통합 설치에는 Killer-Skills CLI를 사용하세요.
Skill Creator에 제한 사항이 있나요?
제한 사항: Fragile, must be exact Specific scripts with few params. 제한 사항: Concise is key — Context window is shared. Only include what Claude doesn't already know.. 제한 사항: No extra docs — No README.md, CHANGELOG.md, INSTALLATION.md in the skill. Only files the AI agent needs..

관련 스킬

Looking for an alternative to Skill Creator or another community skill for your workflow? Explore these related open-source skills.

모두 보기

openclaw-release-maintainer

Logo of openclaw
openclaw

현지화된 요약: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. Claude Code, Cursor, and Windsurf workflows.

333.8k
0
인공지능

widget-generator

Logo of f
f

현지화된 요약: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat. It covers ai, artificial-intelligence, awesome-list workflows. Claude Code, Cursor, and Windsurf

149.6k
0
인공지능

flags

Logo of vercel
vercel

현지화된 요약: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. Claude Code, Cursor, and Windsurf workflows.

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

현지화된 요약: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review. It covers autograd, deep-learning, gpu workflows. Claude Code, Cursor, and Windsurf workflows.

98.6k
0
개발자