skill-creator

Generates a GBrain-conformant SKILL.md with required sections and MECE trigger validation.

5|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/GYF0311/lorekit --skill skill-creator-gyf0311
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/GYF0311/lorekit/tree/main/brain/skills/skill-creator
Command: npx skills add https://github.com/GYF0311/lorekit --skill skill-creator-gyf0311

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating new skills without a consistent structure, clear contracts, and non-overlapping triggers leads to fragmented knowledge, routing confusion, and failing conformance tests.

Core Features & Use Cases

  • Conformance-standard generation: Produces a new SKILL.md with required sections (frontmatter, Contract, Phases, Output Format, Anti-Patterns).
  • MECE trigger validation: Checks existing skills’ triggers to prevent overlap and ensures the new skill covers a genuine gap.
  • Repository wiring updates: Updates skills/manifest.json and skills/RESOLVER.md so routing works immediately.
  • Testable quality gate: Ensures the new skill passes the skills-conformance test suite.

Quick Start

Ask the skill-creator to create a new skill for your requested capability, and it will generate SKILL.md then update the manifest and resolver after running the conformance test.

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?

MECE trigger validation checks existing skills’ triggers to prevent overlap, ensuring the new skill covers a genuine gap without causing routing confusion or fragmented knowledge in the repository.

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

Updating skills/manifest.json and skills/RESOLVER.md happens automatically during skill generation, wiring the new routing artifacts immediately so the skill becomes discoverable without manual configuration.

Why do I need YAML frontmatter in a skill definition?

YAML frontmatter is required in skill definitions to satisfy mandatory frontmatter requirements, establish clear contracts, and ensure the SKILL.md conforms to GBrain structural standards before routing validation.

Does the Bun test suite validate MECE compliance for skill triggers?

Yes, the Bun test suite validates MECE compliance by running bun test test/skills-conformance.test.ts, which acts as a testable quality gate to ensure the new skill passes structural and trigger overlap checks.

Can I add a skill to the lorekit repository without updating routing artifacts?

No, adding a skill to the lorekit repository requires updating routing artifacts like skills/manifest.json and skills/RESOLVER.md to ensure routing works immediately and conformance tests pass.