skill-creator

Generate conformant SKILL.md files with frontmatter and MECE checks.

Updated May 11, 2026
One-click install
npx skills add https://github.com/yunusgungor/gbrain --skill skill-creator-yunusgungor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/yunusgungor/gbrain/tree/main/skills/skill-creator
Command: npx skills add https://github.com/yunusgungor/gbrain --skill skill-creator-yunusgungor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create new skills following the GBrain conformance standard by generating SKILL.md with frontmatter, Contract, Phases, Output Format, and Anti-Patterns, while ensuring MECE and updating manifest and resolver.

Core Features & Use Cases

  • Generates a fully structured SKILL.md based on the template
  • Enforces MECE against existing skills and updates repository routing
  • Produces a ready-to-test skill unit aligned with conformance tests

Quick Start

Provide a new skill name and triggers, and run the Skill Creator to generate its SKILL.md.

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 that passes conformance tests?

To generate a conformant SKILL.md file, provide a new skill name and its triggers. The Skill Creator automatically scaffolds the required frontmatter, sections, and structure needed to pass conformance tests.

How do I ensure a new skill is MECE against existing skills in a repository?

To ensure a new skill is MECE, the Skill Creator checks the proposed skill against existing skills in the repository. This validation process prevents overlapping functionality and automatically updates the manifest.json and RESOLVER.md routing.

What is the best way to automate repository routing updates when adding new skills?

The best way to automate repository routing updates is by scaffolding new skills with a template generator. This approach automatically validates the manifest and updates the RESOLVER.md file to maintain routing conformance across the repository.

What sections are required in a conformant SKILL.md manifest file?

A conformant SKILL.md manifest file requires specific frontmatter triggers, a Contract, Phases, Output Format, and Anti-Patterns sections. The Skill Creator enforces this structure to ensure every unit aligns with repository standards.

Can I use skill templates for repository maintenance and skill design workflows?

Yes, you can use skill templates for repository maintenance and skill design workflows. The generator applies frontmatter contracts and structural validation to produce ready-to-test skill units suitable for ongoing repository management.

Why does my manually created skill fail conformance tests?

Manually created skills often fail conformance tests due to missing required triggers, incorrect frontmatter, or incomplete sections. Using an automated scaffolding tool enforces the required contract and MECE checks to guarantee structural compliance.