skill-creator

Generate SKILL.md frontmatter and structured sections for new skills.

174|144|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/inbrainfun/inbrain --skill skill-creator-inbrainfun
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/inbrainfun/inbrain/tree/main/skills/skill-creator
Command: npx skills add https://github.com/inbrainfun/inbrain --skill skill-creator-inbrainfun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the creation of a conformant skill skeleton by generating SKILL.md frontmatter and structured sections.

Core Features & Use Cases

  • Automated SKILL.md scaffolding with frontmatter, Contract, Phases, Output Format, and Anti-Patterns.
  • MECE-aware validation against the existing skills catalog to prevent overlap.
  • Automatic updates to manifest.json and RESOLVER.md to register the new skill.
  • Built-in conformance checks ensuring the skill passes the standard tests.

Quick Start

Install or invoke the Skill Creator to scaffold a new skill by providing a name and triggers, then review the generated SKILL.md and metadata.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I scaffold a new skill to ensure it passes conformance tests?▼

To scaffold a conformant skill, this tool automatically generates SKILL.md frontmatter, structured sections like Contract and Output Format, and validates them via built-in conformance checks.

What is MECE validation when adding new skills to a catalog?▼

MECE validation ensures a new skill skeleton is mutually exclusive and collectively exhaustive, automatically checking against the existing skills catalog to prevent any functional overlap.

How do I automatically update manifest.json and RESOLVER.md for a new skill?▼

Automatic updates to manifest.json and RESOLVER.md are handled by the skill scaffolding process, registering the new skill and its triggers immediately after generating the required SKILL.md structure.

What sections do I need in SKILL.md to meet Inbrain standards?▼

Meeting Inbrain standards requires frontmatter with name and description, a mutating flag, and mandated structured sections including Contract, Phases, Output Format, and Anti-Patterns.

Can I generate a skill skeleton without manually writing frontmatter?▼

Yes, you can generate a skill skeleton without manual frontmatter by providing a name and triggers, which automates the creation of compliant frontmatter and structured sections instantly.