unity-skill-generate

Generates skill definitions from existing tools in a Unity project.

1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/Fermisloth/Project-Aegis-Adaptive-Outbreak-Containment --skill unity-skill-generate-fermisloth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: unity-skill-generate
Source: https://github.com/Fermisloth/Project-Aegis-Adaptive-Outbreak-Containment/tree/main/.agent/skills/unity-skill-generate
Command: npx skills add https://github.com/Fermisloth/Project-Aegis-Adaptive-Outbreak-Containment --skill unity-skill-generate-fermisloth

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires unity-mcp-cli.

What problem does it solve? Manually writing skill definitions for every tool in a Unity project is repetitive and error-prone. This Skill automates the discovery of existing Unity tools and generates corresponding skill files in a target folder. ## Core Features & Use Cases - Automatic Skill Generation: Scans the Unity project for existing tools and produces skill definitions for each one. - Configurable Output Path: Accepts an optional path parameter to control where generated skills are written, falling back to a default location. - Use Case: After adding several custom editor tools to a Unity project, run this Skill once to generate skill files for all of them instead of authoring each SKILL.md by hand. ## Quick Start Ask the AI to run the unity-skill-generate tool to generate skills from all existing tools in your Unity project, optionally specifying the output folder path.

Frequently Asked Questions about unity-skill-generate

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

FAQPage Schema
How do I generate skills from Unity project tools?

Run the unity-skill-generate system tool through unity-mcp-cli with an optional path argument. It scans the existing tools in the Unity project and writes skill definitions to the specified or default skills folder.

What command runs the Unity skill generation tool?

Use unity-mcp-cli run-system-tool unity-skill-generate with a JSON input containing an optional path field. For complex input, pass a JSON file with --input-file or pipe it via stdin.

What if unity-mcp-cli is not found on my system?

Install it globally with npm install -g unity-mcp-cli, or invoke it through npx unity-mcp-cli instead. The unity-initial-setup skill contains detailed installation instructions.

Does the skill generation tool require an output path?

No, the path parameter is optional. If it is null or empty, the tool writes generated skills to its default folder location.

Does unity-skill-generate return structured output?

No, this tool does not return structured output. It performs the generation as a side effect, writing skill files to the target folder.