tuist-best-practices
Installation
SKILL.md
Tuist Best Practices
When to use
- editing Tuist manifests or adding targets
- updating project structure or shared helpers
- generating Xcode projects or debugging Tuist behavior
Repo layout
- root config in
Tuist.swift - shared helpers in
Tuist/ProjectDescriptionHelpers - iOS manifest in
Project.swift(often underios/but not required) - prefer repo-provided task runner (
just,make, etc.) for generate/build/test/open - if using
tuist xcodebuild, keep subcommand first to avoid argument reorder issues