skill-creator

Generate a ready-to-use skill skeleton with SKILL.md and resource directories.

1|Updated Sep 24, 2025
One-click install
npx skills add https://github.com/YavlPro/YavlGold --skill skill-creator-yavlpro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/YavlPro/YavlGold/tree/main/.kilocode/skills/skill-creator
Command: npx skills add https://github.com/YavlPro/YavlGold --skill skill-creator-yavlpro

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Automates and standardizes the creation of new skills by providing a ready-to-use template and starter structure.

Core Features & Use Cases

  • Generates a SKILL.md template with correct frontmatter for new skills.
  • Creates starter resource directories (scripts, references, assets) with example files.
  • Documents best practices for skill structure and packaging to speed up skill deployment.

Quick Start

Run the init_skill.py script with a skill-name and path to generate a complete skill skeleton.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I generate a skill template with the correct SKILL.md frontmatter?

To generate a skill template, run the init_skill.py script with a skill-name and path. This creates a ready-to-use skill skeleton containing a SKILL.md entry point with correct frontmatter and optional resource directories.

What is the best way to scaffold a new AI skill structure?

Scaffolding a new AI skill structure is best done by running the init_skill.py script. This bootstraps a complete skill skeleton, standardizing the creation process with starter directories like scripts, references, and assets.

Does the skill generator require a valid SKILL.md to create a new skill?

The skill generator requires a valid SKILL.md with name and description to bootstrap properly. This ensures the generated skill skeleton has the necessary metadata for correct deployment and usage.

What files and directories are created when initializing a skill skeleton?

Initializing a skill skeleton creates a SKILL.md entry point and optional resource directories: scripts/, references/, and assets/. It also generates example files within these directories to document best practices.

Can I use this scaffolding tool to update an existing skill instead of creating a new one?

Yes, this scaffolding tool applies to developers updating existing skills. It generates the standard SKILL.md template and resource directories, ensuring your updated skill follows current structure and packaging best practices.