skill-creator

Scaffold SKILL.md frontmatter and starter directories for new skills.

166|116|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/Kilo-Org/kilo-marketplace --skill skill-creator-kilo-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Kilo-Org/kilo-marketplace/tree/main/skills/skill-creator
Command: npx skills add https://github.com/Kilo-Org/kilo-marketplace --skill skill-creator-kilo-org

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Skill Creator streamlines the process of turning ideas into fully structured AI skills by scaffolding SKILL.md frontmatter, resource directories, and starter templates.

Core Features & Use Cases

  • Template-driven creation: Generates SKILL.md frontmatter with required name and description and a ready-to-edit body.
  • Bundled resources scaffolding: Creates optional scripts/, references/, and assets/ directories with example files to accelerate skill packaging.
  • Standardized packaging readiness: Includes templates and utilities to validate and package skills for distribution.

Quick Start

Create a new skill skeleton by running the init script with the desired skill-name and target path, then tailor SKILL.md and the example resources to your use case.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new AI skill with the correct directory structure?

Scaffolding a new AI skill requires generating a SKILL.md file with required name and description frontmatter, then creating optional scripts/, references/, and assets/ directories with starter templates to establish a standardized structure.

What is the best way to automate skill creation and enforce naming conventions?

The best way to automate skill creation is to run an initialization script that analyzes a target path, enforces naming conventions, and generates example resources to accelerate the packaging workflow.

How do I package AI skills for distribution after creating the initial templates?

Packaging AI skills for distribution involves using integrated templates and utilities to validate the generated SKILL.md frontmatter and resource directories, then preparing the files for standardized distribution.

Do I need Python to generate skill skeletons and prepare files for packaging?

Python is required to execute the automation scripts that generate skill skeletons, create starter directories, and prepare files for packaging, ensuring the scaffolding process adheres to required naming conventions.

Can I use skill templates to scaffold only the SKILL.md file without the extra directories?

Yes, you can generate the SKILL.md frontmatter and body independently, as the scripts/, references/, and assets/ directories are optional and only created when your specific use case requires bundled resources.