@saulwade/swl-ses 1.3.4 → 1.3.5

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