Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aaaaqwq avatar

Skill Creator

  • 60 installs
  • 82 repo stars
  • Updated August 2, 2026
  • aaaaqwq/claude-code-skills

skill-creator is a meta skill that guides creating, updating, packaging, and validating Claude Code skills.

About

skill-creator is a meta skill that guides creating new skills or updating existing ones for Claude Code. It documents the SKILL.md folder structure, frontmatter format, and authoring best practices, and ships scripts to initialize, package, and validate a skill. A developer uses it when authoring a skill that extends the agent with new workflows or tool integrations. The SKILL.md body is written in Chinese.

  • Guides creating and updating skills, with the SKILL.md structure and frontmatter format
  • Ships init_skill.py, package_skill.py, and quick_validate.py helper scripts
  • Documents best practices and reference output/workflow patterns

Skill Creator by the numbers

  • 60 all-time installs (skills.sh)
  • Ranked #305 of 781 Skill Development skills by installs in the Skillselion catalog
  • Data as of Aug 3, 2026 (Skillselion catalog sync)
At a glance

skill-creator capabilities & compatibility

Capabilities
skill authoring · skill scaffolding · skill validation · skill packaging
Use cases
documentation
From the docs

What skill-creator says it does

Skill Initializer - Creates a new skill from template
scripts/init_skill.py
Skill Packager - Creates a distributable .skill file of a skill folder
scripts/package_skill.py
npx skills add https://github.com/aaaaqwq/claude-code-skills --skill skill-creator

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs60
repo stars82
Last updatedAugust 2, 2026
Repositoryaaaaqwq/claude-code-skills

What it does

Author, update, package, and validate a Claude Code skill from a template.

Who is it for?

Authoring, updating, packaging, or validating a Claude Code / agent skill

Skip if: End-user tasks unrelated to building skills

When should I use this skill?

You want to create or update a skill and need the structure, format, and scaffolding

What you get

A scaffolded, packaged, and validated skill following the standard structure

By the numbers

  • 3 helper scripts (init, package, validate)
  • defines a 4-part skill folder structure

Files

SKILL.mdMarkdownGitHub ↗

Skill 创建指南

当使用此技能

  • 创建新的 skill
  • 更新现有 skill
  • 设计 skill 结构
  • 编写 skill 文档

Skill 结构

skill-name/
├── SKILL.md          # 必需:技能描述
├── SKILL_SPEC.md     # 可选:详细规范
├── examples/         # 可选:示例文件
└── scripts/          # 可选:辅助脚本

SKILL.md 格式

---
name: skill-name
description: 简短描述
license: MIT
metadata:
  version: 1.0.0
  domains: [category]
  type: [tool|specialist|automation]
---

# 技能名称

## 当使用此技能
- 场景 1
- 场景 2

## 能力
1. 功能 1
2. 功能 2

## 触发词
- "关键词 1"
- "关键词 2"

最佳实践

  • 简洁: 每个技能专注一个领域
  • 实用: 解决实际问题
  • 可测试: 提供明确触发词
  • 文档: 清晰的使用说明

触发词

  • "创建 skill"
  • "写个技能"
  • "skill 模板"

Related skills

Skill Developmentagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.