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.
spriglet - Skill - OpenSmartRoute
Skillv1.0.0
spriglet
After each completed milestone, run the relevant checks, commit its code, project files, tests, and documentation, and push the current branch to `origin`.
Imported from eyenpi/spriglet (AGENTS.md). Install upstream with npx skills add eyenpi/spriglet. Copyright stays with the author.
Milestone workflow
After each completed milestone, run the relevant checks, commit its code, project files, tests, and documentation, and push the current branch to origin.
Report the commit and branch after the push succeeds.
Technology choices
Use current Swift and Apple platform APIs. Verify new technology choices against current official Apple or Swift documentation and the installed SDK. Do not introduce deprecated APIs.
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.
eyenpi-spriglet-spriglet.ocm.jsonjson
{
"ocm": "1",
"id": "eyenpi-spriglet-spriglet",
"kind": "skill",
"name": "spriglet",
"description": "After each completed milestone, run the relevant checks, commit its code, project files, tests, and documentation, and push the current branch to `origin`.",
"publisher": "eyenpi",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"After each completed milestone, run the relevant checks, commit its code, project files, tests, and documentation, and push the current branch to `origin`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/eyenpi/spriglet",
"path": "AGENTS.md",
"ref": "d66d2012fbf03f0bf7a220798e6334157d267f05",
"url": "https://github.com/eyenpi/spriglet/blob/d66d2012fbf03f0bf7a220798e6334157d267f05/AGENTS.md",
"key": "eyenpi/spriglet/AGENTS.md"
}
},
"instructions": "# Milestone workflow\n\nAfter each completed milestone, run the relevant checks, commit its code, project files, tests, and documentation, and push the current branch to `origin`.\n\nReport the commit and branch after the push succeeds.\n\n# Technology choices\n\nUse current Swift and Apple platform APIs. Verify new technology choices against current official Apple or Swift documentation and the installed SDK. Do not introduce deprecated APIs.",
"cost": {
"context_tokens": 109
}
}
Fetch it by URL: GET /api/v1/registry/eyenpi-spriglet-spriglet/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.