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.
i8-iterate-swarm - Skill - OpenSmartRoute
Skillv1.0.0
i8-iterate-swarm
Iterate on an Infinito.Nexus swarm deploy of a role through Act and the swarm-* make targets. Use when iterating, debugging, or redeploying a role in swarm mode, when an act-swarm run fails, or before
Imported from infinito-nexus/core (skills/i8-iterate-swarm/SKILL.md). Install upstream with npx skills add infinito-nexus/core --skill i8-iterate-swarm. Copyright stays with the author.
Follow the instructions from AGENTS.md, then follow the procedure in docs/agents/action/iteration/swarm.md (relative to the Infinito.Nexus repository root) exactly. That document is the source of truth; this skill only routes you there.
Begin by clarifying every open requirement with the active-listening skill (escalating any root-cause or design question you are not ~99% sure of to the dialectic skill), then work under the robot skill. Completion gate: the role is green end-to-end in swarm; for a full web-app change also drive it through compose via the i8-iterate-compose skill until green in BOTH modes.
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.
infinito-nexus-core-i8-iterate-swarm.ocm.jsonjson
{
"ocm": "1",
"id": "infinito-nexus-core-i8-iterate-swarm",
"kind": "skill",
"name": "i8-iterate-swarm",
"description": "Iterate on an Infinito.Nexus swarm deploy of a role through Act and the swarm-* make targets. Use when iterating, debugging, or redeploying a role in swarm mode, when an act-swarm run fails, or before any swarm redeploy. Infinito.Nexus specific.",
"publisher": "infinito-nexus",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Iterate on an Infinito.Nexus swarm deploy of a role through Act and the swarm-* make targets. Use when iterating, debugging, or redeploying a role in swarm mode, when an act-swarm run fails, or before any swarm redeploy. Infinito.Nexus specific."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/infinito-nexus/core",
"path": "skills/i8-iterate-swarm/SKILL.md",
"ref": "927da33a3d8dc75e5c31f1b35345246d21e4916b",
"url": "https://github.com/infinito-nexus/core/blob/927da33a3d8dc75e5c31f1b35345246d21e4916b/skills/i8-iterate-swarm/SKILL.md",
"key": "infinito-nexus/core/skills/i8-iterate-swarm/SKILL.md"
}
},
"instructions": "Follow the instructions from AGENTS.md, then follow the procedure in `docs/agents/action/iteration/swarm.md` (relative to the Infinito.Nexus repository root) exactly. That document is the source of truth; this skill only routes you there.\n\nBegin by clarifying every open requirement with the `active-listening` skill (escalating any root-cause or design question you are not ~99% sure of to the `dialectic` skill), then work under the `robot` skill. Completion gate: the role is green end-to-end in swarm; for a full web-app change also drive it through compose via the `i8-iterate-compose` skill unt",
"cost": {
"context_tokens": 155
}
}
Fetch it by URL: GET /api/v1/registry/infinito-nexus-core-i8-iterate-swarm/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.