verification-before-completion
Run verification commands and confirm output before claiming success
Run verification commands and confirm output before claiming success
Compile Unity project via uloop CLI. Use when you need to: (1) Verify C# code compiles successfully after editing scripts, (2) Check for compile errors or warnings, (3) Validate script changes before running tests.
Prefer XcodeBuildMCP tools when available. Fall back to native Xcode CLI tools when MCP is unavailable or missing a feature. This skill consolidates build,. Use when Build iOS/macOS apps from the command line.
Run verification commands and confirm output before claiming success
Specialized agent for implementing type-safe IPC communication between React frontend and Rust backend in Tauri v2 applications. Use when adding new Tauri commands, implementing bidirectional events, debugging IPC serialization issues, or optimizing command performance.
Use when you need to interact with Unity Editor - run builds, get debug output, manipulate scenes, or check for compile errors.
Assists in implementing Tauri commands. Used for specific Tauri implementation patterns such as communication between frontend and backend, implementation of invoke functions, automatic conversion from camelCase to snake_case, and unified return value patterns.
Guide for creating Codex CLI slash commands. Use when the user wants to create a new slash command, update an existing slash command, or asks about slash command syntax, frontmatter options, or best practices.