unity-skill-generate

Generate skill definitions from existing tools in a Unity project.

Updated May 28, 2026
One-click install
npx skills add https://github.com/ishaansingh-ai/Mechanical-2D --skill unity-skill-generate-ishaansingh-ai
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: unity-skill-generate
Source: https://github.com/ishaansingh-ai/Mechanical-2D/tree/main/.claude/skills/unity-skill-generate
Command: npx skills add https://github.com/ishaansingh-ai/Mechanical-2D --skill unity-skill-generate-ishaansingh-ai

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 generation of skill files from the tools already present in your Unity project. ## Core Features & Use Cases - Bulk Skill Generation: Scans existing Unity project tools and generates corresponding skill definitions in one operation. - 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 new editor tools to a Unity project, run this Skill to automatically produce skill files for each tool so they become discoverable and callable through the unity-mcp-cli workflow. ## Quick Start Ask the AI to generate all skills from the existing tools in your Unity project, optionally specifying the output skills 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 via unity-mcp-cli with an optional path parameter pointing to your skills folder. If the path is omitted or empty, the default skills location is used.

What command runs the Unity skill generation tool?▼

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

What should I do if unity-mcp-cli is not found?▼

Install it globally with npm install -g unity-mcp-cli, or prefix commands with npx unity-mcp-cli. The unity-initial-setup skill provides detailed installation instructions.

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 specified or default skills folder.

Can I specify a custom folder for generated Unity skills?▼

Yes, pass the path string parameter in the input JSON to set the target skills folder. Leaving it null or empty makes the tool use its default path.