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: Use GET /skills/schema or unity_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-skill mode returned by GET /skills before calling.
  • Suffix * — module contains auto-forbidden skills (Delete / Play Mode / Domain Reload / high-risk). These return MODE_FORBIDDEN under 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 mode field on GET /skills is authoritative.

Installs
25
GitHub Stars
1.2K
First Seen
Mar 14, 2026
unity-skills-index — besty0728/unity-skills