Skip to content
Skillv1.0.0

voice

Everything else is discoverable from the code itself — read the files rather than a summary of them.

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

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

See reviews

About

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

AGENTS.md

Sync rule: this file and CLAUDE.md must never contradict each other. CLAUDE.md is the single source of truth for this repo; this file exists only so non-Claude agents find it. Change guidance in CLAUDE.md and check this pointer still holds — do not fork it into two sets of rules.

Read CLAUDE.md before doing anything in this repository. It covers the macOS and Linux implementations, build and manual-test commands, the dictation state machine, coding style, commit and release conventions, and what must never be committed.

Everything else is discoverable from the code itself — read the files rather than a summary of them.

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/rbmrs-voice-voice/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.

rbmrs-voice-voice.ocm.jsonjson
{
  "ocm": "1",
  "id": "rbmrs-voice-voice",
  "kind": "skill",
  "name": "voice",
  "description": "Everything else is discoverable from the code itself — read the files rather than a summary of them.",
  "publisher": "rbmrs",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Everything else is discoverable from the code itself — read the files rather than a summary of them."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/rbmrs/voice",
      "path": "AGENTS.md",
      "ref": "5e85ab08784970c1a425f735ef5377068088df9f",
      "url": "https://github.com/rbmrs/voice/blob/5e85ab08784970c1a425f735ef5377068088df9f/AGENTS.md",
      "key": "rbmrs/voice/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\n> **Sync rule:** this file and `CLAUDE.md` must never contradict each other. `CLAUDE.md` is the single source of truth for this repo; this file exists only so non-Claude agents find it. Change guidance in `CLAUDE.md` and check this pointer still holds — do not fork it into two sets of rules.\n\n**Read `CLAUDE.md` before doing anything in this repository.** It covers the macOS and Linux implementations, build and manual-test commands, the dictation state machine, coding style, commit and release conventions, and what must never be committed.\n\nEverything else is discoverable from the ",
  "cost": {
    "context_tokens": 164
  }
}

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