Skip to content
Skillv1.0.0

rafn

This repository generates Rust protobuf/tonic code from the BSR module configured in `buf.gen.yaml` (`buf.build/voron-software/rafn`). To pull the latest published definitions:

by voron-software(0) 0 installs
Free
Sign in to install

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

See reviews

About

Imported from voron-software/rafn (AGENTS.md). Install upstream with npx skills add voron-software/rafn. Copyright stays with the author.

Repository Guide

Updating Proto Definitions From BSR

This repository generates Rust protobuf/tonic code from the BSR module configured in buf.gen.yaml (buf.build/voron-software/rafn). To pull the latest published definitions:

  1. Make sure buf is installed and authenticated if the BSR module or plugins require it: buf registry login.
  2. From the repository root, run buf generate.
  3. Check src/proto/gen/ for generated file name changes. If the proto package changed, update the include in src/proto/mod.rs and remove stale generated files that buf generate left behind.
  4. Run cargo check --all-targets to verify the generated API still matches the Rust code.
  5. Review git diff before committing; generated files are checked in.

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/voron-software-rafn-rafn/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.

voron-software-rafn-rafn.ocm.jsonjson
{
  "ocm": "1",
  "id": "voron-software-rafn-rafn",
  "kind": "skill",
  "name": "rafn",
  "description": "This repository generates Rust protobuf/tonic code from the BSR module configured in `buf.gen.yaml` (`buf.build/voron-software/rafn`). To pull the latest published definitions:",
  "publisher": "voron-software",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "This repository generates Rust protobuf/tonic code from the BSR module configured in `buf.gen.yaml` (`buf.build/voron-software/rafn`). To pull the latest published definitions:"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/voron-software/rafn",
      "path": "AGENTS.md",
      "ref": "da624e532744598ccd0d45bd89e75ef3b08c464c",
      "url": "https://github.com/voron-software/rafn/blob/da624e532744598ccd0d45bd89e75ef3b08c464c/AGENTS.md",
      "key": "voron-software/rafn/AGENTS.md"
    }
  },
  "instructions": "# Repository Guide\n\n## Updating Proto Definitions From BSR\n\nThis repository generates Rust protobuf/tonic code from the BSR module configured in `buf.gen.yaml` (`buf.build/voron-software/rafn`). To pull the latest published definitions:\n\n1. Make sure `buf` is installed and authenticated if the BSR module or plugins require it:\n   `buf registry login`.\n2. From the repository root, run `buf generate`.\n3. Check `src/proto/gen/` for generated file name changes. If the proto package changed, update the include in `src/proto/mod.rs` and remove stale generated files that `buf generate` left behind.\n4",
  "cost": {
    "context_tokens": 190
  }
}

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