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.
Instruction file imported from ODck/nightshift (.github/instructions/sandbox.instructions.md). Copyright stays with the author.
Sandbox App Instructions
Provide minimal example game logic using the engine crates.
Always include comments explaining:
Why each system is added to the scheduler.
How entities/components are used in practice.
Start simple:
A triangle render.
A spinning cube.
A moving camera.
Use this app to teach new users how to use the engine.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/odck-nightshift-sandbox-instructions/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
odck-nightshift-sandbox-instructions.ocm.jsonjson
{
"ocm": "1",
"id": "odck-nightshift-sandbox-instructions",
"kind": "skill",
"name": "sandbox",
"description": "Sandbox App Instructions",
"publisher": "ODck",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Sandbox App Instructions"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/ODck/nightshift",
"path": ".github/instructions/sandbox.instructions.md",
"ref": "5b1299f54fbb9e1aaa2c1f478e6d37d40546c00e",
"url": "https://github.com/ODck/nightshift/blob/5b1299f54fbb9e1aaa2c1f478e6d37d40546c00e/.github/instructions/sandbox.instructions.md",
"key": "ODck/nightshift/.github/instructions/sandbox.instructions.md"
},
"applies_to": "apps/sandbox/**/*.rs"
},
"instructions": "# Sandbox App Instructions\n\n- Provide **minimal example game logic** using the engine crates.\n- Always include comments explaining:\n - Why each system is added to the scheduler.\n - How entities/components are used in practice.\n- Start simple:\n - A triangle render.\n - A spinning cube.\n - A moving camera.\n- Use this app to **teach new users** how to use the engine.",
"cost": {
"context_tokens": 92
}
}
Fetch it by URL: GET /api/v1/registry/odck-nightshift-sandbox-instructions/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.