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 ttoss/ttoss (.github/instructions/ai.instructions.md). Copyright stays with the author.
When writing or updating documentation related to Artificial Intelligence (AI) at ttoss, reference to Agentic Development Principles (/docs/website/docs/ai/02-agentic-development-principles.md) should be included where relevant. Ensure that the principles outlined in the Agentic Development Principles document are integrated into AI-related content to maintain consistency and reinforce best practices across all AI documentation.
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/ttoss-ttoss-ai-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.
ttoss-ttoss-ai-instructions.ocm.jsonjson
{
"ocm": "1",
"id": "ttoss-ttoss-ai-instructions",
"kind": "skill",
"name": "ai",
"description": "AI documentation",
"publisher": "ttoss",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"AI documentation"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/ttoss/ttoss",
"path": ".github/instructions/ai.instructions.md",
"ref": "1f07e8df5d86b0983d1cbcb4ed4cd67c33bcc760",
"url": "https://github.com/ttoss/ttoss/blob/1f07e8df5d86b0983d1cbcb4ed4cd67c33bcc760/.github/instructions/ai.instructions.md",
"key": "ttoss/ttoss/.github/instructions/ai.instructions.md"
},
"applies_to": "**/docs/website/docs/ai/**"
},
"instructions": "When writing or updating documentation related to Artificial Intelligence (AI) at ttoss, reference to Agentic Development Principles (/docs/website/docs/ai/02-agentic-development-principles.md) should be included where relevant. Ensure that the principles outlined in the Agentic Development Principles document are integrated into AI-related content to maintain consistency and reinforce best practices across all AI documentation.",
"cost": {
"context_tokens": 108
}
}
Fetch it by URL: GET /api/v1/registry/ttoss-ttoss-ai-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.