skill-creator

Generate AI skill templates with YAML frontmatter SKILL.md and resource directories.

Updated Nov 18, 2025
One-click install
npx skills add https://github.com/deangilmoreremix/videoremix.vip2 --skill skill-creator-deangilmoreremix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/deangilmoreremix/videoremix.vip2/tree/main/.kilo/skills/skill-creator
Command: npx skills add https://github.com/deangilmoreremix/videoremix.vip2 --skill skill-creator-deangilmoreremix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Creating new AI skills is often ad‑hoc, lacking a consistent structure, validation, and guidance, leading to duplicated effort and errors.

Core Features & Use Cases

  • Step‑by‑step guidance for understanding, planning, and editing skills.
  • Automation scripts (init_skill.py, package_skill.py, quick_validate.py) to bootstrap, validate, and package skills.
  • Template generation that creates the required SKILL.md with proper frontmatter and example resource directories.
  • Use cases: Teams building domain‑specific agents, developers extending LLM agents with custom workflows, and anyone needing repeatable skill scaffolding.

Quick Start

Use the skill creator to generate a new skill template named "my-new-skill" in the "skills/public" directory.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create an AI skill template with YAML frontmatter?

You can create an AI skill template by running the init_skill.py script, which bootstraps a new directory with a SKILL.md file containing required YAML frontmatter and example resource folders for scripts, references, and assets.

What is the best way to validate AI skills before packaging?

The best way to validate AI skills is using the quick_validate.py automation script, which checks your skill structure and YAML frontmatter for errors before you package the skill for deployment.

Can I use skill-creator to add domain knowledge and workflows to AI agents?

Yes, skill-creator is specifically designed for building skills that add domain knowledge, custom workflows, and tool integrations to AI agents, providing step-by-step guidance for planning and editing specialized capabilities.

Do I need external dependencies to build and package AI skills?

No external dependencies are required to build and package AI skills. The skill-creator provides standalone automation scripts including init_skill.py, package_skill.py, and quick_validate.py to bootstrap, validate, and package your skill templates.

Why does my custom AI skill lack consistent structure and validation?

Custom AI skills often lack consistent structure and validation because they are built ad-hoc without a standardized template, leading to duplicated effort and errors that skill-creator solves through automated scaffolding and validation scripts.