@saulwade/swl-ses 1.7.2 → 1.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CLAUDE.md +2 -2
- package/README.md +2 -2
- package/habilidades/calidad-anti-patrones-universales/SKILL.md +368 -0
- package/habilidades/estilo-sin-ai-isms/SKILL.md +52 -1
- package/manifiestos/modulos.json +1351 -1350
- package/manifiestos/skills-lock.json +13 -6
- package/package.json +2 -2
- package/plugin.json +3 -2
- package/scripts/lib/pr-analyzer.js +399 -0
package/manifiestos/modulos.json
CHANGED
|
@@ -1,1350 +1,1351 @@
|
|
|
1
|
-
{
|
|
2
|
-
"modulos": {
|
|
3
|
-
"agentes-core": {
|
|
4
|
-
"descripcion": "Agentes esenciales de orquestación, proceso y ciclo de desarrollo",
|
|
5
|
-
"tipo": "agentes",
|
|
6
|
-
"archivos": [
|
|
7
|
-
"agentes/orquestador-swl.md",
|
|
8
|
-
"agentes/producto-prd-swl.md",
|
|
9
|
-
"agentes/consolidador-swl.md",
|
|
10
|
-
"agentes/auto-evolucion-swl.md",
|
|
11
|
-
"agentes/investigador-swl.md",
|
|
12
|
-
"agentes/investigador-ux-swl.md",
|
|
13
|
-
"agentes/arquitecto-swl.md",
|
|
14
|
-
"agentes/planificador-swl.md",
|
|
15
|
-
"agentes/implementador-swl.md",
|
|
16
|
-
"agentes/tdd-qa-swl.md",
|
|
17
|
-
"agentes/revisor-codigo-swl.md",
|
|
18
|
-
"agentes/depurador-swl.md",
|
|
19
|
-
"agentes/documentador-swl.md",
|
|
20
|
-
"agentes/resolutor-build-swl.md",
|
|
21
|
-
"agentes/gh-fix-ci-swl.md",
|
|
22
|
-
"agentes/perfilador-usuario-swl.md"
|
|
23
|
-
],
|
|
24
|
-
"targets": [
|
|
25
|
-
"claude",
|
|
26
|
-
"openclaude",
|
|
27
|
-
"copilot",
|
|
28
|
-
"opencode",
|
|
29
|
-
"codex",
|
|
30
|
-
"gemini",
|
|
31
|
-
"cursor"
|
|
32
|
-
]
|
|
33
|
-
},
|
|
34
|
-
"agentes-frontend": {
|
|
35
|
-
"descripcion": "Agentes especializados en frontend, UI/UX y accesibilidad",
|
|
36
|
-
"tipo": "agentes",
|
|
37
|
-
"archivos": [
|
|
38
|
-
"agentes/frontend-swl.md",
|
|
39
|
-
"agentes/frontend-react-swl.md",
|
|
40
|
-
"agentes/frontend-angular-swl.md",
|
|
41
|
-
"agentes/frontend-css-swl.md",
|
|
42
|
-
"agentes/frontend-tailwind-swl.md",
|
|
43
|
-
"agentes/ux-disenador-swl.md",
|
|
44
|
-
"agentes/disenador-ui-swl.md",
|
|
45
|
-
"agentes/accesibilidad-wcag-swl.md"
|
|
46
|
-
],
|
|
47
|
-
"targets": [
|
|
48
|
-
"claude",
|
|
49
|
-
"openclaude",
|
|
50
|
-
"copilot",
|
|
51
|
-
"opencode",
|
|
52
|
-
"codex",
|
|
53
|
-
"gemini",
|
|
54
|
-
"cursor"
|
|
55
|
-
]
|
|
56
|
-
},
|
|
57
|
-
"agentes-backend": {
|
|
58
|
-
"descripcion": "Agentes especializados en backend, APIs, datos y migraciones",
|
|
59
|
-
"tipo": "agentes",
|
|
60
|
-
"archivos": [
|
|
61
|
-
"agentes/backend-python-swl.md",
|
|
62
|
-
"agentes/backend-node-swl.md",
|
|
63
|
-
"agentes/backend-api-swl.md",
|
|
64
|
-
"agentes/backend-workers-swl.md",
|
|
65
|
-
"agentes/datos-swl.md",
|
|
66
|
-
"agentes/migrador-swl.md",
|
|
67
|
-
"agentes/backend-java-swl.md",
|
|
68
|
-
"agentes/backend-go-swl.md",
|
|
69
|
-
"agentes/backend-csharp-swl.md",
|
|
70
|
-
"agentes/backend-rust-swl.md",
|
|
71
|
-
"agentes/pagos-swl.md"
|
|
72
|
-
],
|
|
73
|
-
"targets": [
|
|
74
|
-
"claude",
|
|
75
|
-
"openclaude",
|
|
76
|
-
"copilot",
|
|
77
|
-
"opencode",
|
|
78
|
-
"codex",
|
|
79
|
-
"gemini",
|
|
80
|
-
"cursor"
|
|
81
|
-
]
|
|
82
|
-
},
|
|
83
|
-
"agentes-mobile": {
|
|
84
|
-
"descripcion": "Agentes especializados en desarrollo móvil nativo y multiplataforma",
|
|
85
|
-
"tipo": "agentes",
|
|
86
|
-
"archivos": [
|
|
87
|
-
"agentes/mobile-android-swl.md",
|
|
88
|
-
"agentes/mobile-ios-swl.md",
|
|
89
|
-
"agentes/mobile-cross-swl.md"
|
|
90
|
-
],
|
|
91
|
-
"targets": [
|
|
92
|
-
"claude",
|
|
93
|
-
"openclaude",
|
|
94
|
-
"copilot",
|
|
95
|
-
"opencode",
|
|
96
|
-
"codex",
|
|
97
|
-
"gemini",
|
|
98
|
-
"cursor"
|
|
99
|
-
]
|
|
100
|
-
},
|
|
101
|
-
"agentes-devops": {
|
|
102
|
-
"descripcion": "Agentes de DevOps, infraestructura, observabilidad y releases",
|
|
103
|
-
"tipo": "agentes",
|
|
104
|
-
"archivos": [
|
|
105
|
-
"agentes/devops-ci-swl.md",
|
|
106
|
-
"agentes/cloud-infra-swl.md",
|
|
107
|
-
"agentes/observabilidad-swl.md",
|
|
108
|
-
"agentes/rendimiento-swl.md",
|
|
109
|
-
"agentes/release-manager-swl.md"
|
|
110
|
-
],
|
|
111
|
-
"targets": [
|
|
112
|
-
"claude",
|
|
113
|
-
"openclaude",
|
|
114
|
-
"copilot",
|
|
115
|
-
"opencode",
|
|
116
|
-
"codex",
|
|
117
|
-
"gemini",
|
|
118
|
-
"cursor"
|
|
119
|
-
]
|
|
120
|
-
},
|
|
121
|
-
"agentes-seguridad": {
|
|
122
|
-
"descripcion": "Agentes de auditoría y revisión de seguridad",
|
|
123
|
-
"tipo": "agentes",
|
|
124
|
-
"archivos": [
|
|
125
|
-
"agentes/revisor-seguridad-swl.md",
|
|
126
|
-
"agentes/red-team-swl.md"
|
|
127
|
-
],
|
|
128
|
-
"targets": [
|
|
129
|
-
"claude",
|
|
130
|
-
"openclaude",
|
|
131
|
-
"copilot",
|
|
132
|
-
"opencode",
|
|
133
|
-
"codex",
|
|
134
|
-
"gemini",
|
|
135
|
-
"cursor"
|
|
136
|
-
]
|
|
137
|
-
},
|
|
138
|
-
"agentes-llm-sre": {
|
|
139
|
-
"descripcion": "Agentes especializados en aplicaciones LLM y confiabilidad de sitio",
|
|
140
|
-
"tipo": "agentes",
|
|
141
|
-
"archivos": [
|
|
142
|
-
"agentes/llm-apps-swl.md",
|
|
143
|
-
"agentes/sre-swl.md",
|
|
144
|
-
"agentes/mobile-testing-swl.md"
|
|
145
|
-
],
|
|
146
|
-
"targets": [
|
|
147
|
-
"claude",
|
|
148
|
-
"openclaude",
|
|
149
|
-
"copilot",
|
|
150
|
-
"opencode",
|
|
151
|
-
"codex",
|
|
152
|
-
"gemini",
|
|
153
|
-
"cursor"
|
|
154
|
-
]
|
|
155
|
-
},
|
|
156
|
-
"agentes-notificaciones": {
|
|
157
|
-
"descripcion": "Agentes de notificaciones multicanal",
|
|
158
|
-
"tipo": "agentes",
|
|
159
|
-
"archivos": [
|
|
160
|
-
"agentes/notificador-swl.md"
|
|
161
|
-
],
|
|
162
|
-
"targets": [
|
|
163
|
-
"claude",
|
|
164
|
-
"openclaude",
|
|
165
|
-
"copilot",
|
|
166
|
-
"opencode",
|
|
167
|
-
"codex",
|
|
168
|
-
"gemini",
|
|
169
|
-
"cursor"
|
|
170
|
-
]
|
|
171
|
-
},
|
|
172
|
-
"agentes-revisores-lenguaje": {
|
|
173
|
-
"descripcion": "Revisores de codigo especializados por lenguaje",
|
|
174
|
-
"tipo": "agentes",
|
|
175
|
-
"archivos": [
|
|
176
|
-
"agentes/revisor-java-swl.md",
|
|
177
|
-
"agentes/revisor-go-swl.md",
|
|
178
|
-
"agentes/revisor-rust-swl.md",
|
|
179
|
-
"agentes/revisor-csharp-swl.md",
|
|
180
|
-
"agentes/revisor-kotlin-swl.md",
|
|
181
|
-
"agentes/revisor-swift-swl.md",
|
|
182
|
-
"agentes/revisor-php-swl.md",
|
|
183
|
-
"agentes/revisor-typescript-swl.md",
|
|
184
|
-
"agentes/revisor-react-swl.md",
|
|
185
|
-
"agentes/revisor-angular-swl.md",
|
|
186
|
-
"agentes/revisor-nextjs-swl.md"
|
|
187
|
-
],
|
|
188
|
-
"targets": [
|
|
189
|
-
"claude",
|
|
190
|
-
"openclaude",
|
|
191
|
-
"copilot",
|
|
192
|
-
"opencode",
|
|
193
|
-
"codex",
|
|
194
|
-
"gemini",
|
|
195
|
-
"cursor"
|
|
196
|
-
]
|
|
197
|
-
},
|
|
198
|
-
"habilidades-core": {
|
|
199
|
-
"descripcion": "Habilidades transversales del ciclo SWL y gestión del sistema",
|
|
200
|
-
"tipo": "habilidades",
|
|
201
|
-
"archivos": [
|
|
202
|
-
"habilidades/nuevo-proyecto",
|
|
203
|
-
"habilidades/instalar-sistema",
|
|
204
|
-
"habilidades/mapear-codebase",
|
|
205
|
-
"habilidades/discutir-fase",
|
|
206
|
-
"habilidades/planear-fase",
|
|
207
|
-
"habilidades/ejecutar-fase",
|
|
208
|
-
"habilidades/ejecutar-task-iterativo",
|
|
209
|
-
"habilidades/protocolo-revision-swl",
|
|
210
|
-
"habilidades/verificar-trabajo",
|
|
211
|
-
"habilidades/compactacion-contexto",
|
|
212
|
-
"habilidades/diseno-herramientas-agente",
|
|
213
|
-
"habilidades/extractor-de-aprendizajes",
|
|
214
|
-
"habilidades/meta-skills-estandar",
|
|
215
|
-
"habilidades/aprendizaje-continuo",
|
|
216
|
-
"habilidades/auto-evolucion-protocolo",
|
|
217
|
-
"habilidades/checklist-calidad",
|
|
218
|
-
"habilidades/tdd-workflow",
|
|
219
|
-
"habilidades/checkpoints-verificacion",
|
|
220
|
-
"habilidades/validacion-ci-sistema",
|
|
221
|
-
"habilidades/estructura-proyecto-claude",
|
|
222
|
-
"habilidades/workflow-claude-code",
|
|
223
|
-
"habilidades/doc-sync",
|
|
224
|
-
"habilidades/dependencias-auditoria",
|
|
225
|
-
"habilidades/release-semver",
|
|
226
|
-
"habilidades/git-worktrees-paralelo",
|
|
227
|
-
"habilidades/deprecacion-migracion",
|
|
228
|
-
"habilidades/autoresearch",
|
|
229
|
-
"habilidades/extraccion-documentos",
|
|
230
|
-
"habilidades/control-profundidad",
|
|
231
|
-
"habilidades/swl-dashboard",
|
|
232
|
-
"habilidades/perfil-usuario",
|
|
233
|
-
"habilidades/estilo-sin-ai-isms",
|
|
234
|
-
"habilidades/drift-detection",
|
|
235
|
-
"habilidades/tracing-processor",
|
|
236
|
-
"habilidades/guardrail-semantico",
|
|
237
|
-
"habilidades/legacy-code-rescue",
|
|
238
|
-
"habilidades/harness-claude-code",
|
|
239
|
-
"habilidades/proceso-confianza-pre-implementacion",
|
|
240
|
-
"habilidades/proceso-autoverificacion-evidencias",
|
|
241
|
-
"habilidades/aprender-de-git-diff",
|
|
242
|
-
"habilidades/reducir-entropia",
|
|
243
|
-
"habilidades/proceso-intent-engineering",
|
|
244
|
-
"habilidades/proceso-ddia-fundamentos",
|
|
245
|
-
"habilidades/proceso-ddia-streaming",
|
|
246
|
-
"habilidades/proceso-discovery-machote",
|
|
247
|
-
"habilidades/proceso-modular-split",
|
|
248
|
-
"habilidades/agent-deep-links",
|
|
249
|
-
"habilidades/changelog-generator"
|
|
250
|
-
],
|
|
251
|
-
"targets": [
|
|
252
|
-
"claude",
|
|
253
|
-
"openclaude",
|
|
254
|
-
"copilot",
|
|
255
|
-
"opencode",
|
|
256
|
-
"codex",
|
|
257
|
-
"gemini",
|
|
258
|
-
"cursor"
|
|
259
|
-
]
|
|
260
|
-
},
|
|
261
|
-
"habilidades-backend-python": {
|
|
262
|
-
"descripcion": "Habilidades especializadas en Python backend",
|
|
263
|
-
"tipo": "habilidades",
|
|
264
|
-
"archivos": [
|
|
265
|
-
"habilidades/patrones-python",
|
|
266
|
-
"habilidades/fastapi-experto",
|
|
267
|
-
"habilidades/django-experto",
|
|
268
|
-
"habilidades/async-python",
|
|
269
|
-
"habilidades/testing-python",
|
|
270
|
-
"habilidades/manejo-errores",
|
|
271
|
-
"habilidades/auth-patrones",
|
|
272
|
-
"habilidades/build-errors-python",
|
|
273
|
-
"habilidades/backend-error-design",
|
|
274
|
-
"habilidades/backend-async-postgres-testing"
|
|
275
|
-
],
|
|
276
|
-
"targets": [
|
|
277
|
-
"claude",
|
|
278
|
-
"openclaude",
|
|
279
|
-
"copilot",
|
|
280
|
-
"opencode",
|
|
281
|
-
"codex",
|
|
282
|
-
"gemini",
|
|
283
|
-
"cursor"
|
|
284
|
-
]
|
|
285
|
-
},
|
|
286
|
-
"habilidades-backend-node": {
|
|
287
|
-
"descripcion": "Habilidades especializadas en Node.js y TypeScript",
|
|
288
|
-
"tipo": "habilidades",
|
|
289
|
-
"archivos": [
|
|
290
|
-
"habilidades/node-experto",
|
|
291
|
-
"habilidades/typescript-avanzado",
|
|
292
|
-
"habilidades/typescript-diagnosticos",
|
|
293
|
-
"habilidades/build-errors-typescript"
|
|
294
|
-
],
|
|
295
|
-
"targets": [
|
|
296
|
-
"claude",
|
|
297
|
-
"openclaude",
|
|
298
|
-
"copilot",
|
|
299
|
-
"opencode",
|
|
300
|
-
"codex",
|
|
301
|
-
"gemini",
|
|
302
|
-
"cursor"
|
|
303
|
-
]
|
|
304
|
-
},
|
|
305
|
-
"habilidades-backend-api": {
|
|
306
|
-
"descripcion": "Habilidades de diseño de APIs y arquitecturas de servicios",
|
|
307
|
-
"tipo": "habilidades",
|
|
308
|
-
"archivos": [
|
|
309
|
-
"habilidades/api-rest-diseno",
|
|
310
|
-
"habilidades/microservicios",
|
|
311
|
-
"habilidades/event-driven",
|
|
312
|
-
"habilidades/backend-mcp-servidor",
|
|
313
|
-
"habilidades/backend-production-resilience"
|
|
314
|
-
],
|
|
315
|
-
"targets": [
|
|
316
|
-
"claude",
|
|
317
|
-
"openclaude",
|
|
318
|
-
"copilot",
|
|
319
|
-
"opencode",
|
|
320
|
-
"codex",
|
|
321
|
-
"gemini",
|
|
322
|
-
"cursor"
|
|
323
|
-
]
|
|
324
|
-
},
|
|
325
|
-
"habilidades-pagos": {
|
|
326
|
-
"descripcion": "Habilidades de integración de sistemas de pago con Stripe",
|
|
327
|
-
"tipo": "habilidades",
|
|
328
|
-
"archivos": [
|
|
329
|
-
"habilidades/stripe-pagos"
|
|
330
|
-
],
|
|
331
|
-
"targets": [
|
|
332
|
-
"claude",
|
|
333
|
-
"openclaude",
|
|
334
|
-
"copilot",
|
|
335
|
-
"opencode",
|
|
336
|
-
"codex",
|
|
337
|
-
"gemini",
|
|
338
|
-
"cursor"
|
|
339
|
-
]
|
|
340
|
-
},
|
|
341
|
-
"habilidades-frontend-angular": {
|
|
342
|
-
"descripcion": "Habilidades especializadas en Angular moderno con signals",
|
|
343
|
-
"tipo": "habilidades",
|
|
344
|
-
"archivos": [
|
|
345
|
-
"habilidades/angular-moderno",
|
|
346
|
-
"habilidades/angular-avanzado"
|
|
347
|
-
],
|
|
348
|
-
"targets": [
|
|
349
|
-
"claude",
|
|
350
|
-
"openclaude",
|
|
351
|
-
"copilot",
|
|
352
|
-
"opencode",
|
|
353
|
-
"codex",
|
|
354
|
-
"gemini",
|
|
355
|
-
"cursor"
|
|
356
|
-
]
|
|
357
|
-
},
|
|
358
|
-
"habilidades-frontend-react": {
|
|
359
|
-
"descripcion": "Habilidades especializadas en React y Next.js",
|
|
360
|
-
"tipo": "habilidades",
|
|
361
|
-
"archivos": [
|
|
362
|
-
"habilidades/react-experto",
|
|
363
|
-
"habilidades/react-optimizacion"
|
|
364
|
-
],
|
|
365
|
-
"targets": [
|
|
366
|
-
"claude",
|
|
367
|
-
"openclaude",
|
|
368
|
-
"copilot",
|
|
369
|
-
"opencode",
|
|
370
|
-
"codex",
|
|
371
|
-
"gemini",
|
|
372
|
-
"cursor"
|
|
373
|
-
]
|
|
374
|
-
},
|
|
375
|
-
"habilidades-frontend-estilos": {
|
|
376
|
-
"descripcion": "Habilidades de CSS, Tailwind, diseño responsivo y design tokens",
|
|
377
|
-
"tipo": "habilidades",
|
|
378
|
-
"archivos": [
|
|
379
|
-
"habilidades/css-moderno",
|
|
380
|
-
"habilidades/tailwind-experto",
|
|
381
|
-
"habilidades/diseno-responsivo",
|
|
382
|
-
"habilidades/frontend-avanzado",
|
|
383
|
-
"habilidades/design-tokens"
|
|
384
|
-
],
|
|
385
|
-
"targets": [
|
|
386
|
-
"claude",
|
|
387
|
-
"openclaude",
|
|
388
|
-
"copilot",
|
|
389
|
-
"opencode",
|
|
390
|
-
"codex",
|
|
391
|
-
"gemini",
|
|
392
|
-
"cursor"
|
|
393
|
-
]
|
|
394
|
-
},
|
|
395
|
-
"habilidades-ux": {
|
|
396
|
-
"descripcion": "Habilidades de UX, accesibilidad y wireframes",
|
|
397
|
-
"tipo": "habilidades",
|
|
398
|
-
"archivos": [
|
|
399
|
-
"habilidades/ux-diseno",
|
|
400
|
-
"habilidades/accesibilidad-a11y",
|
|
401
|
-
"habilidades/wireframes-flujos"
|
|
402
|
-
],
|
|
403
|
-
"targets": [
|
|
404
|
-
"claude",
|
|
405
|
-
"openclaude",
|
|
406
|
-
"copilot",
|
|
407
|
-
"opencode",
|
|
408
|
-
"codex",
|
|
409
|
-
"gemini",
|
|
410
|
-
"cursor"
|
|
411
|
-
]
|
|
412
|
-
},
|
|
413
|
-
"habilidades-datos": {
|
|
414
|
-
"descripcion": "Habilidades de bases de datos, SQL, ETL y schemas declarativos",
|
|
415
|
-
"tipo": "habilidades",
|
|
416
|
-
"archivos": [
|
|
417
|
-
"habilidades/postgresql-experto",
|
|
418
|
-
"habilidades/sql-optimizacion",
|
|
419
|
-
"habilidades/datos-etl",
|
|
420
|
-
"habilidades/dbml-experto"
|
|
421
|
-
],
|
|
422
|
-
"targets": [
|
|
423
|
-
"claude",
|
|
424
|
-
"openclaude",
|
|
425
|
-
"copilot",
|
|
426
|
-
"opencode",
|
|
427
|
-
"codex",
|
|
428
|
-
"gemini",
|
|
429
|
-
"cursor"
|
|
430
|
-
]
|
|
431
|
-
},
|
|
432
|
-
"habilidades-mobile": {
|
|
433
|
-
"descripcion": "Habilidades de desarrollo móvil multiplataforma",
|
|
434
|
-
"tipo": "habilidades",
|
|
435
|
-
"archivos": [
|
|
436
|
-
"habilidades/mobile-react-native",
|
|
437
|
-
"habilidades/mobile-flutter"
|
|
438
|
-
],
|
|
439
|
-
"targets": [
|
|
440
|
-
"claude",
|
|
441
|
-
"openclaude",
|
|
442
|
-
"copilot",
|
|
443
|
-
"opencode",
|
|
444
|
-
"codex",
|
|
445
|
-
"gemini",
|
|
446
|
-
"cursor"
|
|
447
|
-
]
|
|
448
|
-
},
|
|
449
|
-
"habilidades-infra": {
|
|
450
|
-
"descripcion": "Habilidades de infraestructura, cloud, contenedores y observabilidad",
|
|
451
|
-
"tipo": "habilidades",
|
|
452
|
-
"archivos": [
|
|
453
|
-
"habilidades/cloud-aws",
|
|
454
|
-
"habilidades/gcp-cloud",
|
|
455
|
-
"habilidades/azure-cloud",
|
|
456
|
-
"habilidades/contenedores-docker",
|
|
457
|
-
"habilidades/kubernetes-orquestacion",
|
|
458
|
-
"habilidades/ci-cd-pipelines",
|
|
459
|
-
"habilidades/monitoring-alertas",
|
|
460
|
-
"habilidades/performance-baseline"
|
|
461
|
-
],
|
|
462
|
-
"targets": [
|
|
463
|
-
"claude",
|
|
464
|
-
"openclaude",
|
|
465
|
-
"copilot",
|
|
466
|
-
"opencode",
|
|
467
|
-
"codex",
|
|
468
|
-
"gemini",
|
|
469
|
-
"cursor"
|
|
470
|
-
]
|
|
471
|
-
},
|
|
472
|
-
"habilidades-seguridad": {
|
|
473
|
-
"descripcion": "Habilidades de seguridad, threat modeling, gestión de secretos y defensa en runtime/pipeline de sistemas agénticos",
|
|
474
|
-
"tipo": "habilidades",
|
|
475
|
-
"archivos": [
|
|
476
|
-
"habilidades/checklist-seguridad",
|
|
477
|
-
"habilidades/threat-model-lite",
|
|
478
|
-
"habilidades/iam-secretos",
|
|
479
|
-
"habilidades/seguridad-skills-ia",
|
|
480
|
-
"habilidades/ai-runtime-security",
|
|
481
|
-
"habilidades/devsecops-pipeline-security"
|
|
482
|
-
],
|
|
483
|
-
"targets": [
|
|
484
|
-
"claude",
|
|
485
|
-
"openclaude",
|
|
486
|
-
"copilot",
|
|
487
|
-
"opencode",
|
|
488
|
-
"codex",
|
|
489
|
-
"gemini",
|
|
490
|
-
"cursor"
|
|
491
|
-
]
|
|
492
|
-
},
|
|
493
|
-
"habilidades-notificaciones": {
|
|
494
|
-
"descripcion": "Habilidades de notificaciones multicanal",
|
|
495
|
-
"tipo": "habilidades",
|
|
496
|
-
"archivos": [
|
|
497
|
-
"habilidades/notificaciones-multicanal"
|
|
498
|
-
],
|
|
499
|
-
"targets": [
|
|
500
|
-
"claude",
|
|
501
|
-
"openclaude",
|
|
502
|
-
"copilot",
|
|
503
|
-
"opencode",
|
|
504
|
-
"codex",
|
|
505
|
-
"gemini",
|
|
506
|
-
"cursor"
|
|
507
|
-
]
|
|
508
|
-
},
|
|
509
|
-
"habilidades-tracking-measurement": {
|
|
510
|
-
"descripcion": "Implementación técnica de sistemas de medición web: GTM, GA4, Meta CAPI server-side, Enhanced Conversions y Consent Mode v2",
|
|
511
|
-
"tipo": "habilidades",
|
|
512
|
-
"archivos": [
|
|
513
|
-
"habilidades/tracking-measurement"
|
|
514
|
-
],
|
|
515
|
-
"targets": [
|
|
516
|
-
"claude",
|
|
517
|
-
"openclaude",
|
|
518
|
-
"copilot",
|
|
519
|
-
"opencode",
|
|
520
|
-
"codex",
|
|
521
|
-
"gemini",
|
|
522
|
-
"cursor"
|
|
523
|
-
]
|
|
524
|
-
},
|
|
525
|
-
"habilidades-paid-media-tracking": {
|
|
526
|
-
"descripcion": "Implementación técnica de herramientas para campañas de publicidad pagada: Google Ads API, análisis de search terms, conversión tracking server-side, auditoría de cuentas programática y dashboards de rendimiento",
|
|
527
|
-
"tipo": "habilidades",
|
|
528
|
-
"archivos": [
|
|
529
|
-
"habilidades/paid-media-tracking"
|
|
530
|
-
],
|
|
531
|
-
"targets": [
|
|
532
|
-
"claude",
|
|
533
|
-
"openclaude",
|
|
534
|
-
"copilot",
|
|
535
|
-
"opencode",
|
|
536
|
-
"codex",
|
|
537
|
-
"gemini",
|
|
538
|
-
"cursor"
|
|
539
|
-
]
|
|
540
|
-
},
|
|
541
|
-
"habilidades-backend-java": {
|
|
542
|
-
"descripcion": "Habilidades Java: Spring Boot, JPA, testing, patrones y build errors",
|
|
543
|
-
"tipo": "habilidades",
|
|
544
|
-
"archivos": [
|
|
545
|
-
"habilidades/java-experto",
|
|
546
|
-
"habilidades/java-testing",
|
|
547
|
-
"habilidades/java-patrones",
|
|
548
|
-
"habilidades/build-errors-java"
|
|
549
|
-
],
|
|
550
|
-
"targets": [
|
|
551
|
-
"claude",
|
|
552
|
-
"openclaude",
|
|
553
|
-
"copilot",
|
|
554
|
-
"opencode",
|
|
555
|
-
"codex",
|
|
556
|
-
"gemini",
|
|
557
|
-
"cursor"
|
|
558
|
-
]
|
|
559
|
-
},
|
|
560
|
-
"habilidades-backend-go": {
|
|
561
|
-
"descripcion": "Habilidades Go: concurrencia, testing, patrones y build errors",
|
|
562
|
-
"tipo": "habilidades",
|
|
563
|
-
"archivos": [
|
|
564
|
-
"habilidades/go-experto",
|
|
565
|
-
"habilidades/go-testing",
|
|
566
|
-
"habilidades/go-patrones",
|
|
567
|
-
"habilidades/build-errors-go"
|
|
568
|
-
],
|
|
569
|
-
"targets": [
|
|
570
|
-
"claude",
|
|
571
|
-
"openclaude",
|
|
572
|
-
"copilot",
|
|
573
|
-
"opencode",
|
|
574
|
-
"codex",
|
|
575
|
-
"gemini",
|
|
576
|
-
"cursor"
|
|
577
|
-
]
|
|
578
|
-
},
|
|
579
|
-
"habilidades-backend-rust": {
|
|
580
|
-
"descripcion": "Habilidades Rust: ownership, async, testing y build errors",
|
|
581
|
-
"tipo": "habilidades",
|
|
582
|
-
"archivos": [
|
|
583
|
-
"habilidades/rust-experto",
|
|
584
|
-
"habilidades/rust-testing",
|
|
585
|
-
"habilidades/rust-patrones",
|
|
586
|
-
"habilidades/build-errors-rust"
|
|
587
|
-
],
|
|
588
|
-
"targets": [
|
|
589
|
-
"claude",
|
|
590
|
-
"openclaude",
|
|
591
|
-
"copilot",
|
|
592
|
-
"opencode",
|
|
593
|
-
"codex",
|
|
594
|
-
"gemini",
|
|
595
|
-
"cursor"
|
|
596
|
-
]
|
|
597
|
-
},
|
|
598
|
-
"habilidades-backend-csharp": {
|
|
599
|
-
"descripcion": "Habilidades C#/.NET: ASP.NET Core, EF Core, testing y build errors",
|
|
600
|
-
"tipo": "habilidades",
|
|
601
|
-
"archivos": [
|
|
602
|
-
"habilidades/csharp-experto",
|
|
603
|
-
"habilidades/csharp-testing",
|
|
604
|
-
"habilidades/csharp-patrones",
|
|
605
|
-
"habilidades/build-errors-csharp"
|
|
606
|
-
],
|
|
607
|
-
"targets": [
|
|
608
|
-
"claude",
|
|
609
|
-
"openclaude",
|
|
610
|
-
"copilot",
|
|
611
|
-
"opencode",
|
|
612
|
-
"codex",
|
|
613
|
-
"gemini",
|
|
614
|
-
"cursor"
|
|
615
|
-
]
|
|
616
|
-
},
|
|
617
|
-
"habilidades-mobile-kotlin": {
|
|
618
|
-
"descripcion": "Habilidades Kotlin: coroutines, Compose, testing y build errors",
|
|
619
|
-
"tipo": "habilidades",
|
|
620
|
-
"archivos": [
|
|
621
|
-
"habilidades/kotlin-experto",
|
|
622
|
-
"habilidades/kotlin-testing",
|
|
623
|
-
"habilidades/kotlin-compose",
|
|
624
|
-
"habilidades/build-errors-kotlin"
|
|
625
|
-
],
|
|
626
|
-
"targets": [
|
|
627
|
-
"claude",
|
|
628
|
-
"openclaude",
|
|
629
|
-
"copilot",
|
|
630
|
-
"opencode",
|
|
631
|
-
"codex",
|
|
632
|
-
"gemini",
|
|
633
|
-
"cursor"
|
|
634
|
-
]
|
|
635
|
-
},
|
|
636
|
-
"habilidades-mobile-swift": {
|
|
637
|
-
"descripcion": "Habilidades Swift: SwiftUI, actors, testing y build errors",
|
|
638
|
-
"tipo": "habilidades",
|
|
639
|
-
"archivos": [
|
|
640
|
-
"habilidades/swift-experto",
|
|
641
|
-
"habilidades/swift-testing",
|
|
642
|
-
"habilidades/swift-patrones",
|
|
643
|
-
"habilidades/build-errors-swift"
|
|
644
|
-
],
|
|
645
|
-
"targets": [
|
|
646
|
-
"claude",
|
|
647
|
-
"openclaude",
|
|
648
|
-
"copilot",
|
|
649
|
-
"opencode",
|
|
650
|
-
"codex",
|
|
651
|
-
"gemini",
|
|
652
|
-
"cursor"
|
|
653
|
-
]
|
|
654
|
-
},
|
|
655
|
-
"habilidades-backend-php": {
|
|
656
|
-
"descripcion": "Habilidades PHP: Laravel, Filament, Eloquent, testing y patrones",
|
|
657
|
-
"tipo": "habilidades",
|
|
658
|
-
"archivos": [
|
|
659
|
-
"habilidades/php-experto",
|
|
660
|
-
"habilidades/php-testing",
|
|
661
|
-
"habilidades/php-patrones",
|
|
662
|
-
"habilidades/filament-admin",
|
|
663
|
-
"habilidades/build-errors-php"
|
|
664
|
-
],
|
|
665
|
-
"targets": [
|
|
666
|
-
"claude",
|
|
667
|
-
"openclaude",
|
|
668
|
-
"copilot",
|
|
669
|
-
"opencode",
|
|
670
|
-
"codex",
|
|
671
|
-
"gemini",
|
|
672
|
-
"cursor"
|
|
673
|
-
]
|
|
674
|
-
},
|
|
675
|
-
"habilidades-backend-rails": {
|
|
676
|
-
"descripcion": "Habilidades Ruby on Rails 7+: Active Record, Hotwire, Sidekiq y RSpec",
|
|
677
|
-
"tipo": "habilidades",
|
|
678
|
-
"archivos": [
|
|
679
|
-
"habilidades/rails-experto"
|
|
680
|
-
],
|
|
681
|
-
"targets": [
|
|
682
|
-
"claude",
|
|
683
|
-
"openclaude",
|
|
684
|
-
"copilot",
|
|
685
|
-
"opencode",
|
|
686
|
-
"codex",
|
|
687
|
-
"gemini",
|
|
688
|
-
"cursor"
|
|
689
|
-
]
|
|
690
|
-
},
|
|
691
|
-
"habilidades-frontend-nextjs": {
|
|
692
|
-
"descripcion": "Habilidades Next.js: App Router, RSC, testing y build errors",
|
|
693
|
-
"tipo": "habilidades",
|
|
694
|
-
"archivos": [
|
|
695
|
-
"habilidades/nextjs-experto",
|
|
696
|
-
"habilidades/nextjs-testing",
|
|
697
|
-
"habilidades/nextjs-patrones",
|
|
698
|
-
"habilidades/build-errors-nextjs"
|
|
699
|
-
],
|
|
700
|
-
"targets": [
|
|
701
|
-
"claude",
|
|
702
|
-
"openclaude",
|
|
703
|
-
"copilot",
|
|
704
|
-
"opencode",
|
|
705
|
-
"codex",
|
|
706
|
-
"gemini",
|
|
707
|
-
"cursor"
|
|
708
|
-
]
|
|
709
|
-
},
|
|
710
|
-
"habilidades-llm": {
|
|
711
|
-
"descripcion": "Habilidades de aplicaciones LLM: RAG, LangChain, prompt engineering, structured outputs",
|
|
712
|
-
"tipo": "habilidades",
|
|
713
|
-
"archivos": [
|
|
714
|
-
"habilidades/langchain-langraph",
|
|
715
|
-
"habilidades/rag-arquitectura",
|
|
716
|
-
"habilidades/prompt-engineering",
|
|
717
|
-
"habilidades/structured-outputs",
|
|
718
|
-
"habilidades/agent-browser",
|
|
719
|
-
"habilidades/browser-interaction-patterns",
|
|
720
|
-
"habilidades/browser-research-domains",
|
|
721
|
-
"habilidades/wiki-conocimiento",
|
|
722
|
-
"habilidades/orquestacion-async",
|
|
723
|
-
"habilidades/diagrama-arquitectura",
|
|
724
|
-
"habilidades/generacion-mermaid",
|
|
725
|
-
"habilidades/agentes-como-servicio",
|
|
726
|
-
"habilidades/likec4-experto"
|
|
727
|
-
],
|
|
728
|
-
"targets": [
|
|
729
|
-
"claude",
|
|
730
|
-
"openclaude",
|
|
731
|
-
"copilot",
|
|
732
|
-
"opencode",
|
|
733
|
-
"codex",
|
|
734
|
-
"gemini",
|
|
735
|
-
"cursor"
|
|
736
|
-
]
|
|
737
|
-
},
|
|
738
|
-
"habilidades-sre": {
|
|
739
|
-
"descripcion": "Habilidades de Site Reliability Engineering y patrones de confiabilidad",
|
|
740
|
-
"tipo": "habilidades",
|
|
741
|
-
"archivos": [
|
|
742
|
-
"habilidades/sre-patrones"
|
|
743
|
-
],
|
|
744
|
-
"targets": [
|
|
745
|
-
"claude",
|
|
746
|
-
"openclaude",
|
|
747
|
-
"copilot",
|
|
748
|
-
"opencode",
|
|
749
|
-
"codex",
|
|
750
|
-
"gemini",
|
|
751
|
-
"cursor"
|
|
752
|
-
]
|
|
753
|
-
},
|
|
754
|
-
"habilidades-swl-herramientas": {
|
|
755
|
-
"descripcion": "Herramientas internas SWL: markitdown, revisar-impacto, claudemd, NestJS",
|
|
756
|
-
"tipo": "habilidades",
|
|
757
|
-
"archivos": [
|
|
758
|
-
"habilidades/swl-markitdown",
|
|
759
|
-
"habilidades/swl-revisar-impacto",
|
|
760
|
-
"habilidades/swl-claudemd",
|
|
761
|
-
"habilidades/nestjs-experto"
|
|
762
|
-
],
|
|
763
|
-
"targets": [
|
|
764
|
-
"claude",
|
|
765
|
-
"openclaude",
|
|
766
|
-
"copilot",
|
|
767
|
-
"opencode",
|
|
768
|
-
"codex",
|
|
769
|
-
"gemini",
|
|
770
|
-
"cursor"
|
|
771
|
-
]
|
|
772
|
-
},
|
|
773
|
-
"habilidades-especializadas": {
|
|
774
|
-
"descripcion": "Habilidades especializadas: GraphQL, MongoDB, Redis, Terraform, evaluacion",
|
|
775
|
-
"tipo": "habilidades",
|
|
776
|
-
"archivos": [
|
|
777
|
-
"habilidades/
|
|
778
|
-
"habilidades/
|
|
779
|
-
"habilidades/
|
|
780
|
-
"habilidades/
|
|
781
|
-
"habilidades/
|
|
782
|
-
"habilidades/
|
|
783
|
-
"habilidades/
|
|
784
|
-
"habilidades/
|
|
785
|
-
"habilidades/
|
|
786
|
-
"habilidades/
|
|
787
|
-
"habilidades/
|
|
788
|
-
"habilidades/prevencion-racionalizacion",
|
|
789
|
-
"habilidades/prevencion-sobreingenieria",
|
|
790
|
-
"habilidades/privacy-memoria",
|
|
791
|
-
"habilidades/
|
|
792
|
-
"habilidades/
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
"
|
|
797
|
-
"
|
|
798
|
-
"
|
|
799
|
-
"
|
|
800
|
-
"
|
|
801
|
-
"
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
"
|
|
807
|
-
"
|
|
808
|
-
|
|
809
|
-
"comandos/swl/
|
|
810
|
-
"comandos/swl/
|
|
811
|
-
"comandos/swl/
|
|
812
|
-
"comandos/swl/
|
|
813
|
-
"comandos/swl/
|
|
814
|
-
"comandos/swl/
|
|
815
|
-
"comandos/swl/
|
|
816
|
-
"comandos/swl/
|
|
817
|
-
"comandos/swl/
|
|
818
|
-
"comandos/swl/
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
"
|
|
823
|
-
"
|
|
824
|
-
"
|
|
825
|
-
"
|
|
826
|
-
"
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
"
|
|
832
|
-
"
|
|
833
|
-
|
|
834
|
-
"comandos/swl/
|
|
835
|
-
"comandos/swl/
|
|
836
|
-
"comandos/swl/
|
|
837
|
-
"comandos/swl/
|
|
838
|
-
"comandos/swl/
|
|
839
|
-
"comandos/swl/
|
|
840
|
-
"comandos/swl/
|
|
841
|
-
"comandos/swl/
|
|
842
|
-
"comandos/swl/
|
|
843
|
-
"comandos/swl/
|
|
844
|
-
"comandos/swl/
|
|
845
|
-
"comandos/swl/
|
|
846
|
-
"comandos/swl/
|
|
847
|
-
"comandos/swl/
|
|
848
|
-
"comandos/swl/
|
|
849
|
-
"comandos/swl/
|
|
850
|
-
"comandos/swl/
|
|
851
|
-
"comandos/swl/
|
|
852
|
-
"comandos/swl/
|
|
853
|
-
"comandos/swl/
|
|
854
|
-
"comandos/swl/
|
|
855
|
-
"comandos/swl/
|
|
856
|
-
"comandos/swl/
|
|
857
|
-
"comandos/swl/
|
|
858
|
-
"comandos/swl/
|
|
859
|
-
"comandos/swl/
|
|
860
|
-
"comandos/swl/
|
|
861
|
-
"comandos/swl/
|
|
862
|
-
"comandos/swl/
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
"
|
|
867
|
-
"
|
|
868
|
-
"
|
|
869
|
-
"
|
|
870
|
-
"
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
"
|
|
876
|
-
"
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
"
|
|
882
|
-
"
|
|
883
|
-
"
|
|
884
|
-
"
|
|
885
|
-
"
|
|
886
|
-
"
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
"
|
|
892
|
-
"
|
|
893
|
-
|
|
894
|
-
"reglas/
|
|
895
|
-
"reglas/
|
|
896
|
-
"reglas/
|
|
897
|
-
"reglas/
|
|
898
|
-
"reglas/
|
|
899
|
-
"reglas/
|
|
900
|
-
"reglas/
|
|
901
|
-
"reglas/
|
|
902
|
-
"reglas/usar-
|
|
903
|
-
"reglas/
|
|
904
|
-
"reglas/
|
|
905
|
-
"reglas/
|
|
906
|
-
"reglas/
|
|
907
|
-
"reglas/
|
|
908
|
-
"reglas/
|
|
909
|
-
"reglas/
|
|
910
|
-
"reglas/
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
"
|
|
915
|
-
"
|
|
916
|
-
"
|
|
917
|
-
"
|
|
918
|
-
"
|
|
919
|
-
"
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
"
|
|
925
|
-
"
|
|
926
|
-
|
|
927
|
-
"reglas/
|
|
928
|
-
"reglas/
|
|
929
|
-
"reglas/
|
|
930
|
-
"reglas/
|
|
931
|
-
"reglas/
|
|
932
|
-
"reglas/
|
|
933
|
-
"reglas/
|
|
934
|
-
"reglas/
|
|
935
|
-
"reglas/
|
|
936
|
-
"reglas/
|
|
937
|
-
"reglas/
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
"
|
|
942
|
-
"
|
|
943
|
-
"
|
|
944
|
-
"
|
|
945
|
-
"
|
|
946
|
-
"
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
"
|
|
952
|
-
"
|
|
953
|
-
|
|
954
|
-
"reglas/lenguajes/java/
|
|
955
|
-
"reglas/lenguajes/java/
|
|
956
|
-
"reglas/lenguajes/java/
|
|
957
|
-
"reglas/lenguajes/java/
|
|
958
|
-
"reglas/lenguajes/
|
|
959
|
-
"reglas/lenguajes/go/
|
|
960
|
-
"reglas/lenguajes/go/
|
|
961
|
-
"reglas/lenguajes/go/
|
|
962
|
-
"reglas/lenguajes/go/
|
|
963
|
-
"reglas/lenguajes/
|
|
964
|
-
"reglas/lenguajes/rust/
|
|
965
|
-
"reglas/lenguajes/rust/
|
|
966
|
-
"reglas/lenguajes/rust/
|
|
967
|
-
"reglas/lenguajes/rust/
|
|
968
|
-
"reglas/lenguajes/
|
|
969
|
-
"reglas/lenguajes/csharp/
|
|
970
|
-
"reglas/lenguajes/csharp/
|
|
971
|
-
"reglas/lenguajes/csharp/
|
|
972
|
-
"reglas/lenguajes/csharp/
|
|
973
|
-
"reglas/lenguajes/
|
|
974
|
-
"reglas/lenguajes/kotlin/
|
|
975
|
-
"reglas/lenguajes/kotlin/
|
|
976
|
-
"reglas/lenguajes/kotlin/
|
|
977
|
-
"reglas/lenguajes/kotlin/
|
|
978
|
-
"reglas/lenguajes/
|
|
979
|
-
"reglas/lenguajes/swift/
|
|
980
|
-
"reglas/lenguajes/swift/
|
|
981
|
-
"reglas/lenguajes/swift/
|
|
982
|
-
"reglas/lenguajes/swift/
|
|
983
|
-
"reglas/lenguajes/
|
|
984
|
-
"reglas/lenguajes/php/
|
|
985
|
-
"reglas/lenguajes/php/
|
|
986
|
-
"reglas/lenguajes/php/
|
|
987
|
-
"reglas/lenguajes/php/
|
|
988
|
-
"reglas/lenguajes/
|
|
989
|
-
"reglas/lenguajes/nextjs/
|
|
990
|
-
"reglas/lenguajes/nextjs/
|
|
991
|
-
"reglas/lenguajes/nextjs/
|
|
992
|
-
"reglas/lenguajes/nextjs/
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
"
|
|
997
|
-
"
|
|
998
|
-
"
|
|
999
|
-
"
|
|
1000
|
-
"
|
|
1001
|
-
"
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
"
|
|
1007
|
-
"
|
|
1008
|
-
|
|
1009
|
-
"hooks/
|
|
1010
|
-
"hooks/
|
|
1011
|
-
"hooks/
|
|
1012
|
-
"hooks/validar-
|
|
1013
|
-
"hooks/
|
|
1014
|
-
"hooks/
|
|
1015
|
-
"hooks/auto-
|
|
1016
|
-
"hooks/
|
|
1017
|
-
"hooks/
|
|
1018
|
-
"hooks/
|
|
1019
|
-
"hooks/
|
|
1020
|
-
"hooks/
|
|
1021
|
-
"hooks/
|
|
1022
|
-
"hooks/
|
|
1023
|
-
"hooks/
|
|
1024
|
-
"hooks/
|
|
1025
|
-
"hooks/
|
|
1026
|
-
"hooks/
|
|
1027
|
-
"hooks/
|
|
1028
|
-
"hooks/
|
|
1029
|
-
"hooks/claudemd-
|
|
1030
|
-
"hooks/
|
|
1031
|
-
"hooks/
|
|
1032
|
-
"hooks/sugerir-
|
|
1033
|
-
"hooks/
|
|
1034
|
-
"hooks/
|
|
1035
|
-
"hooks/lib/
|
|
1036
|
-
"hooks/lib/
|
|
1037
|
-
"hooks/lib/
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
"
|
|
1042
|
-
"
|
|
1043
|
-
"
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
"
|
|
1049
|
-
"
|
|
1050
|
-
|
|
1051
|
-
"hooks/
|
|
1052
|
-
"hooks/
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
"
|
|
1057
|
-
"
|
|
1058
|
-
"
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
"
|
|
1064
|
-
"
|
|
1065
|
-
|
|
1066
|
-
"hooks/
|
|
1067
|
-
"hooks/
|
|
1068
|
-
"hooks/
|
|
1069
|
-
"hooks/
|
|
1070
|
-
"hooks/lib/
|
|
1071
|
-
"hooks/lib/
|
|
1072
|
-
"hooks/lib/
|
|
1073
|
-
"hooks/lib/
|
|
1074
|
-
"hooks/lib/
|
|
1075
|
-
"hooks/lib/
|
|
1076
|
-
"hooks/lib/
|
|
1077
|
-
"hooks/lib/
|
|
1078
|
-
"hooks/lib/
|
|
1079
|
-
"
|
|
1080
|
-
"scripts/lib/
|
|
1081
|
-
"scripts/lib/
|
|
1082
|
-
"scripts/lib/
|
|
1083
|
-
"scripts/lib/
|
|
1084
|
-
"scripts/lib/
|
|
1085
|
-
"scripts/
|
|
1086
|
-
"scripts/
|
|
1087
|
-
"scripts/lib/eval-
|
|
1088
|
-
"scripts/lib/eval-
|
|
1089
|
-
"scripts/lib/eval-
|
|
1090
|
-
"scripts/lib/eval-
|
|
1091
|
-
"scripts/
|
|
1092
|
-
"scripts/
|
|
1093
|
-
"scripts/lib/
|
|
1094
|
-
"scripts/
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
"
|
|
1099
|
-
"
|
|
1100
|
-
"
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
"
|
|
1106
|
-
"
|
|
1107
|
-
|
|
1108
|
-
"hooks/
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
"
|
|
1113
|
-
"
|
|
1114
|
-
"
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
"
|
|
1120
|
-
"
|
|
1121
|
-
|
|
1122
|
-
"hooks/
|
|
1123
|
-
"hooks/
|
|
1124
|
-
"hooks/
|
|
1125
|
-
"
|
|
1126
|
-
"scripts/lib/
|
|
1127
|
-
"
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
"
|
|
1132
|
-
"
|
|
1133
|
-
"
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
"
|
|
1139
|
-
"
|
|
1140
|
-
|
|
1141
|
-
"hooks/
|
|
1142
|
-
"hooks/lib/
|
|
1143
|
-
"
|
|
1144
|
-
"scripts/
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
"
|
|
1149
|
-
"
|
|
1150
|
-
"
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
"
|
|
1156
|
-
"
|
|
1157
|
-
|
|
1158
|
-
"gateway/
|
|
1159
|
-
"
|
|
1160
|
-
"scripts/
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
"
|
|
1165
|
-
"
|
|
1166
|
-
"
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
"
|
|
1173
|
-
"
|
|
1174
|
-
|
|
1175
|
-
"hooks/
|
|
1176
|
-
"
|
|
1177
|
-
"scripts/lib/graph-
|
|
1178
|
-
"scripts/lib/graph-
|
|
1179
|
-
"
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
"
|
|
1184
|
-
"
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
"
|
|
1190
|
-
"
|
|
1191
|
-
|
|
1192
|
-
"scripts/mcp-
|
|
1193
|
-
"scripts/mcp-
|
|
1194
|
-
"
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
"
|
|
1199
|
-
"
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
"
|
|
1205
|
-
"
|
|
1206
|
-
|
|
1207
|
-
"scripts/auditar-
|
|
1208
|
-
"scripts/auditar-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
"
|
|
1213
|
-
"
|
|
1214
|
-
"
|
|
1215
|
-
"
|
|
1216
|
-
"
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
"
|
|
1223
|
-
"
|
|
1224
|
-
|
|
1225
|
-
"scripts/
|
|
1226
|
-
"scripts/lib/detector-
|
|
1227
|
-
"scripts/lib/
|
|
1228
|
-
"
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
"
|
|
1233
|
-
"
|
|
1234
|
-
"
|
|
1235
|
-
"
|
|
1236
|
-
"
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
"
|
|
1242
|
-
"
|
|
1243
|
-
|
|
1244
|
-
"
|
|
1245
|
-
"habilidades/
|
|
1246
|
-
"habilidades/
|
|
1247
|
-
"habilidades/
|
|
1248
|
-
"habilidades/nemesis-
|
|
1249
|
-
"
|
|
1250
|
-
"
|
|
1251
|
-
"
|
|
1252
|
-
"scripts/audit-tools/lib/
|
|
1253
|
-
"scripts/audit-tools/
|
|
1254
|
-
"scripts/audit-tools/
|
|
1255
|
-
"scripts/audit-tools/
|
|
1256
|
-
"scripts/audit-tools/
|
|
1257
|
-
"scripts/audit-tools/
|
|
1258
|
-
"scripts/audit-tools/
|
|
1259
|
-
"scripts/audit-tools/
|
|
1260
|
-
"scripts/audit-tools/
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
"
|
|
1265
|
-
"
|
|
1266
|
-
"
|
|
1267
|
-
"
|
|
1268
|
-
"
|
|
1269
|
-
"
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
"
|
|
1275
|
-
"
|
|
1276
|
-
|
|
1277
|
-
"
|
|
1278
|
-
"scripts/mcp-server/
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
"
|
|
1283
|
-
"
|
|
1284
|
-
"
|
|
1285
|
-
"
|
|
1286
|
-
"
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
"
|
|
1292
|
-
"
|
|
1293
|
-
|
|
1294
|
-
"
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
"
|
|
1299
|
-
"
|
|
1300
|
-
"
|
|
1301
|
-
"
|
|
1302
|
-
"
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
"
|
|
1309
|
-
"
|
|
1310
|
-
|
|
1311
|
-
"hooks/notificacion-telegram
|
|
1312
|
-
"hooks/notificacion-telegram-
|
|
1313
|
-
"hooks/
|
|
1314
|
-
"hooks/
|
|
1315
|
-
"hooks/lib/telegram-
|
|
1316
|
-
"
|
|
1317
|
-
"
|
|
1318
|
-
"
|
|
1319
|
-
"bin/
|
|
1320
|
-
"bin/lib/bot-
|
|
1321
|
-
"bin/lib/bot-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
"
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
"
|
|
1332
|
-
"
|
|
1333
|
-
"
|
|
1334
|
-
|
|
1335
|
-
"plantillas/github-workflows/swl-
|
|
1336
|
-
"plantillas/github-workflows/
|
|
1337
|
-
"plantillas/github-workflows/
|
|
1338
|
-
"
|
|
1339
|
-
"
|
|
1340
|
-
"
|
|
1341
|
-
"
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
"
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"modulos": {
|
|
3
|
+
"agentes-core": {
|
|
4
|
+
"descripcion": "Agentes esenciales de orquestación, proceso y ciclo de desarrollo",
|
|
5
|
+
"tipo": "agentes",
|
|
6
|
+
"archivos": [
|
|
7
|
+
"agentes/orquestador-swl.md",
|
|
8
|
+
"agentes/producto-prd-swl.md",
|
|
9
|
+
"agentes/consolidador-swl.md",
|
|
10
|
+
"agentes/auto-evolucion-swl.md",
|
|
11
|
+
"agentes/investigador-swl.md",
|
|
12
|
+
"agentes/investigador-ux-swl.md",
|
|
13
|
+
"agentes/arquitecto-swl.md",
|
|
14
|
+
"agentes/planificador-swl.md",
|
|
15
|
+
"agentes/implementador-swl.md",
|
|
16
|
+
"agentes/tdd-qa-swl.md",
|
|
17
|
+
"agentes/revisor-codigo-swl.md",
|
|
18
|
+
"agentes/depurador-swl.md",
|
|
19
|
+
"agentes/documentador-swl.md",
|
|
20
|
+
"agentes/resolutor-build-swl.md",
|
|
21
|
+
"agentes/gh-fix-ci-swl.md",
|
|
22
|
+
"agentes/perfilador-usuario-swl.md"
|
|
23
|
+
],
|
|
24
|
+
"targets": [
|
|
25
|
+
"claude",
|
|
26
|
+
"openclaude",
|
|
27
|
+
"copilot",
|
|
28
|
+
"opencode",
|
|
29
|
+
"codex",
|
|
30
|
+
"gemini",
|
|
31
|
+
"cursor"
|
|
32
|
+
]
|
|
33
|
+
},
|
|
34
|
+
"agentes-frontend": {
|
|
35
|
+
"descripcion": "Agentes especializados en frontend, UI/UX y accesibilidad",
|
|
36
|
+
"tipo": "agentes",
|
|
37
|
+
"archivos": [
|
|
38
|
+
"agentes/frontend-swl.md",
|
|
39
|
+
"agentes/frontend-react-swl.md",
|
|
40
|
+
"agentes/frontend-angular-swl.md",
|
|
41
|
+
"agentes/frontend-css-swl.md",
|
|
42
|
+
"agentes/frontend-tailwind-swl.md",
|
|
43
|
+
"agentes/ux-disenador-swl.md",
|
|
44
|
+
"agentes/disenador-ui-swl.md",
|
|
45
|
+
"agentes/accesibilidad-wcag-swl.md"
|
|
46
|
+
],
|
|
47
|
+
"targets": [
|
|
48
|
+
"claude",
|
|
49
|
+
"openclaude",
|
|
50
|
+
"copilot",
|
|
51
|
+
"opencode",
|
|
52
|
+
"codex",
|
|
53
|
+
"gemini",
|
|
54
|
+
"cursor"
|
|
55
|
+
]
|
|
56
|
+
},
|
|
57
|
+
"agentes-backend": {
|
|
58
|
+
"descripcion": "Agentes especializados en backend, APIs, datos y migraciones",
|
|
59
|
+
"tipo": "agentes",
|
|
60
|
+
"archivos": [
|
|
61
|
+
"agentes/backend-python-swl.md",
|
|
62
|
+
"agentes/backend-node-swl.md",
|
|
63
|
+
"agentes/backend-api-swl.md",
|
|
64
|
+
"agentes/backend-workers-swl.md",
|
|
65
|
+
"agentes/datos-swl.md",
|
|
66
|
+
"agentes/migrador-swl.md",
|
|
67
|
+
"agentes/backend-java-swl.md",
|
|
68
|
+
"agentes/backend-go-swl.md",
|
|
69
|
+
"agentes/backend-csharp-swl.md",
|
|
70
|
+
"agentes/backend-rust-swl.md",
|
|
71
|
+
"agentes/pagos-swl.md"
|
|
72
|
+
],
|
|
73
|
+
"targets": [
|
|
74
|
+
"claude",
|
|
75
|
+
"openclaude",
|
|
76
|
+
"copilot",
|
|
77
|
+
"opencode",
|
|
78
|
+
"codex",
|
|
79
|
+
"gemini",
|
|
80
|
+
"cursor"
|
|
81
|
+
]
|
|
82
|
+
},
|
|
83
|
+
"agentes-mobile": {
|
|
84
|
+
"descripcion": "Agentes especializados en desarrollo móvil nativo y multiplataforma",
|
|
85
|
+
"tipo": "agentes",
|
|
86
|
+
"archivos": [
|
|
87
|
+
"agentes/mobile-android-swl.md",
|
|
88
|
+
"agentes/mobile-ios-swl.md",
|
|
89
|
+
"agentes/mobile-cross-swl.md"
|
|
90
|
+
],
|
|
91
|
+
"targets": [
|
|
92
|
+
"claude",
|
|
93
|
+
"openclaude",
|
|
94
|
+
"copilot",
|
|
95
|
+
"opencode",
|
|
96
|
+
"codex",
|
|
97
|
+
"gemini",
|
|
98
|
+
"cursor"
|
|
99
|
+
]
|
|
100
|
+
},
|
|
101
|
+
"agentes-devops": {
|
|
102
|
+
"descripcion": "Agentes de DevOps, infraestructura, observabilidad y releases",
|
|
103
|
+
"tipo": "agentes",
|
|
104
|
+
"archivos": [
|
|
105
|
+
"agentes/devops-ci-swl.md",
|
|
106
|
+
"agentes/cloud-infra-swl.md",
|
|
107
|
+
"agentes/observabilidad-swl.md",
|
|
108
|
+
"agentes/rendimiento-swl.md",
|
|
109
|
+
"agentes/release-manager-swl.md"
|
|
110
|
+
],
|
|
111
|
+
"targets": [
|
|
112
|
+
"claude",
|
|
113
|
+
"openclaude",
|
|
114
|
+
"copilot",
|
|
115
|
+
"opencode",
|
|
116
|
+
"codex",
|
|
117
|
+
"gemini",
|
|
118
|
+
"cursor"
|
|
119
|
+
]
|
|
120
|
+
},
|
|
121
|
+
"agentes-seguridad": {
|
|
122
|
+
"descripcion": "Agentes de auditoría y revisión de seguridad",
|
|
123
|
+
"tipo": "agentes",
|
|
124
|
+
"archivos": [
|
|
125
|
+
"agentes/revisor-seguridad-swl.md",
|
|
126
|
+
"agentes/red-team-swl.md"
|
|
127
|
+
],
|
|
128
|
+
"targets": [
|
|
129
|
+
"claude",
|
|
130
|
+
"openclaude",
|
|
131
|
+
"copilot",
|
|
132
|
+
"opencode",
|
|
133
|
+
"codex",
|
|
134
|
+
"gemini",
|
|
135
|
+
"cursor"
|
|
136
|
+
]
|
|
137
|
+
},
|
|
138
|
+
"agentes-llm-sre": {
|
|
139
|
+
"descripcion": "Agentes especializados en aplicaciones LLM y confiabilidad de sitio",
|
|
140
|
+
"tipo": "agentes",
|
|
141
|
+
"archivos": [
|
|
142
|
+
"agentes/llm-apps-swl.md",
|
|
143
|
+
"agentes/sre-swl.md",
|
|
144
|
+
"agentes/mobile-testing-swl.md"
|
|
145
|
+
],
|
|
146
|
+
"targets": [
|
|
147
|
+
"claude",
|
|
148
|
+
"openclaude",
|
|
149
|
+
"copilot",
|
|
150
|
+
"opencode",
|
|
151
|
+
"codex",
|
|
152
|
+
"gemini",
|
|
153
|
+
"cursor"
|
|
154
|
+
]
|
|
155
|
+
},
|
|
156
|
+
"agentes-notificaciones": {
|
|
157
|
+
"descripcion": "Agentes de notificaciones multicanal",
|
|
158
|
+
"tipo": "agentes",
|
|
159
|
+
"archivos": [
|
|
160
|
+
"agentes/notificador-swl.md"
|
|
161
|
+
],
|
|
162
|
+
"targets": [
|
|
163
|
+
"claude",
|
|
164
|
+
"openclaude",
|
|
165
|
+
"copilot",
|
|
166
|
+
"opencode",
|
|
167
|
+
"codex",
|
|
168
|
+
"gemini",
|
|
169
|
+
"cursor"
|
|
170
|
+
]
|
|
171
|
+
},
|
|
172
|
+
"agentes-revisores-lenguaje": {
|
|
173
|
+
"descripcion": "Revisores de codigo especializados por lenguaje",
|
|
174
|
+
"tipo": "agentes",
|
|
175
|
+
"archivos": [
|
|
176
|
+
"agentes/revisor-java-swl.md",
|
|
177
|
+
"agentes/revisor-go-swl.md",
|
|
178
|
+
"agentes/revisor-rust-swl.md",
|
|
179
|
+
"agentes/revisor-csharp-swl.md",
|
|
180
|
+
"agentes/revisor-kotlin-swl.md",
|
|
181
|
+
"agentes/revisor-swift-swl.md",
|
|
182
|
+
"agentes/revisor-php-swl.md",
|
|
183
|
+
"agentes/revisor-typescript-swl.md",
|
|
184
|
+
"agentes/revisor-react-swl.md",
|
|
185
|
+
"agentes/revisor-angular-swl.md",
|
|
186
|
+
"agentes/revisor-nextjs-swl.md"
|
|
187
|
+
],
|
|
188
|
+
"targets": [
|
|
189
|
+
"claude",
|
|
190
|
+
"openclaude",
|
|
191
|
+
"copilot",
|
|
192
|
+
"opencode",
|
|
193
|
+
"codex",
|
|
194
|
+
"gemini",
|
|
195
|
+
"cursor"
|
|
196
|
+
]
|
|
197
|
+
},
|
|
198
|
+
"habilidades-core": {
|
|
199
|
+
"descripcion": "Habilidades transversales del ciclo SWL y gestión del sistema",
|
|
200
|
+
"tipo": "habilidades",
|
|
201
|
+
"archivos": [
|
|
202
|
+
"habilidades/nuevo-proyecto",
|
|
203
|
+
"habilidades/instalar-sistema",
|
|
204
|
+
"habilidades/mapear-codebase",
|
|
205
|
+
"habilidades/discutir-fase",
|
|
206
|
+
"habilidades/planear-fase",
|
|
207
|
+
"habilidades/ejecutar-fase",
|
|
208
|
+
"habilidades/ejecutar-task-iterativo",
|
|
209
|
+
"habilidades/protocolo-revision-swl",
|
|
210
|
+
"habilidades/verificar-trabajo",
|
|
211
|
+
"habilidades/compactacion-contexto",
|
|
212
|
+
"habilidades/diseno-herramientas-agente",
|
|
213
|
+
"habilidades/extractor-de-aprendizajes",
|
|
214
|
+
"habilidades/meta-skills-estandar",
|
|
215
|
+
"habilidades/aprendizaje-continuo",
|
|
216
|
+
"habilidades/auto-evolucion-protocolo",
|
|
217
|
+
"habilidades/checklist-calidad",
|
|
218
|
+
"habilidades/tdd-workflow",
|
|
219
|
+
"habilidades/checkpoints-verificacion",
|
|
220
|
+
"habilidades/validacion-ci-sistema",
|
|
221
|
+
"habilidades/estructura-proyecto-claude",
|
|
222
|
+
"habilidades/workflow-claude-code",
|
|
223
|
+
"habilidades/doc-sync",
|
|
224
|
+
"habilidades/dependencias-auditoria",
|
|
225
|
+
"habilidades/release-semver",
|
|
226
|
+
"habilidades/git-worktrees-paralelo",
|
|
227
|
+
"habilidades/deprecacion-migracion",
|
|
228
|
+
"habilidades/autoresearch",
|
|
229
|
+
"habilidades/extraccion-documentos",
|
|
230
|
+
"habilidades/control-profundidad",
|
|
231
|
+
"habilidades/swl-dashboard",
|
|
232
|
+
"habilidades/perfil-usuario",
|
|
233
|
+
"habilidades/estilo-sin-ai-isms",
|
|
234
|
+
"habilidades/drift-detection",
|
|
235
|
+
"habilidades/tracing-processor",
|
|
236
|
+
"habilidades/guardrail-semantico",
|
|
237
|
+
"habilidades/legacy-code-rescue",
|
|
238
|
+
"habilidades/harness-claude-code",
|
|
239
|
+
"habilidades/proceso-confianza-pre-implementacion",
|
|
240
|
+
"habilidades/proceso-autoverificacion-evidencias",
|
|
241
|
+
"habilidades/aprender-de-git-diff",
|
|
242
|
+
"habilidades/reducir-entropia",
|
|
243
|
+
"habilidades/proceso-intent-engineering",
|
|
244
|
+
"habilidades/proceso-ddia-fundamentos",
|
|
245
|
+
"habilidades/proceso-ddia-streaming",
|
|
246
|
+
"habilidades/proceso-discovery-machote",
|
|
247
|
+
"habilidades/proceso-modular-split",
|
|
248
|
+
"habilidades/agent-deep-links",
|
|
249
|
+
"habilidades/changelog-generator"
|
|
250
|
+
],
|
|
251
|
+
"targets": [
|
|
252
|
+
"claude",
|
|
253
|
+
"openclaude",
|
|
254
|
+
"copilot",
|
|
255
|
+
"opencode",
|
|
256
|
+
"codex",
|
|
257
|
+
"gemini",
|
|
258
|
+
"cursor"
|
|
259
|
+
]
|
|
260
|
+
},
|
|
261
|
+
"habilidades-backend-python": {
|
|
262
|
+
"descripcion": "Habilidades especializadas en Python backend",
|
|
263
|
+
"tipo": "habilidades",
|
|
264
|
+
"archivos": [
|
|
265
|
+
"habilidades/patrones-python",
|
|
266
|
+
"habilidades/fastapi-experto",
|
|
267
|
+
"habilidades/django-experto",
|
|
268
|
+
"habilidades/async-python",
|
|
269
|
+
"habilidades/testing-python",
|
|
270
|
+
"habilidades/manejo-errores",
|
|
271
|
+
"habilidades/auth-patrones",
|
|
272
|
+
"habilidades/build-errors-python",
|
|
273
|
+
"habilidades/backend-error-design",
|
|
274
|
+
"habilidades/backend-async-postgres-testing"
|
|
275
|
+
],
|
|
276
|
+
"targets": [
|
|
277
|
+
"claude",
|
|
278
|
+
"openclaude",
|
|
279
|
+
"copilot",
|
|
280
|
+
"opencode",
|
|
281
|
+
"codex",
|
|
282
|
+
"gemini",
|
|
283
|
+
"cursor"
|
|
284
|
+
]
|
|
285
|
+
},
|
|
286
|
+
"habilidades-backend-node": {
|
|
287
|
+
"descripcion": "Habilidades especializadas en Node.js y TypeScript",
|
|
288
|
+
"tipo": "habilidades",
|
|
289
|
+
"archivos": [
|
|
290
|
+
"habilidades/node-experto",
|
|
291
|
+
"habilidades/typescript-avanzado",
|
|
292
|
+
"habilidades/typescript-diagnosticos",
|
|
293
|
+
"habilidades/build-errors-typescript"
|
|
294
|
+
],
|
|
295
|
+
"targets": [
|
|
296
|
+
"claude",
|
|
297
|
+
"openclaude",
|
|
298
|
+
"copilot",
|
|
299
|
+
"opencode",
|
|
300
|
+
"codex",
|
|
301
|
+
"gemini",
|
|
302
|
+
"cursor"
|
|
303
|
+
]
|
|
304
|
+
},
|
|
305
|
+
"habilidades-backend-api": {
|
|
306
|
+
"descripcion": "Habilidades de diseño de APIs y arquitecturas de servicios",
|
|
307
|
+
"tipo": "habilidades",
|
|
308
|
+
"archivos": [
|
|
309
|
+
"habilidades/api-rest-diseno",
|
|
310
|
+
"habilidades/microservicios",
|
|
311
|
+
"habilidades/event-driven",
|
|
312
|
+
"habilidades/backend-mcp-servidor",
|
|
313
|
+
"habilidades/backend-production-resilience"
|
|
314
|
+
],
|
|
315
|
+
"targets": [
|
|
316
|
+
"claude",
|
|
317
|
+
"openclaude",
|
|
318
|
+
"copilot",
|
|
319
|
+
"opencode",
|
|
320
|
+
"codex",
|
|
321
|
+
"gemini",
|
|
322
|
+
"cursor"
|
|
323
|
+
]
|
|
324
|
+
},
|
|
325
|
+
"habilidades-pagos": {
|
|
326
|
+
"descripcion": "Habilidades de integración de sistemas de pago con Stripe",
|
|
327
|
+
"tipo": "habilidades",
|
|
328
|
+
"archivos": [
|
|
329
|
+
"habilidades/stripe-pagos"
|
|
330
|
+
],
|
|
331
|
+
"targets": [
|
|
332
|
+
"claude",
|
|
333
|
+
"openclaude",
|
|
334
|
+
"copilot",
|
|
335
|
+
"opencode",
|
|
336
|
+
"codex",
|
|
337
|
+
"gemini",
|
|
338
|
+
"cursor"
|
|
339
|
+
]
|
|
340
|
+
},
|
|
341
|
+
"habilidades-frontend-angular": {
|
|
342
|
+
"descripcion": "Habilidades especializadas en Angular moderno con signals",
|
|
343
|
+
"tipo": "habilidades",
|
|
344
|
+
"archivos": [
|
|
345
|
+
"habilidades/angular-moderno",
|
|
346
|
+
"habilidades/angular-avanzado"
|
|
347
|
+
],
|
|
348
|
+
"targets": [
|
|
349
|
+
"claude",
|
|
350
|
+
"openclaude",
|
|
351
|
+
"copilot",
|
|
352
|
+
"opencode",
|
|
353
|
+
"codex",
|
|
354
|
+
"gemini",
|
|
355
|
+
"cursor"
|
|
356
|
+
]
|
|
357
|
+
},
|
|
358
|
+
"habilidades-frontend-react": {
|
|
359
|
+
"descripcion": "Habilidades especializadas en React y Next.js",
|
|
360
|
+
"tipo": "habilidades",
|
|
361
|
+
"archivos": [
|
|
362
|
+
"habilidades/react-experto",
|
|
363
|
+
"habilidades/react-optimizacion"
|
|
364
|
+
],
|
|
365
|
+
"targets": [
|
|
366
|
+
"claude",
|
|
367
|
+
"openclaude",
|
|
368
|
+
"copilot",
|
|
369
|
+
"opencode",
|
|
370
|
+
"codex",
|
|
371
|
+
"gemini",
|
|
372
|
+
"cursor"
|
|
373
|
+
]
|
|
374
|
+
},
|
|
375
|
+
"habilidades-frontend-estilos": {
|
|
376
|
+
"descripcion": "Habilidades de CSS, Tailwind, diseño responsivo y design tokens",
|
|
377
|
+
"tipo": "habilidades",
|
|
378
|
+
"archivos": [
|
|
379
|
+
"habilidades/css-moderno",
|
|
380
|
+
"habilidades/tailwind-experto",
|
|
381
|
+
"habilidades/diseno-responsivo",
|
|
382
|
+
"habilidades/frontend-avanzado",
|
|
383
|
+
"habilidades/design-tokens"
|
|
384
|
+
],
|
|
385
|
+
"targets": [
|
|
386
|
+
"claude",
|
|
387
|
+
"openclaude",
|
|
388
|
+
"copilot",
|
|
389
|
+
"opencode",
|
|
390
|
+
"codex",
|
|
391
|
+
"gemini",
|
|
392
|
+
"cursor"
|
|
393
|
+
]
|
|
394
|
+
},
|
|
395
|
+
"habilidades-ux": {
|
|
396
|
+
"descripcion": "Habilidades de UX, accesibilidad y wireframes",
|
|
397
|
+
"tipo": "habilidades",
|
|
398
|
+
"archivos": [
|
|
399
|
+
"habilidades/ux-diseno",
|
|
400
|
+
"habilidades/accesibilidad-a11y",
|
|
401
|
+
"habilidades/wireframes-flujos"
|
|
402
|
+
],
|
|
403
|
+
"targets": [
|
|
404
|
+
"claude",
|
|
405
|
+
"openclaude",
|
|
406
|
+
"copilot",
|
|
407
|
+
"opencode",
|
|
408
|
+
"codex",
|
|
409
|
+
"gemini",
|
|
410
|
+
"cursor"
|
|
411
|
+
]
|
|
412
|
+
},
|
|
413
|
+
"habilidades-datos": {
|
|
414
|
+
"descripcion": "Habilidades de bases de datos, SQL, ETL y schemas declarativos",
|
|
415
|
+
"tipo": "habilidades",
|
|
416
|
+
"archivos": [
|
|
417
|
+
"habilidades/postgresql-experto",
|
|
418
|
+
"habilidades/sql-optimizacion",
|
|
419
|
+
"habilidades/datos-etl",
|
|
420
|
+
"habilidades/dbml-experto"
|
|
421
|
+
],
|
|
422
|
+
"targets": [
|
|
423
|
+
"claude",
|
|
424
|
+
"openclaude",
|
|
425
|
+
"copilot",
|
|
426
|
+
"opencode",
|
|
427
|
+
"codex",
|
|
428
|
+
"gemini",
|
|
429
|
+
"cursor"
|
|
430
|
+
]
|
|
431
|
+
},
|
|
432
|
+
"habilidades-mobile": {
|
|
433
|
+
"descripcion": "Habilidades de desarrollo móvil multiplataforma",
|
|
434
|
+
"tipo": "habilidades",
|
|
435
|
+
"archivos": [
|
|
436
|
+
"habilidades/mobile-react-native",
|
|
437
|
+
"habilidades/mobile-flutter"
|
|
438
|
+
],
|
|
439
|
+
"targets": [
|
|
440
|
+
"claude",
|
|
441
|
+
"openclaude",
|
|
442
|
+
"copilot",
|
|
443
|
+
"opencode",
|
|
444
|
+
"codex",
|
|
445
|
+
"gemini",
|
|
446
|
+
"cursor"
|
|
447
|
+
]
|
|
448
|
+
},
|
|
449
|
+
"habilidades-infra": {
|
|
450
|
+
"descripcion": "Habilidades de infraestructura, cloud, contenedores y observabilidad",
|
|
451
|
+
"tipo": "habilidades",
|
|
452
|
+
"archivos": [
|
|
453
|
+
"habilidades/cloud-aws",
|
|
454
|
+
"habilidades/gcp-cloud",
|
|
455
|
+
"habilidades/azure-cloud",
|
|
456
|
+
"habilidades/contenedores-docker",
|
|
457
|
+
"habilidades/kubernetes-orquestacion",
|
|
458
|
+
"habilidades/ci-cd-pipelines",
|
|
459
|
+
"habilidades/monitoring-alertas",
|
|
460
|
+
"habilidades/performance-baseline"
|
|
461
|
+
],
|
|
462
|
+
"targets": [
|
|
463
|
+
"claude",
|
|
464
|
+
"openclaude",
|
|
465
|
+
"copilot",
|
|
466
|
+
"opencode",
|
|
467
|
+
"codex",
|
|
468
|
+
"gemini",
|
|
469
|
+
"cursor"
|
|
470
|
+
]
|
|
471
|
+
},
|
|
472
|
+
"habilidades-seguridad": {
|
|
473
|
+
"descripcion": "Habilidades de seguridad, threat modeling, gestión de secretos y defensa en runtime/pipeline de sistemas agénticos",
|
|
474
|
+
"tipo": "habilidades",
|
|
475
|
+
"archivos": [
|
|
476
|
+
"habilidades/checklist-seguridad",
|
|
477
|
+
"habilidades/threat-model-lite",
|
|
478
|
+
"habilidades/iam-secretos",
|
|
479
|
+
"habilidades/seguridad-skills-ia",
|
|
480
|
+
"habilidades/ai-runtime-security",
|
|
481
|
+
"habilidades/devsecops-pipeline-security"
|
|
482
|
+
],
|
|
483
|
+
"targets": [
|
|
484
|
+
"claude",
|
|
485
|
+
"openclaude",
|
|
486
|
+
"copilot",
|
|
487
|
+
"opencode",
|
|
488
|
+
"codex",
|
|
489
|
+
"gemini",
|
|
490
|
+
"cursor"
|
|
491
|
+
]
|
|
492
|
+
},
|
|
493
|
+
"habilidades-notificaciones": {
|
|
494
|
+
"descripcion": "Habilidades de notificaciones multicanal",
|
|
495
|
+
"tipo": "habilidades",
|
|
496
|
+
"archivos": [
|
|
497
|
+
"habilidades/notificaciones-multicanal"
|
|
498
|
+
],
|
|
499
|
+
"targets": [
|
|
500
|
+
"claude",
|
|
501
|
+
"openclaude",
|
|
502
|
+
"copilot",
|
|
503
|
+
"opencode",
|
|
504
|
+
"codex",
|
|
505
|
+
"gemini",
|
|
506
|
+
"cursor"
|
|
507
|
+
]
|
|
508
|
+
},
|
|
509
|
+
"habilidades-tracking-measurement": {
|
|
510
|
+
"descripcion": "Implementación técnica de sistemas de medición web: GTM, GA4, Meta CAPI server-side, Enhanced Conversions y Consent Mode v2",
|
|
511
|
+
"tipo": "habilidades",
|
|
512
|
+
"archivos": [
|
|
513
|
+
"habilidades/tracking-measurement"
|
|
514
|
+
],
|
|
515
|
+
"targets": [
|
|
516
|
+
"claude",
|
|
517
|
+
"openclaude",
|
|
518
|
+
"copilot",
|
|
519
|
+
"opencode",
|
|
520
|
+
"codex",
|
|
521
|
+
"gemini",
|
|
522
|
+
"cursor"
|
|
523
|
+
]
|
|
524
|
+
},
|
|
525
|
+
"habilidades-paid-media-tracking": {
|
|
526
|
+
"descripcion": "Implementación técnica de herramientas para campañas de publicidad pagada: Google Ads API, análisis de search terms, conversión tracking server-side, auditoría de cuentas programática y dashboards de rendimiento",
|
|
527
|
+
"tipo": "habilidades",
|
|
528
|
+
"archivos": [
|
|
529
|
+
"habilidades/paid-media-tracking"
|
|
530
|
+
],
|
|
531
|
+
"targets": [
|
|
532
|
+
"claude",
|
|
533
|
+
"openclaude",
|
|
534
|
+
"copilot",
|
|
535
|
+
"opencode",
|
|
536
|
+
"codex",
|
|
537
|
+
"gemini",
|
|
538
|
+
"cursor"
|
|
539
|
+
]
|
|
540
|
+
},
|
|
541
|
+
"habilidades-backend-java": {
|
|
542
|
+
"descripcion": "Habilidades Java: Spring Boot, JPA, testing, patrones y build errors",
|
|
543
|
+
"tipo": "habilidades",
|
|
544
|
+
"archivos": [
|
|
545
|
+
"habilidades/java-experto",
|
|
546
|
+
"habilidades/java-testing",
|
|
547
|
+
"habilidades/java-patrones",
|
|
548
|
+
"habilidades/build-errors-java"
|
|
549
|
+
],
|
|
550
|
+
"targets": [
|
|
551
|
+
"claude",
|
|
552
|
+
"openclaude",
|
|
553
|
+
"copilot",
|
|
554
|
+
"opencode",
|
|
555
|
+
"codex",
|
|
556
|
+
"gemini",
|
|
557
|
+
"cursor"
|
|
558
|
+
]
|
|
559
|
+
},
|
|
560
|
+
"habilidades-backend-go": {
|
|
561
|
+
"descripcion": "Habilidades Go: concurrencia, testing, patrones y build errors",
|
|
562
|
+
"tipo": "habilidades",
|
|
563
|
+
"archivos": [
|
|
564
|
+
"habilidades/go-experto",
|
|
565
|
+
"habilidades/go-testing",
|
|
566
|
+
"habilidades/go-patrones",
|
|
567
|
+
"habilidades/build-errors-go"
|
|
568
|
+
],
|
|
569
|
+
"targets": [
|
|
570
|
+
"claude",
|
|
571
|
+
"openclaude",
|
|
572
|
+
"copilot",
|
|
573
|
+
"opencode",
|
|
574
|
+
"codex",
|
|
575
|
+
"gemini",
|
|
576
|
+
"cursor"
|
|
577
|
+
]
|
|
578
|
+
},
|
|
579
|
+
"habilidades-backend-rust": {
|
|
580
|
+
"descripcion": "Habilidades Rust: ownership, async, testing y build errors",
|
|
581
|
+
"tipo": "habilidades",
|
|
582
|
+
"archivos": [
|
|
583
|
+
"habilidades/rust-experto",
|
|
584
|
+
"habilidades/rust-testing",
|
|
585
|
+
"habilidades/rust-patrones",
|
|
586
|
+
"habilidades/build-errors-rust"
|
|
587
|
+
],
|
|
588
|
+
"targets": [
|
|
589
|
+
"claude",
|
|
590
|
+
"openclaude",
|
|
591
|
+
"copilot",
|
|
592
|
+
"opencode",
|
|
593
|
+
"codex",
|
|
594
|
+
"gemini",
|
|
595
|
+
"cursor"
|
|
596
|
+
]
|
|
597
|
+
},
|
|
598
|
+
"habilidades-backend-csharp": {
|
|
599
|
+
"descripcion": "Habilidades C#/.NET: ASP.NET Core, EF Core, testing y build errors",
|
|
600
|
+
"tipo": "habilidades",
|
|
601
|
+
"archivos": [
|
|
602
|
+
"habilidades/csharp-experto",
|
|
603
|
+
"habilidades/csharp-testing",
|
|
604
|
+
"habilidades/csharp-patrones",
|
|
605
|
+
"habilidades/build-errors-csharp"
|
|
606
|
+
],
|
|
607
|
+
"targets": [
|
|
608
|
+
"claude",
|
|
609
|
+
"openclaude",
|
|
610
|
+
"copilot",
|
|
611
|
+
"opencode",
|
|
612
|
+
"codex",
|
|
613
|
+
"gemini",
|
|
614
|
+
"cursor"
|
|
615
|
+
]
|
|
616
|
+
},
|
|
617
|
+
"habilidades-mobile-kotlin": {
|
|
618
|
+
"descripcion": "Habilidades Kotlin: coroutines, Compose, testing y build errors",
|
|
619
|
+
"tipo": "habilidades",
|
|
620
|
+
"archivos": [
|
|
621
|
+
"habilidades/kotlin-experto",
|
|
622
|
+
"habilidades/kotlin-testing",
|
|
623
|
+
"habilidades/kotlin-compose",
|
|
624
|
+
"habilidades/build-errors-kotlin"
|
|
625
|
+
],
|
|
626
|
+
"targets": [
|
|
627
|
+
"claude",
|
|
628
|
+
"openclaude",
|
|
629
|
+
"copilot",
|
|
630
|
+
"opencode",
|
|
631
|
+
"codex",
|
|
632
|
+
"gemini",
|
|
633
|
+
"cursor"
|
|
634
|
+
]
|
|
635
|
+
},
|
|
636
|
+
"habilidades-mobile-swift": {
|
|
637
|
+
"descripcion": "Habilidades Swift: SwiftUI, actors, testing y build errors",
|
|
638
|
+
"tipo": "habilidades",
|
|
639
|
+
"archivos": [
|
|
640
|
+
"habilidades/swift-experto",
|
|
641
|
+
"habilidades/swift-testing",
|
|
642
|
+
"habilidades/swift-patrones",
|
|
643
|
+
"habilidades/build-errors-swift"
|
|
644
|
+
],
|
|
645
|
+
"targets": [
|
|
646
|
+
"claude",
|
|
647
|
+
"openclaude",
|
|
648
|
+
"copilot",
|
|
649
|
+
"opencode",
|
|
650
|
+
"codex",
|
|
651
|
+
"gemini",
|
|
652
|
+
"cursor"
|
|
653
|
+
]
|
|
654
|
+
},
|
|
655
|
+
"habilidades-backend-php": {
|
|
656
|
+
"descripcion": "Habilidades PHP: Laravel, Filament, Eloquent, testing y patrones",
|
|
657
|
+
"tipo": "habilidades",
|
|
658
|
+
"archivos": [
|
|
659
|
+
"habilidades/php-experto",
|
|
660
|
+
"habilidades/php-testing",
|
|
661
|
+
"habilidades/php-patrones",
|
|
662
|
+
"habilidades/filament-admin",
|
|
663
|
+
"habilidades/build-errors-php"
|
|
664
|
+
],
|
|
665
|
+
"targets": [
|
|
666
|
+
"claude",
|
|
667
|
+
"openclaude",
|
|
668
|
+
"copilot",
|
|
669
|
+
"opencode",
|
|
670
|
+
"codex",
|
|
671
|
+
"gemini",
|
|
672
|
+
"cursor"
|
|
673
|
+
]
|
|
674
|
+
},
|
|
675
|
+
"habilidades-backend-rails": {
|
|
676
|
+
"descripcion": "Habilidades Ruby on Rails 7+: Active Record, Hotwire, Sidekiq y RSpec",
|
|
677
|
+
"tipo": "habilidades",
|
|
678
|
+
"archivos": [
|
|
679
|
+
"habilidades/rails-experto"
|
|
680
|
+
],
|
|
681
|
+
"targets": [
|
|
682
|
+
"claude",
|
|
683
|
+
"openclaude",
|
|
684
|
+
"copilot",
|
|
685
|
+
"opencode",
|
|
686
|
+
"codex",
|
|
687
|
+
"gemini",
|
|
688
|
+
"cursor"
|
|
689
|
+
]
|
|
690
|
+
},
|
|
691
|
+
"habilidades-frontend-nextjs": {
|
|
692
|
+
"descripcion": "Habilidades Next.js: App Router, RSC, testing y build errors",
|
|
693
|
+
"tipo": "habilidades",
|
|
694
|
+
"archivos": [
|
|
695
|
+
"habilidades/nextjs-experto",
|
|
696
|
+
"habilidades/nextjs-testing",
|
|
697
|
+
"habilidades/nextjs-patrones",
|
|
698
|
+
"habilidades/build-errors-nextjs"
|
|
699
|
+
],
|
|
700
|
+
"targets": [
|
|
701
|
+
"claude",
|
|
702
|
+
"openclaude",
|
|
703
|
+
"copilot",
|
|
704
|
+
"opencode",
|
|
705
|
+
"codex",
|
|
706
|
+
"gemini",
|
|
707
|
+
"cursor"
|
|
708
|
+
]
|
|
709
|
+
},
|
|
710
|
+
"habilidades-llm": {
|
|
711
|
+
"descripcion": "Habilidades de aplicaciones LLM: RAG, LangChain, prompt engineering, structured outputs",
|
|
712
|
+
"tipo": "habilidades",
|
|
713
|
+
"archivos": [
|
|
714
|
+
"habilidades/langchain-langraph",
|
|
715
|
+
"habilidades/rag-arquitectura",
|
|
716
|
+
"habilidades/prompt-engineering",
|
|
717
|
+
"habilidades/structured-outputs",
|
|
718
|
+
"habilidades/agent-browser",
|
|
719
|
+
"habilidades/browser-interaction-patterns",
|
|
720
|
+
"habilidades/browser-research-domains",
|
|
721
|
+
"habilidades/wiki-conocimiento",
|
|
722
|
+
"habilidades/orquestacion-async",
|
|
723
|
+
"habilidades/diagrama-arquitectura",
|
|
724
|
+
"habilidades/generacion-mermaid",
|
|
725
|
+
"habilidades/agentes-como-servicio",
|
|
726
|
+
"habilidades/likec4-experto"
|
|
727
|
+
],
|
|
728
|
+
"targets": [
|
|
729
|
+
"claude",
|
|
730
|
+
"openclaude",
|
|
731
|
+
"copilot",
|
|
732
|
+
"opencode",
|
|
733
|
+
"codex",
|
|
734
|
+
"gemini",
|
|
735
|
+
"cursor"
|
|
736
|
+
]
|
|
737
|
+
},
|
|
738
|
+
"habilidades-sre": {
|
|
739
|
+
"descripcion": "Habilidades de Site Reliability Engineering y patrones de confiabilidad",
|
|
740
|
+
"tipo": "habilidades",
|
|
741
|
+
"archivos": [
|
|
742
|
+
"habilidades/sre-patrones"
|
|
743
|
+
],
|
|
744
|
+
"targets": [
|
|
745
|
+
"claude",
|
|
746
|
+
"openclaude",
|
|
747
|
+
"copilot",
|
|
748
|
+
"opencode",
|
|
749
|
+
"codex",
|
|
750
|
+
"gemini",
|
|
751
|
+
"cursor"
|
|
752
|
+
]
|
|
753
|
+
},
|
|
754
|
+
"habilidades-swl-herramientas": {
|
|
755
|
+
"descripcion": "Herramientas internas SWL: markitdown, revisar-impacto, claudemd, NestJS",
|
|
756
|
+
"tipo": "habilidades",
|
|
757
|
+
"archivos": [
|
|
758
|
+
"habilidades/swl-markitdown",
|
|
759
|
+
"habilidades/swl-revisar-impacto",
|
|
760
|
+
"habilidades/swl-claudemd",
|
|
761
|
+
"habilidades/nestjs-experto"
|
|
762
|
+
],
|
|
763
|
+
"targets": [
|
|
764
|
+
"claude",
|
|
765
|
+
"openclaude",
|
|
766
|
+
"copilot",
|
|
767
|
+
"opencode",
|
|
768
|
+
"codex",
|
|
769
|
+
"gemini",
|
|
770
|
+
"cursor"
|
|
771
|
+
]
|
|
772
|
+
},
|
|
773
|
+
"habilidades-especializadas": {
|
|
774
|
+
"descripcion": "Habilidades especializadas: GraphQL, MongoDB, Redis, Terraform, evaluacion",
|
|
775
|
+
"tipo": "habilidades",
|
|
776
|
+
"archivos": [
|
|
777
|
+
"habilidades/benchmark-memoria",
|
|
778
|
+
"habilidades/brainstorming",
|
|
779
|
+
"habilidades/build-errors-cpp",
|
|
780
|
+
"habilidades/calidad-anti-patrones-universales",
|
|
781
|
+
"habilidades/context-builder",
|
|
782
|
+
"habilidades/doubt-driven-review",
|
|
783
|
+
"habilidades/eval-framework",
|
|
784
|
+
"habilidades/evaluacion-agentes",
|
|
785
|
+
"habilidades/graphql-experto",
|
|
786
|
+
"habilidades/memoria-busqueda",
|
|
787
|
+
"habilidades/mongodb-experto",
|
|
788
|
+
"habilidades/prevencion-racionalizacion",
|
|
789
|
+
"habilidades/prevencion-sobreingenieria",
|
|
790
|
+
"habilidades/privacy-memoria",
|
|
791
|
+
"habilidades/redis-experto",
|
|
792
|
+
"habilidades/terraform-experto",
|
|
793
|
+
"habilidades/verificacion-evidencia"
|
|
794
|
+
],
|
|
795
|
+
"targets": [
|
|
796
|
+
"claude",
|
|
797
|
+
"openclaude",
|
|
798
|
+
"copilot",
|
|
799
|
+
"opencode",
|
|
800
|
+
"codex",
|
|
801
|
+
"gemini",
|
|
802
|
+
"cursor"
|
|
803
|
+
]
|
|
804
|
+
},
|
|
805
|
+
"comandos-core": {
|
|
806
|
+
"descripcion": "Comandos esenciales del flujo SWL",
|
|
807
|
+
"tipo": "comandos",
|
|
808
|
+
"archivos": [
|
|
809
|
+
"comandos/swl/nuevo-proyecto.md",
|
|
810
|
+
"comandos/swl/instalar.md",
|
|
811
|
+
"comandos/swl/planear-fase.md",
|
|
812
|
+
"comandos/swl/ejecutar-fase.md",
|
|
813
|
+
"comandos/swl/verificar.md",
|
|
814
|
+
"comandos/swl/discutir-fase.md",
|
|
815
|
+
"comandos/swl/mapear-codebase.md",
|
|
816
|
+
"comandos/swl/adoptar-proyecto.md",
|
|
817
|
+
"comandos/swl/checkpoint.md",
|
|
818
|
+
"comandos/swl/compactar.md",
|
|
819
|
+
"comandos/swl/aprender.md"
|
|
820
|
+
],
|
|
821
|
+
"targets": [
|
|
822
|
+
"claude",
|
|
823
|
+
"openclaude",
|
|
824
|
+
"copilot",
|
|
825
|
+
"opencode",
|
|
826
|
+
"codex",
|
|
827
|
+
"gemini"
|
|
828
|
+
]
|
|
829
|
+
},
|
|
830
|
+
"comandos-avanzados": {
|
|
831
|
+
"descripcion": "Comandos avanzados de evolución, salud y releases",
|
|
832
|
+
"tipo": "comandos",
|
|
833
|
+
"archivos": [
|
|
834
|
+
"comandos/swl/actualizar.md",
|
|
835
|
+
"comandos/swl/evolucionar.md",
|
|
836
|
+
"comandos/swl/evolucion-estado.md",
|
|
837
|
+
"comandos/swl/salud.md",
|
|
838
|
+
"comandos/swl/release.md",
|
|
839
|
+
"comandos/swl/auditar-deps.md",
|
|
840
|
+
"comandos/swl/crear-skill.md",
|
|
841
|
+
"comandos/swl/autoresearch.md",
|
|
842
|
+
"comandos/swl/contexto.md",
|
|
843
|
+
"comandos/swl/sesiones.md",
|
|
844
|
+
"comandos/swl/instintos.md",
|
|
845
|
+
"comandos/swl/modelo.md",
|
|
846
|
+
"comandos/swl/metricas.md",
|
|
847
|
+
"comandos/swl/plugins.md",
|
|
848
|
+
"comandos/swl/brainstorm.md",
|
|
849
|
+
"comandos/swl/revisar.md",
|
|
850
|
+
"comandos/swl/gateway.md",
|
|
851
|
+
"comandos/swl/cron.md",
|
|
852
|
+
"comandos/swl/dashboard.md",
|
|
853
|
+
"comandos/swl/skill-search.md",
|
|
854
|
+
"comandos/swl/evaluar-skill.md",
|
|
855
|
+
"comandos/swl/wiki.md",
|
|
856
|
+
"comandos/swl/mcp-status.md",
|
|
857
|
+
"comandos/swl/revisar-impacto.md",
|
|
858
|
+
"comandos/swl/contribuir.md",
|
|
859
|
+
"comandos/swl/exportar-vault.md",
|
|
860
|
+
"comandos/swl/ayuda.md",
|
|
861
|
+
"comandos/swl/inbox.md",
|
|
862
|
+
"comandos/swl/reflect-skills.md",
|
|
863
|
+
"comandos/swl/claudemd.md"
|
|
864
|
+
],
|
|
865
|
+
"targets": [
|
|
866
|
+
"claude",
|
|
867
|
+
"openclaude",
|
|
868
|
+
"copilot",
|
|
869
|
+
"opencode",
|
|
870
|
+
"codex",
|
|
871
|
+
"gemini"
|
|
872
|
+
]
|
|
873
|
+
},
|
|
874
|
+
"reglas-markitdown": {
|
|
875
|
+
"descripcion": "Regla de lectura de documentos Office y Jupyter mediante MarkItDown",
|
|
876
|
+
"tipo": "reglas",
|
|
877
|
+
"archivos": [
|
|
878
|
+
"reglas/markitdown.md"
|
|
879
|
+
],
|
|
880
|
+
"targets": [
|
|
881
|
+
"claude",
|
|
882
|
+
"openclaude",
|
|
883
|
+
"copilot",
|
|
884
|
+
"opencode",
|
|
885
|
+
"codex",
|
|
886
|
+
"gemini",
|
|
887
|
+
"cursor"
|
|
888
|
+
]
|
|
889
|
+
},
|
|
890
|
+
"reglas-core": {
|
|
891
|
+
"descripcion": "Reglas esenciales aplicables a todo proyecto",
|
|
892
|
+
"tipo": "reglas",
|
|
893
|
+
"archivos": [
|
|
894
|
+
"reglas/seguridad.md",
|
|
895
|
+
"reglas/estilo-codigo.md",
|
|
896
|
+
"reglas/git-workflow.md",
|
|
897
|
+
"reglas/pruebas.md",
|
|
898
|
+
"reglas/arquitectura.md",
|
|
899
|
+
"reglas/brevedad-output.md",
|
|
900
|
+
"reglas/seguridad-agentes.md",
|
|
901
|
+
"reglas/memoria-consolidada.md",
|
|
902
|
+
"reglas/usar-context7.md",
|
|
903
|
+
"reglas/usar-sistema-swl.md",
|
|
904
|
+
"reglas/arreglar-al-detectar.md",
|
|
905
|
+
"reglas/analisis-previo-tareas-grandes.md",
|
|
906
|
+
"reglas/registro-componentes-nuevos.md",
|
|
907
|
+
"reglas/auditorias-documentales-estructurales.md",
|
|
908
|
+
"reglas/intent-engineering.md",
|
|
909
|
+
"reglas/tests-cleanup.md",
|
|
910
|
+
"reglas/verificar-citas-temporales.md",
|
|
911
|
+
"reglas/sin-duplicacion-reglas-globales.md"
|
|
912
|
+
],
|
|
913
|
+
"targets": [
|
|
914
|
+
"claude",
|
|
915
|
+
"openclaude",
|
|
916
|
+
"copilot",
|
|
917
|
+
"opencode",
|
|
918
|
+
"codex",
|
|
919
|
+
"gemini",
|
|
920
|
+
"cursor"
|
|
921
|
+
]
|
|
922
|
+
},
|
|
923
|
+
"reglas-calidad": {
|
|
924
|
+
"descripcion": "Reglas de calidad, rendimiento, documentación y estándares",
|
|
925
|
+
"tipo": "reglas",
|
|
926
|
+
"archivos": [
|
|
927
|
+
"reglas/performance.md",
|
|
928
|
+
"reglas/docs.md",
|
|
929
|
+
"reglas/accesibilidad.md",
|
|
930
|
+
"reglas/api-diseno.md",
|
|
931
|
+
"reglas/cloud-infra.md",
|
|
932
|
+
"reglas/skills-estandar.md",
|
|
933
|
+
"reglas/fragmentos-compartidos.md",
|
|
934
|
+
"reglas/gobernanza.md",
|
|
935
|
+
"reglas/hooks.md",
|
|
936
|
+
"reglas/patrones.md",
|
|
937
|
+
"reglas/testing.md",
|
|
938
|
+
"reglas/harness-claude-code.md"
|
|
939
|
+
],
|
|
940
|
+
"targets": [
|
|
941
|
+
"claude",
|
|
942
|
+
"openclaude",
|
|
943
|
+
"copilot",
|
|
944
|
+
"opencode",
|
|
945
|
+
"codex",
|
|
946
|
+
"gemini",
|
|
947
|
+
"cursor"
|
|
948
|
+
]
|
|
949
|
+
},
|
|
950
|
+
"reglas-lenguajes": {
|
|
951
|
+
"descripcion": "Reglas de estilo, patrones, testing, seguridad y hooks por lenguaje (8 lenguajes x 5 reglas)",
|
|
952
|
+
"tipo": "reglas",
|
|
953
|
+
"archivos": [
|
|
954
|
+
"reglas/lenguajes/java/estilo-codigo.md",
|
|
955
|
+
"reglas/lenguajes/java/patrones.md",
|
|
956
|
+
"reglas/lenguajes/java/testing.md",
|
|
957
|
+
"reglas/lenguajes/java/seguridad.md",
|
|
958
|
+
"reglas/lenguajes/java/hooks.md",
|
|
959
|
+
"reglas/lenguajes/go/estilo-codigo.md",
|
|
960
|
+
"reglas/lenguajes/go/patrones.md",
|
|
961
|
+
"reglas/lenguajes/go/testing.md",
|
|
962
|
+
"reglas/lenguajes/go/seguridad.md",
|
|
963
|
+
"reglas/lenguajes/go/hooks.md",
|
|
964
|
+
"reglas/lenguajes/rust/estilo-codigo.md",
|
|
965
|
+
"reglas/lenguajes/rust/patrones.md",
|
|
966
|
+
"reglas/lenguajes/rust/testing.md",
|
|
967
|
+
"reglas/lenguajes/rust/seguridad.md",
|
|
968
|
+
"reglas/lenguajes/rust/hooks.md",
|
|
969
|
+
"reglas/lenguajes/csharp/estilo-codigo.md",
|
|
970
|
+
"reglas/lenguajes/csharp/patrones.md",
|
|
971
|
+
"reglas/lenguajes/csharp/testing.md",
|
|
972
|
+
"reglas/lenguajes/csharp/seguridad.md",
|
|
973
|
+
"reglas/lenguajes/csharp/hooks.md",
|
|
974
|
+
"reglas/lenguajes/kotlin/estilo-codigo.md",
|
|
975
|
+
"reglas/lenguajes/kotlin/patrones.md",
|
|
976
|
+
"reglas/lenguajes/kotlin/testing.md",
|
|
977
|
+
"reglas/lenguajes/kotlin/seguridad.md",
|
|
978
|
+
"reglas/lenguajes/kotlin/hooks.md",
|
|
979
|
+
"reglas/lenguajes/swift/estilo-codigo.md",
|
|
980
|
+
"reglas/lenguajes/swift/patrones.md",
|
|
981
|
+
"reglas/lenguajes/swift/testing.md",
|
|
982
|
+
"reglas/lenguajes/swift/seguridad.md",
|
|
983
|
+
"reglas/lenguajes/swift/hooks.md",
|
|
984
|
+
"reglas/lenguajes/php/estilo-codigo.md",
|
|
985
|
+
"reglas/lenguajes/php/patrones.md",
|
|
986
|
+
"reglas/lenguajes/php/testing.md",
|
|
987
|
+
"reglas/lenguajes/php/seguridad.md",
|
|
988
|
+
"reglas/lenguajes/php/hooks.md",
|
|
989
|
+
"reglas/lenguajes/nextjs/estilo-codigo.md",
|
|
990
|
+
"reglas/lenguajes/nextjs/patrones.md",
|
|
991
|
+
"reglas/lenguajes/nextjs/testing.md",
|
|
992
|
+
"reglas/lenguajes/nextjs/seguridad.md",
|
|
993
|
+
"reglas/lenguajes/nextjs/hooks.md"
|
|
994
|
+
],
|
|
995
|
+
"targets": [
|
|
996
|
+
"claude",
|
|
997
|
+
"openclaude",
|
|
998
|
+
"copilot",
|
|
999
|
+
"opencode",
|
|
1000
|
+
"codex",
|
|
1001
|
+
"gemini",
|
|
1002
|
+
"cursor"
|
|
1003
|
+
]
|
|
1004
|
+
},
|
|
1005
|
+
"hooks-core": {
|
|
1006
|
+
"descripcion": "Hooks de estado, contexto, inyección, clasificación y aprendizaje continuo",
|
|
1007
|
+
"tipo": "hooks",
|
|
1008
|
+
"archivos": [
|
|
1009
|
+
"hooks/linea-estado.js",
|
|
1010
|
+
"hooks/monitor-contexto.js",
|
|
1011
|
+
"hooks/extraccion-aprendizajes.js",
|
|
1012
|
+
"hooks/validar-memoria-hook.js",
|
|
1013
|
+
"hooks/validar-formato-post-subagente.js",
|
|
1014
|
+
"hooks/inyeccion-contexto.js",
|
|
1015
|
+
"hooks/auto-consolidacion.js",
|
|
1016
|
+
"hooks/auto-background.js",
|
|
1017
|
+
"hooks/resumen-sesion.js",
|
|
1018
|
+
"hooks/clasificador-mensajes.js",
|
|
1019
|
+
"hooks/graph-update.js",
|
|
1020
|
+
"hooks/preservar-estado-pre-compact.js",
|
|
1021
|
+
"hooks/check-update.js",
|
|
1022
|
+
"hooks/actualizar-perfil-usuario.js",
|
|
1023
|
+
"hooks/auto-evolucion.js",
|
|
1024
|
+
"hooks/metricas-evolucion.js",
|
|
1025
|
+
"hooks/notificacion-sesion-stop.js",
|
|
1026
|
+
"hooks/captura-feedback-usuario.js",
|
|
1027
|
+
"hooks/inbox-aviso.js",
|
|
1028
|
+
"hooks/aiisms-detector.js",
|
|
1029
|
+
"hooks/claudemd-bloat-detector.js",
|
|
1030
|
+
"hooks/claudemd-duplicacion-detector.js",
|
|
1031
|
+
"hooks/validar-intent-spec.js",
|
|
1032
|
+
"hooks/sugerir-regenerar-inventario.js",
|
|
1033
|
+
"hooks/sugerir-contribuir.js",
|
|
1034
|
+
"hooks/_run-hook.sh",
|
|
1035
|
+
"hooks/lib/fingerprint-id.js",
|
|
1036
|
+
"hooks/lib/token-budget.js",
|
|
1037
|
+
"hooks/lib/nudge-tracker.js",
|
|
1038
|
+
"hooks/lib/gateway-notify.js"
|
|
1039
|
+
],
|
|
1040
|
+
"targets": [
|
|
1041
|
+
"claude",
|
|
1042
|
+
"openclaude",
|
|
1043
|
+
"gemini",
|
|
1044
|
+
"cursor"
|
|
1045
|
+
]
|
|
1046
|
+
},
|
|
1047
|
+
"hooks-seguridad": {
|
|
1048
|
+
"descripcion": "Hooks de seguridad y calidad pre-commit",
|
|
1049
|
+
"tipo": "hooks",
|
|
1050
|
+
"archivos": [
|
|
1051
|
+
"hooks/escaneo-secretos.js",
|
|
1052
|
+
"hooks/proteccion-rutas.js",
|
|
1053
|
+
"hooks/calidad-pre-commit.js"
|
|
1054
|
+
],
|
|
1055
|
+
"targets": [
|
|
1056
|
+
"claude",
|
|
1057
|
+
"openclaude",
|
|
1058
|
+
"gemini",
|
|
1059
|
+
"cursor"
|
|
1060
|
+
]
|
|
1061
|
+
},
|
|
1062
|
+
"hooks-inteligencia": {
|
|
1063
|
+
"descripcion": "Hooks de risk scoring, tracking de costos, instintos y guardrails observacionales de modelo. Incluye scoring de instintos con decay exponencial y maturity transitions (patrón ACE) y budget enforcer con thresholds escalonados.",
|
|
1064
|
+
"tipo": "hooks",
|
|
1065
|
+
"archivos": [
|
|
1066
|
+
"hooks/risk-scoring.js",
|
|
1067
|
+
"hooks/tracking-costos.js",
|
|
1068
|
+
"hooks/guardrail-modelo.js",
|
|
1069
|
+
"hooks/degradacion-instintos.js",
|
|
1070
|
+
"hooks/lib/retry-jitter.js",
|
|
1071
|
+
"hooks/lib/rate-limit-tracker.js",
|
|
1072
|
+
"hooks/lib/error-classifier.js",
|
|
1073
|
+
"hooks/lib/toon-compressor.js",
|
|
1074
|
+
"hooks/lib/skill-auditor.js",
|
|
1075
|
+
"hooks/lib/provenance-tracker.js",
|
|
1076
|
+
"hooks/lib/sync-status.js",
|
|
1077
|
+
"hooks/lib/taint-tracker.js",
|
|
1078
|
+
"hooks/lib/resource-quota.js",
|
|
1079
|
+
"hooks/lib/merkle-audit.js",
|
|
1080
|
+
"scripts/lib/scoring-instintos.js",
|
|
1081
|
+
"scripts/lib/budget-enforcer.js",
|
|
1082
|
+
"scripts/lib/semantic-search.js",
|
|
1083
|
+
"scripts/lib/diary-entry.js",
|
|
1084
|
+
"scripts/lib/rrf-fusion.js",
|
|
1085
|
+
"scripts/lib/jaccard-similarity.js",
|
|
1086
|
+
"scripts/detectar-aprendizajes-duplicados.js",
|
|
1087
|
+
"scripts/lib/eval-schemas.js",
|
|
1088
|
+
"scripts/lib/eval-validator.js",
|
|
1089
|
+
"scripts/lib/eval-quality.js",
|
|
1090
|
+
"scripts/lib/eval-self-correct.js",
|
|
1091
|
+
"scripts/lib/eval-metrics-store.js",
|
|
1092
|
+
"scripts/run-eval.js",
|
|
1093
|
+
"scripts/lib/benchmark-metrics.js",
|
|
1094
|
+
"scripts/lib/longmemeval-runner.js",
|
|
1095
|
+
"scripts/benchmark-memoria.js"
|
|
1096
|
+
],
|
|
1097
|
+
"targets": [
|
|
1098
|
+
"claude",
|
|
1099
|
+
"openclaude",
|
|
1100
|
+
"gemini",
|
|
1101
|
+
"cursor"
|
|
1102
|
+
]
|
|
1103
|
+
},
|
|
1104
|
+
"hooks-typescript": {
|
|
1105
|
+
"descripcion": "Hook de calidad de código TypeScript con verificaciones canónicas del compilador y ts-morph opcional",
|
|
1106
|
+
"tipo": "hooks",
|
|
1107
|
+
"archivos": [
|
|
1108
|
+
"hooks/calidad-typescript.js",
|
|
1109
|
+
"hooks/lib/performance-marks.js"
|
|
1110
|
+
],
|
|
1111
|
+
"targets": [
|
|
1112
|
+
"claude",
|
|
1113
|
+
"openclaude",
|
|
1114
|
+
"gemini",
|
|
1115
|
+
"cursor"
|
|
1116
|
+
]
|
|
1117
|
+
},
|
|
1118
|
+
"hooks-observabilidad": {
|
|
1119
|
+
"descripcion": "Hooks de telemetría OTLP-lite y audit trail append-only para trazabilidad de agentes y cumplimiento",
|
|
1120
|
+
"tipo": "hooks",
|
|
1121
|
+
"archivos": [
|
|
1122
|
+
"hooks/telemetria-agentes.js",
|
|
1123
|
+
"hooks/audit-trail.js",
|
|
1124
|
+
"hooks/registro-turnos.js",
|
|
1125
|
+
"hooks/lib/otlp-exporter.js",
|
|
1126
|
+
"scripts/lib/skill-discovery.js",
|
|
1127
|
+
"scripts/lib/audit-query.js",
|
|
1128
|
+
"comandos/swl/skill-search.md"
|
|
1129
|
+
],
|
|
1130
|
+
"targets": [
|
|
1131
|
+
"claude",
|
|
1132
|
+
"openclaude",
|
|
1133
|
+
"gemini",
|
|
1134
|
+
"cursor"
|
|
1135
|
+
]
|
|
1136
|
+
},
|
|
1137
|
+
"hooks-multica": {
|
|
1138
|
+
"descripcion": "Integración de patrones Multica: ciclo de vida de agentes, cola de tareas FSM, daemon lite y métricas de skills",
|
|
1139
|
+
"tipo": "hooks",
|
|
1140
|
+
"archivos": [
|
|
1141
|
+
"hooks/agente-lifecycle.js",
|
|
1142
|
+
"hooks/lib/agent-backend.js",
|
|
1143
|
+
"hooks/lib/task-service.js",
|
|
1144
|
+
"scripts/daemon-swl.py",
|
|
1145
|
+
"scripts/lib/skill-metrics.js"
|
|
1146
|
+
],
|
|
1147
|
+
"targets": [
|
|
1148
|
+
"claude",
|
|
1149
|
+
"openclaude",
|
|
1150
|
+
"gemini",
|
|
1151
|
+
"cursor"
|
|
1152
|
+
]
|
|
1153
|
+
},
|
|
1154
|
+
"gateway-bidireccional": {
|
|
1155
|
+
"descripcion": "Gateway bidireccional con relay Telegram → Claude Code. Incluye CommandRelay (validaciones de whitelist, payload injection, rate limit, dedup SHA-1, audit trail), pub/sub event channel para notificación multi-canal sin polling, consumer portable /swl:inbox, análisis de historial /swl:reflect-skills, y daemon opt-in para inyección tmux (Linux/macOS). Patrón file-based que funciona en Windows/Linux/macOS.",
|
|
1156
|
+
"tipo": "mixto",
|
|
1157
|
+
"archivos": [
|
|
1158
|
+
"gateway/command-relay.js",
|
|
1159
|
+
"gateway/lib/event-channel.js",
|
|
1160
|
+
"scripts/reflect-skills.js",
|
|
1161
|
+
"scripts/inbox-tmux-inject.js"
|
|
1162
|
+
],
|
|
1163
|
+
"targets": [
|
|
1164
|
+
"claude",
|
|
1165
|
+
"openclaude",
|
|
1166
|
+
"gemini",
|
|
1167
|
+
"cursor"
|
|
1168
|
+
],
|
|
1169
|
+
"opt_in": true
|
|
1170
|
+
},
|
|
1171
|
+
"graphify-swl": {
|
|
1172
|
+
"descripcion": "Grafo de dependencias SWL: análisis topológico real portado de graphify-3. God nodes, blast radius, community detection, diff de grafos y hook de inyección de contexto.",
|
|
1173
|
+
"tipo": "scripts",
|
|
1174
|
+
"archivos": [
|
|
1175
|
+
"hooks/lib/graph-security.js",
|
|
1176
|
+
"hooks/grafo-contexto.js",
|
|
1177
|
+
"scripts/lib/graph-builder.py",
|
|
1178
|
+
"scripts/lib/graph-analyze.py",
|
|
1179
|
+
"scripts/lib/graph-cluster.py",
|
|
1180
|
+
"comandos/swl/revisar-impacto.md"
|
|
1181
|
+
],
|
|
1182
|
+
"targets": [
|
|
1183
|
+
"claude",
|
|
1184
|
+
"openclaude",
|
|
1185
|
+
"gemini"
|
|
1186
|
+
]
|
|
1187
|
+
},
|
|
1188
|
+
"mcp-swl": {
|
|
1189
|
+
"descripcion": "Integracion MCP para swl-ses: pool de conexiones, telemetria OTLP-lite y orquestacion multi-servidor. Portado de patrones de mcp-use-main.",
|
|
1190
|
+
"tipo": "scripts",
|
|
1191
|
+
"archivos": [
|
|
1192
|
+
"scripts/mcp-pool-manager.py",
|
|
1193
|
+
"scripts/mcp-telemetry.py",
|
|
1194
|
+
"scripts/mcp-orchestrator.py",
|
|
1195
|
+
"comandos/swl/mcp-status.md"
|
|
1196
|
+
],
|
|
1197
|
+
"targets": [
|
|
1198
|
+
"claude",
|
|
1199
|
+
"openclaude",
|
|
1200
|
+
"gemini"
|
|
1201
|
+
]
|
|
1202
|
+
},
|
|
1203
|
+
"sap-auditores": {
|
|
1204
|
+
"descripcion": "Auditores SAP (Skill Authoring Patterns) para skills y agentes: detectan Exclusion Clauses, Gotchas, herramientas permitidas y cobertura de frameworks de seguridad. Opt-in en /swl:salud vía SWL_AUDIT_SKILLS=1, SWL_AUDIT_FRAMEWORKS=1 y SWL_AUDIT_AGENTES=1. Zero-deps, CRLF-safe, EXCEPCIONES_DOCUMENTADAS como guardrail (ADR-0002..0005).",
|
|
1205
|
+
"tipo": "scripts",
|
|
1206
|
+
"archivos": [
|
|
1207
|
+
"scripts/auditar-skills-gaps.js",
|
|
1208
|
+
"scripts/auditar-cobertura-frameworks.js",
|
|
1209
|
+
"scripts/auditar-agentes-gaps.js"
|
|
1210
|
+
],
|
|
1211
|
+
"targets": [
|
|
1212
|
+
"claude",
|
|
1213
|
+
"openclaude",
|
|
1214
|
+
"copilot",
|
|
1215
|
+
"opencode",
|
|
1216
|
+
"codex",
|
|
1217
|
+
"gemini"
|
|
1218
|
+
],
|
|
1219
|
+
"opt_in": true
|
|
1220
|
+
},
|
|
1221
|
+
"claudemd-auditor": {
|
|
1222
|
+
"descripcion": "Auditor de calidad de CLAUDE.md según best practices Anthropic (ADR-0016). Detecta inflación (líneas excesivas, bullets gigantes, secciones canónicas ausentes, sin @references, placeholders). Dimensión 8 (v1.7.0): duplicación inline de reglas globales ~/.claude/rules/ vía catálogo declarativo. Dimensión 9 (v1.7.2): auto-duplicación intra-archivo (2+ secciones H2 citan la misma regla global con prosa). Usado por el comando /swl:claudemd y por el hook claudemd-bloat-detector. Zero-deps. Soporta --json y --strict. Umbrales configurables: SWL_CLAUDEMD_MAX_LINES (default 200), SWL_CLAUDEMD_MAX_BULLET_CHARS (default 1000).",
|
|
1223
|
+
"tipo": "scripts",
|
|
1224
|
+
"archivos": [
|
|
1225
|
+
"scripts/auditar-claudemd.js",
|
|
1226
|
+
"scripts/lib/detector-reglas-duplicadas.js",
|
|
1227
|
+
"scripts/lib/detector-autoduplicacion-intra-archivo.js",
|
|
1228
|
+
"scripts/lib/reglas-globales-conocidas.json",
|
|
1229
|
+
"docs/variables-entorno.md"
|
|
1230
|
+
],
|
|
1231
|
+
"targets": [
|
|
1232
|
+
"claude",
|
|
1233
|
+
"openclaude",
|
|
1234
|
+
"copilot",
|
|
1235
|
+
"opencode",
|
|
1236
|
+
"codex",
|
|
1237
|
+
"gemini"
|
|
1238
|
+
]
|
|
1239
|
+
},
|
|
1240
|
+
"auditoria-profunda": {
|
|
1241
|
+
"descripcion": "Auditoría profunda integrada (Opción C, ADR-0018) + loop evaluator-optimizer (v1.5.2, ADR-0021). Agente Nemesis iterativo (Feynman + State Inconsistency) language-agnostic, 5 skills subordinados (feynman-auditor-swl, state-inconsistency-auditor-swl, web-fetcher-routing, nemesis-evaluacion-json, nemesis-redistribuir), comando /swl:nemesis con flag --remediar opt-in para ciclo audit→fix→re-audit (max 3 iters, Recovery Catalog si no converge), modo redistribuido automático para scope > 1500 LOC o > 5 archivos en módulos distintos. 8 tools ejecutables JSON-output en scripts/audit-tools/ + hook lib security-net.js. Adaptado de Houseofmvps/ultraship + 0xiehnnkta/nemesis-auditor + tw93/Waza bajo MIT License. Evaluator-optimizer pattern del cookbook oficial de Anthropic.",
|
|
1242
|
+
"tipo": "mixto",
|
|
1243
|
+
"archivos": [
|
|
1244
|
+
"agentes/nemesis-auditor-swl.md",
|
|
1245
|
+
"habilidades/feynman-auditor-swl",
|
|
1246
|
+
"habilidades/state-inconsistency-auditor-swl",
|
|
1247
|
+
"habilidades/web-fetcher-routing",
|
|
1248
|
+
"habilidades/nemesis-evaluacion-json",
|
|
1249
|
+
"habilidades/nemesis-redistribuir",
|
|
1250
|
+
"comandos/swl/nemesis.md",
|
|
1251
|
+
"hooks/lib/security-net.js",
|
|
1252
|
+
"scripts/audit-tools/lib/output.js",
|
|
1253
|
+
"scripts/audit-tools/lib/fs-walk.js",
|
|
1254
|
+
"scripts/audit-tools/code-profiler.js",
|
|
1255
|
+
"scripts/audit-tools/pentest-scanner.js",
|
|
1256
|
+
"scripts/audit-tools/dep-doctor.js",
|
|
1257
|
+
"scripts/audit-tools/bundle-tracker.js",
|
|
1258
|
+
"scripts/audit-tools/env-validator.js",
|
|
1259
|
+
"scripts/audit-tools/migration-checker.js",
|
|
1260
|
+
"scripts/audit-tools/canary-monitor.js",
|
|
1261
|
+
"scripts/audit-tools/audit-history.js"
|
|
1262
|
+
],
|
|
1263
|
+
"targets": [
|
|
1264
|
+
"claude",
|
|
1265
|
+
"openclaude",
|
|
1266
|
+
"copilot",
|
|
1267
|
+
"opencode",
|
|
1268
|
+
"codex",
|
|
1269
|
+
"gemini",
|
|
1270
|
+
"cursor"
|
|
1271
|
+
]
|
|
1272
|
+
},
|
|
1273
|
+
"mcp-server-swl": {
|
|
1274
|
+
"descripcion": "MCP server stub experimental que expone memoria SWL (aprendizajes, sesiones, instintos) a clientes MCP externos (Cursor, Gemini CLI, OpenCode, Cline, Claude Desktop). Modo stdio. 3 endpoints: swl_memory_search, swl_aprendizajes_recientes, swl_instintos_activos. SIN auth, SIN rate limiting, SIN HTTP transport, SIN tests integración. NO USAR EN PRODUCCIÓN. Trigger para hardening: uso real ≥2 runtimes diferentes consistentemente por ≥1 mes. El binario `swl-mcp-server` se instala automáticamente vía npm install -g (declarado en package.json bin). NO se propaga al runtime SWL — vive en el paquete npm como herramienta opt-in. Ver scripts/mcp-server/README.md para 11 limitaciones explícitas y diseño futuro.",
|
|
1275
|
+
"tipo": "scripts",
|
|
1276
|
+
"archivos": [
|
|
1277
|
+
"bin/swl-mcp-server.js",
|
|
1278
|
+
"scripts/mcp-server/handlers.js",
|
|
1279
|
+
"scripts/mcp-server/README.md"
|
|
1280
|
+
],
|
|
1281
|
+
"targets": [
|
|
1282
|
+
"claude",
|
|
1283
|
+
"openclaude",
|
|
1284
|
+
"copilot",
|
|
1285
|
+
"opencode",
|
|
1286
|
+
"codex",
|
|
1287
|
+
"gemini"
|
|
1288
|
+
]
|
|
1289
|
+
},
|
|
1290
|
+
"rotacion-audit": {
|
|
1291
|
+
"descripcion": "Rotación de logs de auditoría (.planning/audit.jsonl y audit-merkle.jsonl) a archivos .gz mensuales en .planning/archivo/audit/. Política por defecto: entradas con timestamp mayor a 30 días se archivan. Zero-deps (fs/zlib/path), CRLF-safe, preserva cadena Merkle. Ejecución automática vía hook Stop 'rotar-audit-auto.js' cuando algún audit*.jsonl supera 5 MB (cooldown 6h). Ejecución manual vía 'node scripts/rotar-audit-logs.js' con --dry-run/--dias=N opcionales. Desactivable con SWL_AUDIT_ROTATE_OFF=1.",
|
|
1292
|
+
"tipo": "scripts",
|
|
1293
|
+
"archivos": [
|
|
1294
|
+
"scripts/rotar-audit-logs.js",
|
|
1295
|
+
"hooks/rotar-audit-auto.js"
|
|
1296
|
+
],
|
|
1297
|
+
"targets": [
|
|
1298
|
+
"claude",
|
|
1299
|
+
"openclaude",
|
|
1300
|
+
"copilot",
|
|
1301
|
+
"opencode",
|
|
1302
|
+
"codex",
|
|
1303
|
+
"gemini"
|
|
1304
|
+
],
|
|
1305
|
+
"opt_in": true
|
|
1306
|
+
},
|
|
1307
|
+
"notificaciones-telegram": {
|
|
1308
|
+
"descripcion": "Hook saliente de notificaciones Telegram (opt-in). Envía notificaciones al finalizar un turno (Stop), cuando Claude espera respuesta (Notification) y al terminar un subagente (SubagentStop). Hook SessionStart de auto-restauración de settings global. Daemon bot bidireccional con long-polling. Zero-deps: solo node: nativos. Requiere ~/.claude/notifications/.env con TELEGRAM_BOT_TOKEN y TELEGRAM_CHAT_ID. Opt-out: SWL_NOTIFICACIONES_TELEGRAM=0.",
|
|
1309
|
+
"tipo": "mixto",
|
|
1310
|
+
"archivos": [
|
|
1311
|
+
"hooks/notificacion-telegram.js",
|
|
1312
|
+
"hooks/notificacion-telegram-notification.js",
|
|
1313
|
+
"hooks/notificacion-telegram-subagent.js",
|
|
1314
|
+
"hooks/auto-restaurar-settings.js",
|
|
1315
|
+
"hooks/lib/telegram-cliente.js",
|
|
1316
|
+
"hooks/lib/telegram-config.js",
|
|
1317
|
+
"scripts/lib/notificaciones-telegram.js",
|
|
1318
|
+
"comandos/swl/notificaciones.md",
|
|
1319
|
+
"bin/swl-telegram-bot.js",
|
|
1320
|
+
"bin/lib/bot-discovery.js",
|
|
1321
|
+
"bin/lib/bot-comandos.js",
|
|
1322
|
+
"bin/lib/bot-git.js"
|
|
1323
|
+
],
|
|
1324
|
+
"targets": [
|
|
1325
|
+
"claude",
|
|
1326
|
+
"cursor"
|
|
1327
|
+
],
|
|
1328
|
+
"opt_in": true
|
|
1329
|
+
},
|
|
1330
|
+
"ci-cd-templates": {
|
|
1331
|
+
"descripcion": "Plantillas de workflows GitHub Actions distribuibles a proyectos usuario (opt-in). Incluye swl-security.yml (revisión de seguridad con Claude en cada PR), swl-ci.yml (CI genérico Node 22+24), release-please.yml (releases automáticos desde conventional commits) y README de instalación. Skill infra-github-actions para troubleshooting y guía avanzada. Comando /swl:configurar-ci para instalación interactiva. No se instala automáticamente — requiere invocación explícita.",
|
|
1332
|
+
"tipo": "mixto",
|
|
1333
|
+
"default": false,
|
|
1334
|
+
"archivos": [
|
|
1335
|
+
"plantillas/github-workflows/swl-security.yml",
|
|
1336
|
+
"plantillas/github-workflows/swl-ci.yml",
|
|
1337
|
+
"plantillas/github-workflows/release-please.yml",
|
|
1338
|
+
"plantillas/github-workflows/README.md",
|
|
1339
|
+
"habilidades/infra-github-actions",
|
|
1340
|
+
"comandos/swl/configurar-ci.md",
|
|
1341
|
+
"scripts/lib/configurar-ci.js",
|
|
1342
|
+
"docs/RELEASE-PLEASE-MIGRATION.md"
|
|
1343
|
+
],
|
|
1344
|
+
"targets": [
|
|
1345
|
+
"claude",
|
|
1346
|
+
"cursor"
|
|
1347
|
+
],
|
|
1348
|
+
"opt_in": true
|
|
1349
|
+
}
|
|
1350
|
+
}
|
|
1351
|
+
}
|