skill-creator

Generate new skills with SKILL.md structure and MECE validation.

45|11|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/beyonai/ByClaw --skill skill-creator-beyonai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/beyonai/ByClaw/tree/main/middleware/openclaw/skills/gbrain/references/skill-creator
Command: npx skills add https://github.com/beyonai/ByClaw --skill skill-creator-beyonai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the problem of inconsistent skill development and potential functional overlap by enforcing a strict conformance standard and performing automated MECE (Mutually Exclusive, Collectively Exhaustive) checks against existing skills.

Core Features & Use Cases

  • Conformance Enforcement: Automatically generates the required SKILL.md structure including Contract, Phases, and Anti-Patterns.
  • MECE Validation: Prevents redundant development by checking new skill triggers against the existing manifest and resolver.
  • System Integration: Automatically updates the central manifest.json and RESOLVER.md files to ensure the new skill is immediately discoverable and routable.

Quick Start

Use the skill-creator to generate a new skill for processing customer feedback that follows the GBrain conformance standard.

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 and enforce structural conformance?

To standardize new skill development, this automation enforces strict structural conformance by generating the required SKILL.md structure, including Contract, Phases, and Anti-Patterns, ensuring system integrity.

How can I prevent functional overlap when adding new skills to my system?

To prevent functional overlap, the system performs automated MECE validation checks, verifying new skill triggers against existing manifests to ensure Mutually Exclusive, Collectively Exhaustive standards are met.

What is the process for updating manifest and resolver configurations during skill generation?

Updating manifest and resolver configurations occurs automatically during skill generation, modifying the central manifest.json and RESOLVER.md files to ensure the new skill is immediately discoverable and routable.

Do I need to manually check for anti-patterns when expanding my GBrain ecosystem?

No, you do not need to manually check for anti-patterns. The automation ensures all new skills adhere to defined contract, phase, and anti-pattern requirements to maintain system integrity automatically.

Why does new skill creation require MECE checks against existing skills?

New skill creation requires MECE checks to prevent redundant development and potential functional overlap. This ensures all new skills are mutually exclusive and collectively exhaustive within the existing ecosystem.