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.
grill-me - Skill - OpenSmartRoute
Skillv1.0.0
grill-me
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their
Imported from amalgamet/dotfiles (claude/.claude/skills/grill-me/SKILL.md). Install upstream with npx skills add amalgamet/dotfiles --skill grill-me. Copyright stays with the author.
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one.
If a question can be answered by exploring the codebase, explore the codebase instead.
Use it
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}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
amalgamet-dotfiles-grill-me.ocm.jsonjson
{
"ocm": "1",
"id": "amalgamet-dotfiles-grill-me",
"kind": "skill",
"name": "grill-me",
"description": "Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions \"grill me\".",
"publisher": "amalgamet",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions \"grill me\"."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/amalgamet/dotfiles",
"path": "claude/.claude/skills/grill-me/SKILL.md",
"ref": "b5dc2cdac907ad4552342ab9a0a3cb49bd46b735",
"url": "https://github.com/amalgamet/dotfiles/blob/b5dc2cdac907ad4552342ab9a0a3cb49bd46b735/claude/.claude/skills/grill-me/SKILL.md",
"key": "amalgamet/dotfiles/claude/.claude/skills/grill-me/SKILL.md"
}
},
"instructions": "Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one.\n\nIf a question can be answered by exploring the codebase, explore the codebase instead.",
"cost": {
"context_tokens": 69
}
}
Fetch it by URL: GET /api/v1/registry/amalgamet-dotfiles-grill-me/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.