What problem does it solve?
This Skill removes the friction of managing Unity C# scripts by letting you create, read, search, rename, move, replace, append, and delete script files while keeping compilation feedback close at hand.
Core Features & Use Cases
- Script Authoring and Editing: Generate new scripts from Unity-friendly templates and modify existing code safely and consistently.
- Cross-Script Maintenance: Search across files, inspect script structure, and reorganize code when refactoring folders or class names.
- Compile Feedback Workflow: Check Unity compile diagnostics after changes so you can catch errors quickly during iterative development.
- Use Case: A developer updating gameplay logic can create a new component script, move it into the correct folder, and verify that the project still compiles without manually juggling files.
Quick Start
Use the unity-script skill to create, inspect, or refactor a Unity C# script and then check compile feedback for any errors.