Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
{
"ocm": "1",
"id": "snedea-recursive-llm-recurse-core-instructions",
"kind": "skill",
"name": "recurse-core",
"description": "All behavior is defined in `AGENTS.md`.",
"publisher": "snedea",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"All behavior is defined in `AGENTS.md`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/snedea/recursive-llm",
"path": ".github/instructions/recurse-core.instructions.md",
"ref": "34c8f52e20c29927f5f4750683607642b043c497",
"url": "https://github.com/snedea/recursive-llm/blob/34c8f52e20c29927f5f4750683607642b043c497/.github/instructions/recurse-core.instructions.md",
"key": "snedea/recursive-llm/.github/instructions/recurse-core.instructions.md"
}
},
"instructions": "# RecurseKit Core Rules\n\nAll behavior is defined in `AGENTS.md`.\n\n1. Never load raw content into conversation. Use the runtime's probe command.\n2. Code before tokens. If grep/awk/jq can answer it, don't use a sub-call.\n3. Batch aggressively. ~100K tokens per sub-call minimum.\n4. Filter before processing. Narrow scope before expensive sub-calls.\n5. State lives on disk in `.recurse-kit/workspace/`.\n6. The runtime (`recursekit/`) owns all logic. Tool-layer files are wrappers only.",
"cost": {
"context_tokens": 120
}
}
Fetch it by URL: GET /api/v1/registry/snedea-recursive-llm-recurse-core-instructions/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.