Keep the docs in sync with the code. When you change how the bridge behaves — e.g. `scripts/` (`bridge.sh`, `render.py`, `adapter.py`, `meta.py`), `scripts/adapters/*.json`, or `SKILL.md` — update `RE
Imported from kununu/agent-bridge (AGENTS.md). Install upstream with npx skills add kununu/agent-bridge. Copyright stays with the author.
agent-bridge — notes for agents working in this repo
Keep the docs in sync with the code. When you change how the bridge behaves — e.g.
scripts/ (bridge.sh, render.py, adapter.py, meta.py), scripts/adapters/*.json,
or SKILL.md — update README.md and any affected references/*.md in the same change.
Docs must match actual behavior. Keep them short, accurate, concise. No one wants to read pages of AI slop, so before expanding and growing the doc ensure that what you're writing is actually valuable.
Stale docs are worse than none.
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/kununu-agent-bridge-agent-bridge/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.
kununu-agent-bridge-agent-bridge.ocm.jsonjson
{
"ocm": "1",
"id": "kununu-agent-bridge-agent-bridge",
"kind": "skill",
"name": "agent-bridge",
"description": "Keep the docs in sync with the code. When you change how the bridge behaves — e.g. `scripts/` (`bridge.sh`, `render.py`, `adapter.py`, `meta.py`), `scripts/adapters/*.json`, or `SKILL.md` — update `README.md` and any affected `references/*.md` in the **same** change.",
"publisher": "kununu",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Keep the docs in sync with the code. When you change how the bridge behaves — e.g. `scripts/` (`bridge.sh`, `render.py`, `adapter.py`, `meta.py`), `scripts/adapters/*.json`, or `SKILL.md` — update `README.md` and any affected `references/*.md` in the **same** change."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/kununu/agent-bridge",
"path": "AGENTS.md",
"ref": "a627d2c6bea70021e4132fd078c2a2e0b8a163d2",
"url": "https://github.com/kununu/agent-bridge/blob/a627d2c6bea70021e4132fd078c2a2e0b8a163d2/AGENTS.md",
"key": "kununu/agent-bridge/AGENTS.md"
}
},
"instructions": "# agent-bridge — notes for agents working in this repo\n\nKeep the docs in sync with the code. When you change how the bridge behaves — e.g. \n`scripts/` (`bridge.sh`, `render.py`, `adapter.py`, `meta.py`), `scripts/adapters/*.json`,\nor `SKILL.md` — update `README.md` and any affected `references/*.md` in the **same** change.\n\nDocs must match actual behavior. Keep them short, accurate, concise. No one wants to read pages of AI slop, so before expanding and growing the doc ensure that what you're writing is actually valuable. \n\nStale docs are worse than none.",
"cost": {
"context_tokens": 140
}
}
Fetch it by URL: GET /api/v1/registry/kununu-agent-bridge-agent-bridge/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.