unity-skill-generate

Regenerate SKILL.md files for Unity project tools via Unity MCP plugin.

Updated Aug 26, 2025
One-click install
npx skills add https://github.com/infotechsrealm/PanicAtThePond --skill unity-skill-generate-infotechsrealm
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: unity-skill-generate
Source: https://github.com/infotechsrealm/PanicAtThePond/tree/main/.claude/skills/unity-skill-generate
Command: npx skills add https://github.com/infotechsrealm/PanicAtThePond --skill unity-skill-generate-infotechsrealm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The manual process of regenerating SKILL.md files from Unity project's MCP tools can be time-consuming and error-prone. This Skill streamlines the process.

Core Features & Use Cases

  • Automated Skill File Generation: Generates SKILL.md files automatically for all tools in the Unity project, reducing manual labor.
  • Configurable Output Path: Allows specifying a custom skills folder or uses the editor's configured default.
  • Plugin Integration: Integrates with the Unity MCP plugin to fetch tool information and generate the appropriate SKILL.md files.

Quick Start

Run the 'unity-skill-generate' Skill with the --input flag to specify a custom skills folder. For example:

unity-mcp-cli run-system-tool unity-skill-generate --input '{"path": "custom_skills_folder"}'

Frequently Asked Questions about unity-skill-generate

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

FAQPage Schema
How do I automatically generate SKILL.md files for Unity MCP tools?▼

You can automatically generate SKILL.md files for Unity MCP tools by running the unity-skill-generate Skill, which fetches tool information from the Unity MCP plugin and creates the files for you.

Do I need the Unity MCP plugin to automate skill file generation?▼

Yes, you need the Unity MCP plugin to automate skill file generation. The Skill requires a running Unity MCP plugin instance and a configured SkillsPath to fetch tool data and output the files.

How do I specify a custom output folder for generated Unity skill files?▼

You specify a custom output folder for generated Unity skill files by running the Skill with the --input flag, passing a JSON object like {"path": "custom_skills_folder"} to define your target directory.

What is the best way to update SKILL.md files after adding new tools to a Unity project?▼

The best way to update SKILL.md files after adding new tools to a Unity project is to run unity-skill-generate, which regenerates the files for all current tools to prevent manual synchronization errors.

Can I configure a default SkillsPath for Unity tool documentation generation?▼

Yes, you can configure a default SkillsPath for Unity tool documentation generation. If you do not provide a custom path via the --input flag, the Skill uses the editor's configured default skills folder.