skill-creator

Scaffold KiloCode Skill definitions with YAML frontmatter and optional resources.

4|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/cc01cc/cmtx-project --skill skill-creator-cc01cc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/cc01cc/cmtx-project/tree/main/.kilo/skills-repo/shared/skill-creator
Command: npx skills add https://github.com/cc01cc/cmtx-project --skill skill-creator-cc01cc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Creates and maintains KiloCode Agent Skills by scaffolding SKILL.md frontmatter and optional resources, enabling consistent skill creation and migration workflows.

Core Features & Use Cases

  • Standardizes skill creation, refactoring, and migration workflows for KiloCode Agent Skills.
  • Supports project- and mode-scoped organization with optional scripts/, references/, assets/ directories for reusable automation and guidance.
  • Assists in porting third-party skills to KiloCode while preserving structure and governance.

Quick Start

Create a new skill by adding SKILL.md under .kilo/skills/<skill-name>/ and optionally include scripts/, references/, and assets/ 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 KiloCode skill with proper YAML frontmatter?

To create a KiloCode skill, you scaffold a SKILL.md file under .kilo/skills/<skill-name>/ with YAML frontmatter enforcing the name and description fields. This standardizes skill creation and ensures reliable loading and discovery.

What is the best way to migrate third-party skills to KiloCode?

Migrating third-party skills to KiloCode involves porting the skill structure while preserving governance and organization. This skill assists in refactoring and migration workflows to ensure consistent naming, frontmatter validation, and resource directory setup.

Does KiloCode support project-scoped and mode-scoped skills?

Yes, KiloCode supports both project-scoped and mode-scoped skill organization. You can structure your skills by placing SKILL.md files in the appropriate .kilo/skills/ directories to enable targeted loading and discovery within specific contexts.

How do I organize scripts and references for KiloCode skills?

You organize scripts and references by adding optional scripts/, references/, and assets/ directories within your skill folder. This structure enables reusable automation and guidance, ensuring resources are properly organized for reliable loading.

Why does my KiloCode skill fail to load due to frontmatter validation?

KiloCode skill loading fails due to frontmatter validation when the YAML frontmatter is missing required name or description fields. The skill scaffolding process enforces these fields to ensure consistent naming and reliable discovery across the system.