skill-create

Create standardized SKILL.md files from SSOT instructions with required frontmatter.

31|5|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/NSEvteev/FullSpec --skill skill-create-nsevteev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-create
Source: https://github.com/NSEvteev/FullSpec/tree/main/.claude/skills/skill-create
Command: npx skills add https://github.com/NSEvteev/FullSpec --skill skill-create-nsevteev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This utility standardizes the process of creating new Skill Units (SKILL.md) by embedding required frontmatter, linking to the SSOT, and registering the skill in the central README, ensuring consistent discovery and onboarding for Claude Code commands.

Core Features & Use Cases

  • Validates and enforces the presence of essential frontmatter fields (name, description) in SKILL.md.
  • Establishes a clear SSOT reference and ensures the new skill is registered in the repository README.
  • Detects and scaffolds optional components (scripts, references, assets) when present to support future automation and usage.
  • Guides users through a repeatable workflow for adding new Claude Code commands based on existing SSOT instructions.

Quick Start

Run /skill-create [название] [--dry-run] to generate a compliant SKILL.md and register the skill in the central 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 standardized SKILL.md file with frontmatter from SSOT instructions?

To create a standardized SKILL.md from SSOT, run the skill-create command to enforce required frontmatter fields like name and description, validate SSOT linkage, and automatically register the skill in the central README.

What is the best way to automate registering new Claude Code commands in a central README?

Automating Claude Code command registration is done by running skill-create, which links the new command to its SSOT, validates essential frontmatter, and records the entry directly into the central README for consistent discovery.

Do I need existing SSOT guidelines to generate a compliant SKILL.md file?

Yes, existing SSOT guidelines are required because skill-create uses them as the source to scaffold the SKILL.md, establish SSOT references, and detect optional components like scripts, references, and assets for future automation.

Can I test SKILL.md generation without permanently modifying the central README?

Yes, you can test SKILL.md generation by running the command with the --dry-run flag, which validates frontmatter presence and SSOT linkage without permanently registering the skill in the central README.

What optional components are detected when scaffolding a new Skill Unit?

When scaffolding a Skill Unit, the process detects and scaffolds optional components including scripts, references, and assets, while exposing metadata fields for tooling to support future automation and usage.

Why does my SKILL.md validation fail when adding a new Claude Code command?

SKILL.md validation fails when required frontmatter fields such as name and description are missing, or when the file lacks proper linkage to the SSOT guidelines required for consistent onboarding.