Skip to content
Skillv1.0.0

GT-00

This is the `ops` ring of `trios-git`, scaffolded for issue #238.

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

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

See reviews

About

Imported from gHashTag/trios (crates/trios-git/rings/GT-00/AGENTS.md). Install upstream with npx skills add gHashTag/trios --skill GT-00. Copyright stays with the author.

Agent Instructions — GT-00

Context

This is the ops ring of trios-git, scaffolded for issue #238.

Files

  • src/lib.rs — ring entry point (currently a placeholder)
  • Cargo.toml — workspace member, Bronze tier
  • RING.md — ring identity and laws
  • TASK.md — incremental migration checklist

Allowed

  • Add types and functions that belong to the ops concern
  • Add unit tests under #[cfg(test)]
  • Re-export types upward to the parent crate's facade

Forbidden

  • Importing sibling rings directly (R1)
  • Adding I/O or async runtimes that conflict with parent crate
  • Breaking the ring_id() contract used by smoke tests

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/ghashtag-trios-gt-00/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.

ghashtag-trios-gt-00.ocm.jsonjson
{
  "ocm": "1",
  "id": "ghashtag-trios-gt-00",
  "kind": "skill",
  "name": "GT-00",
  "description": "This is the `ops` ring of `trios-git`, scaffolded for issue #238.",
  "publisher": "gHashTag",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This is the `ops` ring of `trios-git`, scaffolded for issue #238."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/gHashTag/trios",
      "path": "crates/trios-git/rings/GT-00/AGENTS.md",
      "ref": "35731a57e7625614984d92d1fa677d54c1c808ef",
      "url": "https://github.com/gHashTag/trios/blob/35731a57e7625614984d92d1fa677d54c1c808ef/crates/trios-git/rings/GT-00/AGENTS.md",
      "key": "gHashTag/trios/crates/trios-git/rings/GT-00/AGENTS.md"
    }
  },
  "instructions": "# Agent Instructions — GT-00\n\n## Context\n\nThis is the `ops` ring of `trios-git`, scaffolded for issue #238.\n\n## Files\n\n- `src/lib.rs` — ring entry point (currently a placeholder)\n- `Cargo.toml` — workspace member, Bronze tier\n- `RING.md` — ring identity and laws\n- `TASK.md` — incremental migration checklist\n\n## Allowed\n\n- Add types and functions that belong to the `ops` concern\n- Add unit tests under `#[cfg(test)]`\n- Re-export types upward to the parent crate's facade\n\n## Forbidden\n\n- Importing sibling rings directly (R1)\n- Adding I/O or async runtimes that conflict with parent crate\n- Breakin",
  "cost": {
    "context_tokens": 161
  }
}

Fetch it by URL: GET /api/v1/registry/ghashtag-trios-gt-00/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.