skill-creator

Create and update skill cards with validated frontmatter and fragment synchronization.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/michael-conrad/.opencode --skill skill-creator-michael-conrad
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/michael-conrad/.opencode/tree/main/skills/skill-creator
Command: npx skills add https://github.com/michael-conrad/.opencode --skill skill-creator-michael-conrad

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill Creator simplifies and standardizes the lifecycle of skill cards: creating new skills, updating existing ones, validating structure, and managing fragment content across guidelines and skills to maintain consistency and governance.

Core Features & Use Cases

  • TDD-driven skill initialization: scaffold SKILL.md with required frontmatter and structure
  • Fragment management: handle master copies, synchronization, and drift detection across skills
  • Validation & governance: enforce farmage description patterns, worktree awareness, and dispatch routing requirements

Quick Start

Create or update a skill by invoking the Skill Creator with a name and path to generate SKILL.md and the initial scaffolding.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create and validate AI skill cards with consistent frontmatter?

To create and validate skill cards, use TDD-driven initialization to scaffold SKILL.md files with required frontmatter, ensuring frontmatter integrity and consistent metadata governance across your skill deck.

What's the best way to synchronize fragments and detect drift across multiple skills?

Fragment synchronization handles master copies and drift detection across skills, ensuring fragment content remains consistent and automatically identifying metadata mismatches during updates or audits.

How does worktree awareness affect skill routing and dispatch validation?

Worktree awareness enforces proper routing via DISPATCH_GATE and Trigger Dispatch Table, validating that skill metadata aligns with the current worktree context to guarantee consistent governance and dispatch routing.

Do I need any dependencies to automate skill lifecycle governance?

No dependencies are required to automate skill governance; the skill creator operates independently using internal scripts to manage creation, updates, validation, and auditing of skill cards and fragments.

Why does my skill card validation fail on description patterns?

Validation fails when frontmatter description patterns do not match enforced governance rules, requiring updates to the description format to meet the strict metadata standards before synchronization can proceed.

Can I audit existing fragments for metadata consistency without creating new skills?

Yes, you can audit existing fragments independently to enforce description patterns, detect drift, and validate frontmatter integrity across your current skill deck without initializing new skills.