meta-skill-creator

Build, update, and improve Claude Code skills via collaborative and orchestrated workflows.

3|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/ryryo/dot-claude-dev --skill meta-skill-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meta-skill-creator
Source: https://github.com/ryryo/dot-claude-dev/tree/main/.claude/skills/meta-skill-creator
Command: npx skills add https://github.com/ryryo/dot-claude-dev --skill meta-skill-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The meta-skill-creator enables teams to design, update, and improve Claude Code skills through a structured framework that combines collaborative and automated execution.

Core Features & Use Cases

  • Collaborative mode for interactive skill co-creation with users.
  • Orchestrate mode for selecting and coordinating the execution engines (Claude Code / Codex / integrations).
  • Structured task, anchors, and boundary planning to produce consistent Skill artifacts.
  • Self-improvement cycle with logging, pattern extraction, and improvement proposals.

Quick Start

Start by initializing a new meta-skill with the on-boarding guide in assets and generate a SKILL.md using the provided templates; refer to the .claude/skills/meta-skill-creator assets for examples.

Frequently Asked Questions about meta-skill-creator

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

FAQPage Schema
How do I co-create Claude Code skills through an interactive workflow?

Claude Code skill creation uses collaborative mode for interactive co-creation or orchestrate mode for automated execution. Both modes rely on anchors, prompts, and strict frontmatter schemas to generate consistent, testable skill artifacts.

What is orchestrate mode for coordinating AI-driven skill tasks?

Skill orchestration coordinates execution engines like Claude Code and Codex to automate task execution. It selects appropriate engines for script generation, validation, and reference management without direct human intervention.

How do I generate a SKILL.md file using provided templates?

To generate a SKILL.md file, initialize a meta-skill using the on-boarding guide in the assets directory. Apply provided templates to structure skill definitions, frontmatter schemas, and anchors for consistent artifact generation.

Can I automate skill improvement and validation without manual coding?

Yes, automated skill improvement is possible through a self-improvement cycle that handles logging, pattern extraction, and improvement proposals. Orchestrate mode coordinates these automated workflows for script generation and validation.

Does the skill creator framework support strict frontmatter schemas for testing?

Yes, the framework enforces strict frontmatter schemas and anchors to ensure consistent, testable skill artifacts. This schema validation applies across both collaborative and orchestrated execution workflows.

What are the limitations of using orchestrate mode for skill generation?

Orchestrate mode requires compatible execution engines and strict frontmatter schema adherence. Complex or non-standard skill structures may need manual boundary planning adjustments outside the automated workflow.