Skip to content
Skillv1.0.0

tuist

This module defines the CLI entry point for the `tuist` binary.

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/tuist/AGENTS.md). Install upstream with npx skills add tuist/tuist --skill tuist. Copyright stays with the author.

CLI Entry Point (tuist)

This module defines the CLI entry point for the tuist binary.

Responsibilities

  • Boot the CLI runtime by calling initDependencies and delegating to TuistCommand.main.
  • Provide the @main entry that wires the binary to TuistKit command execution.

Invariants

  • Entrypoint should remain thin: no command logic or option parsing here.
  • Logging and error presentation remain centralized in TuistKit.

Related Context

  • Command definitions and wiring: cli/Sources/TuistKit/AGENTS.md
  • Core domain abstractions: cli/Sources/TuistCore/AGENTS.md
  • Shared utilities: cli/Sources/TuistSupport/AGENTS.md

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-tuist/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-tuist.ocm.jsonjson
{
  "ocm": "1",
  "id": "tuist-tuist-tuist",
  "kind": "skill",
  "name": "tuist",
  "description": "This module defines the CLI entry point for the `tuist` binary.",
  "publisher": "tuist",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This module defines the CLI entry point for the `tuist` binary."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/tuist/tuist",
      "path": "cli/Sources/tuist/AGENTS.md",
      "ref": "d36217500d8a5bd0d8ab44b4716b7945e6794809",
      "url": "https://github.com/tuist/tuist/blob/d36217500d8a5bd0d8ab44b4716b7945e6794809/cli/Sources/tuist/AGENTS.md",
      "key": "tuist/tuist/cli/Sources/tuist/AGENTS.md"
    }
  },
  "instructions": "# CLI Entry Point (tuist)\n\nThis module defines the CLI entry point for the `tuist` binary.\n\n## Responsibilities\n- Boot the CLI runtime by calling `initDependencies` and delegating to `TuistCommand.main`.\n- Provide the `@main` entry that wires the binary to `TuistKit` command execution.\n\n## Invariants\n- Entrypoint should remain thin: no command logic or option parsing here.\n- Logging and error presentation remain centralized in `TuistKit`.\n\n## Related Context\n- Command definitions and wiring: `cli/Sources/TuistKit/AGENTS.md`\n- Core domain abstractions: `cli/Sources/TuistCore/AGENTS.md`\n- Shared",
  "cost": {
    "context_tokens": 162
  }
}

Fetch it by URL: GET /api/v1/registry/tuist-tuist-tuist/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.