Skip to content
Skillv1.0.0

komtar

`komtar` is a development-only Rust reverse proxy. Keep the runtime as one self-contained binary: JavaScript and CSS belong in `assets/client.js` and are embedded with `include_str!`.

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

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

See reviews

About

Imported from rot256/komtar (AGENTS.md). Install upstream with npx skills add rot256/komtar. Copyright stays with the author.

Repository instructions

komtar is a development-only Rust reverse proxy. Keep the runtime as one self-contained binary: JavaScript and CSS belong in assets/client.js and are embedded with include_str!.

Run the checks below before handing off changes:

cargo fmt --check
cargo clippy --all-targets --all-features -- -D warnings
cargo test
npm ci
npm run lint
uv run pytest
cargo build --release

Do not add production integration hooks. A project is annotated only when its developer deliberately visits the address printed by komtar. Preserve the version-1 newline-delimited JSON schema unless a breaking format change is explicitly requested.

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/rot256-komtar-komtar/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.

rot256-komtar-komtar.ocm.jsonjson
{
  "ocm": "1",
  "id": "rot256-komtar-komtar",
  "kind": "skill",
  "name": "komtar",
  "description": "`komtar` is a development-only Rust reverse proxy. Keep the runtime as one self-contained binary: JavaScript and CSS belong in `assets/client.js` and are embedded with `include_str!`.",
  "publisher": "rot256",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "`komtar` is a development-only Rust reverse proxy. Keep the runtime as one self-contained binary: JavaScript and CSS belong in `assets/client.js` and are embedded with `include_str!`."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/rot256/komtar",
      "path": "AGENTS.md",
      "ref": "2aacdb9765eda83484d2c3638273c4a68a88ae1b",
      "url": "https://github.com/rot256/komtar/blob/2aacdb9765eda83484d2c3638273c4a68a88ae1b/AGENTS.md",
      "key": "rot256/komtar/AGENTS.md"
    }
  },
  "instructions": "# Repository instructions\n\n`komtar` is a development-only Rust reverse proxy. Keep the runtime as one\nself-contained binary: JavaScript and CSS belong in `assets/client.js` and are\nembedded with `include_str!`.\n\nRun the checks below before handing off changes:\n\n```sh\ncargo fmt --check\ncargo clippy --all-targets --all-features -- -D warnings\ncargo test\nnpm ci\nnpm run lint\nuv run pytest\ncargo build --release\n```\n\nDo not add production integration hooks. A project is annotated only when its\ndeveloper deliberately visits the address printed by `komtar`. Preserve the\nversion-1 newline-delimited JSO",
  "cost": {
    "context_tokens": 166
  }
}

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