skill-creator

Generate SKILL.md structures with YAML frontmatter and validate against the manifest.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill solves the problem of inconsistent skill development by enforcing a strict conformance standard, ensuring that all new skills are discoverable, maintainable, and MECE (Mutually Exclusive, Collectively Exhaustive).

Core Features & Use Cases

  • Conformance Enforcement: Automatically generates the required SKILL.md structure including frontmatter, contracts, and anti-patterns.
  • MECE Validation: Checks new skill proposals against the existing manifest to prevent functional overlap.
  • Lifecycle Management: Updates the central manifest and resolver files to ensure the new skill is correctly integrated into the GBrain ecosystem.

Quick Start

Ask the skill creator to generate a new skill template for a custom data analysis tool.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I standardize new skill development with YAML frontmatter and structural documentation?

Standardizing skill development involves enforcing mandatory YAML frontmatter and structural documentation, ensuring new skill units are maintainable, discoverable, and conform to strict structural guidelines. This process automatically generates the required SKILL.md template.

What is MECE validation for preventing functional overlap in workflow automation?

MECE validation checks new skill proposals against an existing manifest to prevent functional overlap, ensuring all skills remain Mutually Exclusive and Collectively Exhaustive. This maintains functional uniqueness and prevents redundancy across the development ecosystem.

How do I automate the registration process to update a central manifest and resolver files?

Automating the registration process involves updating central manifest and resolver files simultaneously, maintaining system integrity and ensuring the newly created skill is correctly integrated into the ecosystem without manual file editing.

Does this skill standardization approach work without external dependencies?

This skill standardization approach works without external dependencies, relying entirely on internal manifest conformance checks and YAML frontmatter enforcement to validate and register new skill units within the ecosystem.

Why does my new skill registration fail conformance validation against the existing manifest?

Conformance validation fails when a proposed skill lacks mandatory YAML frontmatter or functional uniqueness. The system checks new proposals against existing manifest entries to ensure MECE compliance, rejecting skills that overlap with current capabilities.