Imported from CarlosVerasteguii/pega-e-ignora (AGENTS.md). Install upstream with npx skills add CarlosVerasteguii/pega-e-ignora. Copyright stays with the author.
AGENTS.md — Convenciones generales del repo
Estas convenciones aplican a todo el repositorio. Para reglas específicas de la app (Tauri/Vite/TS/CSS), ver markdown-viewer/AGENTS.md.
Principios
Priorizar robustez, performance y accesibilidad (WCAG 2.1 AA) en cambios de UI.
Mantener cambios pequeños y verificables; evitar refactors masivos sin necesidad.
Higiene
No editar artefactos generados: **/dist/**, **/node_modules/**.
Mantener textos de UI en español.
Preferir helpers/módulos compartidos antes de duplicar lógica.
Git
Mensajes de commit: Conventional Commits (ej. feat(ui): ..., fix(json): ...).
No crear branches a menos que se pida explícitamente.
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/carlosverasteguii-pega-e-ignora-pega-e-ignora/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": "carlosverasteguii-pega-e-ignora-pega-e-ignora",
"kind": "skill",
"name": "pega-e-ignora",
"description": "Estas convenciones aplican a todo el repositorio. Para reglas específicas de la app (Tauri/Vite/TS/CSS), ver `markdown-viewer/AGENTS.md`.",
"publisher": "CarlosVerasteguii",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Estas convenciones aplican a todo el repositorio. Para reglas específicas de la app (Tauri/Vite/TS/CSS), ver `markdown-viewer/AGENTS.md`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/CarlosVerasteguii/pega-e-ignora",
"path": "AGENTS.md",
"ref": "1c4e97778cab5d0362d0185552e348e8c97705e8",
"url": "https://github.com/CarlosVerasteguii/pega-e-ignora/blob/1c4e97778cab5d0362d0185552e348e8c97705e8/AGENTS.md",
"key": "CarlosVerasteguii/pega-e-ignora/AGENTS.md"
}
},
"instructions": "# AGENTS.md — Convenciones generales del repo\n\nEstas convenciones aplican a todo el repositorio. Para reglas específicas de la app (Tauri/Vite/TS/CSS), ver `markdown-viewer/AGENTS.md`.\n\n## Principios\n\n- Priorizar **robustez**, **performance** y **accesibilidad (WCAG 2.1 AA)** en cambios de UI.\n- Mantener cambios **pequeños y verificables**; evitar refactors masivos sin necesidad.\n\n## Higiene\n\n- No editar artefactos generados: `**/dist/**`, `**/node_modules/**`.\n- Mantener textos de UI en **español**.\n- Preferir helpers/módulos compartidos antes de duplicar lógica.\n\n## Git\n\n- Mensajes de commit",
"cost": {
"context_tokens": 179
}
}
Fetch it by URL: GET /api/v1/registry/carlosverasteguii-pega-e-ignora-pega-e-ignora/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.