Unity Developer Skill — Wildcard Forest

Verify Unity projects via CLI compilation and test gates.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/olse30/fantasy-deckbuilder --skill unity-developer-skill-wildcard-forest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Unity Developer Skill — Wildcard Forest
Source: https://github.com/olse30/fantasy-deckbuilder/tree/main/.agents/skills/unity-developer
Command: npx skills add https://github.com/olse30/fantasy-deckbuilder --skill unity-developer-skill-wildcard-forest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Unity, MCP, CLI, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill streamlines Unity development by providing rules and best practices, ensuring quality and efficiency in C# work.

Core Features & Use Cases

  • Implementation Modes: Supports MCP and CLI modes for Unity development, with specific gate rules for each.
  • Quality Assurance: Enforces zero compilation errors, passing tests, and proper scene wiring.
  • Code Conventions: Defines assembly boundaries, data-driven patterns, and testing conventions.
  • Documentation: Provides detailed guidance on architecture targets and gradual migration strategies.

Quick Start

Use the Unity Developer Skill to verify your Unity project by running the CLI compilation gate before committing changes.

Frequently Asked Questions about Unity Developer Skill — Wildcard Forest

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

FAQPage Schema
How do I automate Unity C# code quality checks before committing?

Automate Unity C# code quality checks by running the CLI compilation gate before commits to enforce zero compilation errors, passing tests, and proper scene wiring. This workflow applies assembly boundaries and data-driven patterns to verify your Unity project.

What are the best practices for enforcing assembly boundaries in Unity development?

Enforcing assembly boundaries in Unity development requires defining strict architectural targets and data-driven patterns for your C# scripts. This skill provides detailed guidance on assembly conventions and gradual migration strategies to maintain structural integrity.

Does this Unity development workflow support both MCP and CLI modes?

Yes, this Unity development workflow supports both MCP and CLI modes for project verification. It applies specific gate rules for each implementation mode to ensure your C# code meets strict quality and testing standards.

How do I verify Unity scene wiring and ensure zero compilation errors?

Verify Unity scene wiring and ensure zero compilation errors by executing the Unity Editor CLI tools provided. The automated testing framework checks scene wiring integrity and reports any compilation failures before changes are committed.

Do I need the Unity Editor installed to run automated testing workflows?

Yes, you need the Unity Editor and CLI tools installed to run automated testing workflows. The compilation and testing gates require the Unity Editor environment to validate C# scripts and enforce development standards.

What is the best way to migrate legacy Unity C# scripts to data-driven patterns?

The best way to migrate legacy Unity C# scripts to data-driven patterns is to follow a gradual migration strategy. This skill provides documentation on architectural targets and code conventions to systematically transition your existing project.