Skip to content
Skillv1.0.0

onre-sol

@/Users/marian-danielrolnik/.codex/RTK.md

by onre-finance(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from onre-finance/onre-sol (AGENTS.md). Install upstream with npx skills add onre-finance/onre-sol. Copyright stays with the author.

@/Users/marian-danielrolnik/.codex/RTK.md

Documentation Discipline

For every code change, check whether public behavior, instruction accounts, operational flows, CLI behavior, math, security controls, or integration assumptions changed.

If they changed, update the relevant docs/comments in the same work item before finishing:

  • README.md
  • docs/*.md
  • Rust doc comments on affected instructions/state
  • CLI help text or warnings under scripts/cli/
  • generated IDL/types when account layouts or instruction surfaces change

If no docs update is needed, explicitly state that the code change does not affect documented behavior. Do not leave docs/comments inconsistent with code.

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/onre-finance-onre-sol-onre-sol/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.

onre-finance-onre-sol-onre-sol.ocm.jsonjson
{
  "ocm": "1",
  "id": "onre-finance-onre-sol-onre-sol",
  "kind": "skill",
  "name": "onre-sol",
  "description": "@/Users/marian-danielrolnik/.codex/RTK.md",
  "publisher": "onre-finance",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "@/Users/marian-danielrolnik/.codex/RTK.md"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/onre-finance/onre-sol",
      "path": "AGENTS.md",
      "ref": "f6a4c6e83e8e1091b325b084ac305a6ea23197c2",
      "url": "https://github.com/onre-finance/onre-sol/blob/f6a4c6e83e8e1091b325b084ac305a6ea23197c2/AGENTS.md",
      "key": "onre-finance/onre-sol/AGENTS.md"
    }
  },
  "instructions": "@/Users/marian-danielrolnik/.codex/RTK.md\n\n## Documentation Discipline\n\nFor every code change, check whether public behavior, instruction accounts, operational flows,\nCLI behavior, math, security controls, or integration assumptions changed.\n\nIf they changed, update the relevant docs/comments in the same work item before finishing:\n\n- `README.md`\n- `docs/*.md`\n- Rust doc comments on affected instructions/state\n- CLI help text or warnings under `scripts/cli/`\n- generated IDL/types when account layouts or instruction surfaces change\n\nIf no docs update is needed, explicitly state that the code ch",
  "cost": {
    "context_tokens": 173
  }
}

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