Instruction file imported from ZYX121212/runifold (
.cursor/rules/runifold-ops.mdc). Copyright stays with the author.
Read AGENTS.md and crates/runifold-ops/AGENTS.md. Use docs/ai/recipes for the current task; run the local validation profile.
Runifold runifold-ops boundaries
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsInstruction file imported from ZYX121212/runifold (
.cursor/rules/runifold-ops.mdc). Copyright stays with the author.
Read AGENTS.md and crates/runifold-ops/AGENTS.md. Use docs/ai/recipes for the current task; run the local validation profile.
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "zyx121212-runifold-runifold-ops-rule",
"kind": "skill",
"name": "runifold-ops",
"description": "Runifold runifold-ops boundaries",
"publisher": "ZYX121212",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-cursor-rules"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Runifold runifold-ops boundaries"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-cursor-rules",
"repository": "https://github.com/ZYX121212/runifold",
"path": ".cursor/rules/runifold-ops.mdc",
"ref": "fbe9092ba6c9f11d2eddeddc516ebd4c62df1a3d",
"url": "https://github.com/ZYX121212/runifold/blob/fbe9092ba6c9f11d2eddeddc516ebd4c62df1a3d/.cursor/rules/runifold-ops.mdc",
"key": "ZYX121212/runifold/.cursor/rules/runifold-ops.mdc"
},
"applies_to": "crates/runifold-ops/**"
},
"instructions": "<!-- Generated from canonical crate guide. -->\nRead AGENTS.md and crates/runifold-ops/AGENTS.md.\nUse docs/ai/recipes for the current task; run the local validation profile.",
"cost": {
"context_tokens": 43
}
}Fetch it by URL: GET /api/v1/registry/zyx121212-runifold-runifold-ops-rule/manifest?version=1.0.0
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.