Chat mode imported from yonatangross/consumer-complaint-system (
.github/chatmodes/plan.chatmode.md). Copyright stays with the author.
// ...empty file or add your chatmode content here...
// ...empty file or add your chatmode content here...
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsChat mode imported from yonatangross/consumer-complaint-system (
.github/chatmodes/plan.chatmode.md). Copyright stays with the author.
// ...empty file or add your chatmode content here...
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": "yonatangross-consumer-complaint-system-plan-chatmode",
"kind": "persona",
"name": "plan",
"description": "// ...empty file or add your chatmode content here...",
"publisher": "yonatangross",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"// ...empty file or add your chatmode content here..."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/yonatangross/consumer-complaint-system",
"path": ".github/chatmodes/plan.chatmode.md",
"ref": "65c89f42b70206c3c7730fff7573699eb3556e0b",
"url": "https://github.com/yonatangross/consumer-complaint-system/blob/65c89f42b70206c3c7730fff7573699eb3556e0b/.github/chatmodes/plan.chatmode.md",
"key": "yonatangross/consumer-complaint-system/.github/chatmodes/plan.chatmode.md"
}
},
"instructions": "// ...empty file or add your chatmode content here...",
"cost": {
"context_tokens": 13
}
}Fetch it by URL: GET /api/v1/registry/yonatangross-consumer-complaint-system-plan-chatmode/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.