Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/cosscom-coss-coss/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.
cosscom-coss-coss.ocm.jsonjson
{
"ocm": "1",
"id": "cosscom-coss-coss",
"kind": "skill",
"name": "coss",
"description": "Guidelines for AI agents working on this codebase.",
"publisher": "cosscom",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Guidelines for AI agents working on this codebase."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/cosscom/coss",
"path": "AGENTS.md",
"ref": "3bab6543c83b2634a43f5269e29cf86340ce8101",
"url": "https://github.com/cosscom/coss/blob/3bab6543c83b2634a43f5269e29cf86340ce8101/AGENTS.md",
"key": "cosscom/coss/AGENTS.md"
}
},
"instructions": "# AGENTS.md\n\nGuidelines for AI agents working on this codebase.\n\n## Main Documentation\n\nThe comprehensive agent guidelines for this repository are located in:\n\n**[apps/ui/AGENTS.md](apps/ui/AGENTS.md)**",
"cost": {
"context_tokens": 50
}
}
Fetch it by URL: GET /api/v1/registry/cosscom-coss-coss/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.