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 under ios/ 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

Manifests

Installs
3
GitHub Stars
8
First Seen
Jan 27, 2026
tuist-best-practices — derklinke/codex-config