unity-skills-index

Index Unity Skills modules and expose schema endpoints for agent routing.

Updated Mar 30, 2026
One-click install
npx skills add https://github.com/krl76/MP-Study-Projects --skill unity-skills-index-krl76
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: unity-skills-index
Source: https://github.com/krl76/MP-Study-Projects/tree/main/Practice1/.codex/skills/unity-skills
Command: npx skills add https://github.com/krl76/MP-Study-Projects --skill unity-skills-index-krl76

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Index Unity Skills functional modules and advisory modules to streamline discovery, mode routing, and schema understanding.

Core Features & Use Cases

  • Module discovery: Browse available skills and advisory content to identify candidates for automation.
  • Mode guidance and routing: Provide routing rules and multi-instance considerations to align with user intent.
  • Schema-aware navigation: Point to schema queries and module docs to verify exact signatures before activation.

Quick Start

Browse the Module Index to locate a skill and call unity_skills.set_unity_version(...) to target a Unity version.

Frequently Asked Questions about unity-skills-index

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

FAQPage Schema
How do I discover available Unity Skills modules for AI agent automation?▼

You can discover Unity Skills modules by browsing the Module Index to identify candidates for automation. Use the GET /skills endpoint to browse available skills and advisory content.

How do I get exact API signatures before routing a Unity Skills module?▼

To get exact API signatures before routing, query the GET /skills/schema endpoint. This schema-first navigation verifies signatures and loads module docs for guardrails before activation.

Can I route Unity Skills modules across different Unity versions and environments?▼

Yes, you can route modules across multiple Unity versions and environments. The index provides mode-switching guidance and routing rules to align with your target version and user intent.

What is the best way to browse and target a specific Unity version for skill routing?▼

The best way to browse and target a specific version is to browse the Module Index to locate a skill, then call unity_skills.set_unity_version(...) to align routing with your environment.

Do I need to verify schema signatures before activating a Unity Skills module?▼

Yes, verifying schema signatures before activation is required. The index points to schema queries and module docs to ensure exact signatures are checked and guardrails are loaded.

Why use a schema-first index for Unity Skills module discovery instead of direct loading?▼

A schema-first index streamlines discovery, mode routing, and schema understanding, ensuring you apply mode-switching guidance and locate the right module across multiple Unity environments safely.