unity-skill-generate

Locate SKILL.md files and generate structured metadata for Unity-MCP Skill Units.

3.8k|349|Updated Apr 2, 2025
One-click install
npx skills add https://github.com/IvanMurzak/Unity-MCP --skill unity-skill-generate-ivanmurzak
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-skill-generate
Source: https://github.com/IvanMurzak/Unity-MCP/tree/main/Unity-MCP-Plugin/.claude/skills/unity-skill-generate
Command: npx skills add https://github.com/IvanMurzak/Unity-MCP --skill unity-skill-generate-ivanmurzak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a systematic method to discover and catalog valid Skill Units in a Unity MCP repository by detecting SKILL.md files at skill roots, ensuring discoverability and consistency of skill metadata.

Core Features & Use Cases

  • Detect and validate Skill Units by locating SKILL.md frontmatter at the root of each skill directory.
  • Generate structured metadata for discovery, indexing, and tooling integration (name, description, dependencies, components).
  • Use Case: Teams can automatically build a registry of skills to support AI-assisted development workflows and dynamic tooling.

Quick Start

Run a repository scan to enumerate all valid Skill Units by locating SKILL.md files and generate metadata for each.

Frequently Asked Questions about unity-skill-generate

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

FAQPage Schema
How do I auto-generate MCP skills from Unity Tools?

To auto-generate MCP skills from Unity Tools, run a repository scan to locate SKILL.md files at the root of skill directories, validating their frontmatter to catalog each skill's name, description, inputs, and usage context.

What is the best way to catalog valid Skill Units in a Unity MCP repository?

The best way to catalog valid Skill Units in a Unity MCP repository is to systematically detect SKILL.md files at skill roots, validate their frontmatter for name and description, and extract dependencies and components for indexing.

How does SKILL.md frontmatter validation work for Unity MCP discovery?

SKILL.md frontmatter validation works by checking that each file at a skill directory root includes a name and description, then extracting these metadata fields along with dependencies and components to ensure discoverability and consistency.

Can I use this Skill to build a registry of skills for AI-assisted development workflows?

Yes, you can use this Skill to build a registry of skills for AI-assisted development workflows by automatically generating structured metadata from SKILL.md files, supporting dynamic tooling and indexing.

Why does my Unity MCP repository scan not find valid Skill Units?

A Unity MCP repository scan may not find valid Skill Units if the SKILL.md files are missing from the skill directory roots or if the frontmatter lacks the required name and description fields needed for validation.

What metadata does the Skill generate from SKILL.md files for tooling integration?

The Skill generates structured metadata from SKILL.md files for tooling integration by enumerating each skill's name, description, inputs, dependencies, available components, and usage context to support indexing and discovery.