skill-creator

A generator for new Claude Code skills, which are reusable instructions for an AI coding assistant. It gathers the skill's details and creates a file using a standard structure.

In plain words
What is it for?
Use it to scaffold skills for jobs such as data analysis, API monitoring, or security checks, and place them in a Claude Code plugin's skill directory.
Why use it?
It removes the need to design the skill file and its metadata from scratch. It also gives the new skill a documented workflow and examples.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/this-hw/claude-code-kit/skill-creator
Any agent
npx skills add This-HW/claude-code-kit --skill skill-creator
Clone the repo
git clone --depth 1 https://github.com/This-HW/claude-code-kit

Made for: Claude Code, Codex.

Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 925 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00023 $0.00925
Opus 5 $0.00012 $0.00463
Sonnet 5 $0.00005 $0.00185
Haiku 4.5 $0.00002 $0.00093

Measured 2d ago against content hash d954f894f53f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

skill-creator scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/common/skills/skill-creator/SKILL.md · 191 lines

How it starts

The opening of the file, as written. The whole thing — 191 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill Creator

Claude Code 스킬을 빠르고 정확하게 생성

베스트 프랙티스를 적용한 스킬을 자동 생성합니다.


사용법

신규 스킬 생성

/skill-creator "데이터 분석" data-analysis
/skill-creator "API 모니터링" api-monitor
/skill-creator "보안 검사" security-audit

생성 워크플로우

1. 요구사항 수집

다음 정보를 확인합니다:

  • 스킬 이름 (kebab-case)
  • 스킬 설명
  • 사용 시점 (when to use)
  • 필요한 도구
  • 모델 (opus/sonnet/haiku)

2. Frontmatter 생성

---
name: skill-name
description: What it does + when to use
model: sonnet | opus | haiku
effort: low | medium | high | max
argument-hint: "[파라미터 힌트]"
allowed-tools: [tools]
---

3. 본문 작성

구조:

  1. 개요
  2. 사용법
  3. 워크플로우
  4. 예시
  5. 관련 도구

플러그인 구조 등록

plugins/{domain}/.claude-plugin/plugin.jsonskills 필드 확인 후 plugins/{domain}/skills/{name}/SKILL.md 경로에 파일 생성.


스킬 템플릿

기본 템플릿

---
name: skill-name
description: Brief description. Use when [scenario].
model: sonnet
effort: medium
argument-hint: "[argument description]"
allowed-tools: Read, Write, Bash
---

# Skill Title

> One-line tagline

Brief overview of what this skill does.

---

## 사용법

/skill-name [arguments]
/skill-name "specific task"

---

## 워크플로우

### 1. Step One

Description...

### 2. Step Two

Description...

---

## 예시

/skill-name example-input

**Result:** Description of result

---

## 관련 도구

- **related-agent**: Description

Task 에이전트 호출 템플릿

---
name: skill-name
description: Orchestrates agents for [purpose].
model: sonnet
effort: high
argument-hint: "[argument description]"
allowed-tools: Task, Read, Glob, Grep
---

# Skill Title

## 워크플로우

Task tool 사용:
subagent_type: [agent-name]
model: [model]
prompt: |
[프롬프트 내용]

모델 선택 가이드

작업 유형 권장 모델 이유
전략/분석/리뷰 opus 복잡한 추론 필요
코드 구현/수정 sonnet 균형잡힌 성능
탐색/검증/빠른 작업 haiku 빠른 실행

effort 선택 가이드

effort 사용 시점
low Bash/MCP 단순 실행
medium 단일 에이전트 호출
high 복수 에이전트 파이프라인
max 전체 라운드 협업 (30분+)

Read the full file on GitHub · 191 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 191 lines · 23 tokens per session scan A d954f894f53f

Subscribe to this mod's changes

skill-creator is a skill published in the GitHub repository This-HW/claude-code-kit (4 stars, last pushed 4d ago), licensed MIT. It adds 23 tokens to every session and 925 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

skill-os-builder

Stand up a self-contained second-brain "OS" that lives entirely inside a Claude skill — a short SKILL.md router plus context files, no vault, cloud, or MCP server. Use when the user says "set up a skill OS", "build my second brain as a skill", "skill OS", or wants the simplest portable AI OS.

naveedharri/benai-skills · 75 tokens

ads-audit

Full multi-platform paid advertising audit with parallel subagent delegation. Analyzes Google Ads, Meta Ads, LinkedIn Ads, TikTok Ads, and Microsoft Ads accounts. Generates health score per platform and aggregate score. Use when user says "audit", "full ad check", "analyze my ads", "account health check", or "PPC…

naveedharri/benai-skills · 76 tokens

benai-skill-creator-skill

Turn a task you just finished into a small, reliable, single-purpose skill by reverse-engineering the process from the conversation you already had. Also improves or audits an existing skill. Use this AFTER you have done a piece of knowledge work in a chat (research, a draft, an analysis, a prep doc) and want to lock…

naveedharri/benai-skills · 190 tokens

skill-creator

建立新技能、修改和改進現有技能、衡量技能效能。當使用者想要從零開始建立技能、編輯或優化現有技能、執行評估測試、進行基準測試效能分析、或優化技能描述以提升觸發準確度時使用此技能。請確保在使用者提到建立技能、撰寫 skill、skill 開發、技能測試、技能優化、或想要將工作流程轉換為可重複使用的技能時啟用此技能。.

DennisLiuCk/claude-plugin-marketplace · 129 tokens

weekly-digests

Generate a serial week-by-week narrative digest of a project's full claude-mem timeline. Splits the timeline into per-ISO-week files, then runs one consecutive subagent per week — each receiving the prior week's carry-forward block — to produce one chapter per ISO week of data. Use when asked for "weekly digests"…

thedotmack/claude-mem · 93 tokens

skill-creator

Create, install, or update skills in the workspace. Use when (1) installing a skill from a URL or remote source, (2) creating a new skill from scratch, (3) updating or restructuring existing skills. Always use this skill for any skill installation or creation task.

zhayujie/CowAgent · 61 tokens