@saulwade/swl-ses 1.0.1 → 1.1.2

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 (113) hide show
  1. package/CLAUDE.md +8 -5
  2. package/README.md +3 -3
  3. package/agentes/accesibilidad-wcag-swl.md +5 -7
  4. package/agentes/arquitecto-swl.md +5 -3
  5. package/agentes/auto-evolucion-swl.md +42 -12
  6. package/agentes/backend-api-swl.md +5 -3
  7. package/agentes/backend-csharp-swl.md +5 -3
  8. package/agentes/backend-go-swl.md +5 -3
  9. package/agentes/backend-java-swl.md +5 -3
  10. package/agentes/backend-node-swl.md +5 -3
  11. package/agentes/backend-python-swl.md +5 -3
  12. package/agentes/backend-rust-swl.md +5 -3
  13. package/agentes/backend-workers-swl.md +5 -3
  14. package/agentes/cloud-infra-swl.md +5 -6
  15. package/agentes/consolidador-swl.md +5 -3
  16. package/agentes/datos-swl.md +5 -7
  17. package/agentes/depurador-swl.md +6 -3
  18. package/agentes/devops-ci-swl.md +5 -3
  19. package/agentes/disenador-ui-swl.md +5 -7
  20. package/agentes/documentador-swl.md +5 -3
  21. package/agentes/frontend-angular-swl.md +5 -11
  22. package/agentes/frontend-css-swl.md +5 -9
  23. package/agentes/frontend-react-swl.md +5 -9
  24. package/agentes/frontend-swl.md +5 -9
  25. package/agentes/frontend-tailwind-swl.md +5 -9
  26. package/agentes/implementador-swl.md +6 -3
  27. package/agentes/investigador-swl.md +5 -3
  28. package/agentes/investigador-ux-swl.md +5 -9
  29. package/agentes/llm-apps-swl.md +5 -3
  30. package/agentes/migrador-swl.md +6 -3
  31. package/agentes/mobile-android-swl.md +5 -3
  32. package/agentes/mobile-cross-swl.md +5 -3
  33. package/agentes/mobile-ios-swl.md +5 -3
  34. package/agentes/mobile-testing-swl.md +5 -3
  35. package/agentes/notificador-swl.md +5 -3
  36. package/agentes/observabilidad-swl.md +5 -3
  37. package/agentes/orquestador-swl.md +29 -8
  38. package/agentes/pagos-swl.md +5 -3
  39. package/agentes/perfilador-usuario-swl.md +4 -2
  40. package/agentes/planificador-swl.md +5 -3
  41. package/agentes/producto-prd-swl.md +5 -3
  42. package/agentes/red-team-swl.md +4 -2
  43. package/agentes/release-manager-swl.md +6 -8
  44. package/agentes/rendimiento-swl.md +5 -6
  45. package/agentes/resolutor-build-swl.md +5 -3
  46. package/agentes/revisor-angular-swl.md +5 -3
  47. package/agentes/revisor-codigo-swl.md +90 -4
  48. package/agentes/revisor-csharp-swl.md +5 -3
  49. package/agentes/revisor-go-swl.md +5 -3
  50. package/agentes/revisor-java-swl.md +5 -3
  51. package/agentes/revisor-kotlin-swl.md +5 -3
  52. package/agentes/revisor-nextjs-swl.md +5 -3
  53. package/agentes/revisor-php-swl.md +5 -3
  54. package/agentes/revisor-react-swl.md +5 -3
  55. package/agentes/revisor-rust-swl.md +5 -3
  56. package/agentes/revisor-seguridad-swl.md +5 -3
  57. package/agentes/revisor-swift-swl.md +5 -3
  58. package/agentes/revisor-typescript-swl.md +5 -3
  59. package/agentes/sre-swl.md +5 -3
  60. package/agentes/tdd-qa-swl.md +5 -3
  61. package/agentes/ux-disenador-swl.md +5 -9
  62. package/comandos/swl/evaluar-skill.md +18 -0
  63. package/comandos/swl/evolucion-estado.md +49 -0
  64. package/comandos/swl/release.md +77 -1
  65. package/comandos/swl/salud.md +23 -0
  66. package/habilidades/checklist-seguridad/SKILL.md +57 -1
  67. package/habilidades/extractor-de-aprendizajes/SKILL.md +15 -5
  68. package/habilidades/fastapi-experto/SKILL.md +10 -1
  69. package/habilidades/manejo-errores/.evolved.json +8 -8
  70. package/habilidades/manejo-errores/SKILL.md +63 -4
  71. package/habilidades/patrones-python/SKILL.md +5 -4
  72. package/habilidades/release-semver/.evolved.json +8 -8
  73. package/habilidades/release-semver/SKILL.md +85 -1
  74. package/hooks/auto-evolucion.js +35 -1
  75. package/hooks/clasificador-mensajes.js +50 -3
  76. package/hooks/lib/agent-routing.js +107 -0
  77. package/hooks/lib/delegation-tracker.js +162 -44
  78. package/hooks/lib/evolution-tracker.js +12 -3
  79. package/hooks/lib/memory-search.js +59 -1
  80. package/hooks/lib/nudge-tracker.js +10 -1
  81. package/hooks/lib/provenance-tracker.js +11 -3
  82. package/hooks/lib/text-similarity.js +241 -0
  83. package/hooks/metricas-evolucion.js +168 -1
  84. package/hooks/monitor-contexto.js +54 -6
  85. package/hooks/preservar-estado-pre-compact.js +11 -1
  86. package/hooks/risk-scoring.js +10 -1
  87. package/hooks/tracking-costos.js +10 -1
  88. package/hooks/validar-formato-post-subagente.js +140 -0
  89. package/hooks/validar-memoria-hook.js +218 -0
  90. package/manifiestos/agent-output-schemas.json +57 -0
  91. package/manifiestos/hooks-config.json +18 -0
  92. package/manifiestos/modulos.json +3 -0
  93. package/manifiestos/skills-lock.json +1065 -0
  94. package/package.json +1 -1
  95. package/plugin.json +1 -1
  96. package/reglas/arquitectura.md +20 -0
  97. package/reglas/fragmentos-compartidos.md +152 -0
  98. package/reglas/gobernanza.md +10 -1
  99. package/reglas/seguridad-agentes.md +12 -0
  100. package/reglas/skills-estandar.md +19 -0
  101. package/schemas/agent-frontmatter.schema.json +18 -0
  102. package/scripts/auditar-agentes-gaps.js +9 -1
  103. package/scripts/auditar-cobertura-frameworks.js +9 -1
  104. package/scripts/auditar-skills-gaps.js +9 -1
  105. package/scripts/bootstrap-instintos.js +11 -1
  106. package/scripts/generar-inventario.js +112 -9
  107. package/scripts/generar-matriz-lenguajes.js +271 -0
  108. package/scripts/generar-skills-lock.js +190 -0
  109. package/scripts/lib/estado.js +12 -2
  110. package/scripts/lib/gitignore-manifest.js +32 -2
  111. package/scripts/migrar-csv-a-array.js +168 -0
  112. package/scripts/migrar-fase-dominio.js +201 -0
  113. package/scripts/publicar.js +88 -18
@@ -0,0 +1,1065 @@
1
+ {
2
+ "lockfileVersion": 1,
3
+ "generatedAt": "2026-05-04T23:40:51.194Z",
4
+ "skillsCount": 151,
5
+ "lockHash": "sha256:9eb487b296412d9bd32ec2f62684741c3c0e542a1f1631ffad85d9b8eebdd7c8",
6
+ "skills": [
7
+ {
8
+ "nombre": "accesibilidad-a11y",
9
+ "path": "habilidades/accesibilidad-a11y/SKILL.md",
10
+ "hash": "sha256:645ed108a25434ccb9b3c3a08a7a89ece1c197a924aeb8e8cd26881aebadeded",
11
+ "bytes": 12163,
12
+ "version": "\"1.0.0\""
13
+ },
14
+ {
15
+ "nombre": "agent-browser",
16
+ "path": "habilidades/agent-browser/SKILL.md",
17
+ "hash": "sha256:a02dbc42c4a883ecd3a29f2931eab6ab96ac8cc34f400208b2c3fcbc62ea1852",
18
+ "bytes": 9962,
19
+ "version": "\"1.0.0\""
20
+ },
21
+ {
22
+ "nombre": "agentes-como-servicio",
23
+ "path": "habilidades/agentes-como-servicio/SKILL.md",
24
+ "hash": "sha256:c500872e9a9b856d902df7afd2a70a4403485eb77707aa5ac2ee859c1deda033",
25
+ "bytes": 11687,
26
+ "version": "\"1.0.0\""
27
+ },
28
+ {
29
+ "nombre": "ai-runtime-security",
30
+ "path": "habilidades/ai-runtime-security/SKILL.md",
31
+ "hash": "sha256:c85c95a32ff6c2d4fd549e85c7eb508534bc310fcac23bd8301fdc48e4f2b36e",
32
+ "bytes": 17571,
33
+ "version": "\"1.0.1\""
34
+ },
35
+ {
36
+ "nombre": "angular-avanzado",
37
+ "path": "habilidades/angular-avanzado/SKILL.md",
38
+ "hash": "sha256:6a9c6d8e3a4133598a2ef1e3bd485a262fb4d0950803a99b15e1fc2df5422622",
39
+ "bytes": 7993,
40
+ "version": "\"1.0.0\""
41
+ },
42
+ {
43
+ "nombre": "angular-moderno",
44
+ "path": "habilidades/angular-moderno/SKILL.md",
45
+ "hash": "sha256:3539616032e1216fcfcb0fb05ad7127be37b11da524128a5f3b2a76f1859b887",
46
+ "bytes": 7971,
47
+ "version": "\"1.0.0\""
48
+ },
49
+ {
50
+ "nombre": "api-rest-diseno",
51
+ "path": "habilidades/api-rest-diseno/SKILL.md",
52
+ "hash": "sha256:8f773d5a147f2b44f5b954a8b0a3357ba3486be961a6e10794817b04228e6fe6",
53
+ "bytes": 10100,
54
+ "version": "\"1.0.1\""
55
+ },
56
+ {
57
+ "nombre": "aprendizaje-continuo",
58
+ "path": "habilidades/aprendizaje-continuo/SKILL.md",
59
+ "hash": "sha256:47265a95f7ee0209f39790a5774d4aa1f67cf6276c22036dbb287e75644b1cb7",
60
+ "bytes": 7042,
61
+ "version": "\"1.0.0\""
62
+ },
63
+ {
64
+ "nombre": "async-python",
65
+ "path": "habilidades/async-python/SKILL.md",
66
+ "hash": "sha256:869e278bee21930987111fb503972d136eedcb0c281dc632c45040626495eb8a",
67
+ "bytes": 9275,
68
+ "version": "\"1.0.0\""
69
+ },
70
+ {
71
+ "nombre": "auth-patrones",
72
+ "path": "habilidades/auth-patrones/SKILL.md",
73
+ "hash": "sha256:bbcdf9fd5a73d05c28abdd2493f3499b0a64aa9cac76de325aee013be7c55eba",
74
+ "bytes": 18387,
75
+ "version": "\"1.2.0\""
76
+ },
77
+ {
78
+ "nombre": "auto-evolucion-protocolo",
79
+ "path": "habilidades/auto-evolucion-protocolo/SKILL.md",
80
+ "hash": "sha256:34ad4c880f92ce3cf292cf9d6a61317ff37423b37850f84153bf0ed81015f478",
81
+ "bytes": 14669,
82
+ "version": "\"1.1.1\""
83
+ },
84
+ {
85
+ "nombre": "autoresearch",
86
+ "path": "habilidades/autoresearch/SKILL.md",
87
+ "hash": "sha256:e815c94ce67547dad63953fef9a188846b14b7f0aa0638692419d4cc095af3d7",
88
+ "bytes": 11943,
89
+ "version": "\"1.0.0\""
90
+ },
91
+ {
92
+ "nombre": "azure-cloud",
93
+ "path": "habilidades/azure-cloud/SKILL.md",
94
+ "hash": "sha256:51346e09807da184b978c78e0c8d112ab983dd4e5a88faea1e7deca98fa397c9",
95
+ "bytes": 15923,
96
+ "version": "\"1.0.0\""
97
+ },
98
+ {
99
+ "nombre": "backend-mcp-servidor",
100
+ "path": "habilidades/backend-mcp-servidor/SKILL.md",
101
+ "hash": "sha256:6a72810d3baf2e0571b4a1737028eb4d4bd03c58e309b197b29afda6ebbd0123",
102
+ "bytes": 12547,
103
+ "version": "\"1.0.0\""
104
+ },
105
+ {
106
+ "nombre": "backend-production-resilience",
107
+ "path": "habilidades/backend-production-resilience/SKILL.md",
108
+ "hash": "sha256:82e47b4e1d4296fd10f0d0610963fdc9f2b7b931dfc0fc1d8af73730657b7fb2",
109
+ "bytes": 13620,
110
+ "version": "\"1.0.0\""
111
+ },
112
+ {
113
+ "nombre": "brainstorming",
114
+ "path": "habilidades/brainstorming/SKILL.md",
115
+ "hash": "sha256:be20c2e801d32854f50eb799ce730ab420299c2d7910862c8921a3efbf7d98f6",
116
+ "bytes": 13982,
117
+ "version": "\"1.0.0\""
118
+ },
119
+ {
120
+ "nombre": "build-errors-cpp",
121
+ "path": "habilidades/build-errors-cpp/SKILL.md",
122
+ "hash": "sha256:3ca56949ec1db658091e1528000c82557ede201cfb7103c4daf62539bb428eeb",
123
+ "bytes": 11032,
124
+ "version": "\"1.0.0\""
125
+ },
126
+ {
127
+ "nombre": "build-errors-csharp",
128
+ "path": "habilidades/build-errors-csharp/SKILL.md",
129
+ "hash": "sha256:3082303d63eb0c732e9400320c576798cac01f5c9f0d88ae6b581bf03b7ccd45",
130
+ "bytes": 10892,
131
+ "version": "\"1.0.0\""
132
+ },
133
+ {
134
+ "nombre": "build-errors-go",
135
+ "path": "habilidades/build-errors-go/SKILL.md",
136
+ "hash": "sha256:0633d8b8123d0349f65a19b5bb8b762af538da96ff2ca6f9803a13a78334388a",
137
+ "bytes": 11635,
138
+ "version": "\"1.0.0\""
139
+ },
140
+ {
141
+ "nombre": "build-errors-java",
142
+ "path": "habilidades/build-errors-java/SKILL.md",
143
+ "hash": "sha256:c6b14c5493a89eb4906249138178f5317880c4a1f3f5987cb860ff57a029df86",
144
+ "bytes": 12461,
145
+ "version": "\"1.0.0\""
146
+ },
147
+ {
148
+ "nombre": "build-errors-kotlin",
149
+ "path": "habilidades/build-errors-kotlin/SKILL.md",
150
+ "hash": "sha256:6bc2730141152ce4b3cf2508644651d8fd258625e83c886aec1b5cf1accd0db8",
151
+ "bytes": 11593,
152
+ "version": "\"1.0.0\""
153
+ },
154
+ {
155
+ "nombre": "build-errors-nextjs",
156
+ "path": "habilidades/build-errors-nextjs/SKILL.md",
157
+ "hash": "sha256:1b509220c9004ee2ce4fea30dd8695e876146860dfa8c5d6f6d1f953aeeff474",
158
+ "bytes": 12029,
159
+ "version": "\"1.0.0\""
160
+ },
161
+ {
162
+ "nombre": "build-errors-php",
163
+ "path": "habilidades/build-errors-php/SKILL.md",
164
+ "hash": "sha256:617f61bab6d684bc5ddc718571994078767028f3631e71897819afa63f3f585f",
165
+ "bytes": 11325,
166
+ "version": "\"1.0.0\""
167
+ },
168
+ {
169
+ "nombre": "build-errors-python",
170
+ "path": "habilidades/build-errors-python/SKILL.md",
171
+ "hash": "sha256:65d7e7d425330db3fdfd4697e488a665533f60f9cd733788b9bcb12551f4e712",
172
+ "bytes": 10958,
173
+ "version": "\"1.0.0\""
174
+ },
175
+ {
176
+ "nombre": "build-errors-rust",
177
+ "path": "habilidades/build-errors-rust/SKILL.md",
178
+ "hash": "sha256:2d1791ed58074714f0bf4e28a7ce2e8cfacf801883bdea37c3780b33f80530cb",
179
+ "bytes": 11247,
180
+ "version": "\"1.0.0\""
181
+ },
182
+ {
183
+ "nombre": "build-errors-swift",
184
+ "path": "habilidades/build-errors-swift/SKILL.md",
185
+ "hash": "sha256:c12f3532ae008e9ec61c89911390c15809a3e46968ae705c2025c3333d3e6b44",
186
+ "bytes": 11537,
187
+ "version": "\"1.0.0\""
188
+ },
189
+ {
190
+ "nombre": "build-errors-typescript",
191
+ "path": "habilidades/build-errors-typescript/SKILL.md",
192
+ "hash": "sha256:a7026d730c37cc1823a176ed5eee63f0657d6618a18a559a4a9fba52f8dbd675",
193
+ "bytes": 13490,
194
+ "version": "\"1.0.0\""
195
+ },
196
+ {
197
+ "nombre": "checklist-calidad",
198
+ "path": "habilidades/checklist-calidad/SKILL.md",
199
+ "hash": "sha256:607ed58cda94d6e93854a7c223d77203832e88f5489e9064cb3d2445d3373eec",
200
+ "bytes": 11654,
201
+ "version": "\"1.0.0\""
202
+ },
203
+ {
204
+ "nombre": "checklist-seguridad",
205
+ "path": "habilidades/checklist-seguridad/SKILL.md",
206
+ "hash": "sha256:5fe45e855b3cc9142e6f94389a51e7442c91d5b600bdbed1dbeea716aa8a94e3",
207
+ "bytes": 18119,
208
+ "version": "\"1.1.1\""
209
+ },
210
+ {
211
+ "nombre": "checkpoints-verificacion",
212
+ "path": "habilidades/checkpoints-verificacion/SKILL.md",
213
+ "hash": "sha256:e8ed65d37404e4d17564fc1d0e3c2a40cb75add2ac7c26cbbc49f603bed099e3",
214
+ "bytes": 13300,
215
+ "version": "\"1.1.0\""
216
+ },
217
+ {
218
+ "nombre": "ci-cd-pipelines",
219
+ "path": "habilidades/ci-cd-pipelines/SKILL.md",
220
+ "hash": "sha256:3a59502a13d10189874ed5d76b9dc4d2cd1a048b88499668340372aa44096640",
221
+ "bytes": 7533,
222
+ "version": "\"1.0.0\""
223
+ },
224
+ {
225
+ "nombre": "cloud-aws",
226
+ "path": "habilidades/cloud-aws/SKILL.md",
227
+ "hash": "sha256:0a4dfdd1d719fbfb32feb2da8250e1175c48d434990f3638021c44003a43d7e5",
228
+ "bytes": 8521,
229
+ "version": "\"1.0.0\""
230
+ },
231
+ {
232
+ "nombre": "compactacion-contexto",
233
+ "path": "habilidades/compactacion-contexto/SKILL.md",
234
+ "hash": "sha256:ade5dc0b2747d10944a5ae4cc42ba82678b9a5814e438aa95534e50486ed591a",
235
+ "bytes": 11933,
236
+ "version": "\"1.1.0\""
237
+ },
238
+ {
239
+ "nombre": "contenedores-docker",
240
+ "path": "habilidades/contenedores-docker/SKILL.md",
241
+ "hash": "sha256:88df8cc105b2dbf79b108f28b8cf30f5a5ab632392d62f62c907e228902208c0",
242
+ "bytes": 8241,
243
+ "version": "\"1.0.0\""
244
+ },
245
+ {
246
+ "nombre": "context-builder",
247
+ "path": "habilidades/context-builder/SKILL.md",
248
+ "hash": "sha256:538e849656033cf871e75c8de325ec9e8e295ae6c1f14d7720eba65b39e0b7c5",
249
+ "bytes": 8620,
250
+ "version": "\"1.1.0\""
251
+ },
252
+ {
253
+ "nombre": "control-profundidad",
254
+ "path": "habilidades/control-profundidad/SKILL.md",
255
+ "hash": "sha256:7acaa078d7f124a09b6dd6fcc14818be1e43a5c357e435dd1f91cdd380ff86c7",
256
+ "bytes": 7245,
257
+ "version": null
258
+ },
259
+ {
260
+ "nombre": "csharp-experto",
261
+ "path": "habilidades/csharp-experto/SKILL.md",
262
+ "hash": "sha256:c1fe8a171eda355f1b3c16ff1fe2f276fa071f98c7b74ae73690195f31e8b315",
263
+ "bytes": 11697,
264
+ "version": "\"1.0.0\""
265
+ },
266
+ {
267
+ "nombre": "csharp-patrones",
268
+ "path": "habilidades/csharp-patrones/SKILL.md",
269
+ "hash": "sha256:a377c316c20cf5a19c2c18e28ff3c057c7411c8f6c4729799ce3cf09321500b6",
270
+ "bytes": 11613,
271
+ "version": "\"1.0.0\""
272
+ },
273
+ {
274
+ "nombre": "csharp-testing",
275
+ "path": "habilidades/csharp-testing/SKILL.md",
276
+ "hash": "sha256:b8d81467bdcc388fa563a970dbcf9353ba00520136f7f029dffc208b131cee92",
277
+ "bytes": 10188,
278
+ "version": "\"1.0.0\""
279
+ },
280
+ {
281
+ "nombre": "css-moderno",
282
+ "path": "habilidades/css-moderno/SKILL.md",
283
+ "hash": "sha256:d17aca1ac793763bacbadfbeb14ea9351305ab8b30494b1915d5d06ab48f854c",
284
+ "bytes": 7282,
285
+ "version": "\"1.0.0\""
286
+ },
287
+ {
288
+ "nombre": "datos-etl",
289
+ "path": "habilidades/datos-etl/SKILL.md",
290
+ "hash": "sha256:1211cb964437ed46386563b3923b8e26044cf94ee7d3860f5e29e819bf3bb610",
291
+ "bytes": 8152,
292
+ "version": "\"1.0.0\""
293
+ },
294
+ {
295
+ "nombre": "dbml-experto",
296
+ "path": "habilidades/dbml-experto/SKILL.md",
297
+ "hash": "sha256:ddbf3a60216d534a2cc55829403a81bea7c1c60dfed9cf6384656b591429a870",
298
+ "bytes": 12284,
299
+ "version": "\"1.0.0\""
300
+ },
301
+ {
302
+ "nombre": "dependencias-auditoria",
303
+ "path": "habilidades/dependencias-auditoria/SKILL.md",
304
+ "hash": "sha256:9934b29f04902804707959ea507c7c9f63bc1be6803c907982230496b1f6eaf4",
305
+ "bytes": 12865,
306
+ "version": "\"1.0.0\""
307
+ },
308
+ {
309
+ "nombre": "deprecacion-migracion",
310
+ "path": "habilidades/deprecacion-migracion/SKILL.md",
311
+ "hash": "sha256:91d5ba8c319792fd7f07584581450e60e15cbbe4fd4a42865b44b9662ab1bb1f",
312
+ "bytes": 8917,
313
+ "version": "\"1.0.0\""
314
+ },
315
+ {
316
+ "nombre": "design-tokens",
317
+ "path": "habilidades/design-tokens/SKILL.md",
318
+ "hash": "sha256:31f86ca15545f6e1348b8d07924ba0b62d20a4183d72f574efb1ccd982d78a42",
319
+ "bytes": 8413,
320
+ "version": "\"1.0.0\""
321
+ },
322
+ {
323
+ "nombre": "devsecops-pipeline-security",
324
+ "path": "habilidades/devsecops-pipeline-security/SKILL.md",
325
+ "hash": "sha256:bc8ea1a0297e5af4806be59fa3f0ec3dbc11d0c9c94a2e041665d9deded493be",
326
+ "bytes": 16537,
327
+ "version": "\"1.0.0\""
328
+ },
329
+ {
330
+ "nombre": "diagrama-arquitectura",
331
+ "path": "habilidades/diagrama-arquitectura/SKILL.md",
332
+ "hash": "sha256:c6d3d8714ed7cfdb1b59e228ced70a70808804dfb0ea8362822ce3de9d5d7578",
333
+ "bytes": 9944,
334
+ "version": "\"1.0.0\""
335
+ },
336
+ {
337
+ "nombre": "discutir-fase",
338
+ "path": "habilidades/discutir-fase/SKILL.md",
339
+ "hash": "sha256:63963663eebf79a3966660e60ebdf797fccae4130faf4cae667d8b2e40cfd826",
340
+ "bytes": 8370,
341
+ "version": "\"1.0.0\""
342
+ },
343
+ {
344
+ "nombre": "diseno-herramientas-agente",
345
+ "path": "habilidades/diseno-herramientas-agente/SKILL.md",
346
+ "hash": "sha256:7ba8423a04f9074df560b8adb7ad8efd5719931cbaef0f5897e434a611a22142",
347
+ "bytes": 10153,
348
+ "version": null
349
+ },
350
+ {
351
+ "nombre": "diseno-responsivo",
352
+ "path": "habilidades/diseno-responsivo/SKILL.md",
353
+ "hash": "sha256:69e91145a0d345954690d46760faa0251bedb3f96ba265d09419f2d886676cb9",
354
+ "bytes": 8418,
355
+ "version": "\"1.0.0\""
356
+ },
357
+ {
358
+ "nombre": "django-experto",
359
+ "path": "habilidades/django-experto/SKILL.md",
360
+ "hash": "sha256:11264cf83d126a66d7763c396117cfa7e9f86cb7dca122ee513c6b7fc22b156c",
361
+ "bytes": 9403,
362
+ "version": "\"1.0.0\""
363
+ },
364
+ {
365
+ "nombre": "doc-sync",
366
+ "path": "habilidades/doc-sync/SKILL.md",
367
+ "hash": "sha256:750e38c38d0fc6c29015237584ca1560e02fb0db8b62e8ed882770fd1c39a89e",
368
+ "bytes": 12806,
369
+ "version": "\"1.0.0\""
370
+ },
371
+ {
372
+ "nombre": "drift-detection",
373
+ "path": "habilidades/drift-detection/SKILL.md",
374
+ "hash": "sha256:964015d447075eded4620a1b8f51fc30d3730a70dc21b6cb9907a5132928aaa6",
375
+ "bytes": 8606,
376
+ "version": "1.0.0"
377
+ },
378
+ {
379
+ "nombre": "ejecutar-fase",
380
+ "path": "habilidades/ejecutar-fase/SKILL.md",
381
+ "hash": "sha256:6ad10492655769bd8ed468b40d85f89583c879d3979bdd6f91bb088428a4cb3c",
382
+ "bytes": 19364,
383
+ "version": "\"1.1.0\""
384
+ },
385
+ {
386
+ "nombre": "estilo-sin-ai-isms",
387
+ "path": "habilidades/estilo-sin-ai-isms/SKILL.md",
388
+ "hash": "sha256:9e6fa61fb8fb886e10215ca3731e3e85953924a7597c42755a4a0618525902e5",
389
+ "bytes": 37356,
390
+ "version": "\"1.1.0\""
391
+ },
392
+ {
393
+ "nombre": "estructura-proyecto-claude",
394
+ "path": "habilidades/estructura-proyecto-claude/SKILL.md",
395
+ "hash": "sha256:44c6b41bb28f47b254a31cc48453f23f63598a60877012b012f6ef2cfc3dbe05",
396
+ "bytes": 11583,
397
+ "version": "\"1.0.0\""
398
+ },
399
+ {
400
+ "nombre": "evaluacion-agentes",
401
+ "path": "habilidades/evaluacion-agentes/SKILL.md",
402
+ "hash": "sha256:6c7d167c1357d9f3706e1754d9f95b9ac5f49ff1116fbb607b18888c68316a70",
403
+ "bytes": 16293,
404
+ "version": "\"1.0.0\""
405
+ },
406
+ {
407
+ "nombre": "event-driven",
408
+ "path": "habilidades/event-driven/SKILL.md",
409
+ "hash": "sha256:ebcc23c63ab95bc3dba041d744c53ffe9dd044a211142249ae2549ed68ffb344",
410
+ "bytes": 8718,
411
+ "version": "\"1.0.0\""
412
+ },
413
+ {
414
+ "nombre": "extraccion-documentos",
415
+ "path": "habilidades/extraccion-documentos/SKILL.md",
416
+ "hash": "sha256:14685b2de0c493a5e2995b19dabb701e41f692c63777aa9a3ab0b378ceff6cdf",
417
+ "bytes": 11219,
418
+ "version": "\"1.0.0\""
419
+ },
420
+ {
421
+ "nombre": "extractor-de-aprendizajes",
422
+ "path": "habilidades/extractor-de-aprendizajes/SKILL.md",
423
+ "hash": "sha256:9335433c8897ea0d6bc2bad2996eeff3b6c5e87f574268daa74100eadb696bee",
424
+ "bytes": 17220,
425
+ "version": "\"1.0.3\""
426
+ },
427
+ {
428
+ "nombre": "fastapi-experto",
429
+ "path": "habilidades/fastapi-experto/SKILL.md",
430
+ "hash": "sha256:162f657adca20ce62ee329a12ecc2c299639fec35009413d14e05a1a5f1ed3bd",
431
+ "bytes": 15472,
432
+ "version": "\"1.1.2\""
433
+ },
434
+ {
435
+ "nombre": "filament-admin",
436
+ "path": "habilidades/filament-admin/SKILL.md",
437
+ "hash": "sha256:3a1962caf54d2e87d16989df457d994c1fe7d679900c93ce2b3f6b71fa15e101",
438
+ "bytes": 14530,
439
+ "version": "\"1.0.0\""
440
+ },
441
+ {
442
+ "nombre": "frontend-avanzado",
443
+ "path": "habilidades/frontend-avanzado/SKILL.md",
444
+ "hash": "sha256:6302ef2f6c2aaec6b24f42e107cb5e8259e62db3a62b810b288534c02f22d164",
445
+ "bytes": 12502,
446
+ "version": "\"1.1.0\""
447
+ },
448
+ {
449
+ "nombre": "gcp-cloud",
450
+ "path": "habilidades/gcp-cloud/SKILL.md",
451
+ "hash": "sha256:2cbbc5626b60e5725fa3f98c1d06eb42aa1fe204a5afcb076fd9643ccfd05275",
452
+ "bytes": 13552,
453
+ "version": "\"1.0.0\""
454
+ },
455
+ {
456
+ "nombre": "generacion-mermaid",
457
+ "path": "habilidades/generacion-mermaid/SKILL.md",
458
+ "hash": "sha256:1374e6c0dc193be0fc438678ca31028fd9e85d2e8b0c5583d725ea7dd6676480",
459
+ "bytes": 9771,
460
+ "version": "\"1.0.0\""
461
+ },
462
+ {
463
+ "nombre": "git-worktrees-paralelo",
464
+ "path": "habilidades/git-worktrees-paralelo/SKILL.md",
465
+ "hash": "sha256:5a2a8bf100b01ff98552bfe985173d870577a260bdb4b8a66656a9bc26502868",
466
+ "bytes": 10609,
467
+ "version": "\"1.0.0\""
468
+ },
469
+ {
470
+ "nombre": "go-experto",
471
+ "path": "habilidades/go-experto/SKILL.md",
472
+ "hash": "sha256:d7e29f28e8e91b1b0db2aaed894fb4231c4f218c3cb1256fc9faaa773996296c",
473
+ "bytes": 10814,
474
+ "version": "\"1.0.0\""
475
+ },
476
+ {
477
+ "nombre": "go-patrones",
478
+ "path": "habilidades/go-patrones/SKILL.md",
479
+ "hash": "sha256:54822d22d0082f8f3972495708275fe6ba859fe3bb2ae5c2196ef9d7a9f68dc0",
480
+ "bytes": 10914,
481
+ "version": "\"1.0.0\""
482
+ },
483
+ {
484
+ "nombre": "go-testing",
485
+ "path": "habilidades/go-testing/SKILL.md",
486
+ "hash": "sha256:15e1edb811847fe3885a573f7e501b3fafe00117216ac2657e706957e6c263dc",
487
+ "bytes": 10572,
488
+ "version": "\"1.0.0\""
489
+ },
490
+ {
491
+ "nombre": "graphql-experto",
492
+ "path": "habilidades/graphql-experto/SKILL.md",
493
+ "hash": "sha256:f023d2123345da390149feb38f4c7a0478c4cc68ef45bddf75ce738956b1f340",
494
+ "bytes": 13034,
495
+ "version": "\"1.0.0\""
496
+ },
497
+ {
498
+ "nombre": "guardrail-semantico",
499
+ "path": "habilidades/guardrail-semantico/SKILL.md",
500
+ "hash": "sha256:e17ce90aa87a7d523e70451473a2ebb9981bd88e1fd3dbc9e9e00de42455b85f",
501
+ "bytes": 14270,
502
+ "version": "\"1.0.0\""
503
+ },
504
+ {
505
+ "nombre": "harness-claude-code",
506
+ "path": "habilidades/harness-claude-code/SKILL.md",
507
+ "hash": "sha256:cc548661287c0b321994428e59ae685c9e0c53e197d1b4ffae7183f158878db3",
508
+ "bytes": 12687,
509
+ "version": "\"1.0.0\""
510
+ },
511
+ {
512
+ "nombre": "iam-secretos",
513
+ "path": "habilidades/iam-secretos/SKILL.md",
514
+ "hash": "sha256:dbaeac2d8b23e33a0255d79c849bbe7baa521d6d73dbb8050731878aef1ed908",
515
+ "bytes": 14568,
516
+ "version": "\"1.1.0\""
517
+ },
518
+ {
519
+ "nombre": "infra-github-actions",
520
+ "path": "habilidades/infra-github-actions/SKILL.md",
521
+ "hash": "sha256:50b85b21dd0e5f5fa8f211f6d0f31f4649bbe20c9480e0017184f1dd0b7fc8dc",
522
+ "bytes": 7189,
523
+ "version": null
524
+ },
525
+ {
526
+ "nombre": "instalar-sistema",
527
+ "path": "habilidades/instalar-sistema/SKILL.md",
528
+ "hash": "sha256:8893d77716074e43473b762eb90b8602e1a9cff4e3f19654ed654f03ed34f684",
529
+ "bytes": 12315,
530
+ "version": "\"1.0.1\""
531
+ },
532
+ {
533
+ "nombre": "java-experto",
534
+ "path": "habilidades/java-experto/SKILL.md",
535
+ "hash": "sha256:9c5f6d9b56f1e0eed634dbd6caba2f7b86801a9ca45fab5f9429f320c61c8ba3",
536
+ "bytes": 11534,
537
+ "version": "\"1.0.0\""
538
+ },
539
+ {
540
+ "nombre": "java-patrones",
541
+ "path": "habilidades/java-patrones/SKILL.md",
542
+ "hash": "sha256:f49b09aa15a9703ff8058a63dac3f91f4e3214ab4f381e0218f3ccb6f6c8b0c4",
543
+ "bytes": 11087,
544
+ "version": "\"1.0.0\""
545
+ },
546
+ {
547
+ "nombre": "java-testing",
548
+ "path": "habilidades/java-testing/SKILL.md",
549
+ "hash": "sha256:7e5f97a4ed3689c6fca4132e8a2f40223ba76e047442a045e866d4a8e7e751ad",
550
+ "bytes": 11115,
551
+ "version": "\"1.0.0\""
552
+ },
553
+ {
554
+ "nombre": "kotlin-compose",
555
+ "path": "habilidades/kotlin-compose/SKILL.md",
556
+ "hash": "sha256:179f42058f1c159e7fa9bfb32c426ff8052b3c57359d1cc8ee6afeee0a89c56e",
557
+ "bytes": 10713,
558
+ "version": "\"1.0.0\""
559
+ },
560
+ {
561
+ "nombre": "kotlin-experto",
562
+ "path": "habilidades/kotlin-experto/SKILL.md",
563
+ "hash": "sha256:d3bcf26d59acdff6ac243055bb5a3ec76ba666e696f4e298ef7359a141cea51d",
564
+ "bytes": 11741,
565
+ "version": "\"1.0.0\""
566
+ },
567
+ {
568
+ "nombre": "kotlin-testing",
569
+ "path": "habilidades/kotlin-testing/SKILL.md",
570
+ "hash": "sha256:ef4ad53703138f4167e813bdf6787b50ce46d5e10d0384d34e0f0004d1f85a09",
571
+ "bytes": 9495,
572
+ "version": "\"1.0.0\""
573
+ },
574
+ {
575
+ "nombre": "kubernetes-orquestacion",
576
+ "path": "habilidades/kubernetes-orquestacion/SKILL.md",
577
+ "hash": "sha256:42c9a3e294892159701459cf28ca40c18ebf3cb4723a5997bedb3e85c735732b",
578
+ "bytes": 7909,
579
+ "version": "\"1.0.0\""
580
+ },
581
+ {
582
+ "nombre": "langchain-langraph",
583
+ "path": "habilidades/langchain-langraph/SKILL.md",
584
+ "hash": "sha256:96bf31b955b0425fd2ba819b81432a858190c6ac0d064ae394e84f5e47f1b34f",
585
+ "bytes": 16338,
586
+ "version": "\"1.0.0\""
587
+ },
588
+ {
589
+ "nombre": "legacy-code-rescue",
590
+ "path": "habilidades/legacy-code-rescue/SKILL.md",
591
+ "hash": "sha256:8c3834a022c7ef47f1da1aee5dabb935285c05f400196eaa375e6d824e222378",
592
+ "bytes": 12918,
593
+ "version": "\"1.0.0\""
594
+ },
595
+ {
596
+ "nombre": "likec4-experto",
597
+ "path": "habilidades/likec4-experto/SKILL.md",
598
+ "hash": "sha256:04b92dfff87915004a7b655d02114032863a1b64e5f3063017194d950618497a",
599
+ "bytes": 15432,
600
+ "version": "\"1.0.0\""
601
+ },
602
+ {
603
+ "nombre": "manejo-errores",
604
+ "path": "habilidades/manejo-errores/SKILL.md",
605
+ "hash": "sha256:5559b25b817307e6d27e8524c91bf5a4b5b09f5b593771e1dfc908d96255d7cd",
606
+ "bytes": 23513,
607
+ "version": "\"1.2.0\""
608
+ },
609
+ {
610
+ "nombre": "mapear-codebase",
611
+ "path": "habilidades/mapear-codebase/SKILL.md",
612
+ "hash": "sha256:2796130ccdacaff43e8920eaca9739edc3ad2a4bbae736edf6181e997ea4ab80",
613
+ "bytes": 13484,
614
+ "version": "\"1.1.0\""
615
+ },
616
+ {
617
+ "nombre": "memoria-busqueda",
618
+ "path": "habilidades/memoria-busqueda/SKILL.md",
619
+ "hash": "sha256:9b91718feb612f25c0ad5eb4212f9769e6c1e945f869b536224667551cc8d86e",
620
+ "bytes": 9354,
621
+ "version": "\"1.0.0\""
622
+ },
623
+ {
624
+ "nombre": "meta-skills-estandar",
625
+ "path": "habilidades/meta-skills-estandar/SKILL.md",
626
+ "hash": "sha256:f8301097cf92fbb5cc04595db23db6d63e681fd15b3714d6b90f8149c22c6ea3",
627
+ "bytes": 12759,
628
+ "version": "\"1.0.0\""
629
+ },
630
+ {
631
+ "nombre": "microservicios",
632
+ "path": "habilidades/microservicios/SKILL.md",
633
+ "hash": "sha256:35a2f9eb87728f80384da722fec19d451ec08c08c72943204b0e0a4f155989e1",
634
+ "bytes": 8987,
635
+ "version": "\"1.0.0\""
636
+ },
637
+ {
638
+ "nombre": "mobile-flutter",
639
+ "path": "habilidades/mobile-flutter/SKILL.md",
640
+ "hash": "sha256:51c983f73bb7800c9fe1214b70324e6e292ac952f5046f2dd8376e7f550658e0",
641
+ "bytes": 8419,
642
+ "version": "\"1.0.0\""
643
+ },
644
+ {
645
+ "nombre": "mobile-react-native",
646
+ "path": "habilidades/mobile-react-native/SKILL.md",
647
+ "hash": "sha256:4ebd561ab08d70c7169d894251ade41c45d783f46992ad03022c14061c517099",
648
+ "bytes": 8572,
649
+ "version": "\"1.0.0\""
650
+ },
651
+ {
652
+ "nombre": "mongodb-experto",
653
+ "path": "habilidades/mongodb-experto/SKILL.md",
654
+ "hash": "sha256:24404721552f5a5002213dae1500ec1011fd68ae64cdb8f834dccf2891e32867",
655
+ "bytes": 13096,
656
+ "version": "\"1.0.0\""
657
+ },
658
+ {
659
+ "nombre": "monitoring-alertas",
660
+ "path": "habilidades/monitoring-alertas/SKILL.md",
661
+ "hash": "sha256:8099a46491598e28abc47f8b8d0cc814998b8b80f05aed71f2d9f49767a21324",
662
+ "bytes": 11807,
663
+ "version": "\"1.0.1\""
664
+ },
665
+ {
666
+ "nombre": "nestjs-experto",
667
+ "path": "habilidades/nestjs-experto/SKILL.md",
668
+ "hash": "sha256:3cf0863b4e5c5da95fc7e12b4458f39562ba9775a50343fd2b4e5c826ef8f424",
669
+ "bytes": 11870,
670
+ "version": "\"1.0.0\""
671
+ },
672
+ {
673
+ "nombre": "nextjs-experto",
674
+ "path": "habilidades/nextjs-experto/SKILL.md",
675
+ "hash": "sha256:da6e2dbbf299f8c251e5474a07b12ec189a02f26c3ea4eee1a7bcebfce3026ca",
676
+ "bytes": 13475,
677
+ "version": "\"1.0.0\""
678
+ },
679
+ {
680
+ "nombre": "nextjs-patrones",
681
+ "path": "habilidades/nextjs-patrones/SKILL.md",
682
+ "hash": "sha256:bfe3dbf295d617621806bac96ae00c6071f395c804e253d0d3c4375acea3e351",
683
+ "bytes": 12951,
684
+ "version": "\"1.0.0\""
685
+ },
686
+ {
687
+ "nombre": "nextjs-testing",
688
+ "path": "habilidades/nextjs-testing/SKILL.md",
689
+ "hash": "sha256:eb3bdab66501f79046cfbebf278c3496b1d2cb316f60cb6ee0c1cf3d39521107",
690
+ "bytes": 13825,
691
+ "version": "\"1.0.0\""
692
+ },
693
+ {
694
+ "nombre": "node-experto",
695
+ "path": "habilidades/node-experto/SKILL.md",
696
+ "hash": "sha256:ff6a6ac7943a35273c0daaf554697fb85878a6328f5f55b69da839e4520152e8",
697
+ "bytes": 11686,
698
+ "version": "\"1.0.0\""
699
+ },
700
+ {
701
+ "nombre": "notificaciones-multicanal",
702
+ "path": "habilidades/notificaciones-multicanal/SKILL.md",
703
+ "hash": "sha256:6ae7aeb00f4c48c86e7eaaa53e5dea6e87a9b0ed372818fce694a07fbecde171",
704
+ "bytes": 9021,
705
+ "version": "\"1.0.0\""
706
+ },
707
+ {
708
+ "nombre": "nuevo-proyecto",
709
+ "path": "habilidades/nuevo-proyecto/SKILL.md",
710
+ "hash": "sha256:1bccdb84c7380ba7acfd20f6331dc77feec618ad8109e8113db760e95972eca7",
711
+ "bytes": 8757,
712
+ "version": "\"1.0.0\""
713
+ },
714
+ {
715
+ "nombre": "orquestacion-async",
716
+ "path": "habilidades/orquestacion-async/SKILL.md",
717
+ "hash": "sha256:df26a7b1759bf2b4f65c77c627ea39f617d091a4b5e7536e42b148828841f715",
718
+ "bytes": 14850,
719
+ "version": "\"1.1.0\""
720
+ },
721
+ {
722
+ "nombre": "paid-media-tracking",
723
+ "path": "habilidades/paid-media-tracking/SKILL.md",
724
+ "hash": "sha256:2eec3934d77bfb9e2fb6ddb351a870f4a7f82bdc99e62f934ab57831c5c51895",
725
+ "bytes": 14155,
726
+ "version": "\"1.0.0\""
727
+ },
728
+ {
729
+ "nombre": "patrones-python",
730
+ "path": "habilidades/patrones-python/SKILL.md",
731
+ "hash": "sha256:cd6dc3154b9392f1be705cfe93b9b66366484f36647770cd3dc09abbd7285fa2",
732
+ "bytes": 10425,
733
+ "version": "\"1.3.1\""
734
+ },
735
+ {
736
+ "nombre": "perfil-usuario",
737
+ "path": "habilidades/perfil-usuario/SKILL.md",
738
+ "hash": "sha256:0828eab1eba12af3e6299a38faac7b3c74b372e4d7ffcf8533d06f60cd756b56",
739
+ "bytes": 9235,
740
+ "version": "\"1.0.0\""
741
+ },
742
+ {
743
+ "nombre": "performance-baseline",
744
+ "path": "habilidades/performance-baseline/SKILL.md",
745
+ "hash": "sha256:bb815b959b7e14b0294e56f2b8a03e2e907bcd56c07cf118a475edfafb159804",
746
+ "bytes": 14123,
747
+ "version": "\"1.0.0\""
748
+ },
749
+ {
750
+ "nombre": "php-experto",
751
+ "path": "habilidades/php-experto/SKILL.md",
752
+ "hash": "sha256:f032fd478f8ffe37570b537c146f8cfe0ca9ae88a03f879440e4faaf0fc53b7d",
753
+ "bytes": 11094,
754
+ "version": "\"1.0.0\""
755
+ },
756
+ {
757
+ "nombre": "php-patrones",
758
+ "path": "habilidades/php-patrones/SKILL.md",
759
+ "hash": "sha256:ed989b3258e7eeb99b8a6ded66389753173141c967a67b79332f43099a872ba4",
760
+ "bytes": 11226,
761
+ "version": "\"1.0.0\""
762
+ },
763
+ {
764
+ "nombre": "php-testing",
765
+ "path": "habilidades/php-testing/SKILL.md",
766
+ "hash": "sha256:f82cb68406a7d1918b9d96a2e7b7289614aa6eb1e4b5fb06f47fc8933b29a21f",
767
+ "bytes": 10603,
768
+ "version": "\"1.0.0\""
769
+ },
770
+ {
771
+ "nombre": "planear-fase",
772
+ "path": "habilidades/planear-fase/SKILL.md",
773
+ "hash": "sha256:e986e9109bf4a367bb94b9754ca1f6c773e3d610103b0f300e82fb8ea5533069",
774
+ "bytes": 11976,
775
+ "version": "\"1.0.0\""
776
+ },
777
+ {
778
+ "nombre": "postgresql-experto",
779
+ "path": "habilidades/postgresql-experto/SKILL.md",
780
+ "hash": "sha256:a211f5f91f78e0acde6f83d36318283fb006405eb60fb099bc3509c86ad17845",
781
+ "bytes": 7296,
782
+ "version": "\"1.0.0\""
783
+ },
784
+ {
785
+ "nombre": "prevencion-racionalizacion",
786
+ "path": "habilidades/prevencion-racionalizacion/SKILL.md",
787
+ "hash": "sha256:1f9606074be0f376ad40f51a804c3ed5620a599c613ca10c4c94df2b347ee11e",
788
+ "bytes": 12297,
789
+ "version": null
790
+ },
791
+ {
792
+ "nombre": "prevencion-sobreingenieria",
793
+ "path": "habilidades/prevencion-sobreingenieria/SKILL.md",
794
+ "hash": "sha256:7396e1d8e7c87dd0154e9b34d1eff4124997566ca9a9da63b8a0514680af131e",
795
+ "bytes": 16468,
796
+ "version": "\"1.1.0\""
797
+ },
798
+ {
799
+ "nombre": "privacy-memoria",
800
+ "path": "habilidades/privacy-memoria/SKILL.md",
801
+ "hash": "sha256:a0bd74e547064f9d4af60844fb1d3a0b93ded2a94e6875ba89a0a3fa1c54cd64",
802
+ "bytes": 9111,
803
+ "version": null
804
+ },
805
+ {
806
+ "nombre": "prompt-engineering",
807
+ "path": "habilidades/prompt-engineering/SKILL.md",
808
+ "hash": "sha256:00c8c8f6951ca6285440a576b62c42f4e49f96c6f05d7b94e7aae46f9c335c37",
809
+ "bytes": 21302,
810
+ "version": "\"1.1.0\""
811
+ },
812
+ {
813
+ "nombre": "rag-arquitectura",
814
+ "path": "habilidades/rag-arquitectura/SKILL.md",
815
+ "hash": "sha256:b955eee6841e8a8c1cca280c49a49ed2b98d5e892b3720f8dd30f4a61eced7c7",
816
+ "bytes": 17456,
817
+ "version": "\"1.0.0\""
818
+ },
819
+ {
820
+ "nombre": "rails-experto",
821
+ "path": "habilidades/rails-experto/SKILL.md",
822
+ "hash": "sha256:e34ca14e3985aa63263fa58bd92b7b3204305021b4390d264a05167796903f26",
823
+ "bytes": 10716,
824
+ "version": "\"1.0.0\""
825
+ },
826
+ {
827
+ "nombre": "react-experto",
828
+ "path": "habilidades/react-experto/SKILL.md",
829
+ "hash": "sha256:88657b9aa47e962ff5d2d49211629463182ba7db0738c46c8ee03012196d60e5",
830
+ "bytes": 9117,
831
+ "version": "\"1.0.0\""
832
+ },
833
+ {
834
+ "nombre": "react-optimizacion",
835
+ "path": "habilidades/react-optimizacion/SKILL.md",
836
+ "hash": "sha256:69a55a0c9dd2e6208ce78a7124a164cb8a24cc42b2c2f881a7836881002243d2",
837
+ "bytes": 8137,
838
+ "version": "\"1.0.0\""
839
+ },
840
+ {
841
+ "nombre": "redis-experto",
842
+ "path": "habilidades/redis-experto/SKILL.md",
843
+ "hash": "sha256:e049f8f1ba675324c079537c47d3fcd2e9518288d882fd4e80f595d3e3f7b24c",
844
+ "bytes": 13493,
845
+ "version": "\"1.0.0\""
846
+ },
847
+ {
848
+ "nombre": "release-semver",
849
+ "path": "habilidades/release-semver/SKILL.md",
850
+ "hash": "sha256:2dfe5369f9fd29adb216be017fd7fbb396b874f6107ca9609fd52046a93b9b67",
851
+ "bytes": 15958,
852
+ "version": "\"1.0.2\""
853
+ },
854
+ {
855
+ "nombre": "rust-experto",
856
+ "path": "habilidades/rust-experto/SKILL.md",
857
+ "hash": "sha256:6faa76c49083a9ffb5ffce022d0780a4e1af58d1f9464043ea3bfc0f728b4c02",
858
+ "bytes": 17484,
859
+ "version": "\"1.0.0\""
860
+ },
861
+ {
862
+ "nombre": "rust-patrones",
863
+ "path": "habilidades/rust-patrones/SKILL.md",
864
+ "hash": "sha256:b53a9d3320378ab82ef0c94f852d710cf4a11c3a717b5ec0da8f84f213203c25",
865
+ "bytes": 11498,
866
+ "version": "\"1.0.0\""
867
+ },
868
+ {
869
+ "nombre": "rust-testing",
870
+ "path": "habilidades/rust-testing/SKILL.md",
871
+ "hash": "sha256:1e2cf679c2525c8b828052b23549e487fa1db5c359d0f48f72b6ae7396d15d76",
872
+ "bytes": 10833,
873
+ "version": "\"1.0.0\""
874
+ },
875
+ {
876
+ "nombre": "seguridad-skills-ia",
877
+ "path": "habilidades/seguridad-skills-ia/SKILL.md",
878
+ "hash": "sha256:f5fd8d8b7ca231d71e12304dc2173106a9d31bdbe041384b42a4678aa6ff0ea0",
879
+ "bytes": 13371,
880
+ "version": "\"1.0.1\""
881
+ },
882
+ {
883
+ "nombre": "sql-optimizacion",
884
+ "path": "habilidades/sql-optimizacion/SKILL.md",
885
+ "hash": "sha256:d7b5dd5256970aec29dea4dc19589e4a4f0b4b80a37aedd333c04d6ff46a4910",
886
+ "bytes": 10407,
887
+ "version": "\"1.0.0\""
888
+ },
889
+ {
890
+ "nombre": "sre-patrones",
891
+ "path": "habilidades/sre-patrones/SKILL.md",
892
+ "hash": "sha256:45a7f7c2329fdfacf19da0767f44cff0a4aab3fe21287aaf80a48b515cb43a24",
893
+ "bytes": 15651,
894
+ "version": "\"1.0.0\""
895
+ },
896
+ {
897
+ "nombre": "stripe-pagos",
898
+ "path": "habilidades/stripe-pagos/SKILL.md",
899
+ "hash": "sha256:f094a3fd0b6b740009481d09d22f22313f332c853529087e2669babea852a2a3",
900
+ "bytes": 23784,
901
+ "version": "\"1.0.0\""
902
+ },
903
+ {
904
+ "nombre": "structured-outputs",
905
+ "path": "habilidades/structured-outputs/SKILL.md",
906
+ "hash": "sha256:ff260b582a1d8b7ebfe7cd1a50a3e5f851fe9e3ec006359a4ba5169c32b4a815",
907
+ "bytes": 16038,
908
+ "version": "\"1.0.0\""
909
+ },
910
+ {
911
+ "nombre": "swift-experto",
912
+ "path": "habilidades/swift-experto/SKILL.md",
913
+ "hash": "sha256:393f94eef723b6125b0c3bf0f215155d4eedc62d3218995343fce79f62d93a12",
914
+ "bytes": 11299,
915
+ "version": "\"1.0.0\""
916
+ },
917
+ {
918
+ "nombre": "swift-patrones",
919
+ "path": "habilidades/swift-patrones/SKILL.md",
920
+ "hash": "sha256:936911ee3fcb50736d70d0b792b66b1e22b4cce3b5c2709a1c788b81ace8cb44",
921
+ "bytes": 11809,
922
+ "version": "\"1.0.0\""
923
+ },
924
+ {
925
+ "nombre": "swift-testing",
926
+ "path": "habilidades/swift-testing/SKILL.md",
927
+ "hash": "sha256:facaf2e158e7df0eaf76139e237223ff1d5d702e07e9dfd17d6a9dcbd5300178",
928
+ "bytes": 10257,
929
+ "version": "\"1.0.0\""
930
+ },
931
+ {
932
+ "nombre": "swl-dashboard",
933
+ "path": "habilidades/swl-dashboard/SKILL.md",
934
+ "hash": "sha256:89783971358bf2b429a4c652467d75315a7f711ec0bc3f957f469700a58aafe1",
935
+ "bytes": 17809,
936
+ "version": "\"1.0.0\""
937
+ },
938
+ {
939
+ "nombre": "swl-markitdown",
940
+ "path": "habilidades/swl-markitdown/SKILL.md",
941
+ "hash": "sha256:026291561d42cc91a746a9e1e0a5eccf8f03bac8bd645c61fe1539144fd592d1",
942
+ "bytes": 13517,
943
+ "version": "\"1.0.0\""
944
+ },
945
+ {
946
+ "nombre": "swl-revisar-impacto",
947
+ "path": "habilidades/swl-revisar-impacto/SKILL.md",
948
+ "hash": "sha256:4c2a0036188a9625a4ee92e4b081c9be8ce3af692731365e40c5c781080966b7",
949
+ "bytes": 9871,
950
+ "version": "\"1.0.0\""
951
+ },
952
+ {
953
+ "nombre": "tailwind-experto",
954
+ "path": "habilidades/tailwind-experto/SKILL.md",
955
+ "hash": "sha256:3cf2876dc9b7aefa3553ae49df416de4c787a93adfebfbdffaed6474a42d6e2e",
956
+ "bytes": 9515,
957
+ "version": "\"1.0.0\""
958
+ },
959
+ {
960
+ "nombre": "tdd-workflow",
961
+ "path": "habilidades/tdd-workflow/SKILL.md",
962
+ "hash": "sha256:426ac240b063abc3ae4606ee7bcd11768122c880875155bfe4328ed26f3a931f",
963
+ "bytes": 13412,
964
+ "version": "\"1.0.0\""
965
+ },
966
+ {
967
+ "nombre": "terraform-experto",
968
+ "path": "habilidades/terraform-experto/SKILL.md",
969
+ "hash": "sha256:bfa531a8d5e01bbb6b50ab7d161a1de516db8bfc9ed069492ee7dac56f61a3b4",
970
+ "bytes": 11900,
971
+ "version": "\"1.0.0\""
972
+ },
973
+ {
974
+ "nombre": "testing-python",
975
+ "path": "habilidades/testing-python/SKILL.md",
976
+ "hash": "sha256:701ec10d954d9e2d08820aa46d8f72ff7eba5a0ff96695d10bdce5c7d15b233d",
977
+ "bytes": 16984,
978
+ "version": "\"1.2.1\""
979
+ },
980
+ {
981
+ "nombre": "threat-model-lite",
982
+ "path": "habilidades/threat-model-lite/SKILL.md",
983
+ "hash": "sha256:03124e80cdfa0f1cd34d12ba179d91bf8993f1a0122cdba2397f88bdff72092c",
984
+ "bytes": 12855,
985
+ "version": "\"1.0.0\""
986
+ },
987
+ {
988
+ "nombre": "tracing-processor",
989
+ "path": "habilidades/tracing-processor/SKILL.md",
990
+ "hash": "sha256:9169324366852e1206a2888dee07c563a76b25617a8bbaeff7b22f7204dce51b",
991
+ "bytes": 11812,
992
+ "version": "\"1.0.0\""
993
+ },
994
+ {
995
+ "nombre": "tracking-measurement",
996
+ "path": "habilidades/tracking-measurement/SKILL.md",
997
+ "hash": "sha256:afd48bce60ffbd73862e14ce83045b45921ebebcc8f4b8dddc8ac12363b8c1f1",
998
+ "bytes": 12898,
999
+ "version": "\"1.0.0\""
1000
+ },
1001
+ {
1002
+ "nombre": "typescript-avanzado",
1003
+ "path": "habilidades/typescript-avanzado/SKILL.md",
1004
+ "hash": "sha256:3bdd1a8533d9fab20ffa0147a115ede5444d7cc0cea7c1296c9cb364ed60ecb1",
1005
+ "bytes": 7854,
1006
+ "version": "\"1.0.0\""
1007
+ },
1008
+ {
1009
+ "nombre": "typescript-diagnosticos",
1010
+ "path": "habilidades/typescript-diagnosticos/SKILL.md",
1011
+ "hash": "sha256:6007915a32b35def9c275320153ef20a971cb0e553f07ab450c5630d37b7ba7e",
1012
+ "bytes": 17302,
1013
+ "version": "1.0.0"
1014
+ },
1015
+ {
1016
+ "nombre": "ux-diseno",
1017
+ "path": "habilidades/ux-diseno/SKILL.md",
1018
+ "hash": "sha256:fa0c035570605eb0dddb688610c9a4dbb90f16b502a01a32ddd1384202e68940",
1019
+ "bytes": 9253,
1020
+ "version": "\"1.0.0\""
1021
+ },
1022
+ {
1023
+ "nombre": "validacion-ci-sistema",
1024
+ "path": "habilidades/validacion-ci-sistema/SKILL.md",
1025
+ "hash": "sha256:fadb62fde9ff5dbdb76de5dae995e124aac08117716da502d6974de05bcaeb54",
1026
+ "bytes": 7677,
1027
+ "version": "\"1.0.0\""
1028
+ },
1029
+ {
1030
+ "nombre": "verificacion-evidencia",
1031
+ "path": "habilidades/verificacion-evidencia/SKILL.md",
1032
+ "hash": "sha256:2a5521a7fe32dd7d2f33cabdb9c12b2dd4e6b7755514d5ab9661152a3327903c",
1033
+ "bytes": 7765,
1034
+ "version": null
1035
+ },
1036
+ {
1037
+ "nombre": "verificar-trabajo",
1038
+ "path": "habilidades/verificar-trabajo/SKILL.md",
1039
+ "hash": "sha256:ac6c6f3b6fccb60cb4c3f63f1988acb245f14caacff0f428914c6ec9c542bff7",
1040
+ "bytes": 13361,
1041
+ "version": "\"1.1.0\""
1042
+ },
1043
+ {
1044
+ "nombre": "wiki-conocimiento",
1045
+ "path": "habilidades/wiki-conocimiento/SKILL.md",
1046
+ "hash": "sha256:0fa677b19ad3a11033880e7a542b8c57059ab56d2cb2a58080d227aac940b537",
1047
+ "bytes": 14267,
1048
+ "version": "\"1.0.0\""
1049
+ },
1050
+ {
1051
+ "nombre": "wireframes-flujos",
1052
+ "path": "habilidades/wireframes-flujos/SKILL.md",
1053
+ "hash": "sha256:c80e26d961b664996182a081967f75486f125846a11f68934b0c72ac9592efb0",
1054
+ "bytes": 12112,
1055
+ "version": "\"1.0.0\""
1056
+ },
1057
+ {
1058
+ "nombre": "workflow-claude-code",
1059
+ "path": "habilidades/workflow-claude-code/SKILL.md",
1060
+ "hash": "sha256:7862ee8969de50693ad68cbf260c69dd85f87bd1b3ee563d36acfa68b75a4a11",
1061
+ "bytes": 11745,
1062
+ "version": "\"1.1.0\""
1063
+ }
1064
+ ]
1065
+ }