Find and clean up orphaned .meta files in a Unity project. Use when you need to: (1) Find .meta files whose corresponding file or folder no longer exists, (2) Clean up Unity warnings about missing assets caused by stale .meta files, (3) Audit .meta hygiene after git operations like branch switches, merges, or file deletions. Also use proactively after deleting files or folders in a Unity project.
$npx -y skills add hatayama/unity-cli-loop --skill find-orphaned-metaInstalls into the current project.
Run `npx skills use "https://github.com/hatayama/unity-cli-loop" --skill "hatayama/unity-cli-loop/find-orphaned-meta"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/hatayama/unity-cli-loop" that are relevant to the current task. Run `npx skills add "https://github.com/hatayama/unity-cli-loop"` and select the relevant skills, then follow their instructions.