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.
platform-doc-update - Skill - OpenSmartRoute
Skillv1.0.0
platform-doc-update
Usa cuando un cambio backend agregue, modifique o retire un schema, endpoint o integracion y `docs/PLATFORM.md` deba reflejar el estado actual.
Imported from yorlingarcia/CONTROL-PLANE (sources/imported-config/projects/adminpro-node/.github/skills/platform-doc-update/SKILL.md). Install upstream with npx skills add yorlingarcia/CONTROL-PLANE --skill platform-doc-update. Copyright stays with the author.
Platform Doc Update
Proposito
Mantener docs/PLATFORM.md sincronizado con el estado real del backend.
Cuándo usar
Al cerrar un feature nuevo.
Al cambiar un endpoint o contrato de integracion.
Al agregar o retirar un schema documentado.
Al modificar visibilidad, permisos o frontera tecnica relevante.
Protocolo
Leer docs/PLATFORM.md.
Leer la spec activa y el design.md del schema afectado.
Verificar si el cambio altera estado, contrato o integracion.
Actualizar solo la seccion afectada.
No inventar comportamiento no implementado.
Regla
Si el cambio no altera la vista de plataforma, no tocar este archivo.
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.
{
"ocm": "1",
"id": "yorlingarcia-control-plane-platform-doc-update",
"kind": "skill",
"name": "platform-doc-update",
"description": "Usa cuando un cambio backend agregue, modifique o retire un schema, endpoint o integracion y `docs/PLATFORM.md` deba reflejar el estado actual.",
"publisher": "yorlingarcia",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Usa cuando un cambio backend agregue, modifique o retire un schema, endpoint o integracion y `docs/PLATFORM.md` deba reflejar el estado actual."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/yorlingarcia/CONTROL-PLANE",
"path": "sources/imported-config/projects/adminpro-node/.github/skills/platform-doc-update/SKILL.md",
"ref": "32a4a1b1d44b85c9d1c83be81caae9d5ee3a7c01",
"url": "https://github.com/yorlingarcia/CONTROL-PLANE/blob/32a4a1b1d44b85c9d1c83be81caae9d5ee3a7c01/sources/imported-config/projects/adminpro-node/.github/skills/platform-doc-update/SKILL.md",
"key": "yorlingarcia/CONTROL-PLANE/sources/imported-config/projects/adminpro-node/.github/skills/platform-doc-update/SKILL.md"
},
"tools": [
"read",
"search",
"edit"
]
},
"instructions": "# Platform Doc Update\n\n## Proposito\n\nMantener `docs/PLATFORM.md` sincronizado con el estado real del backend.\n\n## Cuándo usar\n\n- Al cerrar un feature nuevo.\n- Al cambiar un endpoint o contrato de integracion.\n- Al agregar o retirar un schema documentado.\n- Al modificar visibilidad, permisos o frontera tecnica relevante.\n\n## Protocolo\n\n1. Leer `docs/PLATFORM.md`.\n2. Leer la spec activa y el `design.md` del schema afectado.\n3. Verificar si el cambio altera estado, contrato o integracion.\n4. Actualizar solo la seccion afectada.\n5. No inventar comportamiento no implementado.\n\n## Regla\n\nSi el cambi",
"cost": {
"context_tokens": 164
}
}
Fetch it by URL: GET /api/v1/registry/yorlingarcia-control-plane-platform-doc-update/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.