Imported from gHashTag/trios (crates/trios-tri/rings/TI-00/AGENTS.md). Install upstream with npx skills add gHashTag/trios --skill TI-00. Copyright stays with the author.
Agent Instructions — TI-00
Context
This is the parser ring of trios-tri, 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 parser 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-ti-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-ti-00.ocm.jsonjson
{
"ocm": "1",
"id": "ghashtag-trios-ti-00",
"kind": "skill",
"name": "TI-00",
"description": "This is the `parser` ring of `trios-tri`, scaffolded for issue #238.",
"publisher": "gHashTag",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This is the `parser` ring of `trios-tri`, scaffolded for issue #238."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/gHashTag/trios",
"path": "crates/trios-tri/rings/TI-00/AGENTS.md",
"ref": "35731a57e7625614984d92d1fa677d54c1c808ef",
"url": "https://github.com/gHashTag/trios/blob/35731a57e7625614984d92d1fa677d54c1c808ef/crates/trios-tri/rings/TI-00/AGENTS.md",
"key": "gHashTag/trios/crates/trios-tri/rings/TI-00/AGENTS.md"
}
},
"instructions": "# Agent Instructions — TI-00\n\n## Context\n\nThis is the `parser` ring of `trios-tri`, 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 `parser` 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- B",
"cost": {
"context_tokens": 163
}
}
Fetch it by URL: GET /api/v1/registry/ghashtag-trios-ti-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.