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.
Implement work in thin vertical slices that keep the system runnable and testable after each step. Use when building any feature that touches multiple files, layers, or moving parts.
Imported from NoMoneyDaddy/One_Botton_Done_Project (skills/incremental-implementation/SKILL.md). Install upstream with npx skills add NoMoneyDaddy/One_Botton_Done_Project --skill incremental-implementation. Copyright stays with the author.
incremental-implementation
Legacy mirror wrapper.
Canonical content lives at ../../.agents/skills/incremental-implementation/SKILL.md.
Read that file completely before proceeding.
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": "nomoneydaddy-one-botton-done-project-incremental-implementation",
"kind": "skill",
"name": "incremental-implementation",
"description": "Implement work in thin vertical slices that keep the system runnable and testable after each step. Use when building any feature that touches multiple files, layers, or moving parts.",
"publisher": "NoMoneyDaddy",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Implement work in thin vertical slices that keep the system runnable and testable after each step. Use when building any feature that touches multiple files, layers, or moving parts."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/NoMoneyDaddy/One_Botton_Done_Project",
"path": "skills/incremental-implementation/SKILL.md",
"ref": "70c98375e2a87cba6adf1ffd5261c74cf8531311",
"url": "https://github.com/NoMoneyDaddy/One_Botton_Done_Project/blob/70c98375e2a87cba6adf1ffd5261c74cf8531311/skills/incremental-implementation/SKILL.md",
"key": "NoMoneyDaddy/One_Botton_Done_Project/skills/incremental-implementation/SKILL.md"
}
},
"instructions": "# incremental-implementation\n\nLegacy mirror wrapper.\n\nCanonical content lives at `../../.agents/skills/incremental-implementation/SKILL.md`.\nRead that file completely before proceeding.",
"cost": {
"context_tokens": 46
}
}
Fetch it by URL: GET /api/v1/registry/nomoneydaddy-one-botton-done-project-incremental-implementation/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.