@saulwade/swl-ses 1.7.4 → 1.8.0

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.
Files changed (61) hide show
  1. package/CLAUDE.md +196 -196
  2. package/README.md +578 -578
  3. package/agentes/auto-evolucion-swl.md +7 -7
  4. package/agentes/disenador-ui-swl.md +12 -0
  5. package/agentes/investigador-ux-swl.md +9 -0
  6. package/agentes/perfilador-usuario-swl.md +2 -2
  7. package/agentes/ux-disenador-swl.md +6 -0
  8. package/comandos/swl/evaluar-skill.md +1 -1
  9. package/comandos/swl/evolucion-estado.md +5 -5
  10. package/comandos/swl/evolucionar.md +2 -2
  11. package/comandos/swl/inbox.md +1 -1
  12. package/comandos/swl/reflect-skills.md +2 -2
  13. package/comandos/swl/salud.md +1 -1
  14. package/habilidades/ai-runtime-security/SKILL.md +2 -2
  15. package/habilidades/auto-evolucion-protocolo/SKILL.md +2 -2
  16. package/habilidades/benchmark-memoria/SKILL.md +2 -2
  17. package/habilidades/drift-detection/SKILL.md +3 -3
  18. package/habilidades/eval-framework/SKILL.md +1 -1
  19. package/habilidades/guardrail-semantico/SKILL.md +4 -4
  20. package/habilidades/proceso-ddia-streaming/SKILL.md +4 -4
  21. package/habilidades/swl-claudemd/SKILL.md +2 -2
  22. package/habilidades/testing-python/SKILL.md +1 -1
  23. package/habilidades/tracing-processor/SKILL.md +1 -1
  24. package/hooks/actualizar-perfil-usuario.js +2 -2
  25. package/hooks/aiisms-detector.js +2 -2
  26. package/hooks/auto-evolucion.js +1 -1
  27. package/hooks/captura-feedback-usuario.js +2 -2
  28. package/hooks/claudemd-bloat-detector.js +2 -2
  29. package/hooks/claudemd-duplicacion-detector.js +1 -1
  30. package/hooks/guardrail-modelo.js +2 -2
  31. package/hooks/lib/memory-search.js +1 -1
  32. package/hooks/lib/nudge-tracker.js +1 -1
  33. package/hooks/metricas-evolucion.js +3 -3
  34. package/hooks/rotar-audit-auto.js +2 -2
  35. package/hooks/validar-formato-post-subagente.js +2 -2
  36. package/hooks/validar-intent-spec.js +1 -1
  37. package/hooks/validar-planning-paths.js +134 -0
  38. package/manifiestos/hooks-config.json +20 -11
  39. package/manifiestos/modulos.json +1352 -1351
  40. package/manifiestos/planning-paths.json +44 -0
  41. package/manifiestos/skills-lock.json +1254 -1254
  42. package/package.json +92 -92
  43. package/plugin.json +372 -372
  44. package/reglas/gobernanza.md +1 -1
  45. package/reglas/memoria-consolidada.md +7 -7
  46. package/reglas/sin-duplicacion-reglas-globales.md +1 -1
  47. package/scripts/auditar-agentes-gaps.js +1 -1
  48. package/scripts/auditar-cobertura-frameworks.js +2 -2
  49. package/scripts/auditar-skills-gaps.js +2 -2
  50. package/scripts/benchmark-memoria.js +3 -3
  51. package/scripts/inferir-herramientas-permitidas.js +1 -1
  52. package/scripts/instalador.js +48 -0
  53. package/scripts/lib/dashboard-widgets.js +3 -3
  54. package/scripts/lib/drift-detector.js +3 -3
  55. package/scripts/lib/eval-metrics-store.js +3 -3
  56. package/scripts/lib/gitignore-manifest.js +3 -3
  57. package/scripts/mcp-server/README.md +1 -1
  58. package/scripts/mcp-server/telemetry.js +2 -2
  59. package/scripts/reflect-skills.js +4 -4
  60. package/scripts/rotar-audit-logs.js +2 -2
  61. package/scripts/run-skill-evals.js +2 -2
package/plugin.json CHANGED
@@ -1,372 +1,372 @@
1
- {
2
- "name": "swl-ses",
3
- "version": "1.7.4",
4
- "description": "Sistema de ingenieria de software auto-evolutivo multi-runtime polyglot. 61 agentes, 178 habilidades, 44 comandos, 71 reglas y 43 hooks. 62 librerias. 11 lenguajes. Soporta Claude Code, Copilot, OpenCode, Codex y Gemini CLI. Loop evaluator-optimizer en /swl:nemesis (ADR-0021). v1.7.4 documenta knobs nativos de Claude Code (CLAUDE_CODE_SUBAGENT_MODEL, --max-budget-usd, CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS) en reglas/harness-claude-code.md + ADR-0030 Propuesto (Dreaming API para consolidacion de memoria). Hereda de v1.7.3: skill calidad-anti-patrones-universales + scripts/lib/pr-analyzer.js + 3 sub-secciones en estilo-sin-ai-isms.",
5
- "author": "Saul Wade Leon",
6
- "license": "MIT",
7
- "repository": "https://github.com/saul-wade/swl-ses",
8
- "skills": [
9
- "habilidades/accesibilidad-a11y",
10
- "habilidades/agent-browser",
11
- "habilidades/agent-deep-links",
12
- "habilidades/agentes-como-servicio",
13
- "habilidades/ai-runtime-security",
14
- "habilidades/angular-avanzado",
15
- "habilidades/angular-moderno",
16
- "habilidades/api-rest-diseno",
17
- "habilidades/aprender-de-git-diff",
18
- "habilidades/aprendizaje-continuo",
19
- "habilidades/async-python",
20
- "habilidades/auth-patrones",
21
- "habilidades/auto-evolucion-protocolo",
22
- "habilidades/autoresearch",
23
- "habilidades/azure-cloud",
24
- "habilidades/backend-async-postgres-testing",
25
- "habilidades/backend-error-design",
26
- "habilidades/backend-mcp-servidor",
27
- "habilidades/backend-production-resilience",
28
- "habilidades/benchmark-memoria",
29
- "habilidades/brainstorming",
30
- "habilidades/browser-interaction-patterns",
31
- "habilidades/browser-research-domains",
32
- "habilidades/build-errors-cpp",
33
- "habilidades/build-errors-csharp",
34
- "habilidades/build-errors-go",
35
- "habilidades/build-errors-java",
36
- "habilidades/build-errors-kotlin",
37
- "habilidades/build-errors-nextjs",
38
- "habilidades/build-errors-php",
39
- "habilidades/build-errors-python",
40
- "habilidades/build-errors-rust",
41
- "habilidades/build-errors-swift",
42
- "habilidades/build-errors-typescript",
43
- "habilidades/calidad-anti-patrones-universales",
44
- "habilidades/changelog-generator",
45
- "habilidades/checklist-calidad",
46
- "habilidades/checklist-seguridad",
47
- "habilidades/checkpoints-verificacion",
48
- "habilidades/ci-cd-pipelines",
49
- "habilidades/cloud-aws",
50
- "habilidades/compactacion-contexto",
51
- "habilidades/contenedores-docker",
52
- "habilidades/context-builder",
53
- "habilidades/control-profundidad",
54
- "habilidades/csharp-experto",
55
- "habilidades/csharp-patrones",
56
- "habilidades/csharp-testing",
57
- "habilidades/css-moderno",
58
- "habilidades/datos-etl",
59
- "habilidades/dbml-experto",
60
- "habilidades/dependencias-auditoria",
61
- "habilidades/deprecacion-migracion",
62
- "habilidades/design-tokens",
63
- "habilidades/devsecops-pipeline-security",
64
- "habilidades/diagrama-arquitectura",
65
- "habilidades/discutir-fase",
66
- "habilidades/diseno-herramientas-agente",
67
- "habilidades/diseno-responsivo",
68
- "habilidades/django-experto",
69
- "habilidades/doc-sync",
70
- "habilidades/doubt-driven-review",
71
- "habilidades/drift-detection",
72
- "habilidades/ejecutar-fase",
73
- "habilidades/ejecutar-task-iterativo",
74
- "habilidades/estilo-sin-ai-isms",
75
- "habilidades/estructura-proyecto-claude",
76
- "habilidades/eval-framework",
77
- "habilidades/evaluacion-agentes",
78
- "habilidades/event-driven",
79
- "habilidades/extraccion-documentos",
80
- "habilidades/extractor-de-aprendizajes",
81
- "habilidades/fastapi-experto",
82
- "habilidades/feynman-auditor-swl",
83
- "habilidades/filament-admin",
84
- "habilidades/frontend-avanzado",
85
- "habilidades/gcp-cloud",
86
- "habilidades/generacion-mermaid",
87
- "habilidades/git-worktrees-paralelo",
88
- "habilidades/go-experto",
89
- "habilidades/go-patrones",
90
- "habilidades/go-testing",
91
- "habilidades/graphql-experto",
92
- "habilidades/guardrail-semantico",
93
- "habilidades/harness-claude-code",
94
- "habilidades/iam-secretos",
95
- "habilidades/infra-github-actions",
96
- "habilidades/instalar-sistema",
97
- "habilidades/java-experto",
98
- "habilidades/java-patrones",
99
- "habilidades/java-testing",
100
- "habilidades/kotlin-compose",
101
- "habilidades/kotlin-experto",
102
- "habilidades/kotlin-testing",
103
- "habilidades/kubernetes-orquestacion",
104
- "habilidades/langchain-langraph",
105
- "habilidades/legacy-code-rescue",
106
- "habilidades/likec4-experto",
107
- "habilidades/manejo-errores",
108
- "habilidades/mapear-codebase",
109
- "habilidades/memoria-busqueda",
110
- "habilidades/meta-skills-estandar",
111
- "habilidades/microservicios",
112
- "habilidades/mobile-flutter",
113
- "habilidades/mobile-react-native",
114
- "habilidades/mongodb-experto",
115
- "habilidades/monitoring-alertas",
116
- "habilidades/nemesis-evaluacion-json",
117
- "habilidades/nemesis-redistribuir",
118
- "habilidades/nestjs-experto",
119
- "habilidades/nextjs-experto",
120
- "habilidades/nextjs-patrones",
121
- "habilidades/nextjs-testing",
122
- "habilidades/node-experto",
123
- "habilidades/notificaciones-multicanal",
124
- "habilidades/nuevo-proyecto",
125
- "habilidades/orquestacion-async",
126
- "habilidades/paid-media-tracking",
127
- "habilidades/patrones-python",
128
- "habilidades/perfil-usuario",
129
- "habilidades/performance-baseline",
130
- "habilidades/php-experto",
131
- "habilidades/php-patrones",
132
- "habilidades/php-testing",
133
- "habilidades/planear-fase",
134
- "habilidades/postgresql-experto",
135
- "habilidades/prevencion-racionalizacion",
136
- "habilidades/prevencion-sobreingenieria",
137
- "habilidades/privacy-memoria",
138
- "habilidades/proceso-autoverificacion-evidencias",
139
- "habilidades/proceso-confianza-pre-implementacion",
140
- "habilidades/proceso-ddia-fundamentos",
141
- "habilidades/proceso-ddia-streaming",
142
- "habilidades/proceso-discovery-machote",
143
- "habilidades/proceso-intent-engineering",
144
- "habilidades/proceso-modular-split",
145
- "habilidades/prompt-engineering",
146
- "habilidades/protocolo-revision-swl",
147
- "habilidades/rag-arquitectura",
148
- "habilidades/rails-experto",
149
- "habilidades/react-experto",
150
- "habilidades/react-optimizacion",
151
- "habilidades/redis-experto",
152
- "habilidades/reducir-entropia",
153
- "habilidades/release-semver",
154
- "habilidades/rust-experto",
155
- "habilidades/rust-patrones",
156
- "habilidades/rust-testing",
157
- "habilidades/seguridad-skills-ia",
158
- "habilidades/sql-optimizacion",
159
- "habilidades/sre-patrones",
160
- "habilidades/state-inconsistency-auditor-swl",
161
- "habilidades/stripe-pagos",
162
- "habilidades/structured-outputs",
163
- "habilidades/swift-experto",
164
- "habilidades/swift-patrones",
165
- "habilidades/swift-testing",
166
- "habilidades/swl-claudemd",
167
- "habilidades/swl-dashboard",
168
- "habilidades/swl-markitdown",
169
- "habilidades/swl-revisar-impacto",
170
- "habilidades/tailwind-experto",
171
- "habilidades/tdd-workflow",
172
- "habilidades/terraform-experto",
173
- "habilidades/testing-python",
174
- "habilidades/threat-model-lite",
175
- "habilidades/tracing-processor",
176
- "habilidades/tracking-measurement",
177
- "habilidades/typescript-avanzado",
178
- "habilidades/typescript-diagnosticos",
179
- "habilidades/ux-diseno",
180
- "habilidades/validacion-ci-sistema",
181
- "habilidades/verificacion-evidencia",
182
- "habilidades/verificar-trabajo",
183
- "habilidades/web-fetcher-routing",
184
- "habilidades/wiki-conocimiento",
185
- "habilidades/wireframes-flujos",
186
- "habilidades/workflow-claude-code"
187
- ],
188
- "agents": [
189
- "agentes/accesibilidad-wcag-swl.md",
190
- "agentes/arquitecto-swl.md",
191
- "agentes/auto-evolucion-swl.md",
192
- "agentes/backend-api-swl.md",
193
- "agentes/backend-csharp-swl.md",
194
- "agentes/backend-go-swl.md",
195
- "agentes/backend-java-swl.md",
196
- "agentes/backend-node-swl.md",
197
- "agentes/backend-python-swl.md",
198
- "agentes/backend-rust-swl.md",
199
- "agentes/backend-workers-swl.md",
200
- "agentes/cloud-infra-swl.md",
201
- "agentes/consolidador-swl.md",
202
- "agentes/datos-swl.md",
203
- "agentes/depurador-swl.md",
204
- "agentes/devops-ci-swl.md",
205
- "agentes/disenador-ui-swl.md",
206
- "agentes/documentador-swl.md",
207
- "agentes/frontend-angular-swl.md",
208
- "agentes/frontend-css-swl.md",
209
- "agentes/frontend-react-swl.md",
210
- "agentes/frontend-swl.md",
211
- "agentes/frontend-tailwind-swl.md",
212
- "agentes/gh-fix-ci-swl.md",
213
- "agentes/implementador-swl.md",
214
- "agentes/investigador-swl.md",
215
- "agentes/investigador-ux-swl.md",
216
- "agentes/llm-apps-swl.md",
217
- "agentes/migrador-swl.md",
218
- "agentes/mobile-android-swl.md",
219
- "agentes/mobile-cross-swl.md",
220
- "agentes/mobile-ios-swl.md",
221
- "agentes/mobile-testing-swl.md",
222
- "agentes/nemesis-auditor-swl.md",
223
- "agentes/notificador-swl.md",
224
- "agentes/observabilidad-swl.md",
225
- "agentes/orquestador-swl.md",
226
- "agentes/pagos-swl.md",
227
- "agentes/perfilador-usuario-swl.md",
228
- "agentes/planificador-swl.md",
229
- "agentes/producto-prd-swl.md",
230
- "agentes/red-team-swl.md",
231
- "agentes/release-manager-swl.md",
232
- "agentes/rendimiento-swl.md",
233
- "agentes/resolutor-build-swl.md",
234
- "agentes/revisor-angular-swl.md",
235
- "agentes/revisor-codigo-swl.md",
236
- "agentes/revisor-csharp-swl.md",
237
- "agentes/revisor-go-swl.md",
238
- "agentes/revisor-java-swl.md",
239
- "agentes/revisor-kotlin-swl.md",
240
- "agentes/revisor-nextjs-swl.md",
241
- "agentes/revisor-php-swl.md",
242
- "agentes/revisor-react-swl.md",
243
- "agentes/revisor-rust-swl.md",
244
- "agentes/revisor-seguridad-swl.md",
245
- "agentes/revisor-swift-swl.md",
246
- "agentes/revisor-typescript-swl.md",
247
- "agentes/sre-swl.md",
248
- "agentes/tdd-qa-swl.md",
249
- "agentes/ux-disenador-swl.md"
250
- ],
251
- "hooks": {
252
- "PreToolUse": [
253
- {
254
- "matcher": "Write|Edit",
255
- "type": "command",
256
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/escaneo-secretos.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
257
- },
258
- {
259
- "matcher": "Write|Edit",
260
- "type": "command",
261
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/proteccion-rutas.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
262
- },
263
- {
264
- "matcher": "Bash",
265
- "type": "command",
266
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/calidad-pre-commit.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
267
- },
268
- {
269
- "type": "command",
270
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/risk-scoring.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
271
- },
272
- {
273
- "matcher": "Bash",
274
- "type": "command",
275
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/calidad-typescript.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
276
- },
277
- {
278
- "matcher": "Glob|Grep|Read",
279
- "type": "command",
280
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/grafo-contexto.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
281
- },
282
- {
283
- "matcher": "Bash",
284
- "type": "command",
285
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/auto-background.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
286
- }
287
- ],
288
- "PostToolUse": [
289
- {
290
- "type": "command",
291
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/linea-estado.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
292
- },
293
- {
294
- "type": "command",
295
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/monitor-contexto.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
296
- },
297
- {
298
- "matcher": "Bash|Write|Edit",
299
- "type": "command",
300
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/extraccion-aprendizajes.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
301
- },
302
- {
303
- "matcher": "Bash|Write|Edit",
304
- "type": "command",
305
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/degradacion-instintos.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
306
- },
307
- {
308
- "type": "command",
309
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/tracking-costos.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
310
- },
311
- {
312
- "type": "command",
313
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/inyeccion-contexto.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
314
- },
315
- {
316
- "matcher": "Write|Edit",
317
- "type": "command",
318
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/graph-update.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
319
- },
320
- {
321
- "type": "command",
322
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/auto-consolidacion.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
323
- },
324
- {
325
- "matcher": "Agent",
326
- "type": "command",
327
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/telemetria-agentes.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
328
- },
329
- {
330
- "type": "command",
331
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/audit-trail.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
332
- },
333
- {
334
- "matcher": "Agent",
335
- "type": "command",
336
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/agente-lifecycle.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
337
- }
338
- ],
339
- "UserPromptSubmit": [
340
- {
341
- "type": "command",
342
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/clasificador-mensajes.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
343
- }
344
- ],
345
- "Stop": [
346
- {
347
- "type": "command",
348
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/resumen-sesion.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
349
- },
350
- {
351
- "type": "command",
352
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/actualizar-perfil-usuario.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
353
- },
354
- {
355
- "type": "command",
356
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/metricas-evolucion.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
357
- }
358
- ],
359
- "SubagentStop": [
360
- {
361
- "type": "command",
362
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/auto-evolucion.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
363
- }
364
- ],
365
- "PreCompact": [
366
- {
367
- "type": "command",
368
- "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/preservar-estado-pre-compact.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
369
- }
370
- ]
371
- }
372
- }
1
+ {
2
+ "name": "swl-ses",
3
+ "version": "1.8.0",
4
+ "description": "Sistema de ingenieria de software auto-evolutivo multi-runtime polyglot. 61 agentes, 178 habilidades, 44 comandos, 71 reglas y 44 hooks. 62 librerias. 11 lenguajes. Soporta Claude Code, Copilot, OpenCode, Codex y Gemini CLI. Loop evaluator-optimizer en /swl:nemesis (ADR-0021). v1.8.0 unifica los directorios runtime de .planning/ al ingles (evolution/, auto-evolution/, user-profile/, archive/), manteniendo fases/ en espanol, con guard validar-planning-paths y allowlist canonica (ADR-0031). Hereda de v1.7.4: skill calidad-anti-patrones-universales + scripts/lib/pr-analyzer.js + 3 sub-secciones en estilo-sin-ai-isms.",
5
+ "author": "Saul Wade Leon",
6
+ "license": "MIT",
7
+ "repository": "https://github.com/saul-wade/swl-ses",
8
+ "skills": [
9
+ "habilidades/accesibilidad-a11y",
10
+ "habilidades/agent-browser",
11
+ "habilidades/agent-deep-links",
12
+ "habilidades/agentes-como-servicio",
13
+ "habilidades/ai-runtime-security",
14
+ "habilidades/angular-avanzado",
15
+ "habilidades/angular-moderno",
16
+ "habilidades/api-rest-diseno",
17
+ "habilidades/aprender-de-git-diff",
18
+ "habilidades/aprendizaje-continuo",
19
+ "habilidades/async-python",
20
+ "habilidades/auth-patrones",
21
+ "habilidades/auto-evolucion-protocolo",
22
+ "habilidades/autoresearch",
23
+ "habilidades/azure-cloud",
24
+ "habilidades/backend-async-postgres-testing",
25
+ "habilidades/backend-error-design",
26
+ "habilidades/backend-mcp-servidor",
27
+ "habilidades/backend-production-resilience",
28
+ "habilidades/benchmark-memoria",
29
+ "habilidades/brainstorming",
30
+ "habilidades/browser-interaction-patterns",
31
+ "habilidades/browser-research-domains",
32
+ "habilidades/build-errors-cpp",
33
+ "habilidades/build-errors-csharp",
34
+ "habilidades/build-errors-go",
35
+ "habilidades/build-errors-java",
36
+ "habilidades/build-errors-kotlin",
37
+ "habilidades/build-errors-nextjs",
38
+ "habilidades/build-errors-php",
39
+ "habilidades/build-errors-python",
40
+ "habilidades/build-errors-rust",
41
+ "habilidades/build-errors-swift",
42
+ "habilidades/build-errors-typescript",
43
+ "habilidades/calidad-anti-patrones-universales",
44
+ "habilidades/changelog-generator",
45
+ "habilidades/checklist-calidad",
46
+ "habilidades/checklist-seguridad",
47
+ "habilidades/checkpoints-verificacion",
48
+ "habilidades/ci-cd-pipelines",
49
+ "habilidades/cloud-aws",
50
+ "habilidades/compactacion-contexto",
51
+ "habilidades/contenedores-docker",
52
+ "habilidades/context-builder",
53
+ "habilidades/control-profundidad",
54
+ "habilidades/csharp-experto",
55
+ "habilidades/csharp-patrones",
56
+ "habilidades/csharp-testing",
57
+ "habilidades/css-moderno",
58
+ "habilidades/datos-etl",
59
+ "habilidades/dbml-experto",
60
+ "habilidades/dependencias-auditoria",
61
+ "habilidades/deprecacion-migracion",
62
+ "habilidades/design-tokens",
63
+ "habilidades/devsecops-pipeline-security",
64
+ "habilidades/diagrama-arquitectura",
65
+ "habilidades/discutir-fase",
66
+ "habilidades/diseno-herramientas-agente",
67
+ "habilidades/diseno-responsivo",
68
+ "habilidades/django-experto",
69
+ "habilidades/doc-sync",
70
+ "habilidades/doubt-driven-review",
71
+ "habilidades/drift-detection",
72
+ "habilidades/ejecutar-fase",
73
+ "habilidades/ejecutar-task-iterativo",
74
+ "habilidades/estilo-sin-ai-isms",
75
+ "habilidades/estructura-proyecto-claude",
76
+ "habilidades/eval-framework",
77
+ "habilidades/evaluacion-agentes",
78
+ "habilidades/event-driven",
79
+ "habilidades/extraccion-documentos",
80
+ "habilidades/extractor-de-aprendizajes",
81
+ "habilidades/fastapi-experto",
82
+ "habilidades/feynman-auditor-swl",
83
+ "habilidades/filament-admin",
84
+ "habilidades/frontend-avanzado",
85
+ "habilidades/gcp-cloud",
86
+ "habilidades/generacion-mermaid",
87
+ "habilidades/git-worktrees-paralelo",
88
+ "habilidades/go-experto",
89
+ "habilidades/go-patrones",
90
+ "habilidades/go-testing",
91
+ "habilidades/graphql-experto",
92
+ "habilidades/guardrail-semantico",
93
+ "habilidades/harness-claude-code",
94
+ "habilidades/iam-secretos",
95
+ "habilidades/infra-github-actions",
96
+ "habilidades/instalar-sistema",
97
+ "habilidades/java-experto",
98
+ "habilidades/java-patrones",
99
+ "habilidades/java-testing",
100
+ "habilidades/kotlin-compose",
101
+ "habilidades/kotlin-experto",
102
+ "habilidades/kotlin-testing",
103
+ "habilidades/kubernetes-orquestacion",
104
+ "habilidades/langchain-langraph",
105
+ "habilidades/legacy-code-rescue",
106
+ "habilidades/likec4-experto",
107
+ "habilidades/manejo-errores",
108
+ "habilidades/mapear-codebase",
109
+ "habilidades/memoria-busqueda",
110
+ "habilidades/meta-skills-estandar",
111
+ "habilidades/microservicios",
112
+ "habilidades/mobile-flutter",
113
+ "habilidades/mobile-react-native",
114
+ "habilidades/mongodb-experto",
115
+ "habilidades/monitoring-alertas",
116
+ "habilidades/nemesis-evaluacion-json",
117
+ "habilidades/nemesis-redistribuir",
118
+ "habilidades/nestjs-experto",
119
+ "habilidades/nextjs-experto",
120
+ "habilidades/nextjs-patrones",
121
+ "habilidades/nextjs-testing",
122
+ "habilidades/node-experto",
123
+ "habilidades/notificaciones-multicanal",
124
+ "habilidades/nuevo-proyecto",
125
+ "habilidades/orquestacion-async",
126
+ "habilidades/paid-media-tracking",
127
+ "habilidades/patrones-python",
128
+ "habilidades/perfil-usuario",
129
+ "habilidades/performance-baseline",
130
+ "habilidades/php-experto",
131
+ "habilidades/php-patrones",
132
+ "habilidades/php-testing",
133
+ "habilidades/planear-fase",
134
+ "habilidades/postgresql-experto",
135
+ "habilidades/prevencion-racionalizacion",
136
+ "habilidades/prevencion-sobreingenieria",
137
+ "habilidades/privacy-memoria",
138
+ "habilidades/proceso-autoverificacion-evidencias",
139
+ "habilidades/proceso-confianza-pre-implementacion",
140
+ "habilidades/proceso-ddia-fundamentos",
141
+ "habilidades/proceso-ddia-streaming",
142
+ "habilidades/proceso-discovery-machote",
143
+ "habilidades/proceso-intent-engineering",
144
+ "habilidades/proceso-modular-split",
145
+ "habilidades/prompt-engineering",
146
+ "habilidades/protocolo-revision-swl",
147
+ "habilidades/rag-arquitectura",
148
+ "habilidades/rails-experto",
149
+ "habilidades/react-experto",
150
+ "habilidades/react-optimizacion",
151
+ "habilidades/redis-experto",
152
+ "habilidades/reducir-entropia",
153
+ "habilidades/release-semver",
154
+ "habilidades/rust-experto",
155
+ "habilidades/rust-patrones",
156
+ "habilidades/rust-testing",
157
+ "habilidades/seguridad-skills-ia",
158
+ "habilidades/sql-optimizacion",
159
+ "habilidades/sre-patrones",
160
+ "habilidades/state-inconsistency-auditor-swl",
161
+ "habilidades/stripe-pagos",
162
+ "habilidades/structured-outputs",
163
+ "habilidades/swift-experto",
164
+ "habilidades/swift-patrones",
165
+ "habilidades/swift-testing",
166
+ "habilidades/swl-claudemd",
167
+ "habilidades/swl-dashboard",
168
+ "habilidades/swl-markitdown",
169
+ "habilidades/swl-revisar-impacto",
170
+ "habilidades/tailwind-experto",
171
+ "habilidades/tdd-workflow",
172
+ "habilidades/terraform-experto",
173
+ "habilidades/testing-python",
174
+ "habilidades/threat-model-lite",
175
+ "habilidades/tracing-processor",
176
+ "habilidades/tracking-measurement",
177
+ "habilidades/typescript-avanzado",
178
+ "habilidades/typescript-diagnosticos",
179
+ "habilidades/ux-diseno",
180
+ "habilidades/validacion-ci-sistema",
181
+ "habilidades/verificacion-evidencia",
182
+ "habilidades/verificar-trabajo",
183
+ "habilidades/web-fetcher-routing",
184
+ "habilidades/wiki-conocimiento",
185
+ "habilidades/wireframes-flujos",
186
+ "habilidades/workflow-claude-code"
187
+ ],
188
+ "agents": [
189
+ "agentes/accesibilidad-wcag-swl.md",
190
+ "agentes/arquitecto-swl.md",
191
+ "agentes/auto-evolucion-swl.md",
192
+ "agentes/backend-api-swl.md",
193
+ "agentes/backend-csharp-swl.md",
194
+ "agentes/backend-go-swl.md",
195
+ "agentes/backend-java-swl.md",
196
+ "agentes/backend-node-swl.md",
197
+ "agentes/backend-python-swl.md",
198
+ "agentes/backend-rust-swl.md",
199
+ "agentes/backend-workers-swl.md",
200
+ "agentes/cloud-infra-swl.md",
201
+ "agentes/consolidador-swl.md",
202
+ "agentes/datos-swl.md",
203
+ "agentes/depurador-swl.md",
204
+ "agentes/devops-ci-swl.md",
205
+ "agentes/disenador-ui-swl.md",
206
+ "agentes/documentador-swl.md",
207
+ "agentes/frontend-angular-swl.md",
208
+ "agentes/frontend-css-swl.md",
209
+ "agentes/frontend-react-swl.md",
210
+ "agentes/frontend-swl.md",
211
+ "agentes/frontend-tailwind-swl.md",
212
+ "agentes/gh-fix-ci-swl.md",
213
+ "agentes/implementador-swl.md",
214
+ "agentes/investigador-swl.md",
215
+ "agentes/investigador-ux-swl.md",
216
+ "agentes/llm-apps-swl.md",
217
+ "agentes/migrador-swl.md",
218
+ "agentes/mobile-android-swl.md",
219
+ "agentes/mobile-cross-swl.md",
220
+ "agentes/mobile-ios-swl.md",
221
+ "agentes/mobile-testing-swl.md",
222
+ "agentes/nemesis-auditor-swl.md",
223
+ "agentes/notificador-swl.md",
224
+ "agentes/observabilidad-swl.md",
225
+ "agentes/orquestador-swl.md",
226
+ "agentes/pagos-swl.md",
227
+ "agentes/perfilador-usuario-swl.md",
228
+ "agentes/planificador-swl.md",
229
+ "agentes/producto-prd-swl.md",
230
+ "agentes/red-team-swl.md",
231
+ "agentes/release-manager-swl.md",
232
+ "agentes/rendimiento-swl.md",
233
+ "agentes/resolutor-build-swl.md",
234
+ "agentes/revisor-angular-swl.md",
235
+ "agentes/revisor-codigo-swl.md",
236
+ "agentes/revisor-csharp-swl.md",
237
+ "agentes/revisor-go-swl.md",
238
+ "agentes/revisor-java-swl.md",
239
+ "agentes/revisor-kotlin-swl.md",
240
+ "agentes/revisor-nextjs-swl.md",
241
+ "agentes/revisor-php-swl.md",
242
+ "agentes/revisor-react-swl.md",
243
+ "agentes/revisor-rust-swl.md",
244
+ "agentes/revisor-seguridad-swl.md",
245
+ "agentes/revisor-swift-swl.md",
246
+ "agentes/revisor-typescript-swl.md",
247
+ "agentes/sre-swl.md",
248
+ "agentes/tdd-qa-swl.md",
249
+ "agentes/ux-disenador-swl.md"
250
+ ],
251
+ "hooks": {
252
+ "PreToolUse": [
253
+ {
254
+ "matcher": "Write|Edit",
255
+ "type": "command",
256
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/escaneo-secretos.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
257
+ },
258
+ {
259
+ "matcher": "Write|Edit",
260
+ "type": "command",
261
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/proteccion-rutas.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
262
+ },
263
+ {
264
+ "matcher": "Bash",
265
+ "type": "command",
266
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/calidad-pre-commit.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
267
+ },
268
+ {
269
+ "type": "command",
270
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/risk-scoring.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
271
+ },
272
+ {
273
+ "matcher": "Bash",
274
+ "type": "command",
275
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/calidad-typescript.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
276
+ },
277
+ {
278
+ "matcher": "Glob|Grep|Read",
279
+ "type": "command",
280
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/grafo-contexto.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
281
+ },
282
+ {
283
+ "matcher": "Bash",
284
+ "type": "command",
285
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/auto-background.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
286
+ }
287
+ ],
288
+ "PostToolUse": [
289
+ {
290
+ "type": "command",
291
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/linea-estado.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
292
+ },
293
+ {
294
+ "type": "command",
295
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/monitor-contexto.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
296
+ },
297
+ {
298
+ "matcher": "Bash|Write|Edit",
299
+ "type": "command",
300
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/extraccion-aprendizajes.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
301
+ },
302
+ {
303
+ "matcher": "Bash|Write|Edit",
304
+ "type": "command",
305
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/degradacion-instintos.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
306
+ },
307
+ {
308
+ "type": "command",
309
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/tracking-costos.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
310
+ },
311
+ {
312
+ "type": "command",
313
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/inyeccion-contexto.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
314
+ },
315
+ {
316
+ "matcher": "Write|Edit",
317
+ "type": "command",
318
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/graph-update.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
319
+ },
320
+ {
321
+ "type": "command",
322
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/auto-consolidacion.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
323
+ },
324
+ {
325
+ "matcher": "Agent",
326
+ "type": "command",
327
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/telemetria-agentes.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
328
+ },
329
+ {
330
+ "type": "command",
331
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/audit-trail.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
332
+ },
333
+ {
334
+ "matcher": "Agent",
335
+ "type": "command",
336
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/agente-lifecycle.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
337
+ }
338
+ ],
339
+ "UserPromptSubmit": [
340
+ {
341
+ "type": "command",
342
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/clasificador-mensajes.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
343
+ }
344
+ ],
345
+ "Stop": [
346
+ {
347
+ "type": "command",
348
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/resumen-sesion.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
349
+ },
350
+ {
351
+ "type": "command",
352
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/actualizar-perfil-usuario.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
353
+ },
354
+ {
355
+ "type": "command",
356
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/metricas-evolucion.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
357
+ }
358
+ ],
359
+ "SubagentStop": [
360
+ {
361
+ "type": "command",
362
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/auto-evolucion.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
363
+ }
364
+ ],
365
+ "PreCompact": [
366
+ {
367
+ "type": "command",
368
+ "command": "PATH=\"/c/Program Files/nodejs:/c/Program Files (x86)/nodejs:$PATH\" node -e \"try{require('./hooks/preservar-estado-pre-compact.js')}catch(e){if(e.code!=='MODULE_NOT_FOUND')throw e}\""
369
+ }
370
+ ]
371
+ }
372
+ }