unity-skill-generate

Generate Skill Units from Unity project Tools with SKILL.md frontmatter.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Silac1995/My-World-Isekai-Unity --skill unity-skill-generate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-skill-generate
Source: https://github.com/Silac1995/My-World-Isekai-Unity/tree/main/.claude/skills/unity-skill-generate
Command: npx skills add https://github.com/Silac1995/My-World-Isekai-Unity --skill unity-skill-generate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually creating and maintaining Skill Units for every Unity Tool is time-consuming and error-prone.

Core Features & Use Cases

  • Automatically detect Unity Tools under the project Tools directory and generate corresponding Skill Units with standard SKILL.md frontmatter.
  • Create or update wiki entries, linking each Skill Unit to its source Tool and providing a reusable template for future tools.
  • Validate Skill Units for required fields and optional resources, and surface mismatches for correction.

Quick Start

Invoke the Unity Skill Generator to scan the Tools folder and emit Skill Units for each detected tool.

Frequently Asked Questions about unity-skill-generate

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

FAQPage Schema
How do I automate Unity tool documentation and generate skill units from existing scripts?

You can generate Unity skill units automatically by invoking the generator to scan the Tools directory and emit a Skill Unit for each detected tool. Each unit includes required SKILL.md frontmatter with a name and description, and optionally captures scripts, references, and assets when present.

What is the process for creating wiki references for Unity project tools?

Creating wiki references involves scanning Unity project tools and generating linked Skill Units that update the wiki automatically. The generator validates each unit for required fields and optional resources, surfacing any mismatches for correction while providing a reusable template for future tools.

Can I use this skill generation tool to document all scripts in my Unity project Tools directory?

Yes, this skill generation tool specifically scans the Unity project Tools directory and applies to all tools found there. It produces a Skill Unit for each tool, automatically capturing any present scripts, references, and assets alongside the required SKILL.md frontmatter.

Does generating Unity skill units require manually writing SKILL.md frontmatter for each tool?

Generating Unity skill units does not require manually writing SKILL.md frontmatter because the generator enforces it automatically for every detected tool. Each generated unit is validated to ensure it includes the required name and description fields, plus any optional scripts, references, and assets.

What happens if there are mismatches or missing fields in the generated Unity Skill Units?

When mismatches or missing fields occur in generated Unity Skill Units, the generator validates each unit for required fields and optional resources, then surfaces those mismatches for correction. This ensures every tool under the Tools directory maintains accurate documentation and standard SKILL.md frontmatter.