Skip to content
Skillv1.0.0

TuistGenerator

This module implements the project generation pipeline (transforming manifests into Xcode projects/workspaces).

by tuist(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from tuist/tuist (cli/Sources/TuistGenerator/AGENTS.md). Install upstream with npx skills add tuist/tuist --skill TuistGenerator. Copyright stays with the author.

TuistGenerator (Project Generation)

This module implements the project generation pipeline (transforming manifests into Xcode projects/workspaces).

Responsibilities

  • Build descriptors (ProjectDescriptor, WorkspaceDescriptor, SchemeDescriptor) used to write .xcodeproj.
  • Orchestrate side effects required for generation (e.g., writing schemes, side-effect descriptors).
  • Translate ProjectDescription/graph models into XcodeProj structures.

Related Context

  • Core domain models: cli/Sources/TuistCore/AGENTS.md
  • Manifest loading: cli/Sources/TuistLoader/AGENTS.md

Invariants

  • ProjectDescriptor/WorkspaceDescriptor are the handoff types to XcodeProj writers.
  • Side effects are collected explicitly and executed outside pure mapping.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/tuist-tuist-tuistgenerator/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

tuist-tuist-tuistgenerator.ocm.jsonjson
{
  "ocm": "1",
  "id": "tuist-tuist-tuistgenerator",
  "kind": "skill",
  "name": "TuistGenerator",
  "description": "This module implements the project generation pipeline (transforming manifests into Xcode projects/workspaces).",
  "publisher": "tuist",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This module implements the project generation pipeline (transforming manifests into Xcode projects/workspaces)."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/tuist/tuist",
      "path": "cli/Sources/TuistGenerator/AGENTS.md",
      "ref": "d36217500d8a5bd0d8ab44b4716b7945e6794809",
      "url": "https://github.com/tuist/tuist/blob/d36217500d8a5bd0d8ab44b4716b7945e6794809/cli/Sources/TuistGenerator/AGENTS.md",
      "key": "tuist/tuist/cli/Sources/TuistGenerator/AGENTS.md"
    }
  },
  "instructions": "# TuistGenerator (Project Generation)\n\nThis module implements the project generation pipeline (transforming manifests into Xcode projects/workspaces).\n\n## Responsibilities\n- Build descriptors (`ProjectDescriptor`, `WorkspaceDescriptor`, `SchemeDescriptor`) used to write `.xcodeproj`.\n- Orchestrate side effects required for generation (e.g., writing schemes, side-effect descriptors).\n- Translate `ProjectDescription`/graph models into `XcodeProj` structures.\n\n## Related Context\n- Core domain models: `cli/Sources/TuistCore/AGENTS.md`\n- Manifest loading: `cli/Sources/TuistLoader/AGENTS.md`\n\n## Inv",
  "cost": {
    "context_tokens": 192
  }
}

Fetch it by URL: GET /api/v1/registry/tuist-tuist-tuistgenerator/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.