Skip to content
Skillv1.0.0

repo

This context owns the Tuist Server wrappers around shared repo monitoring.

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

Repo Monitoring

This context owns the Tuist Server wrappers around shared repo monitoring.

Responsibilities

  • Configure shared repo pool metrics for the server repos.
  • Keep repo labels and telemetry prefixes aligned with PromEx wiring.

Boundaries

  • Shared repo pool metric implementation belongs in tuist_common/.
  • Repo startup and supervision wiring belongs in server/lib/tuist/application.ex.

Related Context

  • Parent business logic: server/lib/tuist/AGENTS.md
  • Shared helpers: tuist_common/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-repo/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-repo.ocm.jsonjson
{
  "ocm": "1",
  "id": "tuist-tuist-repo",
  "kind": "skill",
  "name": "repo",
  "description": "This context owns the Tuist Server wrappers around shared repo monitoring.",
  "publisher": "tuist",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This context owns the Tuist Server wrappers around shared repo monitoring."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/tuist/tuist",
      "path": "server/lib/tuist/repo/AGENTS.md",
      "ref": "d36217500d8a5bd0d8ab44b4716b7945e6794809",
      "url": "https://github.com/tuist/tuist/blob/d36217500d8a5bd0d8ab44b4716b7945e6794809/server/lib/tuist/repo/AGENTS.md",
      "key": "tuist/tuist/server/lib/tuist/repo/AGENTS.md"
    }
  },
  "instructions": "# Repo Monitoring\n\nThis context owns the Tuist Server wrappers around shared repo monitoring.\n\n## Responsibilities\n- Configure shared repo pool metrics for the server repos.\n- Keep repo labels and telemetry prefixes aligned with PromEx wiring.\n\n## Boundaries\n- Shared repo pool metric implementation belongs in `tuist_common/`.\n- Repo startup and supervision wiring belongs in `server/lib/tuist/application.ex`.\n\n## Related Context\n- Parent business logic: `server/lib/tuist/AGENTS.md`\n- Shared helpers: `tuist_common/AGENTS.md`",
  "cost": {
    "context_tokens": 132
  }
}

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

repo - Skill - OpenSmartRoute