Skip to content
Skillv1.0.0

trakt-api

@.agents/rules/project.md

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

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

See reviews

About

Imported from trakt/trakt-api (AGENTS.md). Install upstream with npx skills add trakt/trakt-api. Copyright stays with the author.

Always-loaded core (small, project-wide)

@.agents/rules/project.md

Domain rules - load on demand

Domain-specific rules are NOT auto-imported, to keep the baseline small. Read them when the work touches the matching area (CLAUDE.md routes the mapping; the rule files live at .agents/rules/):

  • jsr.md - anything under projects/api/: static types, symbol docs, and provenance publishing that keep the @trakt/api JSR score at 100.
  • schemas.md - authoring ts-rest + Zod contract schemas under projects/api/src/contracts/ (schema shape is a generated public artifact).

Read with the Read tool when the task enters the domain. Re-read after long gaps if context was compacted.

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/trakt-trakt-api-trakt-api/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.

trakt-trakt-api-trakt-api.ocm.jsonjson
{
  "ocm": "1",
  "id": "trakt-trakt-api-trakt-api",
  "kind": "skill",
  "name": "trakt-api",
  "description": "@.agents/rules/project.md",
  "publisher": "trakt",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "@.agents/rules/project.md"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/trakt/trakt-api",
      "path": "AGENTS.md",
      "ref": "2ffdd5872253b92b561dd2823af1ef63c758d4fe",
      "url": "https://github.com/trakt/trakt-api/blob/2ffdd5872253b92b561dd2823af1ef63c758d4fe/AGENTS.md",
      "key": "trakt/trakt-api/AGENTS.md"
    }
  },
  "instructions": "# Always-loaded core (small, project-wide)\n\n@.agents/rules/project.md\n\n# Domain rules - load on demand\n\nDomain-specific rules are NOT auto-imported, to keep the baseline small. Read\nthem when the work touches the matching area (CLAUDE.md routes the mapping; the\nrule files live at `.agents/rules/`):\n\n- `jsr.md` - anything under `projects/api/`: static types, symbol docs, and\n  provenance publishing that keep the `@trakt/api` JSR score at 100.\n- `schemas.md` - authoring ts-rest + Zod contract schemas under\n  `projects/api/src/contracts/` (schema shape is a generated public artifact).\n\nRead with ",
  "cost": {
    "context_tokens": 174
  }
}

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