unity-skills-index
Installation
SKILL.md
Unity Skills - Module Index
Module docs. Start with ../SKILL.md for mode switching and schema-first rules.
Multi-instance: For version-specific projects, call
unity_skills.set_unity_version(...)first. Schema-first: UseGET /skills/schemaorunity_skills.get_skill_schema()for exact signatures. Load module docs for workflow guidance and guardrails.
Modules
Mode legend (v1.9.0+, caller-facing — describes what the caller can do, not the C# attribute):
SA— module skills mostly run directly in all three modes (Approval / Auto / Bypass) without a grant.FA— module skills mostly require user grant under Approval (single-shot one-step execution); under Auto / Bypass they run directly with audit only.Mixed— module is split between SA and FA; check per-skillmodereturned byGET /skillsbefore calling.- Suffix
*— module contains auto-forbidden skills (Delete / Play Mode / Domain Reload / high-risk). These returnMODE_FORBIDDENunder Approval and Auto; only Bypass runs them, or the user can permanently allow them via the Allowlist. Never attempt grant for them.Labels are guidance only; the per-skill
modefield onGET /skillsis authoritative.