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.
csharp-code-standards - Skill - OpenSmartRoute
Skillv1.0.0
csharp-code-standards
Placeholder: the stack-specific C# code standards land here; the file exists so pointers from `unit-test-creation`, `pipeline-stg6-implementation`, and `xml-documentation.instructions.md` resolve. Unt
Instruction file imported from ryan-io/agentic-skills (.github/instructions/csharp-code-standards.instructions.md). Copyright stays with the author.
C# Code Standards (stub)
Placeholder: the stack-specific C# code standards land here; the file exists so pointers from unit-test-creation, pipeline-stg6-implementation, and xml-documentation.instructions.md resolve. Until the real content arrives, those skills fall back to their inline defaults: pure business-logic tier never references a UI-framework assembly, composition-root DI against Contracts interfaces, no service locators or static mutable state, async/await with ConfigureAwait(false) in the pure tier, UI-thread marshaling only at the UI edge. Central file: fill it in the agentic-skills repo; the sync overwrites project-local edits.
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/ryan-io-agentic-skills-csharp-code-standards-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": "ryan-io-agentic-skills-csharp-code-standards-instructions",
"kind": "skill",
"name": "csharp-code-standards",
"description": "Placeholder: the stack-specific C# code standards land here; the file exists so pointers from `unit-test-creation`, `pipeline-stg6-implementation`, and `xml-documentation.instructions.md` resolve. Until the real content arrives, those skills fall back to their inline defaults: pure business-logic tier never references a UI-framework assembly, composition-root DI against `Contracts` interfaces, no service locators or static mutable state, `async`/`await` with `ConfigureAwait(false)` in the pure tier, UI-thread marshaling only at the UI edge. Central file: fill it in the agentic-skills repo; the sync overwrites project-local edits.",
"publisher": "ryan-io",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Placeholder: the stack-specific C# code standards land here; the file exists so pointers from `unit-test-creation`, `pipeline-stg6-implementation`, and `xml-documentation.instructions.md` resolve. Until the real content arrives, those skills fall back to their inline defaults: pure business-logic tier never references a UI-framework assembly, composition-root DI against `Contracts` interfaces, no service locators or static mutable state, `async`/`await` with `ConfigureAwait(false)` in the pure tier, UI-thread marshaling only at the UI edge. Central file: fill it in the agentic-skills repo; the sync overwrites project-local edits."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/ryan-io/agentic-skills",
"path": ".github/instructions/csharp-code-standards.instructions.md",
"ref": "31f277dfc50df392b6a28c78769a7e55d2d65dd0",
"url": "https://github.com/ryan-io/agentic-skills/blob/31f277dfc50df392b6a28c78769a7e55d2d65dd0/.github/instructions/csharp-code-standards.instructions.md",
"key": "ryan-io/agentic-skills/.github/instructions/csharp-code-standards.instructions.md"
},
"applies_to": "**/*.cs"
},
"instructions": "# C# Code Standards (stub)\n\nPlaceholder: the stack-specific C# code standards land here; the file exists so pointers from `unit-test-creation`, `pipeline-stg6-implementation`, and `xml-documentation.instructions.md` resolve. Until the real content arrives, those skills fall back to their inline defaults: pure business-logic tier never references a UI-framework assembly, composition-root DI against `Contracts` interfaces, no service locators or static mutable state, `async`/`await` with `ConfigureAwait(false)` in the pure tier, UI-thread marshaling only at the UI edge. Central file: fill it in ",
"cost": {
"context_tokens": 166
}
}
Fetch it by URL: GET /api/v1/registry/ryan-io-agentic-skills-csharp-code-standards-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.