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.
openspec-verify - Skill - OpenSmartRoute
Skillv1.0.0
openspec-verify
Valida que la implementación cumple con los artefactos del change activo.
Imported from JuanCastrejon/Dian (.github/skills/openspec-verify/SKILL.md). Install upstream with npx skills add JuanCastrejon/Dian --skill openspec-verify. Copyright stays with the author.
Skill: openspec-verify / opsx:verify
Valida que la implementación cumple con los artefactos del change activo.
Trigger
/opsx:verify — después de /opsx:apply con todos los criterios de DoD verificados.
Pasos
Leer openspec/changes/<change-name>/specs.md y tasks.md.
Verificar que cada spec tiene tests que la cubren.
Corroborar que las tasks están todas en estado done.
Ejecutar linters, type-check y suite de tests.
Revisar que no hay drift entre implementación y design del change.
Emitir pass si todo está OK, o fail con lista de gaps si no.
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.
juancastrejon-dian-openspec-verify.ocm.jsonjson
{
"ocm": "1",
"id": "juancastrejon-dian-openspec-verify",
"kind": "skill",
"name": "openspec-verify",
"description": "Valida que la implementación cumple con los artefactos del change activo.",
"publisher": "JuanCastrejon",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Valida que la implementación cumple con los artefactos del change activo."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/JuanCastrejon/Dian",
"path": ".github/skills/openspec-verify/SKILL.md",
"ref": "5423e863aa29294e86f6e36c992d6e06a7e0d269",
"url": "https://github.com/JuanCastrejon/Dian/blob/5423e863aa29294e86f6e36c992d6e06a7e0d269/.github/skills/openspec-verify/SKILL.md",
"key": "JuanCastrejon/Dian/.github/skills/openspec-verify/SKILL.md"
}
},
"instructions": "# Skill: openspec-verify / opsx:verify\n\nValida que la implementación cumple con los artefactos del change activo.\n\n## Trigger\n\n`/opsx:verify` — después de `/opsx:apply` con todos los criterios de DoD verificados.\n\n## Pasos\n\n1. Leer `openspec/changes/<change-name>/specs.md` y `tasks.md`.\n2. Verificar que cada spec tiene tests que la cubren.\n3. Corroborar que las tasks están todas en estado `done`.\n4. Ejecutar linters, type-check y suite de tests.\n5. Revisar que no hay drift entre implementación y design del change.\n6. Emitir `pass` si todo está OK, o `fail` con lista de gaps si no.",
"cost": {
"context_tokens": 146
}
}
Fetch it by URL: GET /api/v1/registry/juancastrejon-dian-openspec-verify/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.