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-with-docs - Skill - OpenSmartRoute
Skillv1.0.0
grill-with-docs
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.
Imported from f1sherman/new-machine-bootstrap (roles/common/files/vendor/mattpocock-skills/grill-with-docs/SKILL.md). Install upstream with npx skills add f1sherman/new-machine-bootstrap --skill grill-with-docs. Copyright stays with the author.
Use the harness's skill mechanism, when available, to load and follow both the grilling and domain-modeling skills. If the mechanism is unavailable or cannot load either dependency (including invocation-policy rejection), read and follow both sibling files ../grilling/SKILL.md and ../domain-modeling/SKILL.md.
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.
{
"ocm": "1",
"id": "f1sherman-new-machine-bootstrap-grill-with-docs",
"kind": "skill",
"name": "grill-with-docs",
"description": "A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.",
"publisher": "f1sherman",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/f1sherman/new-machine-bootstrap",
"path": "roles/common/files/vendor/mattpocock-skills/grill-with-docs/SKILL.md",
"ref": "9409024295eedcef3fadf106f774ca05af5d81da",
"url": "https://github.com/f1sherman/new-machine-bootstrap/blob/9409024295eedcef3fadf106f774ca05af5d81da/roles/common/files/vendor/mattpocock-skills/grill-with-docs/SKILL.md",
"key": "f1sherman/new-machine-bootstrap/roles/common/files/vendor/mattpocock-skills/grill-with-docs/SKILL.md"
}
},
"instructions": "Use the harness's skill mechanism, when available, to load and follow both the `grilling` and `domain-modeling` skills. If the mechanism is unavailable or cannot load either dependency (including invocation-policy rejection), read and follow both sibling files `../grilling/SKILL.md` and `../domain-modeling/SKILL.md`.",
"cost": {
"context_tokens": 79
}
}
Fetch it by URL: GET /api/v1/registry/f1sherman-new-machine-bootstrap-grill-with-docs/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.