If you're moving an existing Xcode project to Tuist's project generation system, this skill walks Claude through the migration process step by step. It covers the essentials: baselining your current build, inventorying targets and dependencies, creating the necessary Tuist configuration files, extracting build settings into xcconfig files, and validating everything still compiles and runs. The approach is methodical, starting with xcodebuild verification before touching anything, then iterating through generation and fixing build issues until you've got a working Tuist setup. This is straight infrastructure work that benefits from having the checklist and file structure spelled out, since migrating build systems always surfaces edge cases in your project configuration.
npx skills add https://github.com/tuist/agent-skills --skill migrating-to-tuist-generated-projects