Imported from morzecrew/torve (
pages/docs/architecture/AGENTS.md). Install upstream withnpx skills add morzecrew/torve --skill architecture. Copyright stays with the author.
<!-- torve:managed pages/docs/architecture — rendered from the corpus; do not edit by hand -->
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsImported from morzecrew/torve (
pages/docs/architecture/AGENTS.md). Install upstream withnpx skills add morzecrew/torve --skill architecture. Copyright stays with the author.
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "morzecrew-torve-architecture",
"kind": "skill",
"name": "architecture",
"description": "<!-- torve:managed pages/docs/architecture — rendered from the corpus; do not edit by hand -->",
"publisher": "morzecrew",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"<!-- torve:managed pages/docs/architecture — rendered from the corpus; do not edit by hand -->"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/morzecrew/torve",
"path": "pages/docs/architecture/AGENTS.md",
"ref": "23d17be8471bc45fb0a642ed459a784cf1df2623",
"url": "https://github.com/morzecrew/torve/blob/23d17be8471bc45fb0a642ed459a784cf1df2623/pages/docs/architecture/AGENTS.md",
"key": "morzecrew/torve/pages/docs/architecture/AGENTS.md"
}
},
"instructions": "<!-- torve:managed pages/docs/architecture — rendered from the corpus; do not edit by hand -->\n\n<!-- /torve:managed -->",
"cost": {
"context_tokens": 29
}
}Fetch it by URL: GET /api/v1/registry/morzecrew-torve-architecture/manifest?version=1.0.0
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.