skill-creator

Generate standardized SKILL.md structures and validate new skills against registry entries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates inconsistency and manual overhead when expanding the GBrain ecosystem by enforcing strict conformance standards and preventing redundant skill creation.

Core Features & Use Cases

  • Conformance Enforcement: Automatically generates the required SKILL.md structure including frontmatter, contracts, and anti-patterns.
  • MECE Validation: Checks proposed skills against existing manifests to ensure no functional overlap.
  • Automated Integration: Updates the project manifest and resolver files to ensure the new skill is immediately discoverable and routable.

Quick Start

Invoke the skill creator to generate a new skill template by providing the desired name and a brief description of the capability you wish to add.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I automate skill development scaffolding for new capabilities?

Automating skill development scaffolding generates the required SKILL.md structure, including frontmatter, contracts, and anti-patterns, enforcing strict conformance standards for new capabilities. It eliminates manual overhead and inconsistency.

What is MECE validation and how does it prevent redundant skill creation?

MECE validation checks proposed skills against existing registry entries to ensure mutual exclusivity and collective exhaustiveness. This mechanism prevents functional overlap and redundant skill creation within the architecture.

How do I standardize new skill creation and update project manifests automatically?

Standardizing new skill creation enforces mandatory documentation and structural requirements while automatically updating project manifests and routing resolvers. This ensures new capabilities are immediately discoverable and routable.

Do I need existing manifest entries to validate new skill proposals?

Yes, validating new skill proposals requires checking against existing manifest entries. This process maintains mutual exclusivity and collective exhaustiveness, ensuring the new capability does not functionally overlap with current skills.

What's the best way to integrate new skills into a GBrain architecture?

The best way to integrate new skills into a GBrain architecture is to validate proposals against existing manifests for MECE compliance, then automate updating project manifests and resolver files to ensure seamless routing and discoverability.

Why does manual skill creation cause integration issues?

Manual skill creation causes integration issues by introducing inconsistency and failing to enforce strict conformance standards. Without automated validation, new capabilities risk functional overlap and may not be properly routed.