@saulwade/swl-ses 1.4.1 → 1.4.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.
- package/CLAUDE.md +1 -1
- package/README.md +1 -1
- package/agentes/nemesis-auditor-swl.md +161 -161
- package/bin/swl-mcp-server.js +187 -187
- package/comandos/swl/.evolved.json +22 -22
- package/comandos/swl/contribuir.md +233 -233
- package/comandos/swl/nemesis.md +122 -122
- package/gateway/lib/event-channel.js +191 -191
- package/habilidades/backend-production-resilience/SKILL.md +288 -288
- package/habilidades/benchmark-memoria/SKILL.md +186 -186
- package/habilidades/diagrama-arquitectura/assets/template.html +276 -276
- package/habilidades/doubt-driven-review/SKILL.md +171 -171
- package/habilidades/doubt-driven-review/recursos/EXAMPLES.md +130 -130
- package/habilidades/eval-framework/SKILL.md +212 -212
- package/habilidades/feynman-auditor-swl/SKILL.md +123 -123
- package/habilidades/feynman-auditor-swl/recursos/preguntas-language-agnostic.md +108 -108
- package/habilidades/harness-claude-code/SKILL.md +299 -299
- package/habilidades/infra-github-actions/SKILL.md +166 -166
- package/habilidades/legacy-code-rescue/SKILL.md +267 -267
- package/habilidades/manejo-errores/.evolved.json +8 -8
- package/habilidades/meta-skills-estandar/recursos/convencion-examples.md +93 -93
- package/habilidades/meta-skills-estandar/recursos/skills-as-agents.md +163 -163
- package/habilidades/patrones-python/SKILL.md +229 -229
- package/habilidades/patrones-python/recursos/patrones-avanzados.md +469 -469
- package/habilidades/planear-fase/SKILL.md +319 -319
- package/habilidades/release-semver/.evolved.json +8 -8
- package/habilidades/state-inconsistency-auditor-swl/SKILL.md +166 -166
- package/habilidades/state-inconsistency-auditor-swl/recursos/coupled-state-patterns.md +147 -147
- package/habilidades/testing-python/SKILL.md +340 -340
- package/habilidades/web-fetcher-routing/SKILL.md +75 -75
- package/hooks/claudemd-bloat-detector.js +161 -161
- package/hooks/lib/agent-routing.js +107 -107
- package/hooks/lib/auto-consolidator.js +335 -335
- package/hooks/lib/error-classifier.js +308 -308
- package/hooks/lib/merkle-audit.js +96 -96
- package/hooks/lib/provenance-tracker.js +191 -191
- package/hooks/lib/rate-limit-tracker.js +253 -253
- package/hooks/lib/resource-quota.js +122 -122
- package/hooks/lib/retry-jitter.js +165 -165
- package/hooks/lib/security-net.js +201 -201
- package/hooks/lib/skill-auditor.js +588 -588
- package/hooks/lib/sync-status.js +228 -228
- package/hooks/lib/taint-tracker.js +107 -107
- package/hooks/lib/text-similarity.js +241 -241
- package/hooks/lib/toon-compressor.js +245 -245
- package/hooks/registro-turnos.js +209 -209
- package/hooks/sugerir-regenerar-inventario.js +170 -170
- package/hooks/validar-formato-post-subagente.js +140 -140
- package/hooks/validar-memoria-hook.js +218 -218
- package/instintos/prompt-appendices.yaml +57 -57
- package/manifiestos/agent-output-schemas.json +57 -57
- package/manifiestos/modulos.json +11 -6
- package/manifiestos/perfiles.json +2 -1
- package/manifiestos/skills-lock.json +1114 -1114
- package/package.json +1 -1
- package/plantillas/auditor-veto-template.md +105 -105
- package/plantillas/github-workflows/README.md +47 -47
- package/plantillas/github-workflows/release-please.yml +44 -44
- package/plantillas/github-workflows/swl-ci.yml +107 -107
- package/plantillas/github-workflows/swl-security.yml +51 -51
- package/plugin.json +9 -1
- package/reglas/analisis-previo-tareas-grandes.md +172 -172
- package/reglas/arreglar-al-detectar.md +147 -147
- package/reglas/fragmentos-compartidos.md +152 -152
- package/reglas/harness-claude-code.md +213 -213
- package/reglas/usar-context7.md +226 -226
- package/schemas/diary-entry.schema.json +80 -80
- package/scripts/audit-tools/audit-history.js +330 -330
- package/scripts/audit-tools/bundle-tracker.js +290 -290
- package/scripts/audit-tools/canary-monitor.js +352 -352
- package/scripts/audit-tools/code-profiler.js +605 -605
- package/scripts/audit-tools/dep-doctor.js +320 -320
- package/scripts/audit-tools/env-validator.js +206 -206
- package/scripts/audit-tools/lib/fs-walk.js +48 -48
- package/scripts/audit-tools/lib/output.js +23 -23
- package/scripts/audit-tools/migration-checker.js +392 -392
- package/scripts/audit-tools/pentest-scanner.js +1436 -1436
- package/scripts/benchmark-memoria.js +167 -167
- package/scripts/configurar-branch-protection.js +418 -418
- package/scripts/detectar-aprendizajes-duplicados.js +151 -151
- package/scripts/field-report.js +199 -199
- package/scripts/generar-checklists-consolidados.js +273 -273
- package/scripts/generar-inventario.js +420 -420
- package/scripts/generar-matriz-lenguajes.js +271 -271
- package/scripts/lib/artefactos-python.js +43 -43
- package/scripts/lib/benchmark-metrics.js +160 -160
- package/scripts/lib/budget-enforcer.js +252 -252
- package/scripts/lib/configurar-ci.js +380 -380
- package/scripts/lib/contadores-inventario.js +217 -217
- package/scripts/lib/detectar-stack-detallado.js +307 -307
- package/scripts/lib/diary-entry.js +234 -234
- package/scripts/lib/eval-metrics-store.js +218 -218
- package/scripts/lib/eval-quality.js +171 -171
- package/scripts/lib/eval-schemas.js +144 -144
- package/scripts/lib/eval-self-correct.js +106 -106
- package/scripts/lib/eval-validator.js +185 -185
- package/scripts/lib/jaccard-similarity.js +98 -98
- package/scripts/lib/longmemeval-runner.js +125 -125
- package/scripts/lib/manifiestos.js +42 -1
- package/scripts/lib/npm-version.js +261 -261
- package/scripts/lib/paquetes-conocidos.js +50 -50
- package/scripts/lib/prompt-builder.js +264 -264
- package/scripts/lib/rrf-fusion.js +175 -175
- package/scripts/lib/scoring-instintos.js +277 -277
- package/scripts/lib/semantic-search.js +252 -252
- package/scripts/limpiar-artefactos-python.js +131 -131
- package/scripts/mcp-server/README.md +128 -128
- package/scripts/mcp-server/handlers.js +206 -206
- package/scripts/migrar-csv-a-array.js +168 -168
- package/scripts/migrar-fase-dominio.js +201 -201
- package/scripts/publicar.js +511 -511
- package/scripts/run-eval.js +141 -141
- package/scripts/validar-manifest.js +231 -195
- package/scripts/validar-userland-vacio.js +110 -110
|
@@ -1,1114 +1,1114 @@
|
|
|
1
|
-
{
|
|
2
|
-
"lockfileVersion": 1,
|
|
3
|
-
"generatedAt": "2026-05-15T04:05:25.970Z",
|
|
4
|
-
"skillsCount": 158,
|
|
5
|
-
"lockHash": "sha256:e8aa8826b7a7285c7a0f182973b7565db338c7bb6a13707b6c518b2ac980b096",
|
|
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:e7f41d7825608884bc64d993b9b1fd21c509a2478bb3606a4f038929fcb9b2a4",
|
|
165
|
-
"bytes": 14962,
|
|
166
|
-
"version": "\"1.1.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:db8531b14d1153aa97ec8181536e0a1f625c1c45a65298a9aead81a8e2fb1e80",
|
|
445
|
-
"bytes": 22166,
|
|
446
|
-
"version": "\"1.0.5\""
|
|
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": "feynman-auditor-swl",
|
|
457
|
-
"path": "habilidades/feynman-auditor-swl/SKILL.md",
|
|
458
|
-
"hash": "sha256:0bfc54a0e33a7c974ba4d644f46bf3d332eb8966de68a4dcbfa2de733b78ce68",
|
|
459
|
-
"bytes": 5080,
|
|
460
|
-
"version": null
|
|
461
|
-
},
|
|
462
|
-
{
|
|
463
|
-
"nombre": "filament-admin",
|
|
464
|
-
"path": "habilidades/filament-admin/SKILL.md",
|
|
465
|
-
"hash": "sha256:3a1962caf54d2e87d16989df457d994c1fe7d679900c93ce2b3f6b71fa15e101",
|
|
466
|
-
"bytes": 14530,
|
|
467
|
-
"version": "\"1.0.0\""
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
"nombre": "frontend-avanzado",
|
|
471
|
-
"path": "habilidades/frontend-avanzado/SKILL.md",
|
|
472
|
-
"hash": "sha256:6302ef2f6c2aaec6b24f42e107cb5e8259e62db3a62b810b288534c02f22d164",
|
|
473
|
-
"bytes": 12502,
|
|
474
|
-
"version": "\"1.1.0\""
|
|
475
|
-
},
|
|
476
|
-
{
|
|
477
|
-
"nombre": "gcp-cloud",
|
|
478
|
-
"path": "habilidades/gcp-cloud/SKILL.md",
|
|
479
|
-
"hash": "sha256:2cbbc5626b60e5725fa3f98c1d06eb42aa1fe204a5afcb076fd9643ccfd05275",
|
|
480
|
-
"bytes": 13552,
|
|
481
|
-
"version": "\"1.0.0\""
|
|
482
|
-
},
|
|
483
|
-
{
|
|
484
|
-
"nombre": "generacion-mermaid",
|
|
485
|
-
"path": "habilidades/generacion-mermaid/SKILL.md",
|
|
486
|
-
"hash": "sha256:1374e6c0dc193be0fc438678ca31028fd9e85d2e8b0c5583d725ea7dd6676480",
|
|
487
|
-
"bytes": 9771,
|
|
488
|
-
"version": "\"1.0.0\""
|
|
489
|
-
},
|
|
490
|
-
{
|
|
491
|
-
"nombre": "git-worktrees-paralelo",
|
|
492
|
-
"path": "habilidades/git-worktrees-paralelo/SKILL.md",
|
|
493
|
-
"hash": "sha256:5a2a8bf100b01ff98552bfe985173d870577a260bdb4b8a66656a9bc26502868",
|
|
494
|
-
"bytes": 10609,
|
|
495
|
-
"version": "\"1.0.0\""
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
"nombre": "go-experto",
|
|
499
|
-
"path": "habilidades/go-experto/SKILL.md",
|
|
500
|
-
"hash": "sha256:d7e29f28e8e91b1b0db2aaed894fb4231c4f218c3cb1256fc9faaa773996296c",
|
|
501
|
-
"bytes": 10814,
|
|
502
|
-
"version": "\"1.0.0\""
|
|
503
|
-
},
|
|
504
|
-
{
|
|
505
|
-
"nombre": "go-patrones",
|
|
506
|
-
"path": "habilidades/go-patrones/SKILL.md",
|
|
507
|
-
"hash": "sha256:54822d22d0082f8f3972495708275fe6ba859fe3bb2ae5c2196ef9d7a9f68dc0",
|
|
508
|
-
"bytes": 10914,
|
|
509
|
-
"version": "\"1.0.0\""
|
|
510
|
-
},
|
|
511
|
-
{
|
|
512
|
-
"nombre": "go-testing",
|
|
513
|
-
"path": "habilidades/go-testing/SKILL.md",
|
|
514
|
-
"hash": "sha256:15e1edb811847fe3885a573f7e501b3fafe00117216ac2657e706957e6c263dc",
|
|
515
|
-
"bytes": 10572,
|
|
516
|
-
"version": "\"1.0.0\""
|
|
517
|
-
},
|
|
518
|
-
{
|
|
519
|
-
"nombre": "graphql-experto",
|
|
520
|
-
"path": "habilidades/graphql-experto/SKILL.md",
|
|
521
|
-
"hash": "sha256:f023d2123345da390149feb38f4c7a0478c4cc68ef45bddf75ce738956b1f340",
|
|
522
|
-
"bytes": 13034,
|
|
523
|
-
"version": "\"1.0.0\""
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
"nombre": "guardrail-semantico",
|
|
527
|
-
"path": "habilidades/guardrail-semantico/SKILL.md",
|
|
528
|
-
"hash": "sha256:e17ce90aa87a7d523e70451473a2ebb9981bd88e1fd3dbc9e9e00de42455b85f",
|
|
529
|
-
"bytes": 14270,
|
|
530
|
-
"version": "\"1.0.0\""
|
|
531
|
-
},
|
|
532
|
-
{
|
|
533
|
-
"nombre": "harness-claude-code",
|
|
534
|
-
"path": "habilidades/harness-claude-code/SKILL.md",
|
|
535
|
-
"hash": "sha256:cc548661287c0b321994428e59ae685c9e0c53e197d1b4ffae7183f158878db3",
|
|
536
|
-
"bytes": 12687,
|
|
537
|
-
"version": "\"1.0.0\""
|
|
538
|
-
},
|
|
539
|
-
{
|
|
540
|
-
"nombre": "iam-secretos",
|
|
541
|
-
"path": "habilidades/iam-secretos/SKILL.md",
|
|
542
|
-
"hash": "sha256:dbaeac2d8b23e33a0255d79c849bbe7baa521d6d73dbb8050731878aef1ed908",
|
|
543
|
-
"bytes": 14568,
|
|
544
|
-
"version": "\"1.1.0\""
|
|
545
|
-
},
|
|
546
|
-
{
|
|
547
|
-
"nombre": "infra-github-actions",
|
|
548
|
-
"path": "habilidades/infra-github-actions/SKILL.md",
|
|
549
|
-
"hash": "sha256:50b85b21dd0e5f5fa8f211f6d0f31f4649bbe20c9480e0017184f1dd0b7fc8dc",
|
|
550
|
-
"bytes": 7189,
|
|
551
|
-
"version": null
|
|
552
|
-
},
|
|
553
|
-
{
|
|
554
|
-
"nombre": "instalar-sistema",
|
|
555
|
-
"path": "habilidades/instalar-sistema/SKILL.md",
|
|
556
|
-
"hash": "sha256:8893d77716074e43473b762eb90b8602e1a9cff4e3f19654ed654f03ed34f684",
|
|
557
|
-
"bytes": 12315,
|
|
558
|
-
"version": "\"1.0.1\""
|
|
559
|
-
},
|
|
560
|
-
{
|
|
561
|
-
"nombre": "java-experto",
|
|
562
|
-
"path": "habilidades/java-experto/SKILL.md",
|
|
563
|
-
"hash": "sha256:9c5f6d9b56f1e0eed634dbd6caba2f7b86801a9ca45fab5f9429f320c61c8ba3",
|
|
564
|
-
"bytes": 11534,
|
|
565
|
-
"version": "\"1.0.0\""
|
|
566
|
-
},
|
|
567
|
-
{
|
|
568
|
-
"nombre": "java-patrones",
|
|
569
|
-
"path": "habilidades/java-patrones/SKILL.md",
|
|
570
|
-
"hash": "sha256:f49b09aa15a9703ff8058a63dac3f91f4e3214ab4f381e0218f3ccb6f6c8b0c4",
|
|
571
|
-
"bytes": 11087,
|
|
572
|
-
"version": "\"1.0.0\""
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
"nombre": "java-testing",
|
|
576
|
-
"path": "habilidades/java-testing/SKILL.md",
|
|
577
|
-
"hash": "sha256:7e5f97a4ed3689c6fca4132e8a2f40223ba76e047442a045e866d4a8e7e751ad",
|
|
578
|
-
"bytes": 11115,
|
|
579
|
-
"version": "\"1.0.0\""
|
|
580
|
-
},
|
|
581
|
-
{
|
|
582
|
-
"nombre": "kotlin-compose",
|
|
583
|
-
"path": "habilidades/kotlin-compose/SKILL.md",
|
|
584
|
-
"hash": "sha256:179f42058f1c159e7fa9bfb32c426ff8052b3c57359d1cc8ee6afeee0a89c56e",
|
|
585
|
-
"bytes": 10713,
|
|
586
|
-
"version": "\"1.0.0\""
|
|
587
|
-
},
|
|
588
|
-
{
|
|
589
|
-
"nombre": "kotlin-experto",
|
|
590
|
-
"path": "habilidades/kotlin-experto/SKILL.md",
|
|
591
|
-
"hash": "sha256:d3bcf26d59acdff6ac243055bb5a3ec76ba666e696f4e298ef7359a141cea51d",
|
|
592
|
-
"bytes": 11741,
|
|
593
|
-
"version": "\"1.0.0\""
|
|
594
|
-
},
|
|
595
|
-
{
|
|
596
|
-
"nombre": "kotlin-testing",
|
|
597
|
-
"path": "habilidades/kotlin-testing/SKILL.md",
|
|
598
|
-
"hash": "sha256:ef4ad53703138f4167e813bdf6787b50ce46d5e10d0384d34e0f0004d1f85a09",
|
|
599
|
-
"bytes": 9495,
|
|
600
|
-
"version": "\"1.0.0\""
|
|
601
|
-
},
|
|
602
|
-
{
|
|
603
|
-
"nombre": "kubernetes-orquestacion",
|
|
604
|
-
"path": "habilidades/kubernetes-orquestacion/SKILL.md",
|
|
605
|
-
"hash": "sha256:42c9a3e294892159701459cf28ca40c18ebf3cb4723a5997bedb3e85c735732b",
|
|
606
|
-
"bytes": 7909,
|
|
607
|
-
"version": "\"1.0.0\""
|
|
608
|
-
},
|
|
609
|
-
{
|
|
610
|
-
"nombre": "langchain-langraph",
|
|
611
|
-
"path": "habilidades/langchain-langraph/SKILL.md",
|
|
612
|
-
"hash": "sha256:96bf31b955b0425fd2ba819b81432a858190c6ac0d064ae394e84f5e47f1b34f",
|
|
613
|
-
"bytes": 16338,
|
|
614
|
-
"version": "\"1.0.0\""
|
|
615
|
-
},
|
|
616
|
-
{
|
|
617
|
-
"nombre": "legacy-code-rescue",
|
|
618
|
-
"path": "habilidades/legacy-code-rescue/SKILL.md",
|
|
619
|
-
"hash": "sha256:8c3834a022c7ef47f1da1aee5dabb935285c05f400196eaa375e6d824e222378",
|
|
620
|
-
"bytes": 12918,
|
|
621
|
-
"version": "\"1.0.0\""
|
|
622
|
-
},
|
|
623
|
-
{
|
|
624
|
-
"nombre": "likec4-experto",
|
|
625
|
-
"path": "habilidades/likec4-experto/SKILL.md",
|
|
626
|
-
"hash": "sha256:04b92dfff87915004a7b655d02114032863a1b64e5f3063017194d950618497a",
|
|
627
|
-
"bytes": 15432,
|
|
628
|
-
"version": "\"1.0.0\""
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
"nombre": "manejo-errores",
|
|
632
|
-
"path": "habilidades/manejo-errores/SKILL.md",
|
|
633
|
-
"hash": "sha256:5559b25b817307e6d27e8524c91bf5a4b5b09f5b593771e1dfc908d96255d7cd",
|
|
634
|
-
"bytes": 23513,
|
|
635
|
-
"version": "\"1.2.0\""
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"nombre": "mapear-codebase",
|
|
639
|
-
"path": "habilidades/mapear-codebase/SKILL.md",
|
|
640
|
-
"hash": "sha256:2796130ccdacaff43e8920eaca9739edc3ad2a4bbae736edf6181e997ea4ab80",
|
|
641
|
-
"bytes": 13484,
|
|
642
|
-
"version": "\"1.1.0\""
|
|
643
|
-
},
|
|
644
|
-
{
|
|
645
|
-
"nombre": "memoria-busqueda",
|
|
646
|
-
"path": "habilidades/memoria-busqueda/SKILL.md",
|
|
647
|
-
"hash": "sha256:3a23c11eff134da8f2317fdb87aa4f5fd9e37bcaa7ea4591058beacc36874a9e",
|
|
648
|
-
"bytes": 10423,
|
|
649
|
-
"version": "\"1.1.0\""
|
|
650
|
-
},
|
|
651
|
-
{
|
|
652
|
-
"nombre": "meta-skills-estandar",
|
|
653
|
-
"path": "habilidades/meta-skills-estandar/SKILL.md",
|
|
654
|
-
"hash": "sha256:6c2861defb5f5c46c1ac851ecf2ec06958be714fd14d3f7f512ba916b43e3b7b",
|
|
655
|
-
"bytes": 13101,
|
|
656
|
-
"version": "\"1.0.0\""
|
|
657
|
-
},
|
|
658
|
-
{
|
|
659
|
-
"nombre": "microservicios",
|
|
660
|
-
"path": "habilidades/microservicios/SKILL.md",
|
|
661
|
-
"hash": "sha256:35a2f9eb87728f80384da722fec19d451ec08c08c72943204b0e0a4f155989e1",
|
|
662
|
-
"bytes": 8987,
|
|
663
|
-
"version": "\"1.0.0\""
|
|
664
|
-
},
|
|
665
|
-
{
|
|
666
|
-
"nombre": "mobile-flutter",
|
|
667
|
-
"path": "habilidades/mobile-flutter/SKILL.md",
|
|
668
|
-
"hash": "sha256:51c983f73bb7800c9fe1214b70324e6e292ac952f5046f2dd8376e7f550658e0",
|
|
669
|
-
"bytes": 8419,
|
|
670
|
-
"version": "\"1.0.0\""
|
|
671
|
-
},
|
|
672
|
-
{
|
|
673
|
-
"nombre": "mobile-react-native",
|
|
674
|
-
"path": "habilidades/mobile-react-native/SKILL.md",
|
|
675
|
-
"hash": "sha256:4ebd561ab08d70c7169d894251ade41c45d783f46992ad03022c14061c517099",
|
|
676
|
-
"bytes": 8572,
|
|
677
|
-
"version": "\"1.0.0\""
|
|
678
|
-
},
|
|
679
|
-
{
|
|
680
|
-
"nombre": "mongodb-experto",
|
|
681
|
-
"path": "habilidades/mongodb-experto/SKILL.md",
|
|
682
|
-
"hash": "sha256:24404721552f5a5002213dae1500ec1011fd68ae64cdb8f834dccf2891e32867",
|
|
683
|
-
"bytes": 13096,
|
|
684
|
-
"version": "\"1.0.0\""
|
|
685
|
-
},
|
|
686
|
-
{
|
|
687
|
-
"nombre": "monitoring-alertas",
|
|
688
|
-
"path": "habilidades/monitoring-alertas/SKILL.md",
|
|
689
|
-
"hash": "sha256:8099a46491598e28abc47f8b8d0cc814998b8b80f05aed71f2d9f49767a21324",
|
|
690
|
-
"bytes": 11807,
|
|
691
|
-
"version": "\"1.0.1\""
|
|
692
|
-
},
|
|
693
|
-
{
|
|
694
|
-
"nombre": "nestjs-experto",
|
|
695
|
-
"path": "habilidades/nestjs-experto/SKILL.md",
|
|
696
|
-
"hash": "sha256:3cf0863b4e5c5da95fc7e12b4458f39562ba9775a50343fd2b4e5c826ef8f424",
|
|
697
|
-
"bytes": 11870,
|
|
698
|
-
"version": "\"1.0.0\""
|
|
699
|
-
},
|
|
700
|
-
{
|
|
701
|
-
"nombre": "nextjs-experto",
|
|
702
|
-
"path": "habilidades/nextjs-experto/SKILL.md",
|
|
703
|
-
"hash": "sha256:689e4ce7f045a233efbb8fb9126e3345d9f9be9f2a7a56786b8149260455399a",
|
|
704
|
-
"bytes": 16165,
|
|
705
|
-
"version": "\"1.1.1\""
|
|
706
|
-
},
|
|
707
|
-
{
|
|
708
|
-
"nombre": "nextjs-patrones",
|
|
709
|
-
"path": "habilidades/nextjs-patrones/SKILL.md",
|
|
710
|
-
"hash": "sha256:bfe3dbf295d617621806bac96ae00c6071f395c804e253d0d3c4375acea3e351",
|
|
711
|
-
"bytes": 12951,
|
|
712
|
-
"version": "\"1.0.0\""
|
|
713
|
-
},
|
|
714
|
-
{
|
|
715
|
-
"nombre": "nextjs-testing",
|
|
716
|
-
"path": "habilidades/nextjs-testing/SKILL.md",
|
|
717
|
-
"hash": "sha256:8df768e4971018902c8ed088901e8ffc860d45f1b28c8e78edaed5f93d9fffcd",
|
|
718
|
-
"bytes": 19451,
|
|
719
|
-
"version": "\"1.1.0\""
|
|
720
|
-
},
|
|
721
|
-
{
|
|
722
|
-
"nombre": "node-experto",
|
|
723
|
-
"path": "habilidades/node-experto/SKILL.md",
|
|
724
|
-
"hash": "sha256:8002768234ffb90d057d2d626488015c68bc969556e026b8c66542c681f3b8e6",
|
|
725
|
-
"bytes": 13538,
|
|
726
|
-
"version": "\"1.0.1\""
|
|
727
|
-
},
|
|
728
|
-
{
|
|
729
|
-
"nombre": "notificaciones-multicanal",
|
|
730
|
-
"path": "habilidades/notificaciones-multicanal/SKILL.md",
|
|
731
|
-
"hash": "sha256:6ae7aeb00f4c48c86e7eaaa53e5dea6e87a9b0ed372818fce694a07fbecde171",
|
|
732
|
-
"bytes": 9021,
|
|
733
|
-
"version": "\"1.0.0\""
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
"nombre": "nuevo-proyecto",
|
|
737
|
-
"path": "habilidades/nuevo-proyecto/SKILL.md",
|
|
738
|
-
"hash": "sha256:8244596084fce93e17b194a43e10ec00da75cd12f97891b51b641e55ce1303c8",
|
|
739
|
-
"bytes": 11956,
|
|
740
|
-
"version": "\"1.0.0\""
|
|
741
|
-
},
|
|
742
|
-
{
|
|
743
|
-
"nombre": "orquestacion-async",
|
|
744
|
-
"path": "habilidades/orquestacion-async/SKILL.md",
|
|
745
|
-
"hash": "sha256:df26a7b1759bf2b4f65c77c627ea39f617d091a4b5e7536e42b148828841f715",
|
|
746
|
-
"bytes": 14850,
|
|
747
|
-
"version": "\"1.1.0\""
|
|
748
|
-
},
|
|
749
|
-
{
|
|
750
|
-
"nombre": "paid-media-tracking",
|
|
751
|
-
"path": "habilidades/paid-media-tracking/SKILL.md",
|
|
752
|
-
"hash": "sha256:2eec3934d77bfb9e2fb6ddb351a870f4a7f82bdc99e62f934ab57831c5c51895",
|
|
753
|
-
"bytes": 14155,
|
|
754
|
-
"version": "\"1.0.0\""
|
|
755
|
-
},
|
|
756
|
-
{
|
|
757
|
-
"nombre": "patrones-python",
|
|
758
|
-
"path": "habilidades/patrones-python/SKILL.md",
|
|
759
|
-
"hash": "sha256:cd6dc3154b9392f1be705cfe93b9b66366484f36647770cd3dc09abbd7285fa2",
|
|
760
|
-
"bytes": 10425,
|
|
761
|
-
"version": "\"1.3.1\""
|
|
762
|
-
},
|
|
763
|
-
{
|
|
764
|
-
"nombre": "perfil-usuario",
|
|
765
|
-
"path": "habilidades/perfil-usuario/SKILL.md",
|
|
766
|
-
"hash": "sha256:0828eab1eba12af3e6299a38faac7b3c74b372e4d7ffcf8533d06f60cd756b56",
|
|
767
|
-
"bytes": 9235,
|
|
768
|
-
"version": "\"1.0.0\""
|
|
769
|
-
},
|
|
770
|
-
{
|
|
771
|
-
"nombre": "performance-baseline",
|
|
772
|
-
"path": "habilidades/performance-baseline/SKILL.md",
|
|
773
|
-
"hash": "sha256:bb815b959b7e14b0294e56f2b8a03e2e907bcd56c07cf118a475edfafb159804",
|
|
774
|
-
"bytes": 14123,
|
|
775
|
-
"version": "\"1.0.0\""
|
|
776
|
-
},
|
|
777
|
-
{
|
|
778
|
-
"nombre": "php-experto",
|
|
779
|
-
"path": "habilidades/php-experto/SKILL.md",
|
|
780
|
-
"hash": "sha256:f032fd478f8ffe37570b537c146f8cfe0ca9ae88a03f879440e4faaf0fc53b7d",
|
|
781
|
-
"bytes": 11094,
|
|
782
|
-
"version": "\"1.0.0\""
|
|
783
|
-
},
|
|
784
|
-
{
|
|
785
|
-
"nombre": "php-patrones",
|
|
786
|
-
"path": "habilidades/php-patrones/SKILL.md",
|
|
787
|
-
"hash": "sha256:ed989b3258e7eeb99b8a6ded66389753173141c967a67b79332f43099a872ba4",
|
|
788
|
-
"bytes": 11226,
|
|
789
|
-
"version": "\"1.0.0\""
|
|
790
|
-
},
|
|
791
|
-
{
|
|
792
|
-
"nombre": "php-testing",
|
|
793
|
-
"path": "habilidades/php-testing/SKILL.md",
|
|
794
|
-
"hash": "sha256:f82cb68406a7d1918b9d96a2e7b7289614aa6eb1e4b5fb06f47fc8933b29a21f",
|
|
795
|
-
"bytes": 10603,
|
|
796
|
-
"version": "\"1.0.0\""
|
|
797
|
-
},
|
|
798
|
-
{
|
|
799
|
-
"nombre": "planear-fase",
|
|
800
|
-
"path": "habilidades/planear-fase/SKILL.md",
|
|
801
|
-
"hash": "sha256:199b9abb865739d17b0654a3a67d116d95a2133140ffde92bda89d3ed9f41b98",
|
|
802
|
-
"bytes": 14372,
|
|
803
|
-
"version": "\"1.2.0\""
|
|
804
|
-
},
|
|
805
|
-
{
|
|
806
|
-
"nombre": "postgresql-experto",
|
|
807
|
-
"path": "habilidades/postgresql-experto/SKILL.md",
|
|
808
|
-
"hash": "sha256:7beba10b4479f705a250067103064944fe45c3ef666fd5513bfc9441d9009498",
|
|
809
|
-
"bytes": 9711,
|
|
810
|
-
"version": "\"1.1.0\""
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"nombre": "prevencion-racionalizacion",
|
|
814
|
-
"path": "habilidades/prevencion-racionalizacion/SKILL.md",
|
|
815
|
-
"hash": "sha256:1f9606074be0f376ad40f51a804c3ed5620a599c613ca10c4c94df2b347ee11e",
|
|
816
|
-
"bytes": 12297,
|
|
817
|
-
"version": null
|
|
818
|
-
},
|
|
819
|
-
{
|
|
820
|
-
"nombre": "prevencion-sobreingenieria",
|
|
821
|
-
"path": "habilidades/prevencion-sobreingenieria/SKILL.md",
|
|
822
|
-
"hash": "sha256:7396e1d8e7c87dd0154e9b34d1eff4124997566ca9a9da63b8a0514680af131e",
|
|
823
|
-
"bytes": 16468,
|
|
824
|
-
"version": "\"1.1.0\""
|
|
825
|
-
},
|
|
826
|
-
{
|
|
827
|
-
"nombre": "privacy-memoria",
|
|
828
|
-
"path": "habilidades/privacy-memoria/SKILL.md",
|
|
829
|
-
"hash": "sha256:a0bd74e547064f9d4af60844fb1d3a0b93ded2a94e6875ba89a0a3fa1c54cd64",
|
|
830
|
-
"bytes": 9111,
|
|
831
|
-
"version": null
|
|
832
|
-
},
|
|
833
|
-
{
|
|
834
|
-
"nombre": "prompt-engineering",
|
|
835
|
-
"path": "habilidades/prompt-engineering/SKILL.md",
|
|
836
|
-
"hash": "sha256:00c8c8f6951ca6285440a576b62c42f4e49f96c6f05d7b94e7aae46f9c335c37",
|
|
837
|
-
"bytes": 21302,
|
|
838
|
-
"version": "\"1.1.0\""
|
|
839
|
-
},
|
|
840
|
-
{
|
|
841
|
-
"nombre": "rag-arquitectura",
|
|
842
|
-
"path": "habilidades/rag-arquitectura/SKILL.md",
|
|
843
|
-
"hash": "sha256:b955eee6841e8a8c1cca280c49a49ed2b98d5e892b3720f8dd30f4a61eced7c7",
|
|
844
|
-
"bytes": 17456,
|
|
845
|
-
"version": "\"1.0.0\""
|
|
846
|
-
},
|
|
847
|
-
{
|
|
848
|
-
"nombre": "rails-experto",
|
|
849
|
-
"path": "habilidades/rails-experto/SKILL.md",
|
|
850
|
-
"hash": "sha256:e34ca14e3985aa63263fa58bd92b7b3204305021b4390d264a05167796903f26",
|
|
851
|
-
"bytes": 10716,
|
|
852
|
-
"version": "\"1.0.0\""
|
|
853
|
-
},
|
|
854
|
-
{
|
|
855
|
-
"nombre": "react-experto",
|
|
856
|
-
"path": "habilidades/react-experto/SKILL.md",
|
|
857
|
-
"hash": "sha256:cce96f67db8370d78d92d94ce252a48182f664438c9c2f694473f74c2d590695",
|
|
858
|
-
"bytes": 13672,
|
|
859
|
-
"version": "\"1.2.0\""
|
|
860
|
-
},
|
|
861
|
-
{
|
|
862
|
-
"nombre": "react-optimizacion",
|
|
863
|
-
"path": "habilidades/react-optimizacion/SKILL.md",
|
|
864
|
-
"hash": "sha256:69a55a0c9dd2e6208ce78a7124a164cb8a24cc42b2c2f881a7836881002243d2",
|
|
865
|
-
"bytes": 8137,
|
|
866
|
-
"version": "\"1.0.0\""
|
|
867
|
-
},
|
|
868
|
-
{
|
|
869
|
-
"nombre": "redis-experto",
|
|
870
|
-
"path": "habilidades/redis-experto/SKILL.md",
|
|
871
|
-
"hash": "sha256:e049f8f1ba675324c079537c47d3fcd2e9518288d882fd4e80f595d3e3f7b24c",
|
|
872
|
-
"bytes": 13493,
|
|
873
|
-
"version": "\"1.0.0\""
|
|
874
|
-
},
|
|
875
|
-
{
|
|
876
|
-
"nombre": "release-semver",
|
|
877
|
-
"path": "habilidades/release-semver/SKILL.md",
|
|
878
|
-
"hash": "sha256:2dfe5369f9fd29adb216be017fd7fbb396b874f6107ca9609fd52046a93b9b67",
|
|
879
|
-
"bytes": 15958,
|
|
880
|
-
"version": "\"1.0.2\""
|
|
881
|
-
},
|
|
882
|
-
{
|
|
883
|
-
"nombre": "rust-experto",
|
|
884
|
-
"path": "habilidades/rust-experto/SKILL.md",
|
|
885
|
-
"hash": "sha256:6faa76c49083a9ffb5ffce022d0780a4e1af58d1f9464043ea3bfc0f728b4c02",
|
|
886
|
-
"bytes": 17484,
|
|
887
|
-
"version": "\"1.0.0\""
|
|
888
|
-
},
|
|
889
|
-
{
|
|
890
|
-
"nombre": "rust-patrones",
|
|
891
|
-
"path": "habilidades/rust-patrones/SKILL.md",
|
|
892
|
-
"hash": "sha256:b53a9d3320378ab82ef0c94f852d710cf4a11c3a717b5ec0da8f84f213203c25",
|
|
893
|
-
"bytes": 11498,
|
|
894
|
-
"version": "\"1.0.0\""
|
|
895
|
-
},
|
|
896
|
-
{
|
|
897
|
-
"nombre": "rust-testing",
|
|
898
|
-
"path": "habilidades/rust-testing/SKILL.md",
|
|
899
|
-
"hash": "sha256:1e2cf679c2525c8b828052b23549e487fa1db5c359d0f48f72b6ae7396d15d76",
|
|
900
|
-
"bytes": 10833,
|
|
901
|
-
"version": "\"1.0.0\""
|
|
902
|
-
},
|
|
903
|
-
{
|
|
904
|
-
"nombre": "seguridad-skills-ia",
|
|
905
|
-
"path": "habilidades/seguridad-skills-ia/SKILL.md",
|
|
906
|
-
"hash": "sha256:f5fd8d8b7ca231d71e12304dc2173106a9d31bdbe041384b42a4678aa6ff0ea0",
|
|
907
|
-
"bytes": 13371,
|
|
908
|
-
"version": "\"1.0.1\""
|
|
909
|
-
},
|
|
910
|
-
{
|
|
911
|
-
"nombre": "sql-optimizacion",
|
|
912
|
-
"path": "habilidades/sql-optimizacion/SKILL.md",
|
|
913
|
-
"hash": "sha256:d7b5dd5256970aec29dea4dc19589e4a4f0b4b80a37aedd333c04d6ff46a4910",
|
|
914
|
-
"bytes": 10407,
|
|
915
|
-
"version": "\"1.0.0\""
|
|
916
|
-
},
|
|
917
|
-
{
|
|
918
|
-
"nombre": "sre-patrones",
|
|
919
|
-
"path": "habilidades/sre-patrones/SKILL.md",
|
|
920
|
-
"hash": "sha256:45a7f7c2329fdfacf19da0767f44cff0a4aab3fe21287aaf80a48b515cb43a24",
|
|
921
|
-
"bytes": 15651,
|
|
922
|
-
"version": "\"1.0.0\""
|
|
923
|
-
},
|
|
924
|
-
{
|
|
925
|
-
"nombre": "state-inconsistency-auditor-swl",
|
|
926
|
-
"path": "habilidades/state-inconsistency-auditor-swl/SKILL.md",
|
|
927
|
-
"hash": "sha256:fa1f2cbeba793f1d38c778b7ddca49f4c556dbf522de8edb10838dd54bd91c5f",
|
|
928
|
-
"bytes": 8013,
|
|
929
|
-
"version": null
|
|
930
|
-
},
|
|
931
|
-
{
|
|
932
|
-
"nombre": "stripe-pagos",
|
|
933
|
-
"path": "habilidades/stripe-pagos/SKILL.md",
|
|
934
|
-
"hash": "sha256:f094a3fd0b6b740009481d09d22f22313f332c853529087e2669babea852a2a3",
|
|
935
|
-
"bytes": 23784,
|
|
936
|
-
"version": "\"1.0.0\""
|
|
937
|
-
},
|
|
938
|
-
{
|
|
939
|
-
"nombre": "structured-outputs",
|
|
940
|
-
"path": "habilidades/structured-outputs/SKILL.md",
|
|
941
|
-
"hash": "sha256:ff260b582a1d8b7ebfe7cd1a50a3e5f851fe9e3ec006359a4ba5169c32b4a815",
|
|
942
|
-
"bytes": 16038,
|
|
943
|
-
"version": "\"1.0.0\""
|
|
944
|
-
},
|
|
945
|
-
{
|
|
946
|
-
"nombre": "swift-experto",
|
|
947
|
-
"path": "habilidades/swift-experto/SKILL.md",
|
|
948
|
-
"hash": "sha256:393f94eef723b6125b0c3bf0f215155d4eedc62d3218995343fce79f62d93a12",
|
|
949
|
-
"bytes": 11299,
|
|
950
|
-
"version": "\"1.0.0\""
|
|
951
|
-
},
|
|
952
|
-
{
|
|
953
|
-
"nombre": "swift-patrones",
|
|
954
|
-
"path": "habilidades/swift-patrones/SKILL.md",
|
|
955
|
-
"hash": "sha256:936911ee3fcb50736d70d0b792b66b1e22b4cce3b5c2709a1c788b81ace8cb44",
|
|
956
|
-
"bytes": 11809,
|
|
957
|
-
"version": "\"1.0.0\""
|
|
958
|
-
},
|
|
959
|
-
{
|
|
960
|
-
"nombre": "swift-testing",
|
|
961
|
-
"path": "habilidades/swift-testing/SKILL.md",
|
|
962
|
-
"hash": "sha256:facaf2e158e7df0eaf76139e237223ff1d5d702e07e9dfd17d6a9dcbd5300178",
|
|
963
|
-
"bytes": 10257,
|
|
964
|
-
"version": "\"1.0.0\""
|
|
965
|
-
},
|
|
966
|
-
{
|
|
967
|
-
"nombre": "swl-claudemd",
|
|
968
|
-
"path": "habilidades/swl-claudemd/SKILL.md",
|
|
969
|
-
"hash": "sha256:18cef250bd32a7841db3b6362b9303679bf2851e5e1efe7f3d81f0dd514ec5eb",
|
|
970
|
-
"bytes": 11585,
|
|
971
|
-
"version": "\"1.0.2\""
|
|
972
|
-
},
|
|
973
|
-
{
|
|
974
|
-
"nombre": "swl-dashboard",
|
|
975
|
-
"path": "habilidades/swl-dashboard/SKILL.md",
|
|
976
|
-
"hash": "sha256:89783971358bf2b429a4c652467d75315a7f711ec0bc3f957f469700a58aafe1",
|
|
977
|
-
"bytes": 17809,
|
|
978
|
-
"version": "\"1.0.0\""
|
|
979
|
-
},
|
|
980
|
-
{
|
|
981
|
-
"nombre": "swl-markitdown",
|
|
982
|
-
"path": "habilidades/swl-markitdown/SKILL.md",
|
|
983
|
-
"hash": "sha256:026291561d42cc91a746a9e1e0a5eccf8f03bac8bd645c61fe1539144fd592d1",
|
|
984
|
-
"bytes": 13517,
|
|
985
|
-
"version": "\"1.0.0\""
|
|
986
|
-
},
|
|
987
|
-
{
|
|
988
|
-
"nombre": "swl-revisar-impacto",
|
|
989
|
-
"path": "habilidades/swl-revisar-impacto/SKILL.md",
|
|
990
|
-
"hash": "sha256:4c2a0036188a9625a4ee92e4b081c9be8ce3af692731365e40c5c781080966b7",
|
|
991
|
-
"bytes": 9871,
|
|
992
|
-
"version": "\"1.0.0\""
|
|
993
|
-
},
|
|
994
|
-
{
|
|
995
|
-
"nombre": "tailwind-experto",
|
|
996
|
-
"path": "habilidades/tailwind-experto/SKILL.md",
|
|
997
|
-
"hash": "sha256:3cf2876dc9b7aefa3553ae49df416de4c787a93adfebfbdffaed6474a42d6e2e",
|
|
998
|
-
"bytes": 9515,
|
|
999
|
-
"version": "\"1.0.0\""
|
|
1000
|
-
},
|
|
1001
|
-
{
|
|
1002
|
-
"nombre": "tdd-workflow",
|
|
1003
|
-
"path": "habilidades/tdd-workflow/SKILL.md",
|
|
1004
|
-
"hash": "sha256:5f63f554a6a54e1a3b9d47f2497ae12176eb955418d2b0b138a168475dc1d820",
|
|
1005
|
-
"bytes": 17424,
|
|
1006
|
-
"version": "\"1.0.2\""
|
|
1007
|
-
},
|
|
1008
|
-
{
|
|
1009
|
-
"nombre": "terraform-experto",
|
|
1010
|
-
"path": "habilidades/terraform-experto/SKILL.md",
|
|
1011
|
-
"hash": "sha256:bfa531a8d5e01bbb6b50ab7d161a1de516db8bfc9ed069492ee7dac56f61a3b4",
|
|
1012
|
-
"bytes": 11900,
|
|
1013
|
-
"version": "\"1.0.0\""
|
|
1014
|
-
},
|
|
1015
|
-
{
|
|
1016
|
-
"nombre": "testing-python",
|
|
1017
|
-
"path": "habilidades/testing-python/SKILL.md",
|
|
1018
|
-
"hash": "sha256:701ec10d954d9e2d08820aa46d8f72ff7eba5a0ff96695d10bdce5c7d15b233d",
|
|
1019
|
-
"bytes": 16984,
|
|
1020
|
-
"version": "\"1.2.1\""
|
|
1021
|
-
},
|
|
1022
|
-
{
|
|
1023
|
-
"nombre": "threat-model-lite",
|
|
1024
|
-
"path": "habilidades/threat-model-lite/SKILL.md",
|
|
1025
|
-
"hash": "sha256:03124e80cdfa0f1cd34d12ba179d91bf8993f1a0122cdba2397f88bdff72092c",
|
|
1026
|
-
"bytes": 12855,
|
|
1027
|
-
"version": "\"1.0.0\""
|
|
1028
|
-
},
|
|
1029
|
-
{
|
|
1030
|
-
"nombre": "tracing-processor",
|
|
1031
|
-
"path": "habilidades/tracing-processor/SKILL.md",
|
|
1032
|
-
"hash": "sha256:9169324366852e1206a2888dee07c563a76b25617a8bbaeff7b22f7204dce51b",
|
|
1033
|
-
"bytes": 11812,
|
|
1034
|
-
"version": "\"1.0.0\""
|
|
1035
|
-
},
|
|
1036
|
-
{
|
|
1037
|
-
"nombre": "tracking-measurement",
|
|
1038
|
-
"path": "habilidades/tracking-measurement/SKILL.md",
|
|
1039
|
-
"hash": "sha256:afd48bce60ffbd73862e14ce83045b45921ebebcc8f4b8dddc8ac12363b8c1f1",
|
|
1040
|
-
"bytes": 12898,
|
|
1041
|
-
"version": "\"1.0.0\""
|
|
1042
|
-
},
|
|
1043
|
-
{
|
|
1044
|
-
"nombre": "typescript-avanzado",
|
|
1045
|
-
"path": "habilidades/typescript-avanzado/SKILL.md",
|
|
1046
|
-
"hash": "sha256:3bdd1a8533d9fab20ffa0147a115ede5444d7cc0cea7c1296c9cb364ed60ecb1",
|
|
1047
|
-
"bytes": 7854,
|
|
1048
|
-
"version": "\"1.0.0\""
|
|
1049
|
-
},
|
|
1050
|
-
{
|
|
1051
|
-
"nombre": "typescript-diagnosticos",
|
|
1052
|
-
"path": "habilidades/typescript-diagnosticos/SKILL.md",
|
|
1053
|
-
"hash": "sha256:6007915a32b35def9c275320153ef20a971cb0e553f07ab450c5630d37b7ba7e",
|
|
1054
|
-
"bytes": 17302,
|
|
1055
|
-
"version": "1.0.0"
|
|
1056
|
-
},
|
|
1057
|
-
{
|
|
1058
|
-
"nombre": "ux-diseno",
|
|
1059
|
-
"path": "habilidades/ux-diseno/SKILL.md",
|
|
1060
|
-
"hash": "sha256:fa0c035570605eb0dddb688610c9a4dbb90f16b502a01a32ddd1384202e68940",
|
|
1061
|
-
"bytes": 9253,
|
|
1062
|
-
"version": "\"1.0.0\""
|
|
1063
|
-
},
|
|
1064
|
-
{
|
|
1065
|
-
"nombre": "validacion-ci-sistema",
|
|
1066
|
-
"path": "habilidades/validacion-ci-sistema/SKILL.md",
|
|
1067
|
-
"hash": "sha256:fadb62fde9ff5dbdb76de5dae995e124aac08117716da502d6974de05bcaeb54",
|
|
1068
|
-
"bytes": 7677,
|
|
1069
|
-
"version": "\"1.0.0\""
|
|
1070
|
-
},
|
|
1071
|
-
{
|
|
1072
|
-
"nombre": "verificacion-evidencia",
|
|
1073
|
-
"path": "habilidades/verificacion-evidencia/SKILL.md",
|
|
1074
|
-
"hash": "sha256:2a5521a7fe32dd7d2f33cabdb9c12b2dd4e6b7755514d5ab9661152a3327903c",
|
|
1075
|
-
"bytes": 7765,
|
|
1076
|
-
"version": null
|
|
1077
|
-
},
|
|
1078
|
-
{
|
|
1079
|
-
"nombre": "verificar-trabajo",
|
|
1080
|
-
"path": "habilidades/verificar-trabajo/SKILL.md",
|
|
1081
|
-
"hash": "sha256:001fd34fbeefbe995c4b76fb55fa1a5277577f701b098998f189fd7d0c35e40e",
|
|
1082
|
-
"bytes": 14619,
|
|
1083
|
-
"version": "\"1.1.1\""
|
|
1084
|
-
},
|
|
1085
|
-
{
|
|
1086
|
-
"nombre": "web-fetcher-routing",
|
|
1087
|
-
"path": "habilidades/web-fetcher-routing/SKILL.md",
|
|
1088
|
-
"hash": "sha256:14dc3cebbdc105c7c429f0456cc2e961ace63f9ea548f94b99da1b9e0b7c2074",
|
|
1089
|
-
"bytes": 3611,
|
|
1090
|
-
"version": null
|
|
1091
|
-
},
|
|
1092
|
-
{
|
|
1093
|
-
"nombre": "wiki-conocimiento",
|
|
1094
|
-
"path": "habilidades/wiki-conocimiento/SKILL.md",
|
|
1095
|
-
"hash": "sha256:0fa677b19ad3a11033880e7a542b8c57059ab56d2cb2a58080d227aac940b537",
|
|
1096
|
-
"bytes": 14267,
|
|
1097
|
-
"version": "\"1.0.0\""
|
|
1098
|
-
},
|
|
1099
|
-
{
|
|
1100
|
-
"nombre": "wireframes-flujos",
|
|
1101
|
-
"path": "habilidades/wireframes-flujos/SKILL.md",
|
|
1102
|
-
"hash": "sha256:c80e26d961b664996182a081967f75486f125846a11f68934b0c72ac9592efb0",
|
|
1103
|
-
"bytes": 12112,
|
|
1104
|
-
"version": "\"1.0.0\""
|
|
1105
|
-
},
|
|
1106
|
-
{
|
|
1107
|
-
"nombre": "workflow-claude-code",
|
|
1108
|
-
"path": "habilidades/workflow-claude-code/SKILL.md",
|
|
1109
|
-
"hash": "sha256:7862ee8969de50693ad68cbf260c69dd85f87bd1b3ee563d36acfa68b75a4a11",
|
|
1110
|
-
"bytes": 11745,
|
|
1111
|
-
"version": "\"1.1.0\""
|
|
1112
|
-
}
|
|
1113
|
-
]
|
|
1114
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"lockfileVersion": 1,
|
|
3
|
+
"generatedAt": "2026-05-15T04:05:25.970Z",
|
|
4
|
+
"skillsCount": 158,
|
|
5
|
+
"lockHash": "sha256:e8aa8826b7a7285c7a0f182973b7565db338c7bb6a13707b6c518b2ac980b096",
|
|
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:e7f41d7825608884bc64d993b9b1fd21c509a2478bb3606a4f038929fcb9b2a4",
|
|
165
|
+
"bytes": 14962,
|
|
166
|
+
"version": "\"1.1.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:db8531b14d1153aa97ec8181536e0a1f625c1c45a65298a9aead81a8e2fb1e80",
|
|
445
|
+
"bytes": 22166,
|
|
446
|
+
"version": "\"1.0.5\""
|
|
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": "feynman-auditor-swl",
|
|
457
|
+
"path": "habilidades/feynman-auditor-swl/SKILL.md",
|
|
458
|
+
"hash": "sha256:0bfc54a0e33a7c974ba4d644f46bf3d332eb8966de68a4dcbfa2de733b78ce68",
|
|
459
|
+
"bytes": 5080,
|
|
460
|
+
"version": null
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"nombre": "filament-admin",
|
|
464
|
+
"path": "habilidades/filament-admin/SKILL.md",
|
|
465
|
+
"hash": "sha256:3a1962caf54d2e87d16989df457d994c1fe7d679900c93ce2b3f6b71fa15e101",
|
|
466
|
+
"bytes": 14530,
|
|
467
|
+
"version": "\"1.0.0\""
|
|
468
|
+
},
|
|
469
|
+
{
|
|
470
|
+
"nombre": "frontend-avanzado",
|
|
471
|
+
"path": "habilidades/frontend-avanzado/SKILL.md",
|
|
472
|
+
"hash": "sha256:6302ef2f6c2aaec6b24f42e107cb5e8259e62db3a62b810b288534c02f22d164",
|
|
473
|
+
"bytes": 12502,
|
|
474
|
+
"version": "\"1.1.0\""
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"nombre": "gcp-cloud",
|
|
478
|
+
"path": "habilidades/gcp-cloud/SKILL.md",
|
|
479
|
+
"hash": "sha256:2cbbc5626b60e5725fa3f98c1d06eb42aa1fe204a5afcb076fd9643ccfd05275",
|
|
480
|
+
"bytes": 13552,
|
|
481
|
+
"version": "\"1.0.0\""
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"nombre": "generacion-mermaid",
|
|
485
|
+
"path": "habilidades/generacion-mermaid/SKILL.md",
|
|
486
|
+
"hash": "sha256:1374e6c0dc193be0fc438678ca31028fd9e85d2e8b0c5583d725ea7dd6676480",
|
|
487
|
+
"bytes": 9771,
|
|
488
|
+
"version": "\"1.0.0\""
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"nombre": "git-worktrees-paralelo",
|
|
492
|
+
"path": "habilidades/git-worktrees-paralelo/SKILL.md",
|
|
493
|
+
"hash": "sha256:5a2a8bf100b01ff98552bfe985173d870577a260bdb4b8a66656a9bc26502868",
|
|
494
|
+
"bytes": 10609,
|
|
495
|
+
"version": "\"1.0.0\""
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
"nombre": "go-experto",
|
|
499
|
+
"path": "habilidades/go-experto/SKILL.md",
|
|
500
|
+
"hash": "sha256:d7e29f28e8e91b1b0db2aaed894fb4231c4f218c3cb1256fc9faaa773996296c",
|
|
501
|
+
"bytes": 10814,
|
|
502
|
+
"version": "\"1.0.0\""
|
|
503
|
+
},
|
|
504
|
+
{
|
|
505
|
+
"nombre": "go-patrones",
|
|
506
|
+
"path": "habilidades/go-patrones/SKILL.md",
|
|
507
|
+
"hash": "sha256:54822d22d0082f8f3972495708275fe6ba859fe3bb2ae5c2196ef9d7a9f68dc0",
|
|
508
|
+
"bytes": 10914,
|
|
509
|
+
"version": "\"1.0.0\""
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
"nombre": "go-testing",
|
|
513
|
+
"path": "habilidades/go-testing/SKILL.md",
|
|
514
|
+
"hash": "sha256:15e1edb811847fe3885a573f7e501b3fafe00117216ac2657e706957e6c263dc",
|
|
515
|
+
"bytes": 10572,
|
|
516
|
+
"version": "\"1.0.0\""
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"nombre": "graphql-experto",
|
|
520
|
+
"path": "habilidades/graphql-experto/SKILL.md",
|
|
521
|
+
"hash": "sha256:f023d2123345da390149feb38f4c7a0478c4cc68ef45bddf75ce738956b1f340",
|
|
522
|
+
"bytes": 13034,
|
|
523
|
+
"version": "\"1.0.0\""
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
"nombre": "guardrail-semantico",
|
|
527
|
+
"path": "habilidades/guardrail-semantico/SKILL.md",
|
|
528
|
+
"hash": "sha256:e17ce90aa87a7d523e70451473a2ebb9981bd88e1fd3dbc9e9e00de42455b85f",
|
|
529
|
+
"bytes": 14270,
|
|
530
|
+
"version": "\"1.0.0\""
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"nombre": "harness-claude-code",
|
|
534
|
+
"path": "habilidades/harness-claude-code/SKILL.md",
|
|
535
|
+
"hash": "sha256:cc548661287c0b321994428e59ae685c9e0c53e197d1b4ffae7183f158878db3",
|
|
536
|
+
"bytes": 12687,
|
|
537
|
+
"version": "\"1.0.0\""
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
"nombre": "iam-secretos",
|
|
541
|
+
"path": "habilidades/iam-secretos/SKILL.md",
|
|
542
|
+
"hash": "sha256:dbaeac2d8b23e33a0255d79c849bbe7baa521d6d73dbb8050731878aef1ed908",
|
|
543
|
+
"bytes": 14568,
|
|
544
|
+
"version": "\"1.1.0\""
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"nombre": "infra-github-actions",
|
|
548
|
+
"path": "habilidades/infra-github-actions/SKILL.md",
|
|
549
|
+
"hash": "sha256:50b85b21dd0e5f5fa8f211f6d0f31f4649bbe20c9480e0017184f1dd0b7fc8dc",
|
|
550
|
+
"bytes": 7189,
|
|
551
|
+
"version": null
|
|
552
|
+
},
|
|
553
|
+
{
|
|
554
|
+
"nombre": "instalar-sistema",
|
|
555
|
+
"path": "habilidades/instalar-sistema/SKILL.md",
|
|
556
|
+
"hash": "sha256:8893d77716074e43473b762eb90b8602e1a9cff4e3f19654ed654f03ed34f684",
|
|
557
|
+
"bytes": 12315,
|
|
558
|
+
"version": "\"1.0.1\""
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
"nombre": "java-experto",
|
|
562
|
+
"path": "habilidades/java-experto/SKILL.md",
|
|
563
|
+
"hash": "sha256:9c5f6d9b56f1e0eed634dbd6caba2f7b86801a9ca45fab5f9429f320c61c8ba3",
|
|
564
|
+
"bytes": 11534,
|
|
565
|
+
"version": "\"1.0.0\""
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"nombre": "java-patrones",
|
|
569
|
+
"path": "habilidades/java-patrones/SKILL.md",
|
|
570
|
+
"hash": "sha256:f49b09aa15a9703ff8058a63dac3f91f4e3214ab4f381e0218f3ccb6f6c8b0c4",
|
|
571
|
+
"bytes": 11087,
|
|
572
|
+
"version": "\"1.0.0\""
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"nombre": "java-testing",
|
|
576
|
+
"path": "habilidades/java-testing/SKILL.md",
|
|
577
|
+
"hash": "sha256:7e5f97a4ed3689c6fca4132e8a2f40223ba76e047442a045e866d4a8e7e751ad",
|
|
578
|
+
"bytes": 11115,
|
|
579
|
+
"version": "\"1.0.0\""
|
|
580
|
+
},
|
|
581
|
+
{
|
|
582
|
+
"nombre": "kotlin-compose",
|
|
583
|
+
"path": "habilidades/kotlin-compose/SKILL.md",
|
|
584
|
+
"hash": "sha256:179f42058f1c159e7fa9bfb32c426ff8052b3c57359d1cc8ee6afeee0a89c56e",
|
|
585
|
+
"bytes": 10713,
|
|
586
|
+
"version": "\"1.0.0\""
|
|
587
|
+
},
|
|
588
|
+
{
|
|
589
|
+
"nombre": "kotlin-experto",
|
|
590
|
+
"path": "habilidades/kotlin-experto/SKILL.md",
|
|
591
|
+
"hash": "sha256:d3bcf26d59acdff6ac243055bb5a3ec76ba666e696f4e298ef7359a141cea51d",
|
|
592
|
+
"bytes": 11741,
|
|
593
|
+
"version": "\"1.0.0\""
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"nombre": "kotlin-testing",
|
|
597
|
+
"path": "habilidades/kotlin-testing/SKILL.md",
|
|
598
|
+
"hash": "sha256:ef4ad53703138f4167e813bdf6787b50ce46d5e10d0384d34e0f0004d1f85a09",
|
|
599
|
+
"bytes": 9495,
|
|
600
|
+
"version": "\"1.0.0\""
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"nombre": "kubernetes-orquestacion",
|
|
604
|
+
"path": "habilidades/kubernetes-orquestacion/SKILL.md",
|
|
605
|
+
"hash": "sha256:42c9a3e294892159701459cf28ca40c18ebf3cb4723a5997bedb3e85c735732b",
|
|
606
|
+
"bytes": 7909,
|
|
607
|
+
"version": "\"1.0.0\""
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
"nombre": "langchain-langraph",
|
|
611
|
+
"path": "habilidades/langchain-langraph/SKILL.md",
|
|
612
|
+
"hash": "sha256:96bf31b955b0425fd2ba819b81432a858190c6ac0d064ae394e84f5e47f1b34f",
|
|
613
|
+
"bytes": 16338,
|
|
614
|
+
"version": "\"1.0.0\""
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"nombre": "legacy-code-rescue",
|
|
618
|
+
"path": "habilidades/legacy-code-rescue/SKILL.md",
|
|
619
|
+
"hash": "sha256:8c3834a022c7ef47f1da1aee5dabb935285c05f400196eaa375e6d824e222378",
|
|
620
|
+
"bytes": 12918,
|
|
621
|
+
"version": "\"1.0.0\""
|
|
622
|
+
},
|
|
623
|
+
{
|
|
624
|
+
"nombre": "likec4-experto",
|
|
625
|
+
"path": "habilidades/likec4-experto/SKILL.md",
|
|
626
|
+
"hash": "sha256:04b92dfff87915004a7b655d02114032863a1b64e5f3063017194d950618497a",
|
|
627
|
+
"bytes": 15432,
|
|
628
|
+
"version": "\"1.0.0\""
|
|
629
|
+
},
|
|
630
|
+
{
|
|
631
|
+
"nombre": "manejo-errores",
|
|
632
|
+
"path": "habilidades/manejo-errores/SKILL.md",
|
|
633
|
+
"hash": "sha256:5559b25b817307e6d27e8524c91bf5a4b5b09f5b593771e1dfc908d96255d7cd",
|
|
634
|
+
"bytes": 23513,
|
|
635
|
+
"version": "\"1.2.0\""
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"nombre": "mapear-codebase",
|
|
639
|
+
"path": "habilidades/mapear-codebase/SKILL.md",
|
|
640
|
+
"hash": "sha256:2796130ccdacaff43e8920eaca9739edc3ad2a4bbae736edf6181e997ea4ab80",
|
|
641
|
+
"bytes": 13484,
|
|
642
|
+
"version": "\"1.1.0\""
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"nombre": "memoria-busqueda",
|
|
646
|
+
"path": "habilidades/memoria-busqueda/SKILL.md",
|
|
647
|
+
"hash": "sha256:3a23c11eff134da8f2317fdb87aa4f5fd9e37bcaa7ea4591058beacc36874a9e",
|
|
648
|
+
"bytes": 10423,
|
|
649
|
+
"version": "\"1.1.0\""
|
|
650
|
+
},
|
|
651
|
+
{
|
|
652
|
+
"nombre": "meta-skills-estandar",
|
|
653
|
+
"path": "habilidades/meta-skills-estandar/SKILL.md",
|
|
654
|
+
"hash": "sha256:6c2861defb5f5c46c1ac851ecf2ec06958be714fd14d3f7f512ba916b43e3b7b",
|
|
655
|
+
"bytes": 13101,
|
|
656
|
+
"version": "\"1.0.0\""
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"nombre": "microservicios",
|
|
660
|
+
"path": "habilidades/microservicios/SKILL.md",
|
|
661
|
+
"hash": "sha256:35a2f9eb87728f80384da722fec19d451ec08c08c72943204b0e0a4f155989e1",
|
|
662
|
+
"bytes": 8987,
|
|
663
|
+
"version": "\"1.0.0\""
|
|
664
|
+
},
|
|
665
|
+
{
|
|
666
|
+
"nombre": "mobile-flutter",
|
|
667
|
+
"path": "habilidades/mobile-flutter/SKILL.md",
|
|
668
|
+
"hash": "sha256:51c983f73bb7800c9fe1214b70324e6e292ac952f5046f2dd8376e7f550658e0",
|
|
669
|
+
"bytes": 8419,
|
|
670
|
+
"version": "\"1.0.0\""
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"nombre": "mobile-react-native",
|
|
674
|
+
"path": "habilidades/mobile-react-native/SKILL.md",
|
|
675
|
+
"hash": "sha256:4ebd561ab08d70c7169d894251ade41c45d783f46992ad03022c14061c517099",
|
|
676
|
+
"bytes": 8572,
|
|
677
|
+
"version": "\"1.0.0\""
|
|
678
|
+
},
|
|
679
|
+
{
|
|
680
|
+
"nombre": "mongodb-experto",
|
|
681
|
+
"path": "habilidades/mongodb-experto/SKILL.md",
|
|
682
|
+
"hash": "sha256:24404721552f5a5002213dae1500ec1011fd68ae64cdb8f834dccf2891e32867",
|
|
683
|
+
"bytes": 13096,
|
|
684
|
+
"version": "\"1.0.0\""
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"nombre": "monitoring-alertas",
|
|
688
|
+
"path": "habilidades/monitoring-alertas/SKILL.md",
|
|
689
|
+
"hash": "sha256:8099a46491598e28abc47f8b8d0cc814998b8b80f05aed71f2d9f49767a21324",
|
|
690
|
+
"bytes": 11807,
|
|
691
|
+
"version": "\"1.0.1\""
|
|
692
|
+
},
|
|
693
|
+
{
|
|
694
|
+
"nombre": "nestjs-experto",
|
|
695
|
+
"path": "habilidades/nestjs-experto/SKILL.md",
|
|
696
|
+
"hash": "sha256:3cf0863b4e5c5da95fc7e12b4458f39562ba9775a50343fd2b4e5c826ef8f424",
|
|
697
|
+
"bytes": 11870,
|
|
698
|
+
"version": "\"1.0.0\""
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"nombre": "nextjs-experto",
|
|
702
|
+
"path": "habilidades/nextjs-experto/SKILL.md",
|
|
703
|
+
"hash": "sha256:689e4ce7f045a233efbb8fb9126e3345d9f9be9f2a7a56786b8149260455399a",
|
|
704
|
+
"bytes": 16165,
|
|
705
|
+
"version": "\"1.1.1\""
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"nombre": "nextjs-patrones",
|
|
709
|
+
"path": "habilidades/nextjs-patrones/SKILL.md",
|
|
710
|
+
"hash": "sha256:bfe3dbf295d617621806bac96ae00c6071f395c804e253d0d3c4375acea3e351",
|
|
711
|
+
"bytes": 12951,
|
|
712
|
+
"version": "\"1.0.0\""
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"nombre": "nextjs-testing",
|
|
716
|
+
"path": "habilidades/nextjs-testing/SKILL.md",
|
|
717
|
+
"hash": "sha256:8df768e4971018902c8ed088901e8ffc860d45f1b28c8e78edaed5f93d9fffcd",
|
|
718
|
+
"bytes": 19451,
|
|
719
|
+
"version": "\"1.1.0\""
|
|
720
|
+
},
|
|
721
|
+
{
|
|
722
|
+
"nombre": "node-experto",
|
|
723
|
+
"path": "habilidades/node-experto/SKILL.md",
|
|
724
|
+
"hash": "sha256:8002768234ffb90d057d2d626488015c68bc969556e026b8c66542c681f3b8e6",
|
|
725
|
+
"bytes": 13538,
|
|
726
|
+
"version": "\"1.0.1\""
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
"nombre": "notificaciones-multicanal",
|
|
730
|
+
"path": "habilidades/notificaciones-multicanal/SKILL.md",
|
|
731
|
+
"hash": "sha256:6ae7aeb00f4c48c86e7eaaa53e5dea6e87a9b0ed372818fce694a07fbecde171",
|
|
732
|
+
"bytes": 9021,
|
|
733
|
+
"version": "\"1.0.0\""
|
|
734
|
+
},
|
|
735
|
+
{
|
|
736
|
+
"nombre": "nuevo-proyecto",
|
|
737
|
+
"path": "habilidades/nuevo-proyecto/SKILL.md",
|
|
738
|
+
"hash": "sha256:8244596084fce93e17b194a43e10ec00da75cd12f97891b51b641e55ce1303c8",
|
|
739
|
+
"bytes": 11956,
|
|
740
|
+
"version": "\"1.0.0\""
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"nombre": "orquestacion-async",
|
|
744
|
+
"path": "habilidades/orquestacion-async/SKILL.md",
|
|
745
|
+
"hash": "sha256:df26a7b1759bf2b4f65c77c627ea39f617d091a4b5e7536e42b148828841f715",
|
|
746
|
+
"bytes": 14850,
|
|
747
|
+
"version": "\"1.1.0\""
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
"nombre": "paid-media-tracking",
|
|
751
|
+
"path": "habilidades/paid-media-tracking/SKILL.md",
|
|
752
|
+
"hash": "sha256:2eec3934d77bfb9e2fb6ddb351a870f4a7f82bdc99e62f934ab57831c5c51895",
|
|
753
|
+
"bytes": 14155,
|
|
754
|
+
"version": "\"1.0.0\""
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"nombre": "patrones-python",
|
|
758
|
+
"path": "habilidades/patrones-python/SKILL.md",
|
|
759
|
+
"hash": "sha256:cd6dc3154b9392f1be705cfe93b9b66366484f36647770cd3dc09abbd7285fa2",
|
|
760
|
+
"bytes": 10425,
|
|
761
|
+
"version": "\"1.3.1\""
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"nombre": "perfil-usuario",
|
|
765
|
+
"path": "habilidades/perfil-usuario/SKILL.md",
|
|
766
|
+
"hash": "sha256:0828eab1eba12af3e6299a38faac7b3c74b372e4d7ffcf8533d06f60cd756b56",
|
|
767
|
+
"bytes": 9235,
|
|
768
|
+
"version": "\"1.0.0\""
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"nombre": "performance-baseline",
|
|
772
|
+
"path": "habilidades/performance-baseline/SKILL.md",
|
|
773
|
+
"hash": "sha256:bb815b959b7e14b0294e56f2b8a03e2e907bcd56c07cf118a475edfafb159804",
|
|
774
|
+
"bytes": 14123,
|
|
775
|
+
"version": "\"1.0.0\""
|
|
776
|
+
},
|
|
777
|
+
{
|
|
778
|
+
"nombre": "php-experto",
|
|
779
|
+
"path": "habilidades/php-experto/SKILL.md",
|
|
780
|
+
"hash": "sha256:f032fd478f8ffe37570b537c146f8cfe0ca9ae88a03f879440e4faaf0fc53b7d",
|
|
781
|
+
"bytes": 11094,
|
|
782
|
+
"version": "\"1.0.0\""
|
|
783
|
+
},
|
|
784
|
+
{
|
|
785
|
+
"nombre": "php-patrones",
|
|
786
|
+
"path": "habilidades/php-patrones/SKILL.md",
|
|
787
|
+
"hash": "sha256:ed989b3258e7eeb99b8a6ded66389753173141c967a67b79332f43099a872ba4",
|
|
788
|
+
"bytes": 11226,
|
|
789
|
+
"version": "\"1.0.0\""
|
|
790
|
+
},
|
|
791
|
+
{
|
|
792
|
+
"nombre": "php-testing",
|
|
793
|
+
"path": "habilidades/php-testing/SKILL.md",
|
|
794
|
+
"hash": "sha256:f82cb68406a7d1918b9d96a2e7b7289614aa6eb1e4b5fb06f47fc8933b29a21f",
|
|
795
|
+
"bytes": 10603,
|
|
796
|
+
"version": "\"1.0.0\""
|
|
797
|
+
},
|
|
798
|
+
{
|
|
799
|
+
"nombre": "planear-fase",
|
|
800
|
+
"path": "habilidades/planear-fase/SKILL.md",
|
|
801
|
+
"hash": "sha256:199b9abb865739d17b0654a3a67d116d95a2133140ffde92bda89d3ed9f41b98",
|
|
802
|
+
"bytes": 14372,
|
|
803
|
+
"version": "\"1.2.0\""
|
|
804
|
+
},
|
|
805
|
+
{
|
|
806
|
+
"nombre": "postgresql-experto",
|
|
807
|
+
"path": "habilidades/postgresql-experto/SKILL.md",
|
|
808
|
+
"hash": "sha256:7beba10b4479f705a250067103064944fe45c3ef666fd5513bfc9441d9009498",
|
|
809
|
+
"bytes": 9711,
|
|
810
|
+
"version": "\"1.1.0\""
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"nombre": "prevencion-racionalizacion",
|
|
814
|
+
"path": "habilidades/prevencion-racionalizacion/SKILL.md",
|
|
815
|
+
"hash": "sha256:1f9606074be0f376ad40f51a804c3ed5620a599c613ca10c4c94df2b347ee11e",
|
|
816
|
+
"bytes": 12297,
|
|
817
|
+
"version": null
|
|
818
|
+
},
|
|
819
|
+
{
|
|
820
|
+
"nombre": "prevencion-sobreingenieria",
|
|
821
|
+
"path": "habilidades/prevencion-sobreingenieria/SKILL.md",
|
|
822
|
+
"hash": "sha256:7396e1d8e7c87dd0154e9b34d1eff4124997566ca9a9da63b8a0514680af131e",
|
|
823
|
+
"bytes": 16468,
|
|
824
|
+
"version": "\"1.1.0\""
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"nombre": "privacy-memoria",
|
|
828
|
+
"path": "habilidades/privacy-memoria/SKILL.md",
|
|
829
|
+
"hash": "sha256:a0bd74e547064f9d4af60844fb1d3a0b93ded2a94e6875ba89a0a3fa1c54cd64",
|
|
830
|
+
"bytes": 9111,
|
|
831
|
+
"version": null
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"nombre": "prompt-engineering",
|
|
835
|
+
"path": "habilidades/prompt-engineering/SKILL.md",
|
|
836
|
+
"hash": "sha256:00c8c8f6951ca6285440a576b62c42f4e49f96c6f05d7b94e7aae46f9c335c37",
|
|
837
|
+
"bytes": 21302,
|
|
838
|
+
"version": "\"1.1.0\""
|
|
839
|
+
},
|
|
840
|
+
{
|
|
841
|
+
"nombre": "rag-arquitectura",
|
|
842
|
+
"path": "habilidades/rag-arquitectura/SKILL.md",
|
|
843
|
+
"hash": "sha256:b955eee6841e8a8c1cca280c49a49ed2b98d5e892b3720f8dd30f4a61eced7c7",
|
|
844
|
+
"bytes": 17456,
|
|
845
|
+
"version": "\"1.0.0\""
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"nombre": "rails-experto",
|
|
849
|
+
"path": "habilidades/rails-experto/SKILL.md",
|
|
850
|
+
"hash": "sha256:e34ca14e3985aa63263fa58bd92b7b3204305021b4390d264a05167796903f26",
|
|
851
|
+
"bytes": 10716,
|
|
852
|
+
"version": "\"1.0.0\""
|
|
853
|
+
},
|
|
854
|
+
{
|
|
855
|
+
"nombre": "react-experto",
|
|
856
|
+
"path": "habilidades/react-experto/SKILL.md",
|
|
857
|
+
"hash": "sha256:cce96f67db8370d78d92d94ce252a48182f664438c9c2f694473f74c2d590695",
|
|
858
|
+
"bytes": 13672,
|
|
859
|
+
"version": "\"1.2.0\""
|
|
860
|
+
},
|
|
861
|
+
{
|
|
862
|
+
"nombre": "react-optimizacion",
|
|
863
|
+
"path": "habilidades/react-optimizacion/SKILL.md",
|
|
864
|
+
"hash": "sha256:69a55a0c9dd2e6208ce78a7124a164cb8a24cc42b2c2f881a7836881002243d2",
|
|
865
|
+
"bytes": 8137,
|
|
866
|
+
"version": "\"1.0.0\""
|
|
867
|
+
},
|
|
868
|
+
{
|
|
869
|
+
"nombre": "redis-experto",
|
|
870
|
+
"path": "habilidades/redis-experto/SKILL.md",
|
|
871
|
+
"hash": "sha256:e049f8f1ba675324c079537c47d3fcd2e9518288d882fd4e80f595d3e3f7b24c",
|
|
872
|
+
"bytes": 13493,
|
|
873
|
+
"version": "\"1.0.0\""
|
|
874
|
+
},
|
|
875
|
+
{
|
|
876
|
+
"nombre": "release-semver",
|
|
877
|
+
"path": "habilidades/release-semver/SKILL.md",
|
|
878
|
+
"hash": "sha256:2dfe5369f9fd29adb216be017fd7fbb396b874f6107ca9609fd52046a93b9b67",
|
|
879
|
+
"bytes": 15958,
|
|
880
|
+
"version": "\"1.0.2\""
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"nombre": "rust-experto",
|
|
884
|
+
"path": "habilidades/rust-experto/SKILL.md",
|
|
885
|
+
"hash": "sha256:6faa76c49083a9ffb5ffce022d0780a4e1af58d1f9464043ea3bfc0f728b4c02",
|
|
886
|
+
"bytes": 17484,
|
|
887
|
+
"version": "\"1.0.0\""
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"nombre": "rust-patrones",
|
|
891
|
+
"path": "habilidades/rust-patrones/SKILL.md",
|
|
892
|
+
"hash": "sha256:b53a9d3320378ab82ef0c94f852d710cf4a11c3a717b5ec0da8f84f213203c25",
|
|
893
|
+
"bytes": 11498,
|
|
894
|
+
"version": "\"1.0.0\""
|
|
895
|
+
},
|
|
896
|
+
{
|
|
897
|
+
"nombre": "rust-testing",
|
|
898
|
+
"path": "habilidades/rust-testing/SKILL.md",
|
|
899
|
+
"hash": "sha256:1e2cf679c2525c8b828052b23549e487fa1db5c359d0f48f72b6ae7396d15d76",
|
|
900
|
+
"bytes": 10833,
|
|
901
|
+
"version": "\"1.0.0\""
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
"nombre": "seguridad-skills-ia",
|
|
905
|
+
"path": "habilidades/seguridad-skills-ia/SKILL.md",
|
|
906
|
+
"hash": "sha256:f5fd8d8b7ca231d71e12304dc2173106a9d31bdbe041384b42a4678aa6ff0ea0",
|
|
907
|
+
"bytes": 13371,
|
|
908
|
+
"version": "\"1.0.1\""
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"nombre": "sql-optimizacion",
|
|
912
|
+
"path": "habilidades/sql-optimizacion/SKILL.md",
|
|
913
|
+
"hash": "sha256:d7b5dd5256970aec29dea4dc19589e4a4f0b4b80a37aedd333c04d6ff46a4910",
|
|
914
|
+
"bytes": 10407,
|
|
915
|
+
"version": "\"1.0.0\""
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"nombre": "sre-patrones",
|
|
919
|
+
"path": "habilidades/sre-patrones/SKILL.md",
|
|
920
|
+
"hash": "sha256:45a7f7c2329fdfacf19da0767f44cff0a4aab3fe21287aaf80a48b515cb43a24",
|
|
921
|
+
"bytes": 15651,
|
|
922
|
+
"version": "\"1.0.0\""
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"nombre": "state-inconsistency-auditor-swl",
|
|
926
|
+
"path": "habilidades/state-inconsistency-auditor-swl/SKILL.md",
|
|
927
|
+
"hash": "sha256:fa1f2cbeba793f1d38c778b7ddca49f4c556dbf522de8edb10838dd54bd91c5f",
|
|
928
|
+
"bytes": 8013,
|
|
929
|
+
"version": null
|
|
930
|
+
},
|
|
931
|
+
{
|
|
932
|
+
"nombre": "stripe-pagos",
|
|
933
|
+
"path": "habilidades/stripe-pagos/SKILL.md",
|
|
934
|
+
"hash": "sha256:f094a3fd0b6b740009481d09d22f22313f332c853529087e2669babea852a2a3",
|
|
935
|
+
"bytes": 23784,
|
|
936
|
+
"version": "\"1.0.0\""
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"nombre": "structured-outputs",
|
|
940
|
+
"path": "habilidades/structured-outputs/SKILL.md",
|
|
941
|
+
"hash": "sha256:ff260b582a1d8b7ebfe7cd1a50a3e5f851fe9e3ec006359a4ba5169c32b4a815",
|
|
942
|
+
"bytes": 16038,
|
|
943
|
+
"version": "\"1.0.0\""
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"nombre": "swift-experto",
|
|
947
|
+
"path": "habilidades/swift-experto/SKILL.md",
|
|
948
|
+
"hash": "sha256:393f94eef723b6125b0c3bf0f215155d4eedc62d3218995343fce79f62d93a12",
|
|
949
|
+
"bytes": 11299,
|
|
950
|
+
"version": "\"1.0.0\""
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"nombre": "swift-patrones",
|
|
954
|
+
"path": "habilidades/swift-patrones/SKILL.md",
|
|
955
|
+
"hash": "sha256:936911ee3fcb50736d70d0b792b66b1e22b4cce3b5c2709a1c788b81ace8cb44",
|
|
956
|
+
"bytes": 11809,
|
|
957
|
+
"version": "\"1.0.0\""
|
|
958
|
+
},
|
|
959
|
+
{
|
|
960
|
+
"nombre": "swift-testing",
|
|
961
|
+
"path": "habilidades/swift-testing/SKILL.md",
|
|
962
|
+
"hash": "sha256:facaf2e158e7df0eaf76139e237223ff1d5d702e07e9dfd17d6a9dcbd5300178",
|
|
963
|
+
"bytes": 10257,
|
|
964
|
+
"version": "\"1.0.0\""
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"nombre": "swl-claudemd",
|
|
968
|
+
"path": "habilidades/swl-claudemd/SKILL.md",
|
|
969
|
+
"hash": "sha256:18cef250bd32a7841db3b6362b9303679bf2851e5e1efe7f3d81f0dd514ec5eb",
|
|
970
|
+
"bytes": 11585,
|
|
971
|
+
"version": "\"1.0.2\""
|
|
972
|
+
},
|
|
973
|
+
{
|
|
974
|
+
"nombre": "swl-dashboard",
|
|
975
|
+
"path": "habilidades/swl-dashboard/SKILL.md",
|
|
976
|
+
"hash": "sha256:89783971358bf2b429a4c652467d75315a7f711ec0bc3f957f469700a58aafe1",
|
|
977
|
+
"bytes": 17809,
|
|
978
|
+
"version": "\"1.0.0\""
|
|
979
|
+
},
|
|
980
|
+
{
|
|
981
|
+
"nombre": "swl-markitdown",
|
|
982
|
+
"path": "habilidades/swl-markitdown/SKILL.md",
|
|
983
|
+
"hash": "sha256:026291561d42cc91a746a9e1e0a5eccf8f03bac8bd645c61fe1539144fd592d1",
|
|
984
|
+
"bytes": 13517,
|
|
985
|
+
"version": "\"1.0.0\""
|
|
986
|
+
},
|
|
987
|
+
{
|
|
988
|
+
"nombre": "swl-revisar-impacto",
|
|
989
|
+
"path": "habilidades/swl-revisar-impacto/SKILL.md",
|
|
990
|
+
"hash": "sha256:4c2a0036188a9625a4ee92e4b081c9be8ce3af692731365e40c5c781080966b7",
|
|
991
|
+
"bytes": 9871,
|
|
992
|
+
"version": "\"1.0.0\""
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"nombre": "tailwind-experto",
|
|
996
|
+
"path": "habilidades/tailwind-experto/SKILL.md",
|
|
997
|
+
"hash": "sha256:3cf2876dc9b7aefa3553ae49df416de4c787a93adfebfbdffaed6474a42d6e2e",
|
|
998
|
+
"bytes": 9515,
|
|
999
|
+
"version": "\"1.0.0\""
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"nombre": "tdd-workflow",
|
|
1003
|
+
"path": "habilidades/tdd-workflow/SKILL.md",
|
|
1004
|
+
"hash": "sha256:5f63f554a6a54e1a3b9d47f2497ae12176eb955418d2b0b138a168475dc1d820",
|
|
1005
|
+
"bytes": 17424,
|
|
1006
|
+
"version": "\"1.0.2\""
|
|
1007
|
+
},
|
|
1008
|
+
{
|
|
1009
|
+
"nombre": "terraform-experto",
|
|
1010
|
+
"path": "habilidades/terraform-experto/SKILL.md",
|
|
1011
|
+
"hash": "sha256:bfa531a8d5e01bbb6b50ab7d161a1de516db8bfc9ed069492ee7dac56f61a3b4",
|
|
1012
|
+
"bytes": 11900,
|
|
1013
|
+
"version": "\"1.0.0\""
|
|
1014
|
+
},
|
|
1015
|
+
{
|
|
1016
|
+
"nombre": "testing-python",
|
|
1017
|
+
"path": "habilidades/testing-python/SKILL.md",
|
|
1018
|
+
"hash": "sha256:701ec10d954d9e2d08820aa46d8f72ff7eba5a0ff96695d10bdce5c7d15b233d",
|
|
1019
|
+
"bytes": 16984,
|
|
1020
|
+
"version": "\"1.2.1\""
|
|
1021
|
+
},
|
|
1022
|
+
{
|
|
1023
|
+
"nombre": "threat-model-lite",
|
|
1024
|
+
"path": "habilidades/threat-model-lite/SKILL.md",
|
|
1025
|
+
"hash": "sha256:03124e80cdfa0f1cd34d12ba179d91bf8993f1a0122cdba2397f88bdff72092c",
|
|
1026
|
+
"bytes": 12855,
|
|
1027
|
+
"version": "\"1.0.0\""
|
|
1028
|
+
},
|
|
1029
|
+
{
|
|
1030
|
+
"nombre": "tracing-processor",
|
|
1031
|
+
"path": "habilidades/tracing-processor/SKILL.md",
|
|
1032
|
+
"hash": "sha256:9169324366852e1206a2888dee07c563a76b25617a8bbaeff7b22f7204dce51b",
|
|
1033
|
+
"bytes": 11812,
|
|
1034
|
+
"version": "\"1.0.0\""
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"nombre": "tracking-measurement",
|
|
1038
|
+
"path": "habilidades/tracking-measurement/SKILL.md",
|
|
1039
|
+
"hash": "sha256:afd48bce60ffbd73862e14ce83045b45921ebebcc8f4b8dddc8ac12363b8c1f1",
|
|
1040
|
+
"bytes": 12898,
|
|
1041
|
+
"version": "\"1.0.0\""
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
"nombre": "typescript-avanzado",
|
|
1045
|
+
"path": "habilidades/typescript-avanzado/SKILL.md",
|
|
1046
|
+
"hash": "sha256:3bdd1a8533d9fab20ffa0147a115ede5444d7cc0cea7c1296c9cb364ed60ecb1",
|
|
1047
|
+
"bytes": 7854,
|
|
1048
|
+
"version": "\"1.0.0\""
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"nombre": "typescript-diagnosticos",
|
|
1052
|
+
"path": "habilidades/typescript-diagnosticos/SKILL.md",
|
|
1053
|
+
"hash": "sha256:6007915a32b35def9c275320153ef20a971cb0e553f07ab450c5630d37b7ba7e",
|
|
1054
|
+
"bytes": 17302,
|
|
1055
|
+
"version": "1.0.0"
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"nombre": "ux-diseno",
|
|
1059
|
+
"path": "habilidades/ux-diseno/SKILL.md",
|
|
1060
|
+
"hash": "sha256:fa0c035570605eb0dddb688610c9a4dbb90f16b502a01a32ddd1384202e68940",
|
|
1061
|
+
"bytes": 9253,
|
|
1062
|
+
"version": "\"1.0.0\""
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"nombre": "validacion-ci-sistema",
|
|
1066
|
+
"path": "habilidades/validacion-ci-sistema/SKILL.md",
|
|
1067
|
+
"hash": "sha256:fadb62fde9ff5dbdb76de5dae995e124aac08117716da502d6974de05bcaeb54",
|
|
1068
|
+
"bytes": 7677,
|
|
1069
|
+
"version": "\"1.0.0\""
|
|
1070
|
+
},
|
|
1071
|
+
{
|
|
1072
|
+
"nombre": "verificacion-evidencia",
|
|
1073
|
+
"path": "habilidades/verificacion-evidencia/SKILL.md",
|
|
1074
|
+
"hash": "sha256:2a5521a7fe32dd7d2f33cabdb9c12b2dd4e6b7755514d5ab9661152a3327903c",
|
|
1075
|
+
"bytes": 7765,
|
|
1076
|
+
"version": null
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"nombre": "verificar-trabajo",
|
|
1080
|
+
"path": "habilidades/verificar-trabajo/SKILL.md",
|
|
1081
|
+
"hash": "sha256:001fd34fbeefbe995c4b76fb55fa1a5277577f701b098998f189fd7d0c35e40e",
|
|
1082
|
+
"bytes": 14619,
|
|
1083
|
+
"version": "\"1.1.1\""
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"nombre": "web-fetcher-routing",
|
|
1087
|
+
"path": "habilidades/web-fetcher-routing/SKILL.md",
|
|
1088
|
+
"hash": "sha256:14dc3cebbdc105c7c429f0456cc2e961ace63f9ea548f94b99da1b9e0b7c2074",
|
|
1089
|
+
"bytes": 3611,
|
|
1090
|
+
"version": null
|
|
1091
|
+
},
|
|
1092
|
+
{
|
|
1093
|
+
"nombre": "wiki-conocimiento",
|
|
1094
|
+
"path": "habilidades/wiki-conocimiento/SKILL.md",
|
|
1095
|
+
"hash": "sha256:0fa677b19ad3a11033880e7a542b8c57059ab56d2cb2a58080d227aac940b537",
|
|
1096
|
+
"bytes": 14267,
|
|
1097
|
+
"version": "\"1.0.0\""
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"nombre": "wireframes-flujos",
|
|
1101
|
+
"path": "habilidades/wireframes-flujos/SKILL.md",
|
|
1102
|
+
"hash": "sha256:c80e26d961b664996182a081967f75486f125846a11f68934b0c72ac9592efb0",
|
|
1103
|
+
"bytes": 12112,
|
|
1104
|
+
"version": "\"1.0.0\""
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"nombre": "workflow-claude-code",
|
|
1108
|
+
"path": "habilidades/workflow-claude-code/SKILL.md",
|
|
1109
|
+
"hash": "sha256:7862ee8969de50693ad68cbf260c69dd85f87bd1b3ee563d36acfa68b75a4a11",
|
|
1110
|
+
"bytes": 11745,
|
|
1111
|
+
"version": "\"1.1.0\""
|
|
1112
|
+
}
|
|
1113
|
+
]
|
|
1114
|
+
}
|