Instruction file imported from ttizze/x-fact-check (
.cursor/rules/hono.mdc). Copyright stays with the author.
Your rule content
- You can @ files here
- You can use markdown but dont have to
use hono
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsInstruction file imported from ttizze/x-fact-check (
.cursor/rules/hono.mdc). Copyright stays with the author.
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": "ttizze-x-fact-check-hono-rule",
"kind": "skill",
"name": "hono",
"description": "use hono",
"publisher": "ttizze",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-cursor-rules"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"use hono"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-cursor-rules",
"repository": "https://github.com/ttizze/x-fact-check",
"path": ".cursor/rules/hono.mdc",
"ref": "92f85bd9a4bc8df713e3b7c090a083e616b92a03",
"url": "https://github.com/ttizze/x-fact-check/blob/92f85bd9a4bc8df713e3b7c090a083e616b92a03/.cursor/rules/hono.mdc",
"key": "ttizze/x-fact-check/.cursor/rules/hono.mdc"
}
},
"instructions": "# Your rule content\n\n- You can @ files here\n- You can use markdown but dont have to",
"cost": {
"context_tokens": 20
}
}Fetch it by URL: GET /api/v1/registry/ttizze-x-fact-check-hono-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.