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.
godot - Skill - OpenSmartRoute
Skillv1.0.0
godot
Use when creating or editing BOSS Godot controller JavaScript files (GodotController). Covers configure/ready/receive function order, property() id pattern, events object, and delegate dispatch.
Instruction file imported from PeqNP/boss (.github/instructions/godot.instructions.md). Copyright stays with the author.
Read the index at the top of docs/prompt/shared.md and docs/prompt/js.md, then js.md § Godot Integration and any other section that applies. Do not ingest either file whole.
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/peqnp-boss-godot-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.
peqnp-boss-godot-instructions.ocm.jsonjson
{
"ocm": "1",
"id": "peqnp-boss-godot-instructions",
"kind": "skill",
"name": "godot",
"description": "Use when creating or editing BOSS Godot controller JavaScript files (GodotController). Covers configure/ready/receive function order, property() id pattern, events object, and delegate dispatch.",
"publisher": "PeqNP",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when creating or editing BOSS Godot controller JavaScript files (GodotController). Covers configure/ready/receive function order, property() id pattern, events object, and delegate dispatch."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/PeqNP/boss",
"path": ".github/instructions/godot.instructions.md",
"ref": "485089f8c48824f3d861294019f7e48624cd8a47",
"url": "https://github.com/PeqNP/boss/blob/485089f8c48824f3d861294019f7e48624cd8a47/.github/instructions/godot.instructions.md",
"key": "PeqNP/boss/.github/instructions/godot.instructions.md"
},
"applies_to": "public/boss/app/**/controller/*.js"
},
"instructions": "Read the index at the top of `docs/prompt/shared.md` and `docs/prompt/js.md`, then `js.md` § Godot Integration and any other section that applies. Do not ingest either file whole.",
"cost": {
"context_tokens": 44
}
}
Fetch it by URL: GET /api/v1/registry/peqnp-boss-godot-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.