skill-creator

Generate standardized SKILL.md files with frontmatter and update manifest.json and RESOLVER.md.

1|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/edwifiguy/era-agents-ops --skill skill-creator-edwifiguy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/edwifiguy/era-agents-ops/tree/main/skills/era-agents-op/gbrain/skills/skill-creator
Command: npx skills add https://github.com/edwifiguy/era-agents-ops --skill skill-creator-edwifiguy

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This utility generates new skills that conform to the GBrain frontmatter standards, creates a complete SKILL.md with required sections, and updates project-wide artifacts like manifest.json and RESOLVER.md to ensure consistent discovery and validation.

Core Features & Use Cases

  • Identifies gaps in the skill catalog and determines where a new skill is needed.
  • Enforces MECE against existing skills to prevent overlap and redundancy.
  • Generates SKILL.md with frontmatter (name, version, description, triggers, tools, mutating) and the required sections (Contract, Phases, Output Format, Anti-Patterns).
  • Updates manifest.json and RESOLVER.md to register the new skill and wire it into the routing/resolution system.
  • Validates the new skill against conformance tests to ensure alignment with project standards.

Quick Start

Follow the template to create a new skill, then run the conformance tests to verify correctness.

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 with required frontmatter and sections?

To generate a SKILL.md file, use this utility to automatically populate required frontmatter fields like name and version, while creating mandatory sections including Contract, Phases, Output Format, and Anti-Patterns.

What is MECE compliance and how does it prevent skill overlap?

MECE compliance ensures skills are Mutually Exclusive and Collectively Exhaustive. This utility enforces MECE against existing skills during generation to prevent redundancy and identify catalog gaps before introducing new skills.

How do I update manifest.json and RESOLVER.md when adding a new skill?

Updating manifest.json and RESOLVER.md happens automatically during skill generation. This utility registers the new skill and wires it into the routing and resolution system to ensure consistent project-wide discovery.

Can I validate new skills against conformance tests automatically?

Yes, you can validate new skills against conformance tests automatically. After generating the SKILL.md file from the template, running the built-in conformance tests verifies frontmatter fields and ensures alignment with project standards.

What frontmatter fields are required for a conformant skill?

Required frontmatter fields for a conformant skill include name, version, description, triggers, tools, and mutating. The generation utility validates the presence of these fields to pass conformance checks.