Createskill

Skill that manages lifecycle of Minecraft-like skills.

9|1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/CarbeneAI/Forge --skill createskill-carbeneai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Createskill
Source: https://github.com/CarbeneAI/Forge/tree/main/.claude/skills/Createskill
Command: npx skills add https://github.com/CarbeneAI/Forge --skill createskill-carbeneai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Createskill framework addresses the challenge of consistently creating, validating, and canonicalizing skills across projects by enforcing a standardized structure and naming conventions.

Core Features & Use Cases

  • Enforces canonical skill structure based on SkillSystem.md
  • Automatically ensures TitleCase naming across skill directories, workflows, tools, and references
  • Provides workflows for CreateSkill, ValidateSkill, CanonicalizeSkill, and UpdateSkill to manage lifecycle of skills

Quick Start

Proceed by invoking the CreateSkill and CanonicalizeSkill workflows to generate a new skill scaffold with proper TitleCase naming and routing.

Frequently Asked Questions about Createskill

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

FAQPage Schema
How do I standardize skill creation and enforce TitleCase naming across directories?

To standardize skill creation, use an automated workflow that validates SKILL.md structures and enforces TitleCase naming across skill directories, frontmatter, and references. This ensures consistent canonicalization and proper routing across projects.

What is the canonical structure required for a valid SKILL.md file?

A valid SKILL.md canonical structure requires frontmatter with TitleCase naming and a single-line USE WHEN description, a canonical workflow routing section in the Markdown body, and an Examples section demonstrating usage patterns.

How do I validate an existing skill structure against standard conventions?

To validate an existing skill structure, run the validation workflow to check frontmatter format, verify TitleCase naming compliance, confirm the presence of the canonical workflow routing section, and ensure an Examples section exists for usage patterns.

Can I update skill workflows without breaking the canonical routing section?

Yes, you can update skill workflows using the UpdateSkill workflow. It modifies existing skill structures while preserving canonical workflow routing and enforcing consistent TitleCase naming conventions across the updated directories.

What do I need to include in skill frontmatter to pass validation?

To pass validation, skill frontmatter must use TitleCase naming and contain a single-line description that includes the USE WHEN keyword. This ensures proper skill discovery and canonical routing.

Why does my skill validation fail when creating new skills from a user request?

Skill validation fails during creation when the generated structure lacks a canonical workflow routing section, missing TitleCase naming in frontmatter, or an absent Examples section required for standard usage patterns.