skill-creator

Generate SKILL.md templates with YAML frontmatter and QA gates from workflow descriptions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Vincri126/MCO-Template --skill skill-creator-vincri126
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/Vincri126/MCO-Template/tree/main/.orchestrator/skills/skill-creator
Command: npx skills add https://github.com/Vincri126/MCO-Template --skill skill-creator-vincri126

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Project teams waste time repeatedly crafting SKILL.md files by hand whenever a new workflow arises, leading to inconsistent structure and missing QA safeguards, so automation is needed to scale the orchestrator deck.

Core Features & Use Cases

  • Structured skill authoring: Converts plain-English workflow descriptions into valid SKILL.md templates with full YAML frontmatter, main process guidance, and QA gate checklists.
  • Orchestrator hygiene: Supplies trigger phrases and routing guidance so the new skill integrates into Claude’s multi-skill system without overlaps.
  • Use Case: When a product team documents a new deployment workflow, run skill-creator to automatically output the skill file, QA gate references, and integration reminders.

Quick Start

Ask Claude to use skill-creator to draft a new Skill specification from your described workflow.

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.md file from a workflow description?▼

To generate a SKILL.md file, provide a plain-English workflow description to the skill-creator, which outputs a complete template with valid YAML frontmatter, process directives, and QA gate checklists.

What is the best way to document Claude prompt-engineering workflows for orchestrator routing?▼

Documenting Claude prompt-engineering workflows requires structured SKILL.md files that define trigger phrases, process guidance, and routing integration to ensure proper multi-skill orchestration without overlaps.

How do I maintain consistent structure across multiple SKILL.md files for automation?▼

Maintain consistent SKILL.md structure by using an automated skill-creation process that applies standardized YAML frontmatter, descriptive process directives, and QA gate checklists across all new orchestrator workflows.

Can I automate the creation of QA gate checklists for my Claude skills?▼

Yes, automating Claude skill creation with skill-creator generates QA gate guidance and checklists automatically, ensuring your workflow documentation includes necessary validation safeguards every time.

Does the generated SKILL.md template include integration reminders for Claude routing tables?▼

Yes, the generated SKILL.md template includes integration reminders for routing tables and CLAUDE.md, ensuring the new skill properly integrates into Claude's multi-skill system without overlaps.

Why do I need YAML frontmatter in my Claude orchestrator skill files?▼

YAML frontmatter is needed in Claude orchestrator skill files to define valid metadata, trigger phrases, and routing guidance that allow the multi-skill system to correctly identify and execute the workflow.