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.
repo - Skill - OpenSmartRoute
Skillv1.0.0
repo
Please also reference the following rules as needed. The list below is provided in TOON format, and `@` stands for the project root directory.
Imported from rigerc/repo (AGENTS.md). Install upstream with npx skills add rigerc/repo. Copyright stays with the author.
Please also reference the following rules as needed. The list below is provided in TOON format, and @ stands for the project root directory.
rules[1]{path}:
@.codex/memories/common.md
MANDATORY: Use td for Task Management (td-task-management skill)
Run td usage --new-session at conversation start (or after /clear). This tells you what to work on next.
Sessions are automatic (based on terminal/agent context). Optional:
td session "name" to label the current session
td session --new to force a new session in the same context
Use td usage -q after first read.
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/rigerc-repo-repo/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.
rigerc-repo-repo.ocm.jsonjson
{
"ocm": "1",
"id": "rigerc-repo-repo",
"kind": "skill",
"name": "repo",
"description": "Please also reference the following rules as needed. The list below is provided in TOON format, and `@` stands for the project root directory.",
"publisher": "rigerc",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Please also reference the following rules as needed. The list below is provided in TOON format, and `@` stands for the project root directory."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/rigerc/repo",
"path": "AGENTS.md",
"ref": "6a1a64bb0eea8833e9d86607fda2ce6382359278",
"url": "https://github.com/rigerc/repo/blob/6a1a64bb0eea8833e9d86607fda2ce6382359278/AGENTS.md",
"key": "rigerc/repo/AGENTS.md"
}
},
"instructions": "Please also reference the following rules as needed. The list below is provided in TOON format, and `@` stands for the project root directory.\n\nrules[1]{path}:\n @.codex/memories/common.md\n\n## MANDATORY: Use td for Task Management (td-task-management skill)\n\nRun td usage --new-session at conversation start (or after /clear). This tells you what to work on next.\n\nSessions are automatic (based on terminal/agent context). Optional:\n- td session \"name\" to label the current session\n- td session --new to force a new session in the same context\n\nUse td usage -q after first read.",
"cost": {
"context_tokens": 144
}
}
Fetch it by URL: GET /api/v1/registry/rigerc-repo-repo/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.