skill-creator

Scaffold new skills with a standardized SKILL.md template and resource directories.

42|12|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/2001Haru/CloseClaw --skill skill-creator-2001haru
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/2001Haru/CloseClaw/tree/main/closeclaw/skills/skill-creator
Command: npx skills add https://github.com/2001Haru/CloseClaw --skill skill-creator-2001haru

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Creating new skills often requires repetitive setup and boilerplate. This Skill provides a concise template and tooling to rapidly scaffold a new skill with a canonical SKILL.md, resource directories, and packaging workflow.

Core Features & Use Cases

  • Provides a ready-to-edit SKILL.md frontmatter template and body skeleton for quick skill authoring.
  • Generates structured resource directories (scripts, references, assets) to support repeatable development and packaging.
  • Includes example references and scripts to illustrate best practices and accelerate onboarding for new skill authors.

Quick Start

Run the init_skill.py script to generate a new skill scaffold, then customize SKILL.md and add resources as needed.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a standardized skill template with proper metadata and directory structure?

To create a standardized skill template, use an init script to scaffold a canonical SKILL.md frontmatter template, resource directories for scripts and assets, and a packaging workflow for distribution.

What is the best way to scaffold a new skill for distribution without writing boilerplate?

The best way to scaffold a new skill without boilerplate is running an initialization script that generates a ready-to-edit SKILL.md skeleton, structured resource directories, and automated packaging scripts.

What directories and files do I need to structure a modular, ready-to-use skill?

To structure a modular skill, you need a canonical SKILL.md file for metadata and documentation, alongside organized resource directories containing scripts, references, and assets.

Can I use provided scripts to automate skill packaging and streamline development?

Yes, you can use included init and packaging scripts to automate skill creation and distribution, which streamlines development by generating consistent metadata and safe directory structures.

Does this skill creation tool include references to help new authors follow best practices?

Yes, this skill creation tool includes example references and scripts within the scaffold to illustrate best practices, ensuring consistent metadata and accelerating onboarding for new authors.

Why do I need a standardized SKILL.md frontmatter template for skill authoring?

You need a standardized SKILL.md frontmatter template for skill authoring to ensure consistent metadata, maintain safe structure across modular resources, and streamline packaging for distribution.