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.
corps - Skill - OpenSmartRoute
Skillv1.0.0
corps
Rules: - one task at a time - avoid unrelated refactors - preserve backward compatibility - update TODO and Verification - use %% notes for uncertainties
Imported from bruceasu/corps (AGENTS.md). Install upstream with npx skills add bruceasu/corps. Copyright stays with the author.
AGENTS.md
This repository uses OpenSpec-lite TOML workflow.
Before coding:
read .ai//task.toml if exists
read openspec/changes//tasks.md if exists
read design.md if exists
read related specs under openspec/specs/
archived changes live under openspec/changes/archive/
Rules:
one task at a time
avoid unrelated refactors
preserve backward compatibility
update TODO and Verification
use %% notes for uncertainties
Use it
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}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
bruceasu-corps-corps.ocm.jsonjson
{
"ocm": "1",
"id": "bruceasu-corps-corps",
"kind": "skill",
"name": "corps",
"description": "Rules: - one task at a time - avoid unrelated refactors - preserve backward compatibility - update TODO and Verification - use %% notes for uncertainties",
"publisher": "bruceasu",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Rules: - one task at a time - avoid unrelated refactors - preserve backward compatibility - update TODO and Verification - use %% notes for uncertainties"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/bruceasu/corps",
"path": "AGENTS.md",
"ref": "761e5ee5b982593042a3a7c5e6530618eca13176",
"url": "https://github.com/bruceasu/corps/blob/761e5ee5b982593042a3a7c5e6530618eca13176/AGENTS.md",
"key": "bruceasu/corps/AGENTS.md"
}
},
"instructions": "# AGENTS.md\nThis repository uses OpenSpec-lite TOML workflow.\nBefore coding:\n- read .ai/<task>/task.toml if exists\n- read openspec/changes/<task>/tasks.md if exists\n- read design.md if exists\n- read related specs under openspec/specs/\n- archived changes live under openspec/changes/archive/\n\nRules:\n- one task at a time\n- avoid unrelated refactors\n- preserve backward compatibility\n- update TODO and Verification\n- use %% notes for uncertainties",
"cost": {
"context_tokens": 111
}
}
Fetch it by URL: GET /api/v1/registry/bruceasu-corps-corps/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.