Imported from Goodwiinz/rag (AGENTS.md). Install upstream with npx skills add Goodwiinz/rag. Copyright stays with the author.
Repository agent instructions
Repository context and engineering commands live in docs/engineering/.
Directory-specific AGENTS.md files add narrower rules.
NOUS improvement loop
When the user asks for the NOUS loop, a self-improvement tick, or autonomous
iterative bug fixing, read docs/engineering/nous-loop.md completely before
taking action. It is the canonical cross-runtime workflow.
Runtime-specific commands are adapters only. They may map available tools onto
the canonical capability contract, but they may not weaken its evidence,
review, authorization, or terminal-outcome gates.
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/goodwiinz-rag-rag/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.
goodwiinz-rag-rag.ocm.jsonjson
{
"ocm": "1",
"id": "goodwiinz-rag-rag",
"kind": "skill",
"name": "rag",
"description": "Repository context and engineering commands live in `docs/engineering/`. Directory-specific `AGENTS.md` files add narrower rules.",
"publisher": "Goodwiinz",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Repository context and engineering commands live in `docs/engineering/`. Directory-specific `AGENTS.md` files add narrower rules."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Goodwiinz/rag",
"path": "AGENTS.md",
"ref": "5dfe160d82af90fcdc512ca977e8f04c838ba36e",
"url": "https://github.com/Goodwiinz/rag/blob/5dfe160d82af90fcdc512ca977e8f04c838ba36e/AGENTS.md",
"key": "Goodwiinz/rag/AGENTS.md"
}
},
"instructions": "# Repository agent instructions\n\nRepository context and engineering commands live in `docs/engineering/`.\nDirectory-specific `AGENTS.md` files add narrower rules.\n\n## NOUS improvement loop\n\nWhen the user asks for the NOUS loop, a self-improvement tick, or autonomous\niterative bug fixing, read `docs/engineering/nous-loop.md` completely before\ntaking action. It is the canonical cross-runtime workflow.\n\nRuntime-specific commands are adapters only. They may map available tools onto\nthe canonical capability contract, but they may not weaken its evidence,\nreview, authorization, or terminal-outcome g",
"cost": {
"context_tokens": 151
}
}
Fetch it by URL: GET /api/v1/registry/goodwiinz-rag-rag/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.