Skip to content
Skillv1.0.0

herdr-gui

Run before committing:

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

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

See reviews

About

Imported from undivisible/herdr-gui (AGENTS.md). Install upstream with npx skills add undivisible/herdr-gui. Copyright stays with the author.

AGENTS.md

Build

  • Use Cargo for Rust work.
  • Use crepus dev for local app smoke tests.
  • Use wax, not brew.

Checks

Run before committing:

cargo fmt -- --check
cargo clippy --all-targets -- -D warnings
cargo test

Scope

  • Keep Herdr as the only backend.
  • Treat cmux, Warp, Arc, and Superconductor as UI/product references only.
  • Do not add browser panes, plugin UI, marketplace, cloud accounts, or telemetry.
  • Prefer small GPUI changes in crates/herdr-gui/src/main.rs.
  • Prefer Herdr socket wrappers in crates/herdr-gui/src/herdr.rs.
  • Prefer libghostty changes in crates/herdr-gui/src/ghostty.rs.

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/undivisible-herdr-gui-herdr-gui/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.

undivisible-herdr-gui-herdr-gui.ocm.jsonjson
{
  "ocm": "1",
  "id": "undivisible-herdr-gui-herdr-gui",
  "kind": "skill",
  "name": "herdr-gui",
  "description": "Run before committing:",
  "publisher": "undivisible",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Run before committing:"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/undivisible/herdr-gui",
      "path": "AGENTS.md",
      "ref": "12f45c68ad6fcde7b7c32963ce526b749d20e451",
      "url": "https://github.com/undivisible/herdr-gui/blob/12f45c68ad6fcde7b7c32963ce526b749d20e451/AGENTS.md",
      "key": "undivisible/herdr-gui/AGENTS.md"
    }
  },
  "instructions": "# AGENTS.md\n\n## Build\n\n- Use Cargo for Rust work.\n- Use `crepus dev` for local app smoke tests.\n- Use `wax`, not `brew`.\n\n## Checks\n\nRun before committing:\n\n```sh\ncargo fmt -- --check\ncargo clippy --all-targets -- -D warnings\ncargo test\n```\n\n## Scope\n\n- Keep Herdr as the only backend.\n- Treat cmux, Warp, Arc, and Superconductor as UI/product references only.\n- Do not add browser panes, plugin UI, marketplace, cloud accounts, or telemetry.\n- Prefer small GPUI changes in `crates/herdr-gui/src/main.rs`.\n- Prefer Herdr socket wrappers in `crates/herdr-gui/src/herdr.rs`.\n- Prefer libghostty changes",
  "cost": {
    "context_tokens": 159
  }
}

Fetch it by URL: GET /api/v1/registry/undivisible-herdr-gui-herdr-gui/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.