skill-to-skill

Generate a valid SKILL.md with YAML frontmatter from a capability description.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates a complete, standards-compliant SKILL.md from a capability description, ensuring a consistent entry point with required frontmatter and a usable operational body.

Core Features & Use Cases

  • Automated SKILL generation: Produces a valid SKILL.md with YAML frontmatter containing at least name and description, plus a structured body for guidance and examples.
  • Enforces naming conventions: Keeps the Skill name in lowercase kebab-case and binds it to the frontmatter.
  • Supports optional resources: Detects and references optional scripts/, references/, and assets/ directories if present, without failing when they are absent.
  • Use Case: Ideal for teams building Skill catalogs, registries, or AI agents that consume standardized Skill definitions.

Quick Start

Provide a complete SKILL.md for a given capability description.

Frequently Asked Questions about skill-to-skill

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

FAQPage Schema
How do I generate a SKILL.md file from a capability description?

You generate a SKILL.md by providing a capability description, which produces a standards-compliant markdown file with required YAML frontmatter and a structured operational body.

What is YAML frontmatter and why is it needed for skill generation?

YAML frontmatter is required metadata at the top of a SKILL.md file containing at least the name and description fields to ensure a consistent, standardized entry point for AI agent consumption.

How do I ensure my markdown documentation follows skill naming conventions?

To follow naming conventions, the skill generation process enforces lowercase kebab-case for the skill name and binds it directly to the name field in the YAML frontmatter.

Can I include scripts and references directories when creating a SKILL.md?

Yes, you can include optional scripts, references, and assets directories; the generation process detects and references them in the SKILL.md without failing if they are absent.

Does SKILL.md validation work for teams building AI agent catalogs?

Yes, SKILL.md validation works for teams building AI agent catalogs by enforcing standardized definitions and precise high-density descriptions for discovery across large skill registries.