skill-create

Create SKILL.md files with frontmatter, SSOT links, and README registration.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/oogDZ/2 --skill skill-create-oogdz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-create
Source: https://github.com/oogDZ/2/tree/main/.claude/skills/skill-create
Command: npx skills add https://github.com/oogDZ/2 --skill skill-create-oogdz

SYSTEM DOCUMENTATION & REQUIREMENTS

## What problem does it solve? The Skill creation process standardizes how new Commands (Skills) are added to Claude Code by ensuring a SKILL.md entry point includes a frontmatter with a name and description, a valid SSOT reference, and registration in the central README.

## Core Features & Use Cases

  • Frontmatter validation: Ensures every new Skill has a name and description and adheres to the SSOT standards.
  • SSOT linkage: Integrates the new Skill with the Single Source of Truth repository to maintain traceability.
  • README registration: Registers the Skill in the central README for discovery and governance. ### Quick Start Provide the command name and optional flags to generate a ready-to-publish skill entry, and let the tool create the SKILL.md frontmatter, link to the SSOT, and register the skill in the README.

Frequently Asked Questions about skill-create

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

FAQPage Schema
How do I create a new Claude Code command from an existing SSOT instruction set?

To create a new Claude Code command from an SSOT instruction set, you generate a SKILL.md file with validated frontmatter, link the SSOT reference, and register the skill in the central README.

What is the standard format for adding a new Skill to Claude Code?

The standard format for adding a new Skill requires a SKILL.md entry point containing frontmatter with a name and description, a valid SSOT link, and an automatic update to the central README for governance.

Can I add a custom Claude Code command without updating the central README?

You cannot add a custom Claude Code command without updating the central README, because the skill creation process enforces README registration to maintain discovery and traceability across the repository.

Does the Skill creation process validate frontmatter fields automatically?

Yes, the Skill creation process validates frontmatter automatically by enforcing the standard format and checking for required fields like name and description before generating the SKILL.md file.

What are the limitations of automating SKILL.md creation with an SSOT link?

Automating SKILL.md creation with an SSOT link is limited to adding commands based on an existing SSOT instruction set, meaning it requires a pre-existing source of truth to enforce traceability.

Do I need an existing SSOT repository before generating a Skill unit?

Yes, you need an existing SSOT repository before generating a Skill unit, as the tool requires a valid SSOT reference to integrate with the new command and maintain traceability.