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 rcarmo/webterm (.github/instructions/go.instructions.md). Copyright stays with the author.
Go project instructions
Applies when: this repo has go.mod.
Makefile-first workflow
CI should run make check, and make race for concurrency-sensitive paths.
Put golangci-lint and gosec wiring behind Make targets when introduced.
Conventions to implement
make test should run go test ./....
Avoid bespoke CI steps when a Make target can encode the same behavior.
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/rcarmo-webterm-go-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.
rcarmo-webterm-go-instructions.ocm.jsonjson
{
"ocm": "1",
"id": "rcarmo-webterm-go-instructions",
"kind": "skill",
"name": "go",
"description": "Applies when: this repo has `go.mod`.",
"publisher": "rcarmo",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Applies when: this repo has `go.mod`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/rcarmo/webterm",
"path": ".github/instructions/go.instructions.md",
"ref": "fe3cc0340b5f4e86ec73ae5dcf311d78930134ec",
"url": "https://github.com/rcarmo/webterm/blob/fe3cc0340b5f4e86ec73ae5dcf311d78930134ec/.github/instructions/go.instructions.md",
"key": "rcarmo/webterm/.github/instructions/go.instructions.md"
}
},
"instructions": "# Go project instructions\n\nApplies when: this repo has `go.mod`.\n\n## Makefile-first workflow\n- CI should run `make check`, and `make race` for concurrency-sensitive paths.\n- Put `golangci-lint` and `gosec` wiring behind Make targets when introduced.\n\n## Conventions to implement\n- `make test` should run `go test ./...`.\n- Avoid bespoke CI steps when a Make target can encode the same behavior.",
"cost": {
"context_tokens": 98
}
}
Fetch it by URL: GET /api/v1/registry/rcarmo-webterm-go-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.