关于
This skill provides a structured and disciplined methodology for Unison language development. It enforces a strict Test-Driven Development (TDD) cycle, using specialized MCP server commands instead of direct command-line interaction with the Unison Code Manager (UCM). By guiding you through incremental typechecking, the use of fully qualified names, and a clear process for handling UCM updates, this skill helps prevent common errors and ensures that new or modified code is robust, well-tested, and correctly integrated into the codebase. Use this skill whenever you are working with Unison projects, especially when modifying existing functions or adding new features.