Answers from the documentation - opens a ticket when you need a person
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.
Answers come from the docs; check anything important there.
Imported from alschofield/csharp-data-structures-and-algorithms (AGENTS.md). Install upstream with npx skills add alschofield/csharp-data-structures-and-algorithms. Copyright stays with the author.
Learning Repo Source Ownership
The user writes all production C# by hand.
Production .cs files are user-owned. Do not create, delete, or modify them unless the user explicitly requests that exact source edit.
This includes blank scaffolds, declarations, stubs, and completed implementations.
Tests under tests/, documentation, and build tooling are agent-editable.
Review production source read-only; report findings and verify after the user changes it.
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/alschofield-csharp-data-structures-and-algorithms-csharp-a04d2c/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": "alschofield-csharp-data-structures-and-algorithms-csharp-a04d2c",
"kind": "skill",
"name": "csharp-data-structures-and-algorithms",
"description": "The user writes all production C# by hand.",
"publisher": "alschofield",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"The user writes all production C# by hand."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/alschofield/csharp-data-structures-and-algorithms",
"path": "AGENTS.md",
"ref": "d133b90c5a7c2ffd56a859a66eafeacfebecc15a",
"url": "https://github.com/alschofield/csharp-data-structures-and-algorithms/blob/d133b90c5a7c2ffd56a859a66eafeacfebecc15a/AGENTS.md",
"key": "alschofield/csharp-data-structures-and-algorithms/AGENTS.md"
}
},
"instructions": "# Learning Repo Source Ownership\n\nThe user writes all production C# by hand.\n\n- Production `.cs` files are user-owned. Do not create, delete, or modify them unless the user explicitly requests that exact source edit.\n- This includes blank scaffolds, declarations, stubs, and completed implementations.\n- Tests under `tests/`, documentation, and build tooling are agent-editable.\n- Review production source read-only; report findings and verify after the user changes it.",
"cost": {
"context_tokens": 117
}
}
Fetch it by URL: GET /api/v1/registry/alschofield-csharp-data-structures-and-algorithms-csharp-a04d2c/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.