skill-creator

Generate a GBrain-standard SKILL.md and update manifest and resolver entries.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/ltdrew/Agent-brain-2 --skill skill-creator-ltdrew
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/ltdrew/Agent-brain-2/tree/main/skills/skill-creator
Command: npx skills add https://github.com/ltdrew/Agent-brain-2 --skill skill-creator-ltdrew

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill Creator helps maintainers ensure every new skill in GBrain conforms to the official standard by generating SKILL.md frontmatter, contract, phases, output format, and anti-pattern sections, and by updating the manifest and resolver automatically.

Core Features & Use Cases

  • Generates a complete SKILL.md with frontmatter including name, version, description, triggers, tools, and mutating flag.
  • Performs MECE checks against existing skills to avoid overlap and ensures manifest.json and RESOLVER.md are updated.
  • Validates conformance by enabling the project's conformance tests to run against the new skill.

Quick Start

Invoke the Skill Creator with the desired skill name and triggers to generate a compliant SKILL.md and update the manifest and resolver.

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 compliant SKILL.md for GBrain?

To generate a compliant SKILL.md, you invoke the Skill Creator with a desired skill name and triggers. It automatically produces frontmatter, contract, phases, output format, and anti-pattern sections to meet GBrain standards.

What is a MECE check and how does it prevent skill overlap?

A MECE check ensures new skills are mutually exclusive and collectively exhaustive. The creator performs this against existing skills to avoid overlap before updating the manifest and resolver routing entries.

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

You update manifest.json and RESOLVER.md automatically by using the Skill Creator. It registers new routing entries and updates the manifest after passing the required MECE conformance validation.

Does GBrain skill generation run conformance tests automatically?

Yes, GBrain skill generation runs conformance tests automatically. The Skill Creator enables and executes these tests to verify the new skill passes and ensures deterministic, safe output.

What is the best way to maintain GBrain standard conformance for new skills?

The best way to maintain GBrain standard conformance is automating generation with the Skill Creator. It enforces frontmatter rules, performs MECE checks, and updates routing files to prevent manual errors.