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.
pipeline-language - Skill - OpenSmartRoute
Skillv1.0.0
pipeline-language
Todos los artefactos producidos en el contexto del pipeline se escriben en **español**.
Instruction file imported from henksandoval/admin-panel (.github/instructions/pipeline-language.instructions.md). Copyright stays with the author.
Pipeline Language Rules
Todos los artefactos producidos en el contexto del pipeline se escriben en español.
Reglas de idioma
Títulos de sección, descripciones y comentarios de artefactos: español
Código de tests (*.spec.ts): en inglés según testing.instructions.md; sin comentarios en el código
JSON/datos estructurados: claves en inglés (inmutables), valores en español cuando son texto visible
Marcadores de estado HTML (<!-- STATUS: ... -->, <!-- AGENT_STATUS: ... -->): en inglés (son identificadores de sistema)
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/henksandoval-admin-panel-pipeline-language-instructions/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.
{
"ocm": "1",
"id": "henksandoval-admin-panel-pipeline-language-instructions",
"kind": "skill",
"name": "pipeline-language",
"description": "Todos los artefactos producidos en el contexto del pipeline se escriben en **español**.",
"publisher": "henksandoval",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Todos los artefactos producidos en el contexto del pipeline se escriben en **español**."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/henksandoval/admin-panel",
"path": ".github/instructions/pipeline-language.instructions.md",
"ref": "716f2966db2ed20a9827a456ed8dbda4ecf8a68f",
"url": "https://github.com/henksandoval/admin-panel/blob/716f2966db2ed20a9827a456ed8dbda4ecf8a68f/.github/instructions/pipeline-language.instructions.md",
"key": "henksandoval/admin-panel/.github/instructions/pipeline-language.instructions.md"
},
"applies_to": "agent-workspace/**"
},
"instructions": "# Pipeline Language Rules\n\nTodos los artefactos producidos en el contexto del pipeline se escriben en **español**.\n\n## Reglas de idioma\n\n- Títulos de sección, descripciones y comentarios de artefactos: **español**\n- Código de tests (`*.spec.ts`): en inglés según `testing.instructions.md`; sin comentarios en el código\n- JSON/datos estructurados: claves en inglés (inmutables), valores en español cuando son texto visible\n- Marcadores de estado HTML (`<!-- STATUS: ... -->`, `<!-- AGENT_STATUS: ... -->`): en inglés (son identificadores de sistema)",
"cost": {
"context_tokens": 137
}
}
Fetch it by URL: GET /api/v1/registry/henksandoval-admin-panel-pipeline-language-instructions/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.