skill-creator

Generate SKILL.md frontmatter, body structure, and example resource directories for new skills.

1|Updated Dec 8, 2025
One-click install
npx skills add https://github.com/Raynergy-svg/ml_engine --skill skill-creator-raynergy-svg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Raynergy-svg/ml_engine/tree/main/.kilocode/skills/skill-creator
Command: npx skills add https://github.com/Raynergy-svg/ml_engine --skill skill-creator-raynergy-svg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires quick_validate, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a structured blueprint for creating modular, self-contained AI skills that can extend the agent’s capabilities with domain knowledge, workflows, and tool integrations.

Core Features & Use Cases

  • Structured skill templates: Provides a repeatable SKILL.md frontmatter and body structure to guide skill creation.
  • Bundled resources blueprint: Outlines optional scripts/, references/, and assets/ directories to support deterministic tasks, in-depth docs, and output templates.
  • Reuse and iteration: Enables rapid skill creation and iteration using provided templates, example resources, and packaging workflow.

Quick Start

Create a new skill by generating SKILL.md frontmatter, a concise body, and sample scripts, references, and assets.

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 structured AI skill template with bundled resources?

To create an AI skill template, you need a structured SKILL.md frontmatter and body, alongside bundled resource directories like scripts, references, and assets with example placeholder files. This provides a repeatable blueprint for modular skill creation.

What is included in the frontmatter and body when generating skill documentation?

Skill documentation includes a generated frontmatter with the skill name and description, plus a ready-to-edit body. It also creates example resource directories containing placeholder files to support deterministic tasks and in-depth documentation.

Do I need the quick_validate dependency to generate skill creation templates?

Yes, the quick_validate dependency is required to support the skill creation workflow. It works alongside the generated SKILL.md structure and bundled resource directories to ensure the modular skill is properly validated before deployment.

What is the best way to structure scripts, references, and assets for a new AI skill?

The best way to structure these resources is by using bundled directories: a scripts folder for deterministic tasks, a references folder for in-depth documentation, and an assets folder for output templates, each populated with example placeholder files.

Can I use this skill creation workflow for domains requiring custom tool integrations?

Yes, you can apply this guided skill starter to any domain requiring custom tool integrations. The generated templates and bundled resource directories are designed to extend agent capabilities with domain-specific knowledge and workflows.

Why does my generated AI skill need placeholder files in its resource directories?

Your generated AI skill needs placeholder files to provide a ready-to-edit structure for scripts, references, and assets. This enables rapid iteration and packaging by ensuring the bundled resource directories contain functional examples from the start.