skill-creator

Create new skills conforming to the GBrain standard and update manifest and resolver.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/mscully4/franklin --skill skill-creator-mscully4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-creator
Source: https://github.com/mscully4/franklin/tree/main/.claude/skills/skill-creator
Command: npx skills add https://github.com/mscully4/franklin --skill skill-creator-mscully4

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of creating new skills, ensuring they adhere to the GBrain conformance standard without manual effort.

Core Features & Use Cases

  • Automated Skill Creation: Generates SKILL.md with all necessary sections and checks for compliance.
  • MECE Validation: Ensures new skills are non-overlapping with existing ones.
  • Manifest & Resolver Updates: Keeps manifest.json and RESOLVER.md up to date automatically.
  • Conformance Testing: Validates the new skill against conformance tests.

Quick Start

To create a new skill, run 'skill-creator create a new skill'.

Frequently Asked Questions about skill-creator

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

FAQPage Schema
How do I create a new skill that conforms to the GBrain standard?

Automated skill creation generates a SKILL.md file with all necessary sections and runs conformance checks against GBrain specifications. This ensures new skills meet required standards without manual formatting effort.

How do I check if a new skill overlaps with existing ones?

MECE validation checks new skills against existing ones to ensure non-overlapping boundaries. This conformance step runs automatically during skill creation to maintain distinct separation within the manifest.

What's the best way to keep skill manifest and resolver files up to date?

Automating manifest.json and RESOLVER.md updates during skill creation keeps both files synchronized automatically. This prevents manual tracking errors when adding new conforming skills to the system.

Do I need to manually write conformance tests for a new skill?

No manual conformance test writing is needed. The automated creation process validates the new skill against GBrain conformance tests immediately after generating the SKILL.md file.

Can I generate the SKILL.md file with all required sections automatically?

Yes, automated skill creation generates the SKILL.md file with all required sections populated. It simultaneously checks the generated content for GBrain compliance during the creation process.