This makes agent-introduced changes easy to search for (e.g., grep -r "AGENT EDIT"), audit, and revert.
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/lbhb-nems-nems/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.
lbhb-nems-nems.ocm.jsonjson
{
"ocm": "1",
"id": "lbhb-nems-nems",
"kind": "skill",
"name": "NEMS",
"description": "This file provides guidance to AI agents working in this repository. See CLAUDE.md for full project context.",
"publisher": "LBHB",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This file provides guidance to AI agents working in this repository. See CLAUDE.md for full project context."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/LBHB/NEMS",
"path": "AGENTS.md",
"ref": "6b979b8233c922646b1516a6dee107bcfdb1400e",
"url": "https://github.com/LBHB/NEMS/blob/6b979b8233c922646b1516a6dee107bcfdb1400e/AGENTS.md",
"key": "LBHB/NEMS/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\nThis file provides guidance to AI agents working in this repository. See CLAUDE.md for full project context.\n\n## Conventions\n\n- **Agent code edits:** Wrap any new or modified block of code introduced by an agent with start/end comment tags:\n ```python\n # [AGENT EDIT START | agent: <agent> | user: <user> | reason: <description> | date: YYYY-MM-DD]\n ... new/edited code ...\n # [AGENT EDIT END]\n ```\n This makes agent-introduced changes easy to search for (e.g., `grep -r \"AGENT EDIT\"`), audit, and revert.",
"cost": {
"context_tokens": 131
}
}
Fetch it by URL: GET /api/v1/registry/lbhb-nems-nems/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.