🎨

Skill Creator

A comprehensive guide for creating, packaging, and iterating on skills that extend Claude's capabilities with specialized knowledge, workflows, and tool integrations.

chinddenv0.1.0
Design & MediaProductivityDeveloper Tool
VMに接続中...
VMに接続中...
npx clawhub@latest install skill-creator
91スター数
24.7kダウンロード数
58現在のインストール数
784累計インストール数
v0.1.0バージョン
Mar 5, 2026更新日

Skill Creator is a meta-skill that guides you through the entire process of building new skills or updating existing ones. It provides best practices for structuring SKILL.md files, bundling resources (scripts, references, assets), and packaging skills for distribution.

仕組み

The skill teaches a structured six-step workflow: (1) understand the skill with concrete examples, (2) plan reusable contents, (3) initialize via init_skill.py, (4) implement resources and write SKILL.md, (5) package with package_skill.py, and (6) iterate based on real usage. It emphasizes progressive disclosure design where metadata is always loaded, SKILL.md loads on trigger, and bundled resources load only as needed.

主な機能

Structured Skill Anatomy — Defines the standard layout: SKILL.md with YAML frontmatter, plus optional scripts/, references/, and assets/ directoriesProgressive Disclosure Design — Three-level context loading system: metadata always present, SKILL.md on trigger, bundled resources on demandDegrees of Freedom Framework — Guidance on matching specificity to task fragility (high freedom for flexible tasks, low freedom for critical sequences)Init and Package Scripts — Built-in init_skill.py for scaffolding and package_skill.py for validation and distributionContext Window Efficiency — Principles for keeping skills concise and token-efficient while maximizing usefulness

動作要件

No External Dependencies — This skill works entirely within the Claude environment with no API keys or external services required

ユースケース

Building New Skills — Create a skill from scratch with proper structure, frontmatter, and bundled resourcesUpdating Existing Skills — Improve an existing skill's SKILL.md, add scripts, or restructure referencesDomain Knowledge Packaging — Turn company-specific schemas, APIs, or business logic into reusable skill packagesTool Integration Skills — Build skills that wrap specific file formats, APIs, or CLI tools with step-by-step workflows

インストール方法

1
Run in your terminal
npx clawhub@latest install skill-creator
or
2
Click the Install button at the top of this page for one-click setup

よくある質問

レビュー

0件のレビュー

レビューを書くにはログイン

まだレビューはありません。最初の体験をシェアしましょう!