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.
instructions - Skill - OpenSmartRoute
Skillv1.0.0
instructions
we code in ANSI C, and compile with -Wall -pedantic -ANSI our goal is to write an assembler always respond in english look at summary.md for guidelines and examples look at suggested algorithms.md for
Instruction file imported from yuval2324/assembler-project (.github/instructions/instructions.instructions.md). Copyright stays with the author.
we code in ANSI C, and compile with -Wall -pedantic -ANSI
our goal is to write an assembler
always respond in english
look at summary.md for guidelines and examples
look at suggested algorithms.md for algorithm guidelines
All comments must use /* ... */ style, as required by ANSI C
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/yuval2324-assembler-project-instructions-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.
{
"ocm": "1",
"id": "yuval2324-assembler-project-instructions-instructions",
"kind": "skill",
"name": "instructions",
"description": "we code in ANSI C, and compile with -Wall -pedantic -ANSI our goal is to write an assembler always respond in english look at summary.md for guidelines and examples look at suggested algorithms.md for algorithm guidelines All comments must use /* ... */ style, as required by ANSI C",
"publisher": "yuval2324",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"we code in ANSI C, and compile with -Wall -pedantic -ANSI our goal is to write an assembler always respond in english look at summary.md for guidelines and examples look at suggested algorithms.md for algorithm guidelines All comments must use /* ... */ style, as required by ANSI C"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/yuval2324/assembler-project",
"path": ".github/instructions/instructions.instructions.md",
"ref": "6cb248c05d9a05113084976d5374a9f8e7f3af83",
"url": "https://github.com/yuval2324/assembler-project/blob/6cb248c05d9a05113084976d5374a9f8e7f3af83/.github/instructions/instructions.instructions.md",
"key": "yuval2324/assembler-project/.github/instructions/instructions.instructions.md"
},
"applies_to": "**"
},
"instructions": "we code in ANSI C, and compile with -Wall -pedantic -ANSI\nour goal is to write an assembler \nalways respond in english\nlook at summary.md for guidelines and examples \nlook at suggested algorithms.md for algorithm guidelines\nAll comments must use /* ... */ style, as required by ANSI C",
"cost": {
"context_tokens": 71
}
}
Fetch it by URL: GET /api/v1/registry/yuval2324-assembler-project-instructions-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.