@saulwade/swl-ses 2.6.1 → 2.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CLAUDE.md +14 -2
- package/README.md +65 -18
- package/agentes/_intent-spec.md +73 -73
- package/agentes/_propose-step.md +90 -90
- package/bin/swl-ses.js +10 -0
- package/comandos/swl/brainstorm.md +1 -0
- package/comandos/swl/briefing.md +119 -119
- package/comandos/swl/contribuir.md +233 -233
- package/comandos/swl/deuda-codigo.md +97 -97
- package/comandos/swl/mcp-status.md +1 -0
- package/gateway/lib/event-channel.js +191 -191
- package/habilidades/agent-deep-links/SKILL.md +148 -148
- package/habilidades/backend-async-postgres-testing/SKILL.md +216 -216
- package/habilidades/backend-error-design/SKILL.md +221 -221
- package/habilidades/backend-production-resilience/SKILL.md +288 -288
- package/habilidades/calidad-anti-patrones-universales/SKILL.md +105 -1
- package/habilidades/calidad-contract-testing/SKILL.md +165 -165
- package/habilidades/calidad-mutation-testing/SKILL.md +25 -1
- package/habilidades/checklist-seguridad/recursos/stride-cobertura.md +60 -60
- package/habilidades/ci-cd-pipelines/SKILL.md +5 -1
- package/habilidades/css-moderno/SKILL.md +7 -1
- package/habilidades/diagrama-arquitectura/assets/template.html +276 -276
- package/habilidades/doubt-driven-review/recursos/EXAMPLES.md +130 -130
- package/habilidades/estructura-proyecto-claude/recursos/mcp-json-template.json +57 -57
- package/habilidades/extractor-de-aprendizajes/SKILL.md +5 -1
- package/habilidades/feynman-auditor-swl/recursos/preguntas-language-agnostic.md +108 -108
- package/habilidades/harness-claude-code/SKILL.md +3 -2
- package/habilidades/meta-skills-estandar/recursos/convencion-examples.md +93 -93
- package/habilidades/patrones-python/recursos/patrones-avanzados.md +469 -469
- package/habilidades/perfil-usuario/SKILL.md +200 -200
- package/habilidades/prevencion-sobreingenieria/recursos/EXAMPLES.md +580 -580
- package/habilidades/prevencion-sobreingenieria/recursos/soluciones-nativas.md +166 -166
- package/habilidades/prevencion-sobreingenieria/recursos/variables-residuales-post-refactor.md +85 -85
- package/habilidades/proceso-ddia-streaming/SKILL.md +231 -231
- package/habilidades/proceso-discovery-machote/SKILL.md +157 -157
- package/habilidades/proceso-dynamic-workflows/SKILL.md +60 -0
- package/habilidades/proceso-dynamic-workflows/recursos/template-adversarial-verify.js +65 -65
- package/habilidades/proceso-dynamic-workflows/recursos/template-triage.js +65 -65
- package/habilidades/proceso-intent-engineering/SKILL.md +269 -269
- package/habilidades/proceso-modular-split/SKILL.md +256 -256
- package/habilidades/state-inconsistency-auditor-swl/recursos/coupled-state-patterns.md +147 -147
- package/habilidades/swl-claudemd/recursos/contrato-aprender.md +83 -83
- package/habilidades/swl-claudemd/recursos/duplicacion-reglas-globales.md +85 -85
- package/habilidades/swl-claudemd/recursos/plantillas-init.md +94 -94
- package/habilidades/tdd-workflow/recursos/gherkin-bdd.md +111 -111
- package/hooks/calidad-pre-commit.js +159 -10
- package/hooks/ciclo-evolucion-subagente.js +26 -26
- package/hooks/ciclo-evolucion.js +26 -26
- package/hooks/contexto-subagente.js +68 -68
- package/hooks/lib/auto-consolidator.js +335 -335
- package/hooks/lib/ciclo-evolucion.js +47 -47
- package/hooks/lib/deep-links.js +185 -185
- package/hooks/lib/error-classifier.js +308 -308
- package/hooks/lib/notificacion-formato.js +45 -11
- package/hooks/lib/provenance-tracker.js +191 -191
- package/hooks/lib/raiz-proyecto.js +35 -4
- 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/notificacion-telegram.js +5 -11
- package/hooks/session-briefing.js +12 -4
- package/instintos/autonomia.yaml +27 -27
- package/instintos/prompt-appendices.yaml +57 -57
- package/llms.txt +1 -1
- package/manifiestos/agent-output-schemas.json +57 -57
- package/manifiestos/canonical-hashes.json +662 -0
- package/manifiestos/harness-ir.json +47536 -0
- package/manifiestos/hooks-config.json +469 -469
- package/manifiestos/invariantes-criticos.json +30 -30
- package/manifiestos/policy-bundle.json +2065 -0
- package/manifiestos/policy-corpus-w2.json +3926 -0
- package/manifiestos/runtime-adapters-core3.json +208 -0
- package/manifiestos/runtime-conformance.json +139 -0
- package/manifiestos/skills-lock.json +43 -43
- package/package.json +2 -2
- package/plantillas/auditor-veto-template.md +105 -105
- 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 +2 -2
- package/reglas/accesibilidad.md +10 -10
- package/reglas/auditorias-documentales-estructurales.md +7 -7
- package/reglas/cloud-infra.md +8 -8
- package/reglas/consultar-vault-primero.md +195 -195
- package/reglas/git-workflow.md +1 -0
- package/reglas/hooks.md +6 -6
- package/reglas/intent-engineering.md +218 -218
- package/reglas/markitdown.md +8 -8
- package/reglas/monitor-ci.md +12 -0
- package/reglas/patrones.md +6 -6
- package/reglas/testing.md +7 -7
- package/reglas/tests-cleanup.md +224 -224
- package/schemas/agent-message.schema.json +73 -73
- package/schemas/agent-output-implementacion.schema.json +114 -114
- package/schemas/agent-output-planificacion.schema.json +150 -150
- package/schemas/agent-output-review.schema.json +98 -98
- package/schemas/diary-entry.schema.json +112 -112
- package/schemas/gate-state.schema.json +76 -0
- package/schemas/harness-ir.schema.json +369 -0
- package/schemas/hook-profiles.schema.json +54 -54
- package/schemas/hooks-config.schema.json +89 -89
- package/schemas/legacy-gates.schema.json +45 -0
- package/schemas/modulos.schema.json +38 -38
- package/schemas/perfiles.schema.json +36 -36
- package/schemas/plugin.schema.json +77 -77
- package/schemas/policy-bundle.schema.json +140 -0
- package/schemas/policy-enforcement.schema.json +117 -0
- package/schemas/policy-operation.schema.json +261 -0
- package/schemas/runtime-adapter.schema.json +176 -0
- package/schemas/runtime-build-attestation.schema.json +100 -0
- package/schemas/runtime-conformance.schema.json +239 -0
- package/schemas/runtime-diagnostic.schema.json +395 -0
- package/schemas/skill-evals.schema.json +119 -119
- package/schemas/skill-frontmatter.schema.json +245 -245
- package/schemas/w4-certification-request.schema.json +72 -0
- package/schemas/w4-certification-verdict.schema.json +224 -0
- package/schemas/w4-corpus.schema.json +172 -0
- package/schemas/w4-mutation-report.schema.json +116 -0
- package/schemas/w4-replay-result.schema.json +164 -0
- package/schemas/w4-scoring-report.schema.json +89 -0
- 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/bootstrap-instintos.js +3 -0
- package/scripts/cli/aprobar-plan.js +73 -73
- package/scripts/cli/briefing.js +23 -23
- package/scripts/cli/ciclo-evolucion.js +26 -26
- package/scripts/cli/derivar-feature-list.js +25 -25
- package/scripts/cli/detectar-host.js +27 -27
- package/scripts/cli/diary-entry.js +69 -69
- package/scripts/cli/execution-state.js +18 -18
- package/scripts/cli/gateway-notify.js +41 -41
- package/scripts/cli/liberar-fase.js +42 -42
- package/scripts/cli/mark-evolved.js +56 -56
- package/scripts/cli/metricas-dora.js +26 -26
- package/scripts/cli/near-duplicate.js +55 -55
- package/scripts/cli/notificaciones.js +123 -123
- package/scripts/cli/propose-step.js +29 -29
- package/scripts/cli/schedule-parse.js +19 -19
- package/scripts/cli/sugerir-modelo.js +20 -20
- package/scripts/cli/verificar-plan.js +36 -36
- package/scripts/cli/verificar-trazabilidad.js +35 -35
- package/scripts/comandos/install-asistido.js +8 -7
- package/scripts/configurar-branch-protection.js +418 -418
- package/scripts/detectar-aprendizajes-duplicados.js +151 -151
- package/scripts/doctor.js +61 -36
- package/scripts/generar-checklists-consolidados.js +273 -273
- package/scripts/generar-claims-runtime.js +1342 -0
- package/scripts/generar-harness-ir.js +257 -0
- package/scripts/generar-inventario.js +52 -54
- package/scripts/generar-policy-bundle.js +202 -0
- package/scripts/instalador.js +26 -7
- package/scripts/lib/approval-receipts.js +190 -0
- 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/certificacion-loop-state.js +421 -0
- package/scripts/lib/ci-reader.js +193 -193
- package/scripts/lib/ciclo-autonomo/yaml-instintos.js +56 -0
- package/scripts/lib/clasificar-directorio.js +92 -0
- package/scripts/lib/contadores-inventario.js +217 -217
- package/scripts/lib/detectar-host-swl.js +175 -175
- package/scripts/lib/detectar-runtime.js +29 -20
- package/scripts/lib/detectar-stack-detallado.js +307 -307
- package/scripts/lib/detector-autoduplicacion-intra-archivo.js +234 -234
- package/scripts/lib/detector-reglas-duplicadas.js +220 -220
- 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/evidence-verifier.js +192 -0
- package/scripts/lib/evidencia-release.js +322 -322
- package/scripts/lib/frontmatter-canonico.js +509 -0
- package/scripts/lib/gate-engine.js +871 -0
- package/scripts/lib/gate-hooks-requires.js +249 -249
- package/scripts/lib/gate-licencias.js +212 -212
- package/scripts/lib/git-config-preflight.js +48 -0
- package/scripts/lib/git-metricas.js +257 -257
- package/scripts/lib/harness-ir.js +778 -0
- package/scripts/lib/harness-source-snapshot.js +309 -0
- package/scripts/lib/integrity-ledger.js +1147 -0
- package/scripts/lib/jaccard-similarity.js +98 -98
- package/scripts/lib/legacy-gate-migration.js +324 -0
- package/scripts/lib/limpiar-basura-global.js +45 -2
- package/scripts/lib/longmemeval-runner.js +125 -125
- package/scripts/lib/metricas-dora.js +204 -204
- package/scripts/lib/notificaciones-telegram.js +1 -0
- package/scripts/lib/npm-version.js +1 -0
- package/scripts/lib/paquetes-conocidos.js +50 -50
- package/scripts/lib/plan-lock.js +61 -13
- package/scripts/lib/policy-broker.js +338 -0
- package/scripts/lib/policy-bundle.js +342 -0
- package/scripts/lib/policy-context-provider.js +310 -0
- package/scripts/lib/policy-contract.js +479 -0
- package/scripts/lib/policy-verifier-utils.js +65 -0
- package/scripts/lib/pr-analyzer.js +399 -399
- package/scripts/lib/principal-verifier.js +178 -0
- package/scripts/lib/prompt-builder.js +264 -264
- package/scripts/lib/resolver-plan-fase.js +37 -37
- package/scripts/lib/rrf-fusion.js +175 -175
- package/scripts/lib/runtime-adapter-contract.js +267 -0
- package/scripts/lib/runtime-artifact-verifier.js +426 -0
- package/scripts/lib/runtime-build-attestation.js +127 -0
- package/scripts/lib/runtime-bundle-installer.js +586 -0
- package/scripts/lib/runtime-compiler.js +327 -0
- package/scripts/lib/runtime-conformance.js +202 -0
- package/scripts/lib/runtime-doctor-core3.js +567 -0
- package/scripts/lib/runtime-doctor-input.js +59 -0
- package/scripts/lib/runtime-operation-adapter.js +267 -0
- package/scripts/lib/schema-version.js +164 -164
- package/scripts/lib/semantic-search.js +252 -252
- package/scripts/lib/signed-envelope.js +545 -0
- package/scripts/lib/single-use-store.js +359 -0
- package/scripts/lib/skills-externas.js +31 -0
- package/scripts/lib/transformadores/codex.js +15 -8
- package/scripts/lib/transformadores/gemini.js +79 -5
- package/scripts/lib/w4-attestation-adapter.js +158 -0
- package/scripts/lib/w4-canario.js +337 -0
- package/scripts/lib/w4-claims.js +182 -0
- package/scripts/lib/w4-corpus-generador.js +542 -0
- package/scripts/lib/w4-gate-c5.js +115 -0
- package/scripts/lib/w4-harness-bajo-prueba.js +155 -0
- package/scripts/lib/w4-matriz-combos.js +55 -0
- package/scripts/lib/w4-motor-mutacion.js +1348 -0
- package/scripts/lib/w4-motor-replay.js +735 -0
- package/scripts/lib/w4-pin-origen.js +54 -0
- package/scripts/lib/w4-publicar-request.js +132 -0
- package/scripts/lib/w4-revocacion.js +62 -0
- package/scripts/lib/w4-runtimes-core3.js +38 -0
- package/scripts/lib/w4-scorer-certificacion.js +692 -0
- package/scripts/lib/w4-superficie-candidato.js +49 -0
- package/scripts/lib/w4-veredicto.js +452 -0
- package/scripts/lib/w4-verificar-veredicto.js +302 -0
- package/scripts/limpiar-artefactos-python.js +131 -131
- package/scripts/migrar-csv-a-array.js +168 -168
- package/scripts/migrar-fase-dominio.js +200 -200
- package/scripts/migrar-gates-legacy.js +108 -0
- package/scripts/publicar-certification-request.js +115 -0
- package/scripts/runtime-doctor.js +107 -0
- package/scripts/tui/componentes/selector-multi.js +189 -189
- package/scripts/tui/componentes/selector-unico.js +158 -158
- package/scripts/tui/ejecutores.js +375 -375
- package/scripts/tui/lib/colores.js +129 -129
- package/scripts/tui/lib/render.js +264 -264
- package/scripts/tui/lib/teclas.js +113 -113
- package/scripts/tui/pantallas/install-wizard.js +12 -7
- package/scripts/tui/pantallas/menu-principal.js +52 -52
- package/scripts/tui/pantallas/progreso.js +274 -274
- package/scripts/tui/pantallas/resumen.js +132 -132
- package/scripts/validar-userland-vacio.js +110 -110
- package/scripts/verificar-aislamiento-swl-eval.js +87 -0
- package/scripts/verificar-empaquetado-downstream.js +375 -0
- package/scripts/verificar-loop-constructor.js +215 -0
- package/scripts/verificar-trazabilidad.js +13 -6
- package/scripts/verificar-veredicto-real.js +84 -0
|
@@ -5584,5 +5584,667 @@
|
|
|
5584
5584
|
"reglas/usar-context7.md": "cb8ed33b421d06e6e4e6d4de44acd6fe810f84369ef66f91111cf88ffd0457a3",
|
|
5585
5585
|
"reglas/usar-sistema-swl.md": "c33a267ee995a958fc2a590686acf297bcd75ed3bd5eb0533ec4da55e2893051",
|
|
5586
5586
|
"reglas/verificar-citas-normativas.md": "51ca9c6c2d3bb653c2da792aea61054442fcb8bef25eb29cd7e491adb2ceb8e3"
|
|
5587
|
+
},
|
|
5588
|
+
"2.7.0": {
|
|
5589
|
+
"agentes/_intent-spec.md": "58df2403a0ebc66d487423732080e615698325f300b98fd9f7734fb4ae55a6a2",
|
|
5590
|
+
"agentes/_propose-step.md": "298c946f947b557088cedb3fd2631fda756a91510a39e0a3c95a9610e6d3eeba",
|
|
5591
|
+
"agentes/abogado-diablo-swl.md": "9a22a7b545f6b1e95df949568373a58bd31878ec6a16c2a1bc5ef38f74e09238",
|
|
5592
|
+
"agentes/accesibilidad-wcag-swl.md": "24006fae669fb20fe10af9940fad32f787eadf0ac29ae098d9c987c9e51021ad",
|
|
5593
|
+
"agentes/arquitecto-swl.md": "48993081af28f19a390f2729d4f3824abe6a7ac8b6c4c73e6547b149b249dac0",
|
|
5594
|
+
"agentes/auto-evolucion-swl.md": "4525dd1f35663616bbf5fda6a57397611a46ed800269c54f34223d2767db13e0",
|
|
5595
|
+
"agentes/backend-api-swl.md": "97939a5dcef33b178946ca4b35f9676280ccb6c1bd297bf9d443a38315180392",
|
|
5596
|
+
"agentes/backend-csharp-swl.md": "3237e94e41884d70b0b010a818dc7e3e38d59b766106601e29dd8f43f1838411",
|
|
5597
|
+
"agentes/backend-go-swl.md": "17d689bd29eff9192eed64cf54f0d1799c473b8ecec24c086a529bf1da93c6b3",
|
|
5598
|
+
"agentes/backend-java-swl.md": "17aa34a8cb86cb47b7cad84c44c57e1228473188baf522b67baa717ea93f1590",
|
|
5599
|
+
"agentes/backend-node-swl.md": "634d1d57564ef44991cfbbb4a6428956e0a23b3f1d945a50a235b68b7eaa1ba5",
|
|
5600
|
+
"agentes/backend-python-swl.md": "b6eaf68a738b0e5ae6d6613954b3181d46fad942ba4bdc8d309fd5c792d015d0",
|
|
5601
|
+
"agentes/backend-rust-swl.md": "fdb2bb491a00a60e6ab20671be4a4e7e837f452d47e2952493435d6e32752426",
|
|
5602
|
+
"agentes/backend-workers-swl.md": "e35e478e38d6c1a51f633eef6c7c2ca467243c7366347ec4e45022fea031485c",
|
|
5603
|
+
"agentes/cloud-infra-swl.md": "7cef2e280776379fc589c0e3e33627c07a2e1a5c19ea4036ccf7bf350966193d",
|
|
5604
|
+
"agentes/consolidador-swl.md": "7d6ced625a3d899350de33dd5727cd3c89c3a63da8901d78495b8ccec8464e92",
|
|
5605
|
+
"agentes/datos-swl.md": "6a81b554260edf409d1ae855d9bf4a9a00e3a9f2f111b3433e556345e5529b96",
|
|
5606
|
+
"agentes/depurador-swl.md": "27eeae99f4b3f26860c18949e7fb7ea7537995845f6bec8dbfe54897407cbc0f",
|
|
5607
|
+
"agentes/devops-ci-swl.md": "84d3c84010b9b47ca332e0e6f0d5da17375a25fef8ddbc85638e0e6ab56d756d",
|
|
5608
|
+
"agentes/disenador-ui-swl.md": "031d87e99b87e576454d40f48ee32677bc17aee68e155db866ef8a6d56918557",
|
|
5609
|
+
"agentes/documentador-swl.md": "80abaadcbb752e868776e6548904732e9212398be7a45df83b0636bd16531bd3",
|
|
5610
|
+
"agentes/frontend-angular-swl.md": "4a5ce572812ef5f67547413be9edfb3667a0791ebcdfbb807ed708e5bba02748",
|
|
5611
|
+
"agentes/frontend-css-swl.md": "4a8ab0555d5fa6c95abea8e734f93d964010c28d63377de89c7e282754fe2222",
|
|
5612
|
+
"agentes/frontend-react-swl.md": "b15d0d13e09e21aa1f17ea57f182aa1fcd88aa9a6fc4c5b0d7938570d66de2fd",
|
|
5613
|
+
"agentes/frontend-swl.md": "d05c83c133512338e6bdd2523d974fbbfa48d62358d0523e76981c22c4c9ea8a",
|
|
5614
|
+
"agentes/frontend-tailwind-swl.md": "2ebe3f459d93e4465dbdd31f56f4e5d7c22f828fba4cf118c5db2711e25e0371",
|
|
5615
|
+
"agentes/gh-fix-ci-swl.md": "ac670180c562a98aaeaec87e48034652c8d52af6ed8eca7813f3c8a39e4977a0",
|
|
5616
|
+
"agentes/implementador-swl.md": "9d1f1d71ec843bbbd31623cfdf0104b2fe05fd78269f33692a008b6ce4ebf584",
|
|
5617
|
+
"agentes/investigador-swl.md": "20f28f81926f59f3dd2f0805e5459259ebd6249568a0f2c6616687186266a90a",
|
|
5618
|
+
"agentes/investigador-ux-swl.md": "73b1c3324f1213d5d6e88c584b54c5a7c310838b55ed137a0a80d279210545c5",
|
|
5619
|
+
"agentes/llm-apps-swl.md": "86ea63545d97375447b012ee26369422d2115af3b20585c9749543dfe1811264",
|
|
5620
|
+
"agentes/migrador-swl.md": "bd40365cc17a4096c3c8139c29cb11298f4ee24a54b415dd24294ce45b39024d",
|
|
5621
|
+
"agentes/mobile-android-swl.md": "8c177f66b7a78c81f26b49c54aba65a7f9803e4902158ef2f7827f6ccd03f06f",
|
|
5622
|
+
"agentes/mobile-cross-swl.md": "77ecc39fdb88f17a44e2e703fa7f0ba5887e1dd840b3590a11bdc019ece4fc58",
|
|
5623
|
+
"agentes/mobile-ios-swl.md": "e8234ee3647ff774ba278587c3e0bb85823b6d604f03799ea415826e4a13a8e5",
|
|
5624
|
+
"agentes/mobile-testing-swl.md": "86d8d5f407d5d2d439f0154087dac6c383e74d4af0a3aa8c4487ad902ca67f0f",
|
|
5625
|
+
"agentes/nemesis-auditor-swl.md": "ef0eddf5936a6b0f4169b694c0f759e6d4d1ef4824e10739cd09330eece3731c",
|
|
5626
|
+
"agentes/notificador-swl.md": "78e68755e266977c93f8e4c9b119c62a2824c9928d64695d7de720144101547f",
|
|
5627
|
+
"agentes/observabilidad-swl.md": "860cc205da0dcb2eeb481d493e5b6d635d085c4c70e9d3e3e8a9a1a1c2049fc2",
|
|
5628
|
+
"agentes/orquestador-swl.md": "d3167c6eb3de4e84e387f46047d4ba6e4eece32f29a4dc88614a27f80f09f3b0",
|
|
5629
|
+
"agentes/pagos-swl.md": "2a20b5526897d09e003e2d64f024a5b4ba31e0d42504ba2356705af376d95c10",
|
|
5630
|
+
"agentes/perfilador-usuario-swl.md": "9db8999e9a15c95c818cd5cbbc955153ce2e12cea2d5065ed31e118e4a31709e",
|
|
5631
|
+
"agentes/planificador-swl.md": "3c20b17b8de75581c15eb5639a9aa2b7cf5ec485a87a517138c01825432a57a0",
|
|
5632
|
+
"agentes/producto-prd-swl.md": "04610ec4ebd7709afb6a618003a9e81f051c723a6bceacd012fc786ed0a98616",
|
|
5633
|
+
"agentes/red-team-swl.md": "84bd31dd7796c6f376b3418a795677f23fa63a2968df57c9059d1a68dc9e015d",
|
|
5634
|
+
"agentes/release-manager-swl.md": "7e8ca0f3191f825638d1bcd75dd0b7996feb194fac22233414b65afa772bae38",
|
|
5635
|
+
"agentes/rendimiento-swl.md": "24069e09a91f635a39455edc3c65cc20ef8818e6f7c2edfc3f6c8439c620c0bd",
|
|
5636
|
+
"agentes/resolutor-build-swl.md": "502333f6fccc9a0f614ebc3d18e687a0fa10674a1e1c45f31be05af62c8e501f",
|
|
5637
|
+
"agentes/revisor-angular-swl.md": "b013fcf9af9f53072aabaecd9c1d9f8947a9330a1981e0962c6963a2bce5bea0",
|
|
5638
|
+
"agentes/revisor-codigo-swl.md": "73a615c62c9dcb14002bc9f4a51b80742c9fad29dd65714dbf1dfc7b2e13905a",
|
|
5639
|
+
"agentes/revisor-csharp-swl.md": "11802e8bde11f499412e71f31f0b42f4fa66b587d62247297e99e2f4050268d9",
|
|
5640
|
+
"agentes/revisor-go-swl.md": "1038cad186ea7db2d47eb86be4c41d72216ef41202fd11260f3d24a2c77490d6",
|
|
5641
|
+
"agentes/revisor-java-swl.md": "1dc3bc9d311cee4d15c16307765a7db26ee0c4c36086be3d16a4e0ba31c3f61d",
|
|
5642
|
+
"agentes/revisor-kotlin-swl.md": "050ac7f903fb02b087e5cec730d637404a44384b21f1632e147c2f5f5b1c9933",
|
|
5643
|
+
"agentes/revisor-nextjs-swl.md": "d04b77677e8d27749aed527f3f86228e8add00e4f05bda3289fe006188d90c5b",
|
|
5644
|
+
"agentes/revisor-php-swl.md": "f15a13fd11e64ddfab59af4886c947c410624f8c083bde7cc3f1bde0208e3769",
|
|
5645
|
+
"agentes/revisor-react-swl.md": "c39ac757c529fc84633edd47bdaceba2dcbcb2a9f9c2bc65b8dfcc8cd8eb441b",
|
|
5646
|
+
"agentes/revisor-rust-swl.md": "f84c36d280a3b57d141538ef7e9fd47013695c6563add05d30e852e41df6ad7f",
|
|
5647
|
+
"agentes/revisor-seguridad-swl.md": "7418ee59f51d9b13eecc5035365b4a36589ebdcb4e79b736138c9f7c62c50b1a",
|
|
5648
|
+
"agentes/revisor-swift-swl.md": "fd5275103beadf5694826738ff1e33a80aaca94c197921aabf1cddc4e0fd8b24",
|
|
5649
|
+
"agentes/revisor-typescript-swl.md": "ce1a1d1780248cfba579cee0177fcb38d679e9a65152efad60723ac08053f252",
|
|
5650
|
+
"agentes/sre-swl.md": "9d2c4af8966cad8acbaad95aecae2284096df3faa126f11e9716e83a8f08fc7c",
|
|
5651
|
+
"agentes/tdd-qa-swl.md": "965a53422d4895c4686d7c1811f1c528e0191e0cafabdfc8c85e3d5c604eea37",
|
|
5652
|
+
"comandos/swl/actualizar.md": "7fee31634dee7b100379a8473dbfbaa74446e3446aca97fb5e76e1c01a7a7e8e",
|
|
5653
|
+
"comandos/swl/adoptar-proyecto.md": "1791d295edd993a01a17c107b8565e3d4126785993caa56c2ef6b6db9834e0b0",
|
|
5654
|
+
"comandos/swl/aprender.md": "4690d8df7a53f84847b6ced639857e45951b73b67e69a72b30deaa864266e6c0",
|
|
5655
|
+
"comandos/swl/aprobar-plan.md": "72b7c4e5ba033ad2ed18db589eca9e24cebc40bb2f26676fb2f02e4e9a4a194e",
|
|
5656
|
+
"comandos/swl/auditar-deps.md": "6fbe283ce326f90f09fa812c7e4f56b4debcb46ad1aebb4cf0856eed8ffff46c",
|
|
5657
|
+
"comandos/swl/autoresearch.md": "8964576a5bf2f2ad3119a692192c46e6f84338b758f80f8b5e9415df73f3a3f8",
|
|
5658
|
+
"comandos/swl/ayuda.md": "320dcfbb40522468b7e3358937d7e33287ffd56254a1815b12151af8266d742a",
|
|
5659
|
+
"comandos/swl/brainstorm.md": "24bfc5f72ee2e47c147f1623937b6a1a73cde8c2d4d7f6971b2be6d41669db19",
|
|
5660
|
+
"comandos/swl/briefing.md": "a5d330736de160c9cf7da208921066c8a170ede310c4748000af331d5c4d9ecc",
|
|
5661
|
+
"comandos/swl/checkpoint.md": "91af22712265c8945c224718d0287ac21efad8aced174cea1a0a6c4cc7c70c91",
|
|
5662
|
+
"comandos/swl/claudemd.md": "5bae75e77485989f9d9ff09f597fe0010db912e8c34187be6e459b0bbc09c9f1",
|
|
5663
|
+
"comandos/swl/compactar.md": "06baecf464627a45481813bb204dadd560fa45a8a09a2bc47480e6dc0f8cd9f7",
|
|
5664
|
+
"comandos/swl/configurar-ci.md": "ba7b25d80146b38bb4b81885673438fbc2aa72531781046a04781bb9c99d1732",
|
|
5665
|
+
"comandos/swl/contexto.md": "0e664d1d84f995eed4e02925e88c4b137f8f2892193d3be050a5a581443ade76",
|
|
5666
|
+
"comandos/swl/contribuir.md": "37fd17e3dc8cd8b51a0997df66c527eeb41f92abcd63ef032a5da8df4f70ed0f",
|
|
5667
|
+
"comandos/swl/crear-skill.md": "6689efac053de2c80f05182f34c8ddb7ec4f81dba9f3479166cf7bf9f003d71b",
|
|
5668
|
+
"comandos/swl/cron.md": "414d88ea3af453b90386421e1f569cd720b3414afd049afe96fff085d9870667",
|
|
5669
|
+
"comandos/swl/deuda-codigo.md": "b65cad0f234dcb348f3f403828e79ace57ee1a39084e3d79e4dadc6c41e1ba1d",
|
|
5670
|
+
"comandos/swl/discutir-fase.md": "5f691cf22cede099fb98edaa27ae6628c25777102ad21427cb601846a38cdc50",
|
|
5671
|
+
"comandos/swl/ejecutar-fase.md": "eea239bc28a7c8566c3337496e7cef04997585f6061cdc152a1fe7a7f4850f29",
|
|
5672
|
+
"comandos/swl/evaluar-skill.md": "e5ad8899a8bd095bd89c62002481dc677a74630294d5a8d3cb64aa2d7a6aa0bf",
|
|
5673
|
+
"comandos/swl/evolucion-continua.md": "f0895e3e5063e7a910201a8f579c758c2f4c199d42eb1bb7b42f3b9d0daea766",
|
|
5674
|
+
"comandos/swl/evolucionar.md": "3db63f3027cddf8bf766e62ccc89fb9b417af0dfcd2c0b2c4a74c618570eb9b8",
|
|
5675
|
+
"comandos/swl/exportar-vault.md": "23156a79b69e2d85e0e5039dac3f1692780c3ac91ba6c1f715302b8e6eaed26c",
|
|
5676
|
+
"comandos/swl/fix.md": "061929a8131024ea213e633c93b26c761392f5ecca9bf7772d46d6f148c2c55f",
|
|
5677
|
+
"comandos/swl/gateway.md": "a995dfb3f3423ed01f541c26770ec4c4a9baab659e8f4e4b5bfea0b29adbdecc",
|
|
5678
|
+
"comandos/swl/inbox.md": "d688b03288a55a30666a8481a9a6f9563840f7a06c7c365c50f72c064d058370",
|
|
5679
|
+
"comandos/swl/instalar.md": "802519a5a99e858b4143a20fa4bfa5d2114c3984789ef2d0430f3fc517cad0ae",
|
|
5680
|
+
"comandos/swl/instintos.md": "34557efe6c7afcb843714c87b0b6f1c107285f0e081c7b158f4907746b78719a",
|
|
5681
|
+
"comandos/swl/mapear-codebase.md": "bc831928549709c2aefb7cd3bea04266f813bedffb961b893ee4012e4231fac0",
|
|
5682
|
+
"comandos/swl/mcp-status.md": "066139af19b3f194ad2fe579bba2391336151bcce440a10d163c28d5af29ac00",
|
|
5683
|
+
"comandos/swl/modelo.md": "471b47f907836d8069570b94a9cf39c8dd91fcf85d6107329db353e63a3438ff",
|
|
5684
|
+
"comandos/swl/nemesis.md": "37ce36153d46cd666412c35ed65f296676f2db4375c4060edd4a04b2e1d95cf7",
|
|
5685
|
+
"comandos/swl/notificaciones.md": "0c56529711fe13991ee4c00fa9a1105c3d1ae0148084fc552f2c984a34de6e63",
|
|
5686
|
+
"comandos/swl/nuevo-proyecto.md": "adece543737d10ac6ad99d8cb2d1d89a7eca43126a650ec513ef672cfcf52d50",
|
|
5687
|
+
"comandos/swl/planear-fase.md": "fb6a224a6a7d005ca0d0846cfc86e2c33560ab0a76a244c089b41f68dfe27da2",
|
|
5688
|
+
"comandos/swl/plugins.md": "03f5703ab400612bd36f6f65ba7bf0a4ecb9795435580ba5de2020c860a9200b",
|
|
5689
|
+
"comandos/swl/predecir.md": "ca4b95967825d12f9e86b250704c187d161b227bf12b9701bfe2b90744996e95",
|
|
5690
|
+
"comandos/swl/reflect-skills.md": "b15e5ae63267d67eeef260092fb0f4b8dab210544bdf60053b0f86923b961ddb",
|
|
5691
|
+
"comandos/swl/release.md": "fe33d65910719e5f9ff24fe3ddb677a2744fea15db9f30baebc5e95d63ca558b",
|
|
5692
|
+
"comandos/swl/revisar-impacto.md": "662ee411af7b63671eff5a910de4a24ea7971c87241d8648cd6fb6c2403668e0",
|
|
5693
|
+
"comandos/swl/revisar.md": "7b17679c0cadd2fca7a015c302459f7ca127dcae02a74c990cddcddcb4c15f85",
|
|
5694
|
+
"comandos/swl/seguridad.md": "b249a1dea25b2cb7ce43bb2199b07bde57387db13c0bcb2b646a617c007d611f",
|
|
5695
|
+
"comandos/swl/sesiones.md": "6674e6f488f0f308d53d099c8c5347d2fdf7729edb4d6ac855488e0cd93a3c0e",
|
|
5696
|
+
"comandos/swl/skill-search.md": "e0dc8622080ec56da2b98c1ca9f44771daf2d8870fc620edc7ea64a28b7594a5",
|
|
5697
|
+
"comandos/swl/status.md": "9aa6eb0e9bbf5e12d5cf5df5c6aed3b6faecc75196cd5a46d55aac457a28465e",
|
|
5698
|
+
"comandos/swl/verificar.md": "748b57c9a3b9f53eaa6cc2f1cc2692af646caf0d2e0403077b246800613b78c9",
|
|
5699
|
+
"comandos/swl/wiki.md": "68ae8163fa8493ff5d01b8ab281f18ae0939981cc2a88ec3b759f83efc6dfac4",
|
|
5700
|
+
"habilidades/accesibilidad-a11y/SKILL.md": "500372c367122b4d06e04254326a19b196e29d1d7d760b7a4873f136ee19a4ab",
|
|
5701
|
+
"habilidades/agent-browser/SKILL.md": "77cc3d490439ad9a3df02d6b44c45af4436c24768e8f4554ed09b57af1bb0d57",
|
|
5702
|
+
"habilidades/agent-deep-links/SKILL.md": "4fb8150dc13c0d07381701d110c259a452d6b04f981b08e0478e24c38ea9dcab",
|
|
5703
|
+
"habilidades/agentes-como-servicio/SKILL.md": "91e14245d031bfec52b657931fa370fb161f4ae7a7743bc73325f8a420861be6",
|
|
5704
|
+
"habilidades/ai-runtime-security/SKILL.md": "820e59760f7ef29761ffd9d75677e638a5df16fba8ee9fa16813f8e4a6a0828c",
|
|
5705
|
+
"habilidades/angular-avanzado/SKILL.md": "9002c549e1c5aa00726d35a332a1760192927856871e1f7b18c949075da0fc3b",
|
|
5706
|
+
"habilidades/angular-moderno/SKILL.md": "b769f81111ecf114e37e19e7a848aa9ba3e77f5b91bfa8399c7f14c1ddbed11c",
|
|
5707
|
+
"habilidades/api-rest-diseno/SKILL.md": "22898f30ca8e2aa696f9a75f58829eb4d8e7f5e4eb303ee8a981cc93406d9d02",
|
|
5708
|
+
"habilidades/aprender-de-git-diff/SKILL.md": "5be6d2288a3522833935e48d160f27c40e2695d0930869f25bca73a121ba2eb0",
|
|
5709
|
+
"habilidades/aprendizaje-continuo/SKILL.md": "8ea665d256ef1aae364b895c60e7dc193d10ea2d123833b464d54ac01c8658e6",
|
|
5710
|
+
"habilidades/async-python/SKILL.md": "7ebecd6741bc522214bc0ad2e1c29277d174d9e12b4436e66a2e34a88a2bf843",
|
|
5711
|
+
"habilidades/auth-patrones/SKILL.md": "796ddc3ab468b10d1ba8b767fc24b167368c975475d62fc3b5d2523fe28292ea",
|
|
5712
|
+
"habilidades/auto-evolucion-protocolo/SKILL.md": "9a7fc5eb7da0a6f2b7e4d84098ff598303871dd214492afe9739d8982cc988f0",
|
|
5713
|
+
"habilidades/autoresearch/SKILL.md": "8a4a974041576bdedc69e0d762f0c1a787db749cf0ab10acba36aa04c29d1c58",
|
|
5714
|
+
"habilidades/azure-cloud/SKILL.md": "8ae0d4822703c197d25785d23ab37e844788d437b202d08503b00b296da84f76",
|
|
5715
|
+
"habilidades/backend-async-postgres-testing/SKILL.md": "70dbf2b6934feada1f62d2dab2edb635b678e2b9bbf3be0375a31e2e33becec0",
|
|
5716
|
+
"habilidades/backend-error-design/SKILL.md": "3be8263e2f2a5682ff2243088bbdc9ae7e5e7df59495d39d6fed4ba246e641dc",
|
|
5717
|
+
"habilidades/backend-mcp-servidor/SKILL.md": "1db631547e77b61894d5329931369fc8271c03a1383e444117be8d9763481f83",
|
|
5718
|
+
"habilidades/backend-production-resilience/SKILL.md": "c2a4c429a370421833701e7e8d74d9413d21bf014ae45985c8c6d7259fc1a5ff",
|
|
5719
|
+
"habilidades/benchmark-memoria/SKILL.md": "5c14a4a8c56bba72cc468467373a8985dfed3b8181b4407831ac9ba3e2924d54",
|
|
5720
|
+
"habilidades/brainstorming/SKILL.md": "dd2044784fa2cf1726d1a46b309717111249386c717545bbce5e78ddd7484cb1",
|
|
5721
|
+
"habilidades/browser-interaction-patterns/SKILL.md": "3a5ed2f97ad531fdd01d3ffe011e9bdf307e72b614d7372219d789d978164a8e",
|
|
5722
|
+
"habilidades/browser-research-domains/SKILL.md": "a5d16612a06cf24b13802543f789dae4a4a1c161af820edcb939f09278b7b81b",
|
|
5723
|
+
"habilidades/build-errors-cpp/SKILL.md": "048d45d249a15fbc35aa31222bdc9618e5aec2719bf856a59ac84e7fa273cd6f",
|
|
5724
|
+
"habilidades/build-errors-csharp/SKILL.md": "0ca5f92455a11a3c1185fea09b7a0cdd0d8270fe37ac7832688fe2757ea98ff0",
|
|
5725
|
+
"habilidades/build-errors-go/SKILL.md": "5564a566719d5f32fdb8e452624fdddeab118f9afde4b471ff8615e2a6d6ba5e",
|
|
5726
|
+
"habilidades/build-errors-java/SKILL.md": "40191e6120fe98d55dfdbac67350dd112810baba6ffcfc2902ae687e350fbe53",
|
|
5727
|
+
"habilidades/build-errors-kotlin/SKILL.md": "60e3033c492597b62e5359930f95a706a0c679f9a8ca52467eaebe011c826da1",
|
|
5728
|
+
"habilidades/build-errors-nextjs/SKILL.md": "1893d7452af514a8676279cc082fdef3790d136b2334429a7e3f1f668ea87343",
|
|
5729
|
+
"habilidades/build-errors-php/SKILL.md": "398391c87885aa52654e27066b5bdb2bd3c8e3e68eecd939df02b3367df9c21f",
|
|
5730
|
+
"habilidades/build-errors-python/SKILL.md": "73f65c7456c21216fde3c2df3c31a1cb5ec1999e79d9c917afd1bc11eb1bcecb",
|
|
5731
|
+
"habilidades/build-errors-rust/SKILL.md": "6192378e69787658fada7f3e191fe54b1401e234a50f943701c6b088bf509a51",
|
|
5732
|
+
"habilidades/build-errors-swift/SKILL.md": "fabc54050e42abbfdf3402b887b628c47dd0acc37062a8ceaf4494720f7797c7",
|
|
5733
|
+
"habilidades/build-errors-typescript/SKILL.md": "d0372ad6d5e6cfaa5ef487622b947a7ed4797b4cb94cc309be79c9857694b370",
|
|
5734
|
+
"habilidades/calidad-anti-patrones-universales/SKILL.md": "5047fc360759b8d894b3e5c20a344cae46562c8131267c5a59f9d8f8839ef178",
|
|
5735
|
+
"habilidades/calidad-contract-testing/SKILL.md": "dc91fc323fa1f721a5957ad72f5403987c8e49ee0dc059e987bb131e4492f292",
|
|
5736
|
+
"habilidades/calidad-mutation-testing/SKILL.md": "aa8e10f5b4bc8ed9c2faefb55d5db881f5009537e11c6b12eedd4e07dc25eabc",
|
|
5737
|
+
"habilidades/changelog-generator/SKILL.md": "02e47f8903d0032b446a415e2939129a2a329c088c115c15434244d6a82702c8",
|
|
5738
|
+
"habilidades/checklist-calidad/SKILL.md": "4bd1ebfeaf36032cd8078900f60de8a77f55a3a5bbbacec132eab52aadb88fb7",
|
|
5739
|
+
"habilidades/checklist-seguridad/SKILL.md": "839b133a97677b0e9675776a99b6a6351133b65fd99ad6d851dbd84073996348",
|
|
5740
|
+
"habilidades/checkpoints-verificacion/SKILL.md": "5b0c270f5f8fac2ddbcd05573e24391e00a521bdaf7cebffe03389f10eaf2208",
|
|
5741
|
+
"habilidades/ci-cd-pipelines/SKILL.md": "a5a3ccaa688401b1730e972d77f435581315590299d23856ad5434780873cc80",
|
|
5742
|
+
"habilidades/cloud-aws/SKILL.md": "ec428fbc973830351543f7cbfa30bad6785c1f0f30bf3f194effcac5985beadc",
|
|
5743
|
+
"habilidades/compactacion-contexto/SKILL.md": "b7b86e0d2f3d2ad13d7f467855205c6cd65f11ce807278cb1dc22a3519d9940b",
|
|
5744
|
+
"habilidades/contenedores-docker/SKILL.md": "c7335960a2e18d001310974c34ce4765a9a2d98afa6c5826a45d3371c5c472b9",
|
|
5745
|
+
"habilidades/context-builder/SKILL.md": "dc4f392e7d5cc35f4e48dc96ed13a9c8fa407a25509678616d39d6430ee26fdb",
|
|
5746
|
+
"habilidades/control-profundidad/SKILL.md": "5fa212558af44aa4831f0faba3e2c87c77cd5b4bac3d3e194360c8fac40ac4bd",
|
|
5747
|
+
"habilidades/csharp-experto/SKILL.md": "8e8dcdbe80dfdecdcf125e4f466b1e09a8414e471367dc0e108c4c02198acd80",
|
|
5748
|
+
"habilidades/csharp-patrones/SKILL.md": "6886137e008f73cdd5740daead367058a0bdd1b9dacdda8b1b8d0386216dd3cf",
|
|
5749
|
+
"habilidades/csharp-testing/SKILL.md": "af5ddd9b89d3c35151fc4e45add2900fca10f3ab27b6ca29bd0a0e70c74d0df4",
|
|
5750
|
+
"habilidades/css-moderno/SKILL.md": "9ec83d8a94a9347aadd0437af5454e88f1684d5b0f7e2b1089433571ccb5ba84",
|
|
5751
|
+
"habilidades/datos-etl/SKILL.md": "a4f2b3228ab8a93d82aa9aee2a3662ed51ea858b0fb05d3e9345c12f5965a8cf",
|
|
5752
|
+
"habilidades/dbml-experto/SKILL.md": "bf43ba9e88b6f91db799fb7d1a30bfe0e973456804d8f851203c1d5e67d58505",
|
|
5753
|
+
"habilidades/dependencias-auditoria/SKILL.md": "6f6907bfa8facfd5ca9fa44f0eee05484fc7e0cb66ae09b8ac209013de0c95f2",
|
|
5754
|
+
"habilidades/deprecacion-migracion/SKILL.md": "e10a61c5b3ce9703b7fd3d06dbac0b35f89b3f8b91055d8420eefafa3541ff9c",
|
|
5755
|
+
"habilidades/design-tokens/SKILL.md": "b3bab149fe65f9e4a3a720775e1a7fc0032740487434f9012f2960fd8acff158",
|
|
5756
|
+
"habilidades/devsecops-pipeline-security/SKILL.md": "97ab5382c4a803af0b4c0aaf664911695bc1e6c85f910821325acc3f51bc53bb",
|
|
5757
|
+
"habilidades/diagrama-arquitectura/SKILL.md": "1771d492438f0fa0d6b3c81cad6e8dc88410698ac7014cf809172906b62ed906",
|
|
5758
|
+
"habilidades/discutir-fase/SKILL.md": "bf00fabdc8c1559e0e03dc0ae68054ae5433b82d213717d87d518431b5a64e67",
|
|
5759
|
+
"habilidades/diseno-herramientas-agente/SKILL.md": "416bcf1e4955ac9ba65ff6c122e142c123b7db340aa58dde3ae203cb819ad641",
|
|
5760
|
+
"habilidades/diseno-responsivo/SKILL.md": "6aa294c3b201a6bb256acb111e0230ff414c270bcd16d12540a0230855e4f235",
|
|
5761
|
+
"habilidades/django-experto/SKILL.md": "8dea1bac9c2cf000d95127740c790958aba5e10fd8bbed99a9dcdd9ce2f93e04",
|
|
5762
|
+
"habilidades/doc-sync/SKILL.md": "12a1a665f00b8ba0d4762930d78336a37ca006c68ff1e737ba2116d46efce4d8",
|
|
5763
|
+
"habilidades/doubt-driven-review/SKILL.md": "18a16aa4d59fe5cdf87cad0958652458704e6e3e5a8ee8b1128377a7fb818a41",
|
|
5764
|
+
"habilidades/drift-detection/SKILL.md": "7182a1e427699d4547ce9b47f74f86275a1ed6baea1fdc4607254ca141c1d83f",
|
|
5765
|
+
"habilidades/ejecutar-fase/SKILL.md": "da100585a99c2b218a1b134758ea378f05f14744aeb8f30db3cca74c342af5b7",
|
|
5766
|
+
"habilidades/ejecutar-task-iterativo/SKILL.md": "af59419363aaec817a7f32470802c73df0c206d1506f22e6f94f5d6096b4056b",
|
|
5767
|
+
"habilidades/estilo-sin-ai-isms/SKILL.md": "a581d82dedba9bbb73927b5f69006421a28c75958d5e6cf7f3fb069b5c95613d",
|
|
5768
|
+
"habilidades/estructura-proyecto-claude/SKILL.md": "cc5081068b343d95fb0c932a1ade7ea051328f76535046dd8c2dd7d89367bc74",
|
|
5769
|
+
"habilidades/eval-framework/SKILL.md": "6dead0dfcffac39e5182c887671e49900e2a79bc8dcae1877f131206201b1a04",
|
|
5770
|
+
"habilidades/evaluacion-agentes/SKILL.md": "17c08cfae68e423507851a1baabd54edcd6f58e6e2a93ea5250cf81943174035",
|
|
5771
|
+
"habilidades/event-driven/SKILL.md": "fa7627b0178403702200b9e6501c401ccd537481c1e88742bdb7054052f28c42",
|
|
5772
|
+
"habilidades/extraccion-documentos/SKILL.md": "3af2c23b4d1019d5c3cf0f7c98fad7f253d863ad04dade2c23da816c49d74bc9",
|
|
5773
|
+
"habilidades/extractor-de-aprendizajes/SKILL.md": "4bf83af946d1428cba0f06701be239996a551a882e71a1451d7d87044b328677",
|
|
5774
|
+
"habilidades/fastapi-experto/SKILL.md": "d657e80b9edc733966c44c3755cca3ca19a825243cd0bff6eaab4bc046a963b2",
|
|
5775
|
+
"habilidades/feynman-auditor-swl/SKILL.md": "7fb1e239d7096f9d58b88d77acd08afba9ceccab8316ec0808dd6463866c530a",
|
|
5776
|
+
"habilidades/frontend-avanzado/SKILL.md": "4e7c8b402da138a56890a745fc508e77a2d549ff7e37467344efbc07692db28c",
|
|
5777
|
+
"habilidades/gcp-cloud/SKILL.md": "d4f4db699f9cea2ae9fefc7c7b4acc88d8272cb9f41137c8728eec52c17ea9d1",
|
|
5778
|
+
"habilidades/generacion-mermaid/SKILL.md": "8cd0f8ec045ab25f9dd9d52402f816f61ebb24a02223028325bfd6edd6275c3f",
|
|
5779
|
+
"habilidades/git-worktrees-paralelo/SKILL.md": "490ef9a4ce2c518f95d4203b5738b0ac01001d9016ece62432488f382636e83c",
|
|
5780
|
+
"habilidades/go-experto/SKILL.md": "acde2520a9927b6557741fd37254e9852e481f48dbcd5041832008a23fe2f626",
|
|
5781
|
+
"habilidades/go-patrones/SKILL.md": "5bd991417068df614191b7583dab3e3d8761d66e74fad885572a62ea98a1bbf2",
|
|
5782
|
+
"habilidades/go-testing/SKILL.md": "b8e31b72b7ef52df10cccae2aa99691ef3ddf7211c1af7909de5d168465e0300",
|
|
5783
|
+
"habilidades/graphql-experto/SKILL.md": "f8a70a0cd0a888aa43d4c3bdebc8142e8cb2b37df228f9ed3dbccdab9022f6aa",
|
|
5784
|
+
"habilidades/guardrail-semantico/SKILL.md": "000bc86759c68222a35c65d1fd4bba495e9f8aba9fd48dafd186ac2e378a98fe",
|
|
5785
|
+
"habilidades/harness-claude-code/SKILL.md": "539bac3d75be1f35958a738988b6e696231bb0fadb96292bbba97fb74e9206b7",
|
|
5786
|
+
"habilidades/iam-secretos/SKILL.md": "6245a62b3c51e4e9b2caab710d06709e656a2ed84fb9a6de491b6c4767aad890",
|
|
5787
|
+
"habilidades/infra-github-actions/SKILL.md": "5ab93cf917f051b8d5061d85cbae13d3ebc5c6999dc61ff8f01d64ed60dcfef9",
|
|
5788
|
+
"habilidades/instalar-sistema/SKILL.md": "2dfe720c6bd3691e96ce7b45a54e178a5baf0d3a7077d62f3305081efa3e4da2",
|
|
5789
|
+
"habilidades/java-experto/SKILL.md": "cf545788d601fd10a0153e46b8aff67b5f8af0ebc2a753117337e4288faf27bf",
|
|
5790
|
+
"habilidades/java-patrones/SKILL.md": "76d387de2566bd79663a0b2fbfe36b49e4505635167844a4c3c4ce5012de8f64",
|
|
5791
|
+
"habilidades/java-testing/SKILL.md": "5cfc5aa4c86b347023a4c3ed96130b5cc706f8aaa6fa78ad71afbddfa4e6127b",
|
|
5792
|
+
"habilidades/kotlin-compose/SKILL.md": "71c35fef252d475b60908341797ad5c10c4a007225334bda5821843a17013c59",
|
|
5793
|
+
"habilidades/kotlin-experto/SKILL.md": "f1973adbb2614e6dc42521abc6fec17ff9441faac200d48388e9aa333bda7124",
|
|
5794
|
+
"habilidades/kotlin-testing/SKILL.md": "225e23c552dea40f46f8f2bfac7bf91c73e16ff05de59e828645b006963e5021",
|
|
5795
|
+
"habilidades/kubernetes-orquestacion/SKILL.md": "4b06e923d1f95a5dd32f113389798eee660a1b1baafae3722bebbc61dabe9f3b",
|
|
5796
|
+
"habilidades/langchain-langraph/SKILL.md": "f8e5c6242a81849a9d19a4e5a6bbf8d6cf0c5a77737a9f62881b5bf72f953fde",
|
|
5797
|
+
"habilidades/legacy-code-rescue/SKILL.md": "9cf5e64ed05a9ed03cfd10685042350994313a17fc7b2b62bd5cdcfd29ff1fce",
|
|
5798
|
+
"habilidades/likec4-experto/SKILL.md": "0dc5eb07a5413bdba2205c9b577d00dc978d0bc540f526abc9536cf4aa5ef055",
|
|
5799
|
+
"habilidades/manejo-errores/SKILL.md": "1c230410505f57e4e3125ef26116a3e72edb13ed63136517c0ef4a712245c9d6",
|
|
5800
|
+
"habilidades/mapear-codebase/SKILL.md": "b0bcec7dfb20591de7bf77ca8c09f734ddbc7c07e19429691c4cd881090dfbf6",
|
|
5801
|
+
"habilidades/memoria-busqueda/SKILL.md": "ced9c1c0058188ca305d87aca301ee24aa0f9311fb6465cea6b9ecaea772b11a",
|
|
5802
|
+
"habilidades/meta-reglas-extendido/SKILL.md": "28eff34384fc397140cd4e9218779745eded189275d561713c4662d125ad5fbc",
|
|
5803
|
+
"habilidades/meta-skills-estandar/SKILL.md": "05de8248e0eae78f83e1970e30e83d84c633727162538c6304a7a287bc2d6985",
|
|
5804
|
+
"habilidades/microservicios/SKILL.md": "9bcc75168a97fc2f43ab6f08fe21985ebdcb4771d1150746254439042f1af5ce",
|
|
5805
|
+
"habilidades/mobile-flutter/SKILL.md": "4364d61c4bf6bf02e29a7a2c2942475ab71a0ae9df6d9eb2de9f774132da562e",
|
|
5806
|
+
"habilidades/mobile-react-native/SKILL.md": "97d47a359e7f4b6d2ef833e4e1b904bc9d3905e8b4676b4a5aadef1a1d7082d2",
|
|
5807
|
+
"habilidades/mongodb-experto/SKILL.md": "924eb3779c5a7f6de7517397d42ea7ca16c550e534a712524c49f1cc7bf8b7e9",
|
|
5808
|
+
"habilidades/monitoring-alertas/SKILL.md": "641d42946c1eebf8ae42b273f150d2257cbbfdd649f3135bfa282774016aefa8",
|
|
5809
|
+
"habilidades/nemesis-evaluacion-json/SKILL.md": "34c9b9b763706632f5741a5267e8b474a6c6666a685112a7ebd864ea4a077af9",
|
|
5810
|
+
"habilidades/nemesis-redistribuir/SKILL.md": "b2ed30b2f2c57239f0bc1a228da14e4d7d3256bbd5f577a44bb6a035042093c1",
|
|
5811
|
+
"habilidades/nestjs-experto/SKILL.md": "adaace2a47e5b6f40801d751fa5e7197f2ecb84da94942b10562520c944df0cc",
|
|
5812
|
+
"habilidades/nextjs-experto/SKILL.md": "fa0305930d2ef7d3ae5ee60f015de1486163c3e7ee58f76e6b447f62eb3fa59f",
|
|
5813
|
+
"habilidades/nextjs-patrones/SKILL.md": "d97850fb296d80965f995fd4f709c3cbeb5cf01ef0c1da775bcb022c65f0ea0b",
|
|
5814
|
+
"habilidades/nextjs-testing/SKILL.md": "30d1bc2a006c8da886b9cfcd43c28b52159fdd6cf63101296785edbc90099d88",
|
|
5815
|
+
"habilidades/node-experto/SKILL.md": "44705c5fa9615e1ddc86f62b4cf3041d183f08f11fe134695a8b5cf5a00f5cc8",
|
|
5816
|
+
"habilidades/notificaciones-multicanal/SKILL.md": "d707ca749ce1d73066e99dc25fe7905b7dd0ea99059549e28de3a5af2ff37bb8",
|
|
5817
|
+
"habilidades/nuevo-proyecto/SKILL.md": "8b07d548b6dabe945674ca4571f53146265737ae9241f2903cfc5ef00287f92a",
|
|
5818
|
+
"habilidades/orquestacion-async/SKILL.md": "ef6db48bb8220f9c5ab3ddfb4a289ddda0ac25d4990b6fc879bbe32a2bdc390a",
|
|
5819
|
+
"habilidades/patrones-python/SKILL.md": "b1ef79daf505cb7790f93bb1db694ac35bb542a2a4603717de74d2533e9ef52e",
|
|
5820
|
+
"habilidades/perfil-usuario/SKILL.md": "6887b812f57b357ef289e6f66efe17e4e92b4ce4458e5492a8f7b426fdd08deb",
|
|
5821
|
+
"habilidades/performance-baseline/SKILL.md": "a471b230da1fe20ab0b36a1495b4c2e2dd17c5b8bab02e2a464dff290ef21044",
|
|
5822
|
+
"habilidades/php-experto/SKILL.md": "4bfe0222719b2f0c699391155063fd8f1093b2e4f1bc229bc24eafc6c3cbe142",
|
|
5823
|
+
"habilidades/php-patrones/SKILL.md": "238265a70101654dd983e186e9399d62e63152beb22ff120bd4738d4015486b6",
|
|
5824
|
+
"habilidades/php-testing/SKILL.md": "79172361b329873593ed14ade150a6660e403c78f87dd9a1fbdd1135a3682d3d",
|
|
5825
|
+
"habilidades/planear-fase/SKILL.md": "10e8ff013e56342902c037e1909bf4e0e6b2a68e82e299f33f1f34f9aaafd959",
|
|
5826
|
+
"habilidades/postgresql-experto/SKILL.md": "3943a191fd4ace75136cd82985f3ca337c941b35f01828850d6487d22181ce9a",
|
|
5827
|
+
"habilidades/prevencion-racionalizacion/SKILL.md": "3978236740c4861b879270993d423f1f0d3e5adf3cd29de40a1db026f95b2da2",
|
|
5828
|
+
"habilidades/prevencion-sobreingenieria/SKILL.md": "747566a77da85a851ad9e14e4f1a839df9873bdcc44d92963df2c9deb6ca604d",
|
|
5829
|
+
"habilidades/privacy-memoria/SKILL.md": "747e3a4b43faf68c5491226b28b7bc447e85a257d0a1cf9e8be09f426a3400f5",
|
|
5830
|
+
"habilidades/proceso-autoverificacion-evidencias/SKILL.md": "92be7ce4fbda1f241a556738a7eeeeb784f0ba1eb6a6eeca927a4c0d43ff17d3",
|
|
5831
|
+
"habilidades/proceso-confianza-pre-implementacion/SKILL.md": "a4df4d11e1bb56ce92212dc5cfb2801aed2fbc68afe8b200a695b757e9823b4d",
|
|
5832
|
+
"habilidades/proceso-ddia-fundamentos/SKILL.md": "b865bb863cfe1a57ea561508ac9c1233c08a27d91e92f4952b181d200203b0f3",
|
|
5833
|
+
"habilidades/proceso-ddia-streaming/SKILL.md": "59ae94da3e656871416c0b47944bf4fae02215c4d3cf7e2f826f206483341515",
|
|
5834
|
+
"habilidades/proceso-debate-adversarial/SKILL.md": "0a9fe26d605c8891fde6a0372a57c8575ee36bd0b74db72d2a1e9e0a18a768d9",
|
|
5835
|
+
"habilidades/proceso-discovery-machote/SKILL.md": "8b6de90ddc971dbdf9d86745792d0149e8d44de5b3c24e9b1399ff643f146972",
|
|
5836
|
+
"habilidades/proceso-dynamic-workflows/SKILL.md": "56b4410405d6060f8a0bcc28736799eead5748b208a7a1abc5a8eca1d2e540c8",
|
|
5837
|
+
"habilidades/proceso-ingenieria-requerimientos/SKILL.md": "ca484be02f9706450f063d26ac6fd180bb63fc74bf3f53d7549933bae6991ac9",
|
|
5838
|
+
"habilidades/proceso-intent-engineering/SKILL.md": "38cfc73217d54b61e93685dd7bf5f5cb6433e1fc6bccbc0f5a076764ada0418d",
|
|
5839
|
+
"habilidades/proceso-modular-split/SKILL.md": "2ede321545b53721ddeda31f186843d97274b9adbd52f52ca33cb8db143b4ad2",
|
|
5840
|
+
"habilidades/prompt-engineering/SKILL.md": "b104ef8326950f0b456b115d2a83d6c67a085ff235db9d410bd5e9c913fe5db4",
|
|
5841
|
+
"habilidades/protocolo-revision-swl/SKILL.md": "456232d1ca1f40fae9dd51fb6da1a9aefec641a93450688e32df4884a67097e8",
|
|
5842
|
+
"habilidades/rag-arquitectura/SKILL.md": "163dc5a65dbfd38935a0d0388338c35898fdd095d33bce671b7fdc349f1f0d1b",
|
|
5843
|
+
"habilidades/rails-experto/SKILL.md": "c80d012804c070bcaf3b6b7a749f67d6f7b5bfa9a32246a743ecca5a494c34e7",
|
|
5844
|
+
"habilidades/react-experto/SKILL.md": "90ab3df1f9e2b590362bd0088d3f1e700b22f40e15adee85f814adbfbad4255d",
|
|
5845
|
+
"habilidades/react-optimizacion/SKILL.md": "4d26faf586b2404db7e48b59548eb33cd41bb0163af966886a83b733afac1f8a",
|
|
5846
|
+
"habilidades/redis-experto/SKILL.md": "bd78eb53366e6f3da5c79017ac3942a1b2b0d38b56671aa506d054aef1d1a7e7",
|
|
5847
|
+
"habilidades/reducir-entropia/SKILL.md": "8152a0de3c5d5406e3ce5bdeb1530119a31f5788fabdd671e2d2f1e73475d2f8",
|
|
5848
|
+
"habilidades/release-semver/SKILL.md": "a3f291b75ce0ad9ed91a361ea81879f72e06ff0c1d35d2d5a4a1814f9aa3c32e",
|
|
5849
|
+
"habilidades/rust-experto/SKILL.md": "79a2591d50678b72fecdf07b713c3ddbfcecef28667ef28eec0daa9c78b8a18c",
|
|
5850
|
+
"habilidades/rust-patrones/SKILL.md": "c58a1b9467aa9d3056e066a997908ba876c65a0fdae8697f2d36f3569a3acc2a",
|
|
5851
|
+
"habilidades/rust-testing/SKILL.md": "fee2f695d0be176d1cfaff207933969e983782beb075d681baa4ee9b9a0b0031",
|
|
5852
|
+
"habilidades/seguridad-skills-ia/SKILL.md": "af5988b859e7336bb59da30c9380e34240e6cb829f463f6761854a7c427305df",
|
|
5853
|
+
"habilidades/sql-optimizacion/SKILL.md": "2fb04e9aa1154d5ff44eea5dbcd578561ce79649c96fd04f21e4bcb4b5dc8688",
|
|
5854
|
+
"habilidades/sre-patrones/SKILL.md": "96caebd46b0c1e38b6671c0dcd115e454425da180ead5765e5d88ca39b5e8f57",
|
|
5855
|
+
"habilidades/state-inconsistency-auditor-swl/SKILL.md": "7abcac8e33415db401b4ec6358a49d629524f2e2dcdffbe1fa8d8ce681153fba",
|
|
5856
|
+
"habilidades/stripe-pagos/SKILL.md": "0a2398ab2ea456a401315cc7bd10bc75efbe7ddc7d2578e0ade4b550ba7bbb99",
|
|
5857
|
+
"habilidades/structured-outputs/SKILL.md": "b60c51314b01ace68bd9091b10e5063ea119cb86c5da742d44918c61c2f06c01",
|
|
5858
|
+
"habilidades/swift-experto/SKILL.md": "e7eb701f8e97e249f34ab086a50f32acc7b73f1e3173f2f630f67d1f8ddca02e",
|
|
5859
|
+
"habilidades/swift-patrones/SKILL.md": "9317a34e80dfd3725be11b96d4daf3b7a5dc99a931edcd1b8a9bf93683e23ce7",
|
|
5860
|
+
"habilidades/swift-testing/SKILL.md": "97d0fe9334f8da9d84898eeab5d718a8ab061c5f1b84cb3fa9f29d4ff4c608e4",
|
|
5861
|
+
"habilidades/swl-claudemd/SKILL.md": "34c64e6a6c6377912d3687ebe1b71f8143c96eaf11cbc89ff84ed8f2b4206d8d",
|
|
5862
|
+
"habilidades/swl-dashboard/SKILL.md": "be640e291414d8f1c956f4046ae20bc2e4ec905bbef6842850fe2ae700c777a6",
|
|
5863
|
+
"habilidades/swl-markitdown/SKILL.md": "6d8fd5e59e8ce3f94877cecdd34c83ffee0bcd90ad51bdad809fa77ce1d6a841",
|
|
5864
|
+
"habilidades/swl-revisar-impacto/SKILL.md": "bff7589944a4304046d0e812ba829b21871be080d39bdfe7cc76b112ce74fe53",
|
|
5865
|
+
"habilidades/tailwind-experto/SKILL.md": "42a2bb9f48ee73aff928053de1f7635dba5d3360da18df516c2d03ed4b30ed21",
|
|
5866
|
+
"habilidades/tdd-workflow/SKILL.md": "9086f0c9cdb0a7aa2f432f5cabfd3709f2afb49e8fa19b3643f58eee2e84c6aa",
|
|
5867
|
+
"habilidades/terraform-experto/SKILL.md": "be89eb4d2e14fdab3cb005c5dd46548171c9b783088e87e26f403908cec9a49c",
|
|
5868
|
+
"habilidades/testing-python/SKILL.md": "858eca33f9e1189ff94399b19e9835919ca190c51c1f1fa49531cf56fd2965a4",
|
|
5869
|
+
"habilidades/threat-model-lite/SKILL.md": "5809eda4d3ddf9f8b78689eb21f9f13dcdadd1eab2d801838f1fa02580690f55",
|
|
5870
|
+
"habilidades/tracing-processor/SKILL.md": "caa8f914453b4bc5edd75ebcac32a3633967237d9201eb9fb58223432caac3d5",
|
|
5871
|
+
"habilidades/typescript-avanzado/SKILL.md": "698088688f40116f1f82470933f5fbe1afe79ff1d45a4ac17d86619f95f481bd",
|
|
5872
|
+
"habilidades/typescript-diagnosticos/SKILL.md": "798a564878c60f567082cc87e45d0924494d1790892d613a1a825605f6e4a298",
|
|
5873
|
+
"habilidades/ux-diseno/SKILL.md": "e1bf67fa394905cdc89eb9ac21a47393f4cfe6cea57f0105e40ec5f0bba10b90",
|
|
5874
|
+
"habilidades/validacion-ci-sistema/SKILL.md": "29f25e2a588891b453ba101576fccc695a60e0fabf8134881d54f8fa61c8f210",
|
|
5875
|
+
"habilidades/verificacion-evidencia/SKILL.md": "4f88c6872b95c250f8ec27fd57e05da1e6650acf3eeda9a411dc1493073a9da7",
|
|
5876
|
+
"habilidades/verificar-trabajo/SKILL.md": "22fe8740b1bde2aba898be558968feb1a51cbaf968b30255c8b84c9d2fe5bb4f",
|
|
5877
|
+
"habilidades/web-fetcher-routing/SKILL.md": "06d6e3b1a880732a9b0584e1e4c98488e81d0863d53ef3be3eaa147116e2c203",
|
|
5878
|
+
"habilidades/wiki-conocimiento/SKILL.md": "59870d616701f90265fe7d5695ec744390dcd0875ebd989309cf37e3a34aba87",
|
|
5879
|
+
"habilidades/wireframes-flujos/SKILL.md": "7655d0941b5a6ac0d922517b349ff71a4febdb09ca4c8f7c09c6183ddff23743",
|
|
5880
|
+
"habilidades/workflow-claude-code/SKILL.md": "179e4c4e6ee657bbc2632bded91ed11e96d7edeab402be1e72a5394764767c69",
|
|
5881
|
+
"reglas/accesibilidad.md": "21914b99f001d3bfc38a39f609bbafe4c58846d3617fea68a7156a29dc58d9f6",
|
|
5882
|
+
"reglas/analisis-previo-tareas-grandes.md": "d0d6b6675e6af79acfaabdada0560e50d43e9632970966dcea617fb53b69d75b",
|
|
5883
|
+
"reglas/analizar-directorios-antes-de-escribir.md": "588ca1a538b075163512b243d016f191e1050db9f7cc78c0590e92f8bf91a0cb",
|
|
5884
|
+
"reglas/api-diseno.md": "7d703f898a113c273e7404b95441afb66c87784d5973bc6149675a63226bc71f",
|
|
5885
|
+
"reglas/arquitectura.md": "ad3fa4c4e9ec9dae8c6065fb041993bde56377022ec015e7ccbaea3b9a352bd6",
|
|
5886
|
+
"reglas/arreglar-al-detectar.md": "5332d76fba3efc3979dda90a8efa8bb715833aa424e5954cb9687fd63c2085ae",
|
|
5887
|
+
"reglas/auditorias-documentales-estructurales.md": "1cf2c6f30a34fd15c5197d121f77339fa787ce5da4d34a9c5ae14b333bcae7ae",
|
|
5888
|
+
"reglas/brevedad-output.md": "094b981711cef8b6111db47d0a79260f48f773f6582927a235d74fabb062489f",
|
|
5889
|
+
"reglas/cloud-infra.md": "eb46c31abfa0f000408d7552b1bf1d67acc8f98daaac7f5286fee8b5935ac71b",
|
|
5890
|
+
"reglas/consultar-vault-primero.md": "19c751d1ff2752000d5bde8ce503f5afc14c34c8e997df9c8d9dd02b7ab41ae1",
|
|
5891
|
+
"reglas/debatir-antes-de-aceptar.md": "f5d8b498238fb87dbc985b82889af4bee88f81709d5034446056c9885bac9c32",
|
|
5892
|
+
"reglas/docs.md": "29ea33a5b097f5a0f5c7b779af02ef0d0d71c9c3960918798ea8121f1fb65f51",
|
|
5893
|
+
"reglas/estilo-codigo.md": "655741422b6f74caf4b54c6a0be28f7b9445d4011ea32fe9a65c58781fd305b1",
|
|
5894
|
+
"reglas/fragmentos-compartidos.md": "4002f0e16378b071aefafa1717179e52874244ee973085c71d1b6d1302f5102a",
|
|
5895
|
+
"reglas/git-coauthor.md": "1f1733d13866771d86bc15f55f5009330b3e274fa31f9a241b226c3888f6fd57",
|
|
5896
|
+
"reglas/git-workflow.md": "9d7c4312ac3d8ab4f8f5a667ec8f067496f531375c285f50cc4c4e760e580432",
|
|
5897
|
+
"reglas/gobernanza.md": "5280106f8d475358bf92c08ef74ba483440e63a4d5b8deb8f60f4116126adae0",
|
|
5898
|
+
"reglas/hooks.md": "66d010b169e7617aa50b28c29f9d8e0ad22379c08b79ba357978bd7c32eeece6",
|
|
5899
|
+
"reglas/intent-engineering.md": "2f6795ec03ced68725ac0ee830d96d9259c418dafd80d1782ddc6db42634388d",
|
|
5900
|
+
"reglas/markitdown.md": "0cfb395b9a4ed704767b5b4eab90f5f2bffba14ec80be189918f32d781abd330",
|
|
5901
|
+
"reglas/memoria-consolidada.md": "dddb566f829e192fe28edcbb53da5b9720c7a1c70b62615571ff8950381ad708",
|
|
5902
|
+
"reglas/monitor-ci.md": "a22628c6072002204df6dbb5faa69aa217ae835fe2d06062a4ee50f224085c81",
|
|
5903
|
+
"reglas/patrones.md": "d70e9fd42674c03b1dd9d21f5d69188332ba6a7a5b80134580110c812e8cf710",
|
|
5904
|
+
"reglas/performance.md": "0d2506b516984728c346b65fbc319d30e4a8157d7ea6fa34cdf5403cc0e7b6c3",
|
|
5905
|
+
"reglas/pruebas.md": "75f97384f7306a7afb043167701a4163068a7c0e0d7cb6bf4fe60ff5cf6a8247",
|
|
5906
|
+
"reglas/registro-componentes-nuevos.md": "42b1d16a1bf57ce52b7a2715fc3acff78e683ab3851ba7a71e30d0b9cff36903",
|
|
5907
|
+
"reglas/seguridad-agentes.md": "606162508959b2f673e2382cd53fd0b1039b7551e0d2ee60d573426b6578c73f",
|
|
5908
|
+
"reglas/seguridad.md": "403a398328121936cb7c34deaded7300c8741ee0e3dd54e8b4a38d9c4d936b40",
|
|
5909
|
+
"reglas/sesiones-paralelas.md": "ecb98b47870d53ff6b79421e5db4a7c2ed189a8d63e9e3c671888d3ec220b7de",
|
|
5910
|
+
"reglas/sin-duplicacion-reglas-globales.md": "7bd1695a81cd5f1bd673a617cd05e7612070e8817e226a71ab80102454de0b79",
|
|
5911
|
+
"reglas/skills-estandar.md": "aa0f096fc34dde87a7f15bed79837e57d7102da2fc1022e8e39026b028f907d8",
|
|
5912
|
+
"reglas/testing.md": "e0e85a952dbf5598b49ccc540cc41d332b29355aedd3d20f0252febe1e2e4faa",
|
|
5913
|
+
"reglas/tests-cleanup.md": "07c0d2344c7937b480deeeeca83f9b2e31de904a17d41fcfffbce555b933c690",
|
|
5914
|
+
"reglas/usar-code-review-graph.md": "a8e39c9e0dd2485079e7685a8094865711ee423ba05517b88960c8f908541d17",
|
|
5915
|
+
"reglas/usar-context7.md": "cb8ed33b421d06e6e4e6d4de44acd6fe810f84369ef66f91111cf88ffd0457a3",
|
|
5916
|
+
"reglas/usar-sistema-swl.md": "c33a267ee995a958fc2a590686acf297bcd75ed3bd5eb0533ec4da55e2893051",
|
|
5917
|
+
"reglas/verificar-citas-normativas.md": "51ca9c6c2d3bb653c2da792aea61054442fcb8bef25eb29cd7e491adb2ceb8e3"
|
|
5918
|
+
},
|
|
5919
|
+
"2.8.0": {
|
|
5920
|
+
"agentes/_intent-spec.md": "58df2403a0ebc66d487423732080e615698325f300b98fd9f7734fb4ae55a6a2",
|
|
5921
|
+
"agentes/_propose-step.md": "298c946f947b557088cedb3fd2631fda756a91510a39e0a3c95a9610e6d3eeba",
|
|
5922
|
+
"agentes/abogado-diablo-swl.md": "9a22a7b545f6b1e95df949568373a58bd31878ec6a16c2a1bc5ef38f74e09238",
|
|
5923
|
+
"agentes/accesibilidad-wcag-swl.md": "24006fae669fb20fe10af9940fad32f787eadf0ac29ae098d9c987c9e51021ad",
|
|
5924
|
+
"agentes/arquitecto-swl.md": "48993081af28f19a390f2729d4f3824abe6a7ac8b6c4c73e6547b149b249dac0",
|
|
5925
|
+
"agentes/auto-evolucion-swl.md": "4525dd1f35663616bbf5fda6a57397611a46ed800269c54f34223d2767db13e0",
|
|
5926
|
+
"agentes/backend-api-swl.md": "97939a5dcef33b178946ca4b35f9676280ccb6c1bd297bf9d443a38315180392",
|
|
5927
|
+
"agentes/backend-csharp-swl.md": "3237e94e41884d70b0b010a818dc7e3e38d59b766106601e29dd8f43f1838411",
|
|
5928
|
+
"agentes/backend-go-swl.md": "17d689bd29eff9192eed64cf54f0d1799c473b8ecec24c086a529bf1da93c6b3",
|
|
5929
|
+
"agentes/backend-java-swl.md": "17aa34a8cb86cb47b7cad84c44c57e1228473188baf522b67baa717ea93f1590",
|
|
5930
|
+
"agentes/backend-node-swl.md": "634d1d57564ef44991cfbbb4a6428956e0a23b3f1d945a50a235b68b7eaa1ba5",
|
|
5931
|
+
"agentes/backend-python-swl.md": "b6eaf68a738b0e5ae6d6613954b3181d46fad942ba4bdc8d309fd5c792d015d0",
|
|
5932
|
+
"agentes/backend-rust-swl.md": "fdb2bb491a00a60e6ab20671be4a4e7e837f452d47e2952493435d6e32752426",
|
|
5933
|
+
"agentes/backend-workers-swl.md": "e35e478e38d6c1a51f633eef6c7c2ca467243c7366347ec4e45022fea031485c",
|
|
5934
|
+
"agentes/cloud-infra-swl.md": "7cef2e280776379fc589c0e3e33627c07a2e1a5c19ea4036ccf7bf350966193d",
|
|
5935
|
+
"agentes/consolidador-swl.md": "7d6ced625a3d899350de33dd5727cd3c89c3a63da8901d78495b8ccec8464e92",
|
|
5936
|
+
"agentes/datos-swl.md": "6a81b554260edf409d1ae855d9bf4a9a00e3a9f2f111b3433e556345e5529b96",
|
|
5937
|
+
"agentes/depurador-swl.md": "27eeae99f4b3f26860c18949e7fb7ea7537995845f6bec8dbfe54897407cbc0f",
|
|
5938
|
+
"agentes/devops-ci-swl.md": "84d3c84010b9b47ca332e0e6f0d5da17375a25fef8ddbc85638e0e6ab56d756d",
|
|
5939
|
+
"agentes/disenador-ui-swl.md": "031d87e99b87e576454d40f48ee32677bc17aee68e155db866ef8a6d56918557",
|
|
5940
|
+
"agentes/documentador-swl.md": "80abaadcbb752e868776e6548904732e9212398be7a45df83b0636bd16531bd3",
|
|
5941
|
+
"agentes/frontend-angular-swl.md": "4a5ce572812ef5f67547413be9edfb3667a0791ebcdfbb807ed708e5bba02748",
|
|
5942
|
+
"agentes/frontend-css-swl.md": "4a8ab0555d5fa6c95abea8e734f93d964010c28d63377de89c7e282754fe2222",
|
|
5943
|
+
"agentes/frontend-react-swl.md": "b15d0d13e09e21aa1f17ea57f182aa1fcd88aa9a6fc4c5b0d7938570d66de2fd",
|
|
5944
|
+
"agentes/frontend-swl.md": "d05c83c133512338e6bdd2523d974fbbfa48d62358d0523e76981c22c4c9ea8a",
|
|
5945
|
+
"agentes/frontend-tailwind-swl.md": "2ebe3f459d93e4465dbdd31f56f4e5d7c22f828fba4cf118c5db2711e25e0371",
|
|
5946
|
+
"agentes/gh-fix-ci-swl.md": "ac670180c562a98aaeaec87e48034652c8d52af6ed8eca7813f3c8a39e4977a0",
|
|
5947
|
+
"agentes/implementador-swl.md": "9d1f1d71ec843bbbd31623cfdf0104b2fe05fd78269f33692a008b6ce4ebf584",
|
|
5948
|
+
"agentes/investigador-swl.md": "20f28f81926f59f3dd2f0805e5459259ebd6249568a0f2c6616687186266a90a",
|
|
5949
|
+
"agentes/investigador-ux-swl.md": "73b1c3324f1213d5d6e88c584b54c5a7c310838b55ed137a0a80d279210545c5",
|
|
5950
|
+
"agentes/llm-apps-swl.md": "86ea63545d97375447b012ee26369422d2115af3b20585c9749543dfe1811264",
|
|
5951
|
+
"agentes/migrador-swl.md": "bd40365cc17a4096c3c8139c29cb11298f4ee24a54b415dd24294ce45b39024d",
|
|
5952
|
+
"agentes/mobile-android-swl.md": "8c177f66b7a78c81f26b49c54aba65a7f9803e4902158ef2f7827f6ccd03f06f",
|
|
5953
|
+
"agentes/mobile-cross-swl.md": "77ecc39fdb88f17a44e2e703fa7f0ba5887e1dd840b3590a11bdc019ece4fc58",
|
|
5954
|
+
"agentes/mobile-ios-swl.md": "e8234ee3647ff774ba278587c3e0bb85823b6d604f03799ea415826e4a13a8e5",
|
|
5955
|
+
"agentes/mobile-testing-swl.md": "86d8d5f407d5d2d439f0154087dac6c383e74d4af0a3aa8c4487ad902ca67f0f",
|
|
5956
|
+
"agentes/nemesis-auditor-swl.md": "ef0eddf5936a6b0f4169b694c0f759e6d4d1ef4824e10739cd09330eece3731c",
|
|
5957
|
+
"agentes/notificador-swl.md": "78e68755e266977c93f8e4c9b119c62a2824c9928d64695d7de720144101547f",
|
|
5958
|
+
"agentes/observabilidad-swl.md": "860cc205da0dcb2eeb481d493e5b6d635d085c4c70e9d3e3e8a9a1a1c2049fc2",
|
|
5959
|
+
"agentes/orquestador-swl.md": "d3167c6eb3de4e84e387f46047d4ba6e4eece32f29a4dc88614a27f80f09f3b0",
|
|
5960
|
+
"agentes/pagos-swl.md": "2a20b5526897d09e003e2d64f024a5b4ba31e0d42504ba2356705af376d95c10",
|
|
5961
|
+
"agentes/perfilador-usuario-swl.md": "9db8999e9a15c95c818cd5cbbc955153ce2e12cea2d5065ed31e118e4a31709e",
|
|
5962
|
+
"agentes/planificador-swl.md": "3c20b17b8de75581c15eb5639a9aa2b7cf5ec485a87a517138c01825432a57a0",
|
|
5963
|
+
"agentes/producto-prd-swl.md": "04610ec4ebd7709afb6a618003a9e81f051c723a6bceacd012fc786ed0a98616",
|
|
5964
|
+
"agentes/red-team-swl.md": "84bd31dd7796c6f376b3418a795677f23fa63a2968df57c9059d1a68dc9e015d",
|
|
5965
|
+
"agentes/release-manager-swl.md": "7e8ca0f3191f825638d1bcd75dd0b7996feb194fac22233414b65afa772bae38",
|
|
5966
|
+
"agentes/rendimiento-swl.md": "24069e09a91f635a39455edc3c65cc20ef8818e6f7c2edfc3f6c8439c620c0bd",
|
|
5967
|
+
"agentes/resolutor-build-swl.md": "502333f6fccc9a0f614ebc3d18e687a0fa10674a1e1c45f31be05af62c8e501f",
|
|
5968
|
+
"agentes/revisor-angular-swl.md": "b013fcf9af9f53072aabaecd9c1d9f8947a9330a1981e0962c6963a2bce5bea0",
|
|
5969
|
+
"agentes/revisor-codigo-swl.md": "73a615c62c9dcb14002bc9f4a51b80742c9fad29dd65714dbf1dfc7b2e13905a",
|
|
5970
|
+
"agentes/revisor-csharp-swl.md": "11802e8bde11f499412e71f31f0b42f4fa66b587d62247297e99e2f4050268d9",
|
|
5971
|
+
"agentes/revisor-go-swl.md": "1038cad186ea7db2d47eb86be4c41d72216ef41202fd11260f3d24a2c77490d6",
|
|
5972
|
+
"agentes/revisor-java-swl.md": "1dc3bc9d311cee4d15c16307765a7db26ee0c4c36086be3d16a4e0ba31c3f61d",
|
|
5973
|
+
"agentes/revisor-kotlin-swl.md": "050ac7f903fb02b087e5cec730d637404a44384b21f1632e147c2f5f5b1c9933",
|
|
5974
|
+
"agentes/revisor-nextjs-swl.md": "d04b77677e8d27749aed527f3f86228e8add00e4f05bda3289fe006188d90c5b",
|
|
5975
|
+
"agentes/revisor-php-swl.md": "f15a13fd11e64ddfab59af4886c947c410624f8c083bde7cc3f1bde0208e3769",
|
|
5976
|
+
"agentes/revisor-react-swl.md": "c39ac757c529fc84633edd47bdaceba2dcbcb2a9f9c2bc65b8dfcc8cd8eb441b",
|
|
5977
|
+
"agentes/revisor-rust-swl.md": "f84c36d280a3b57d141538ef7e9fd47013695c6563add05d30e852e41df6ad7f",
|
|
5978
|
+
"agentes/revisor-seguridad-swl.md": "7418ee59f51d9b13eecc5035365b4a36589ebdcb4e79b736138c9f7c62c50b1a",
|
|
5979
|
+
"agentes/revisor-swift-swl.md": "fd5275103beadf5694826738ff1e33a80aaca94c197921aabf1cddc4e0fd8b24",
|
|
5980
|
+
"agentes/revisor-typescript-swl.md": "ce1a1d1780248cfba579cee0177fcb38d679e9a65152efad60723ac08053f252",
|
|
5981
|
+
"agentes/sre-swl.md": "9d2c4af8966cad8acbaad95aecae2284096df3faa126f11e9716e83a8f08fc7c",
|
|
5982
|
+
"agentes/tdd-qa-swl.md": "965a53422d4895c4686d7c1811f1c528e0191e0cafabdfc8c85e3d5c604eea37",
|
|
5983
|
+
"comandos/swl/actualizar.md": "7fee31634dee7b100379a8473dbfbaa74446e3446aca97fb5e76e1c01a7a7e8e",
|
|
5984
|
+
"comandos/swl/adoptar-proyecto.md": "1791d295edd993a01a17c107b8565e3d4126785993caa56c2ef6b6db9834e0b0",
|
|
5985
|
+
"comandos/swl/aprender.md": "4690d8df7a53f84847b6ced639857e45951b73b67e69a72b30deaa864266e6c0",
|
|
5986
|
+
"comandos/swl/aprobar-plan.md": "72b7c4e5ba033ad2ed18db589eca9e24cebc40bb2f26676fb2f02e4e9a4a194e",
|
|
5987
|
+
"comandos/swl/auditar-deps.md": "6fbe283ce326f90f09fa812c7e4f56b4debcb46ad1aebb4cf0856eed8ffff46c",
|
|
5988
|
+
"comandos/swl/autoresearch.md": "8964576a5bf2f2ad3119a692192c46e6f84338b758f80f8b5e9415df73f3a3f8",
|
|
5989
|
+
"comandos/swl/ayuda.md": "320dcfbb40522468b7e3358937d7e33287ffd56254a1815b12151af8266d742a",
|
|
5990
|
+
"comandos/swl/brainstorm.md": "24bfc5f72ee2e47c147f1623937b6a1a73cde8c2d4d7f6971b2be6d41669db19",
|
|
5991
|
+
"comandos/swl/briefing.md": "a5d330736de160c9cf7da208921066c8a170ede310c4748000af331d5c4d9ecc",
|
|
5992
|
+
"comandos/swl/checkpoint.md": "91af22712265c8945c224718d0287ac21efad8aced174cea1a0a6c4cc7c70c91",
|
|
5993
|
+
"comandos/swl/claudemd.md": "5bae75e77485989f9d9ff09f597fe0010db912e8c34187be6e459b0bbc09c9f1",
|
|
5994
|
+
"comandos/swl/compactar.md": "06baecf464627a45481813bb204dadd560fa45a8a09a2bc47480e6dc0f8cd9f7",
|
|
5995
|
+
"comandos/swl/configurar-ci.md": "ba7b25d80146b38bb4b81885673438fbc2aa72531781046a04781bb9c99d1732",
|
|
5996
|
+
"comandos/swl/contexto.md": "0e664d1d84f995eed4e02925e88c4b137f8f2892193d3be050a5a581443ade76",
|
|
5997
|
+
"comandos/swl/contribuir.md": "37fd17e3dc8cd8b51a0997df66c527eeb41f92abcd63ef032a5da8df4f70ed0f",
|
|
5998
|
+
"comandos/swl/crear-skill.md": "6689efac053de2c80f05182f34c8ddb7ec4f81dba9f3479166cf7bf9f003d71b",
|
|
5999
|
+
"comandos/swl/cron.md": "414d88ea3af453b90386421e1f569cd720b3414afd049afe96fff085d9870667",
|
|
6000
|
+
"comandos/swl/deuda-codigo.md": "b65cad0f234dcb348f3f403828e79ace57ee1a39084e3d79e4dadc6c41e1ba1d",
|
|
6001
|
+
"comandos/swl/discutir-fase.md": "5f691cf22cede099fb98edaa27ae6628c25777102ad21427cb601846a38cdc50",
|
|
6002
|
+
"comandos/swl/ejecutar-fase.md": "eea239bc28a7c8566c3337496e7cef04997585f6061cdc152a1fe7a7f4850f29",
|
|
6003
|
+
"comandos/swl/evaluar-skill.md": "e5ad8899a8bd095bd89c62002481dc677a74630294d5a8d3cb64aa2d7a6aa0bf",
|
|
6004
|
+
"comandos/swl/evolucion-continua.md": "f0895e3e5063e7a910201a8f579c758c2f4c199d42eb1bb7b42f3b9d0daea766",
|
|
6005
|
+
"comandos/swl/evolucionar.md": "3db63f3027cddf8bf766e62ccc89fb9b417af0dfcd2c0b2c4a74c618570eb9b8",
|
|
6006
|
+
"comandos/swl/exportar-vault.md": "23156a79b69e2d85e0e5039dac3f1692780c3ac91ba6c1f715302b8e6eaed26c",
|
|
6007
|
+
"comandos/swl/fix.md": "061929a8131024ea213e633c93b26c761392f5ecca9bf7772d46d6f148c2c55f",
|
|
6008
|
+
"comandos/swl/gateway.md": "a995dfb3f3423ed01f541c26770ec4c4a9baab659e8f4e4b5bfea0b29adbdecc",
|
|
6009
|
+
"comandos/swl/inbox.md": "d688b03288a55a30666a8481a9a6f9563840f7a06c7c365c50f72c064d058370",
|
|
6010
|
+
"comandos/swl/instalar.md": "802519a5a99e858b4143a20fa4bfa5d2114c3984789ef2d0430f3fc517cad0ae",
|
|
6011
|
+
"comandos/swl/instintos.md": "34557efe6c7afcb843714c87b0b6f1c107285f0e081c7b158f4907746b78719a",
|
|
6012
|
+
"comandos/swl/mapear-codebase.md": "bc831928549709c2aefb7cd3bea04266f813bedffb961b893ee4012e4231fac0",
|
|
6013
|
+
"comandos/swl/mcp-status.md": "066139af19b3f194ad2fe579bba2391336151bcce440a10d163c28d5af29ac00",
|
|
6014
|
+
"comandos/swl/modelo.md": "471b47f907836d8069570b94a9cf39c8dd91fcf85d6107329db353e63a3438ff",
|
|
6015
|
+
"comandos/swl/nemesis.md": "37ce36153d46cd666412c35ed65f296676f2db4375c4060edd4a04b2e1d95cf7",
|
|
6016
|
+
"comandos/swl/notificaciones.md": "0c56529711fe13991ee4c00fa9a1105c3d1ae0148084fc552f2c984a34de6e63",
|
|
6017
|
+
"comandos/swl/nuevo-proyecto.md": "adece543737d10ac6ad99d8cb2d1d89a7eca43126a650ec513ef672cfcf52d50",
|
|
6018
|
+
"comandos/swl/planear-fase.md": "fb6a224a6a7d005ca0d0846cfc86e2c33560ab0a76a244c089b41f68dfe27da2",
|
|
6019
|
+
"comandos/swl/plugins.md": "03f5703ab400612bd36f6f65ba7bf0a4ecb9795435580ba5de2020c860a9200b",
|
|
6020
|
+
"comandos/swl/predecir.md": "ca4b95967825d12f9e86b250704c187d161b227bf12b9701bfe2b90744996e95",
|
|
6021
|
+
"comandos/swl/reflect-skills.md": "b15e5ae63267d67eeef260092fb0f4b8dab210544bdf60053b0f86923b961ddb",
|
|
6022
|
+
"comandos/swl/release.md": "fe33d65910719e5f9ff24fe3ddb677a2744fea15db9f30baebc5e95d63ca558b",
|
|
6023
|
+
"comandos/swl/revisar-impacto.md": "662ee411af7b63671eff5a910de4a24ea7971c87241d8648cd6fb6c2403668e0",
|
|
6024
|
+
"comandos/swl/revisar.md": "7b17679c0cadd2fca7a015c302459f7ca127dcae02a74c990cddcddcb4c15f85",
|
|
6025
|
+
"comandos/swl/seguridad.md": "b249a1dea25b2cb7ce43bb2199b07bde57387db13c0bcb2b646a617c007d611f",
|
|
6026
|
+
"comandos/swl/sesiones.md": "6674e6f488f0f308d53d099c8c5347d2fdf7729edb4d6ac855488e0cd93a3c0e",
|
|
6027
|
+
"comandos/swl/skill-search.md": "e0dc8622080ec56da2b98c1ca9f44771daf2d8870fc620edc7ea64a28b7594a5",
|
|
6028
|
+
"comandos/swl/status.md": "9aa6eb0e9bbf5e12d5cf5df5c6aed3b6faecc75196cd5a46d55aac457a28465e",
|
|
6029
|
+
"comandos/swl/verificar.md": "748b57c9a3b9f53eaa6cc2f1cc2692af646caf0d2e0403077b246800613b78c9",
|
|
6030
|
+
"comandos/swl/wiki.md": "68ae8163fa8493ff5d01b8ab281f18ae0939981cc2a88ec3b759f83efc6dfac4",
|
|
6031
|
+
"habilidades/accesibilidad-a11y/SKILL.md": "500372c367122b4d06e04254326a19b196e29d1d7d760b7a4873f136ee19a4ab",
|
|
6032
|
+
"habilidades/agent-browser/SKILL.md": "77cc3d490439ad9a3df02d6b44c45af4436c24768e8f4554ed09b57af1bb0d57",
|
|
6033
|
+
"habilidades/agent-deep-links/SKILL.md": "4fb8150dc13c0d07381701d110c259a452d6b04f981b08e0478e24c38ea9dcab",
|
|
6034
|
+
"habilidades/agentes-como-servicio/SKILL.md": "91e14245d031bfec52b657931fa370fb161f4ae7a7743bc73325f8a420861be6",
|
|
6035
|
+
"habilidades/ai-runtime-security/SKILL.md": "820e59760f7ef29761ffd9d75677e638a5df16fba8ee9fa16813f8e4a6a0828c",
|
|
6036
|
+
"habilidades/angular-avanzado/SKILL.md": "9002c549e1c5aa00726d35a332a1760192927856871e1f7b18c949075da0fc3b",
|
|
6037
|
+
"habilidades/angular-moderno/SKILL.md": "b769f81111ecf114e37e19e7a848aa9ba3e77f5b91bfa8399c7f14c1ddbed11c",
|
|
6038
|
+
"habilidades/api-rest-diseno/SKILL.md": "22898f30ca8e2aa696f9a75f58829eb4d8e7f5e4eb303ee8a981cc93406d9d02",
|
|
6039
|
+
"habilidades/aprender-de-git-diff/SKILL.md": "5be6d2288a3522833935e48d160f27c40e2695d0930869f25bca73a121ba2eb0",
|
|
6040
|
+
"habilidades/aprendizaje-continuo/SKILL.md": "8ea665d256ef1aae364b895c60e7dc193d10ea2d123833b464d54ac01c8658e6",
|
|
6041
|
+
"habilidades/async-python/SKILL.md": "7ebecd6741bc522214bc0ad2e1c29277d174d9e12b4436e66a2e34a88a2bf843",
|
|
6042
|
+
"habilidades/auth-patrones/SKILL.md": "796ddc3ab468b10d1ba8b767fc24b167368c975475d62fc3b5d2523fe28292ea",
|
|
6043
|
+
"habilidades/auto-evolucion-protocolo/SKILL.md": "9a7fc5eb7da0a6f2b7e4d84098ff598303871dd214492afe9739d8982cc988f0",
|
|
6044
|
+
"habilidades/autoresearch/SKILL.md": "8a4a974041576bdedc69e0d762f0c1a787db749cf0ab10acba36aa04c29d1c58",
|
|
6045
|
+
"habilidades/azure-cloud/SKILL.md": "8ae0d4822703c197d25785d23ab37e844788d437b202d08503b00b296da84f76",
|
|
6046
|
+
"habilidades/backend-async-postgres-testing/SKILL.md": "70dbf2b6934feada1f62d2dab2edb635b678e2b9bbf3be0375a31e2e33becec0",
|
|
6047
|
+
"habilidades/backend-error-design/SKILL.md": "3be8263e2f2a5682ff2243088bbdc9ae7e5e7df59495d39d6fed4ba246e641dc",
|
|
6048
|
+
"habilidades/backend-mcp-servidor/SKILL.md": "1db631547e77b61894d5329931369fc8271c03a1383e444117be8d9763481f83",
|
|
6049
|
+
"habilidades/backend-production-resilience/SKILL.md": "c2a4c429a370421833701e7e8d74d9413d21bf014ae45985c8c6d7259fc1a5ff",
|
|
6050
|
+
"habilidades/benchmark-memoria/SKILL.md": "5c14a4a8c56bba72cc468467373a8985dfed3b8181b4407831ac9ba3e2924d54",
|
|
6051
|
+
"habilidades/brainstorming/SKILL.md": "dd2044784fa2cf1726d1a46b309717111249386c717545bbce5e78ddd7484cb1",
|
|
6052
|
+
"habilidades/browser-interaction-patterns/SKILL.md": "3a5ed2f97ad531fdd01d3ffe011e9bdf307e72b614d7372219d789d978164a8e",
|
|
6053
|
+
"habilidades/browser-research-domains/SKILL.md": "a5d16612a06cf24b13802543f789dae4a4a1c161af820edcb939f09278b7b81b",
|
|
6054
|
+
"habilidades/build-errors-cpp/SKILL.md": "048d45d249a15fbc35aa31222bdc9618e5aec2719bf856a59ac84e7fa273cd6f",
|
|
6055
|
+
"habilidades/build-errors-csharp/SKILL.md": "0ca5f92455a11a3c1185fea09b7a0cdd0d8270fe37ac7832688fe2757ea98ff0",
|
|
6056
|
+
"habilidades/build-errors-go/SKILL.md": "5564a566719d5f32fdb8e452624fdddeab118f9afde4b471ff8615e2a6d6ba5e",
|
|
6057
|
+
"habilidades/build-errors-java/SKILL.md": "40191e6120fe98d55dfdbac67350dd112810baba6ffcfc2902ae687e350fbe53",
|
|
6058
|
+
"habilidades/build-errors-kotlin/SKILL.md": "60e3033c492597b62e5359930f95a706a0c679f9a8ca52467eaebe011c826da1",
|
|
6059
|
+
"habilidades/build-errors-nextjs/SKILL.md": "1893d7452af514a8676279cc082fdef3790d136b2334429a7e3f1f668ea87343",
|
|
6060
|
+
"habilidades/build-errors-php/SKILL.md": "398391c87885aa52654e27066b5bdb2bd3c8e3e68eecd939df02b3367df9c21f",
|
|
6061
|
+
"habilidades/build-errors-python/SKILL.md": "73f65c7456c21216fde3c2df3c31a1cb5ec1999e79d9c917afd1bc11eb1bcecb",
|
|
6062
|
+
"habilidades/build-errors-rust/SKILL.md": "6192378e69787658fada7f3e191fe54b1401e234a50f943701c6b088bf509a51",
|
|
6063
|
+
"habilidades/build-errors-swift/SKILL.md": "fabc54050e42abbfdf3402b887b628c47dd0acc37062a8ceaf4494720f7797c7",
|
|
6064
|
+
"habilidades/build-errors-typescript/SKILL.md": "d0372ad6d5e6cfaa5ef487622b947a7ed4797b4cb94cc309be79c9857694b370",
|
|
6065
|
+
"habilidades/calidad-anti-patrones-universales/SKILL.md": "139513711218d6b1d5448a2452f05531a894ea0127e22566b65229964a37e2cd",
|
|
6066
|
+
"habilidades/calidad-contract-testing/SKILL.md": "dc91fc323fa1f721a5957ad72f5403987c8e49ee0dc059e987bb131e4492f292",
|
|
6067
|
+
"habilidades/calidad-mutation-testing/SKILL.md": "e6e115d95cd000b120f91de72e090624f336fc486266f75d4c0c9f2cfae37fef",
|
|
6068
|
+
"habilidades/changelog-generator/SKILL.md": "02e47f8903d0032b446a415e2939129a2a329c088c115c15434244d6a82702c8",
|
|
6069
|
+
"habilidades/checklist-calidad/SKILL.md": "4bd1ebfeaf36032cd8078900f60de8a77f55a3a5bbbacec132eab52aadb88fb7",
|
|
6070
|
+
"habilidades/checklist-seguridad/SKILL.md": "839b133a97677b0e9675776a99b6a6351133b65fd99ad6d851dbd84073996348",
|
|
6071
|
+
"habilidades/checkpoints-verificacion/SKILL.md": "5b0c270f5f8fac2ddbcd05573e24391e00a521bdaf7cebffe03389f10eaf2208",
|
|
6072
|
+
"habilidades/ci-cd-pipelines/SKILL.md": "5c42582827e720545dd6b2c58df3bc5f3532ac4292e6e0a63e799d66a26b3604",
|
|
6073
|
+
"habilidades/cloud-aws/SKILL.md": "ec428fbc973830351543f7cbfa30bad6785c1f0f30bf3f194effcac5985beadc",
|
|
6074
|
+
"habilidades/compactacion-contexto/SKILL.md": "b7b86e0d2f3d2ad13d7f467855205c6cd65f11ce807278cb1dc22a3519d9940b",
|
|
6075
|
+
"habilidades/contenedores-docker/SKILL.md": "c7335960a2e18d001310974c34ce4765a9a2d98afa6c5826a45d3371c5c472b9",
|
|
6076
|
+
"habilidades/context-builder/SKILL.md": "dc4f392e7d5cc35f4e48dc96ed13a9c8fa407a25509678616d39d6430ee26fdb",
|
|
6077
|
+
"habilidades/control-profundidad/SKILL.md": "5fa212558af44aa4831f0faba3e2c87c77cd5b4bac3d3e194360c8fac40ac4bd",
|
|
6078
|
+
"habilidades/csharp-experto/SKILL.md": "8e8dcdbe80dfdecdcf125e4f466b1e09a8414e471367dc0e108c4c02198acd80",
|
|
6079
|
+
"habilidades/csharp-patrones/SKILL.md": "6886137e008f73cdd5740daead367058a0bdd1b9dacdda8b1b8d0386216dd3cf",
|
|
6080
|
+
"habilidades/csharp-testing/SKILL.md": "af5ddd9b89d3c35151fc4e45add2900fca10f3ab27b6ca29bd0a0e70c74d0df4",
|
|
6081
|
+
"habilidades/css-moderno/SKILL.md": "17a16f0ea05dfdef12dfaa8123c1b94acad7261e830f03c65c8cada4a7c082fd",
|
|
6082
|
+
"habilidades/datos-etl/SKILL.md": "a4f2b3228ab8a93d82aa9aee2a3662ed51ea858b0fb05d3e9345c12f5965a8cf",
|
|
6083
|
+
"habilidades/dbml-experto/SKILL.md": "bf43ba9e88b6f91db799fb7d1a30bfe0e973456804d8f851203c1d5e67d58505",
|
|
6084
|
+
"habilidades/dependencias-auditoria/SKILL.md": "6f6907bfa8facfd5ca9fa44f0eee05484fc7e0cb66ae09b8ac209013de0c95f2",
|
|
6085
|
+
"habilidades/deprecacion-migracion/SKILL.md": "e10a61c5b3ce9703b7fd3d06dbac0b35f89b3f8b91055d8420eefafa3541ff9c",
|
|
6086
|
+
"habilidades/design-tokens/SKILL.md": "b3bab149fe65f9e4a3a720775e1a7fc0032740487434f9012f2960fd8acff158",
|
|
6087
|
+
"habilidades/devsecops-pipeline-security/SKILL.md": "97ab5382c4a803af0b4c0aaf664911695bc1e6c85f910821325acc3f51bc53bb",
|
|
6088
|
+
"habilidades/diagrama-arquitectura/SKILL.md": "1771d492438f0fa0d6b3c81cad6e8dc88410698ac7014cf809172906b62ed906",
|
|
6089
|
+
"habilidades/discutir-fase/SKILL.md": "bf00fabdc8c1559e0e03dc0ae68054ae5433b82d213717d87d518431b5a64e67",
|
|
6090
|
+
"habilidades/diseno-herramientas-agente/SKILL.md": "416bcf1e4955ac9ba65ff6c122e142c123b7db340aa58dde3ae203cb819ad641",
|
|
6091
|
+
"habilidades/diseno-responsivo/SKILL.md": "6aa294c3b201a6bb256acb111e0230ff414c270bcd16d12540a0230855e4f235",
|
|
6092
|
+
"habilidades/django-experto/SKILL.md": "8dea1bac9c2cf000d95127740c790958aba5e10fd8bbed99a9dcdd9ce2f93e04",
|
|
6093
|
+
"habilidades/doc-sync/SKILL.md": "12a1a665f00b8ba0d4762930d78336a37ca006c68ff1e737ba2116d46efce4d8",
|
|
6094
|
+
"habilidades/doubt-driven-review/SKILL.md": "18a16aa4d59fe5cdf87cad0958652458704e6e3e5a8ee8b1128377a7fb818a41",
|
|
6095
|
+
"habilidades/drift-detection/SKILL.md": "7182a1e427699d4547ce9b47f74f86275a1ed6baea1fdc4607254ca141c1d83f",
|
|
6096
|
+
"habilidades/ejecutar-fase/SKILL.md": "da100585a99c2b218a1b134758ea378f05f14744aeb8f30db3cca74c342af5b7",
|
|
6097
|
+
"habilidades/ejecutar-task-iterativo/SKILL.md": "af59419363aaec817a7f32470802c73df0c206d1506f22e6f94f5d6096b4056b",
|
|
6098
|
+
"habilidades/estilo-sin-ai-isms/SKILL.md": "a581d82dedba9bbb73927b5f69006421a28c75958d5e6cf7f3fb069b5c95613d",
|
|
6099
|
+
"habilidades/estructura-proyecto-claude/SKILL.md": "cc5081068b343d95fb0c932a1ade7ea051328f76535046dd8c2dd7d89367bc74",
|
|
6100
|
+
"habilidades/eval-framework/SKILL.md": "6dead0dfcffac39e5182c887671e49900e2a79bc8dcae1877f131206201b1a04",
|
|
6101
|
+
"habilidades/evaluacion-agentes/SKILL.md": "17c08cfae68e423507851a1baabd54edcd6f58e6e2a93ea5250cf81943174035",
|
|
6102
|
+
"habilidades/event-driven/SKILL.md": "fa7627b0178403702200b9e6501c401ccd537481c1e88742bdb7054052f28c42",
|
|
6103
|
+
"habilidades/extraccion-documentos/SKILL.md": "3af2c23b4d1019d5c3cf0f7c98fad7f253d863ad04dade2c23da816c49d74bc9",
|
|
6104
|
+
"habilidades/extractor-de-aprendizajes/SKILL.md": "8cde5ed656f96867d8a94eea9c5aed9cad1122805055d8e51b0e6c990d6f6e55",
|
|
6105
|
+
"habilidades/fastapi-experto/SKILL.md": "d657e80b9edc733966c44c3755cca3ca19a825243cd0bff6eaab4bc046a963b2",
|
|
6106
|
+
"habilidades/feynman-auditor-swl/SKILL.md": "7fb1e239d7096f9d58b88d77acd08afba9ceccab8316ec0808dd6463866c530a",
|
|
6107
|
+
"habilidades/frontend-avanzado/SKILL.md": "4e7c8b402da138a56890a745fc508e77a2d549ff7e37467344efbc07692db28c",
|
|
6108
|
+
"habilidades/gcp-cloud/SKILL.md": "d4f4db699f9cea2ae9fefc7c7b4acc88d8272cb9f41137c8728eec52c17ea9d1",
|
|
6109
|
+
"habilidades/generacion-mermaid/SKILL.md": "8cd0f8ec045ab25f9dd9d52402f816f61ebb24a02223028325bfd6edd6275c3f",
|
|
6110
|
+
"habilidades/git-worktrees-paralelo/SKILL.md": "490ef9a4ce2c518f95d4203b5738b0ac01001d9016ece62432488f382636e83c",
|
|
6111
|
+
"habilidades/go-experto/SKILL.md": "acde2520a9927b6557741fd37254e9852e481f48dbcd5041832008a23fe2f626",
|
|
6112
|
+
"habilidades/go-patrones/SKILL.md": "5bd991417068df614191b7583dab3e3d8761d66e74fad885572a62ea98a1bbf2",
|
|
6113
|
+
"habilidades/go-testing/SKILL.md": "b8e31b72b7ef52df10cccae2aa99691ef3ddf7211c1af7909de5d168465e0300",
|
|
6114
|
+
"habilidades/graphql-experto/SKILL.md": "f8a70a0cd0a888aa43d4c3bdebc8142e8cb2b37df228f9ed3dbccdab9022f6aa",
|
|
6115
|
+
"habilidades/guardrail-semantico/SKILL.md": "000bc86759c68222a35c65d1fd4bba495e9f8aba9fd48dafd186ac2e378a98fe",
|
|
6116
|
+
"habilidades/harness-claude-code/SKILL.md": "9e2473e8cdb9a573c39c12d049776d3bd458cc188f72039effd54b619ea2d3ea",
|
|
6117
|
+
"habilidades/iam-secretos/SKILL.md": "6245a62b3c51e4e9b2caab710d06709e656a2ed84fb9a6de491b6c4767aad890",
|
|
6118
|
+
"habilidades/infra-github-actions/SKILL.md": "5ab93cf917f051b8d5061d85cbae13d3ebc5c6999dc61ff8f01d64ed60dcfef9",
|
|
6119
|
+
"habilidades/instalar-sistema/SKILL.md": "2dfe720c6bd3691e96ce7b45a54e178a5baf0d3a7077d62f3305081efa3e4da2",
|
|
6120
|
+
"habilidades/java-experto/SKILL.md": "cf545788d601fd10a0153e46b8aff67b5f8af0ebc2a753117337e4288faf27bf",
|
|
6121
|
+
"habilidades/java-patrones/SKILL.md": "76d387de2566bd79663a0b2fbfe36b49e4505635167844a4c3c4ce5012de8f64",
|
|
6122
|
+
"habilidades/java-testing/SKILL.md": "5cfc5aa4c86b347023a4c3ed96130b5cc706f8aaa6fa78ad71afbddfa4e6127b",
|
|
6123
|
+
"habilidades/kotlin-compose/SKILL.md": "71c35fef252d475b60908341797ad5c10c4a007225334bda5821843a17013c59",
|
|
6124
|
+
"habilidades/kotlin-experto/SKILL.md": "f1973adbb2614e6dc42521abc6fec17ff9441faac200d48388e9aa333bda7124",
|
|
6125
|
+
"habilidades/kotlin-testing/SKILL.md": "225e23c552dea40f46f8f2bfac7bf91c73e16ff05de59e828645b006963e5021",
|
|
6126
|
+
"habilidades/kubernetes-orquestacion/SKILL.md": "4b06e923d1f95a5dd32f113389798eee660a1b1baafae3722bebbc61dabe9f3b",
|
|
6127
|
+
"habilidades/langchain-langraph/SKILL.md": "f8e5c6242a81849a9d19a4e5a6bbf8d6cf0c5a77737a9f62881b5bf72f953fde",
|
|
6128
|
+
"habilidades/legacy-code-rescue/SKILL.md": "9cf5e64ed05a9ed03cfd10685042350994313a17fc7b2b62bd5cdcfd29ff1fce",
|
|
6129
|
+
"habilidades/likec4-experto/SKILL.md": "0dc5eb07a5413bdba2205c9b577d00dc978d0bc540f526abc9536cf4aa5ef055",
|
|
6130
|
+
"habilidades/manejo-errores/SKILL.md": "1c230410505f57e4e3125ef26116a3e72edb13ed63136517c0ef4a712245c9d6",
|
|
6131
|
+
"habilidades/mapear-codebase/SKILL.md": "b0bcec7dfb20591de7bf77ca8c09f734ddbc7c07e19429691c4cd881090dfbf6",
|
|
6132
|
+
"habilidades/memoria-busqueda/SKILL.md": "ced9c1c0058188ca305d87aca301ee24aa0f9311fb6465cea6b9ecaea772b11a",
|
|
6133
|
+
"habilidades/meta-reglas-extendido/SKILL.md": "28eff34384fc397140cd4e9218779745eded189275d561713c4662d125ad5fbc",
|
|
6134
|
+
"habilidades/meta-skills-estandar/SKILL.md": "05de8248e0eae78f83e1970e30e83d84c633727162538c6304a7a287bc2d6985",
|
|
6135
|
+
"habilidades/microservicios/SKILL.md": "9bcc75168a97fc2f43ab6f08fe21985ebdcb4771d1150746254439042f1af5ce",
|
|
6136
|
+
"habilidades/mobile-flutter/SKILL.md": "4364d61c4bf6bf02e29a7a2c2942475ab71a0ae9df6d9eb2de9f774132da562e",
|
|
6137
|
+
"habilidades/mobile-react-native/SKILL.md": "97d47a359e7f4b6d2ef833e4e1b904bc9d3905e8b4676b4a5aadef1a1d7082d2",
|
|
6138
|
+
"habilidades/mongodb-experto/SKILL.md": "924eb3779c5a7f6de7517397d42ea7ca16c550e534a712524c49f1cc7bf8b7e9",
|
|
6139
|
+
"habilidades/monitoring-alertas/SKILL.md": "641d42946c1eebf8ae42b273f150d2257cbbfdd649f3135bfa282774016aefa8",
|
|
6140
|
+
"habilidades/nemesis-evaluacion-json/SKILL.md": "34c9b9b763706632f5741a5267e8b474a6c6666a685112a7ebd864ea4a077af9",
|
|
6141
|
+
"habilidades/nemesis-redistribuir/SKILL.md": "b2ed30b2f2c57239f0bc1a228da14e4d7d3256bbd5f577a44bb6a035042093c1",
|
|
6142
|
+
"habilidades/nestjs-experto/SKILL.md": "adaace2a47e5b6f40801d751fa5e7197f2ecb84da94942b10562520c944df0cc",
|
|
6143
|
+
"habilidades/nextjs-experto/SKILL.md": "fa0305930d2ef7d3ae5ee60f015de1486163c3e7ee58f76e6b447f62eb3fa59f",
|
|
6144
|
+
"habilidades/nextjs-patrones/SKILL.md": "d97850fb296d80965f995fd4f709c3cbeb5cf01ef0c1da775bcb022c65f0ea0b",
|
|
6145
|
+
"habilidades/nextjs-testing/SKILL.md": "30d1bc2a006c8da886b9cfcd43c28b52159fdd6cf63101296785edbc90099d88",
|
|
6146
|
+
"habilidades/node-experto/SKILL.md": "44705c5fa9615e1ddc86f62b4cf3041d183f08f11fe134695a8b5cf5a00f5cc8",
|
|
6147
|
+
"habilidades/notificaciones-multicanal/SKILL.md": "d707ca749ce1d73066e99dc25fe7905b7dd0ea99059549e28de3a5af2ff37bb8",
|
|
6148
|
+
"habilidades/nuevo-proyecto/SKILL.md": "8b07d548b6dabe945674ca4571f53146265737ae9241f2903cfc5ef00287f92a",
|
|
6149
|
+
"habilidades/orquestacion-async/SKILL.md": "ef6db48bb8220f9c5ab3ddfb4a289ddda0ac25d4990b6fc879bbe32a2bdc390a",
|
|
6150
|
+
"habilidades/patrones-python/SKILL.md": "b1ef79daf505cb7790f93bb1db694ac35bb542a2a4603717de74d2533e9ef52e",
|
|
6151
|
+
"habilidades/perfil-usuario/SKILL.md": "6887b812f57b357ef289e6f66efe17e4e92b4ce4458e5492a8f7b426fdd08deb",
|
|
6152
|
+
"habilidades/performance-baseline/SKILL.md": "a471b230da1fe20ab0b36a1495b4c2e2dd17c5b8bab02e2a464dff290ef21044",
|
|
6153
|
+
"habilidades/php-experto/SKILL.md": "4bfe0222719b2f0c699391155063fd8f1093b2e4f1bc229bc24eafc6c3cbe142",
|
|
6154
|
+
"habilidades/php-patrones/SKILL.md": "238265a70101654dd983e186e9399d62e63152beb22ff120bd4738d4015486b6",
|
|
6155
|
+
"habilidades/php-testing/SKILL.md": "79172361b329873593ed14ade150a6660e403c78f87dd9a1fbdd1135a3682d3d",
|
|
6156
|
+
"habilidades/planear-fase/SKILL.md": "10e8ff013e56342902c037e1909bf4e0e6b2a68e82e299f33f1f34f9aaafd959",
|
|
6157
|
+
"habilidades/postgresql-experto/SKILL.md": "3943a191fd4ace75136cd82985f3ca337c941b35f01828850d6487d22181ce9a",
|
|
6158
|
+
"habilidades/prevencion-racionalizacion/SKILL.md": "3978236740c4861b879270993d423f1f0d3e5adf3cd29de40a1db026f95b2da2",
|
|
6159
|
+
"habilidades/prevencion-sobreingenieria/SKILL.md": "747566a77da85a851ad9e14e4f1a839df9873bdcc44d92963df2c9deb6ca604d",
|
|
6160
|
+
"habilidades/privacy-memoria/SKILL.md": "747e3a4b43faf68c5491226b28b7bc447e85a257d0a1cf9e8be09f426a3400f5",
|
|
6161
|
+
"habilidades/proceso-autoverificacion-evidencias/SKILL.md": "92be7ce4fbda1f241a556738a7eeeeb784f0ba1eb6a6eeca927a4c0d43ff17d3",
|
|
6162
|
+
"habilidades/proceso-confianza-pre-implementacion/SKILL.md": "a4df4d11e1bb56ce92212dc5cfb2801aed2fbc68afe8b200a695b757e9823b4d",
|
|
6163
|
+
"habilidades/proceso-ddia-fundamentos/SKILL.md": "b865bb863cfe1a57ea561508ac9c1233c08a27d91e92f4952b181d200203b0f3",
|
|
6164
|
+
"habilidades/proceso-ddia-streaming/SKILL.md": "59ae94da3e656871416c0b47944bf4fae02215c4d3cf7e2f826f206483341515",
|
|
6165
|
+
"habilidades/proceso-debate-adversarial/SKILL.md": "0a9fe26d605c8891fde6a0372a57c8575ee36bd0b74db72d2a1e9e0a18a768d9",
|
|
6166
|
+
"habilidades/proceso-discovery-machote/SKILL.md": "8b6de90ddc971dbdf9d86745792d0149e8d44de5b3c24e9b1399ff643f146972",
|
|
6167
|
+
"habilidades/proceso-dynamic-workflows/SKILL.md": "8f590f6ac0b1f924fb5df62c1f85bbb042a3c9b78c8430edf6b012f1f5f7cc70",
|
|
6168
|
+
"habilidades/proceso-ingenieria-requerimientos/SKILL.md": "ca484be02f9706450f063d26ac6fd180bb63fc74bf3f53d7549933bae6991ac9",
|
|
6169
|
+
"habilidades/proceso-intent-engineering/SKILL.md": "38cfc73217d54b61e93685dd7bf5f5cb6433e1fc6bccbc0f5a076764ada0418d",
|
|
6170
|
+
"habilidades/proceso-modular-split/SKILL.md": "2ede321545b53721ddeda31f186843d97274b9adbd52f52ca33cb8db143b4ad2",
|
|
6171
|
+
"habilidades/prompt-engineering/SKILL.md": "b104ef8326950f0b456b115d2a83d6c67a085ff235db9d410bd5e9c913fe5db4",
|
|
6172
|
+
"habilidades/protocolo-revision-swl/SKILL.md": "456232d1ca1f40fae9dd51fb6da1a9aefec641a93450688e32df4884a67097e8",
|
|
6173
|
+
"habilidades/rag-arquitectura/SKILL.md": "163dc5a65dbfd38935a0d0388338c35898fdd095d33bce671b7fdc349f1f0d1b",
|
|
6174
|
+
"habilidades/rails-experto/SKILL.md": "c80d012804c070bcaf3b6b7a749f67d6f7b5bfa9a32246a743ecca5a494c34e7",
|
|
6175
|
+
"habilidades/react-experto/SKILL.md": "90ab3df1f9e2b590362bd0088d3f1e700b22f40e15adee85f814adbfbad4255d",
|
|
6176
|
+
"habilidades/react-optimizacion/SKILL.md": "4d26faf586b2404db7e48b59548eb33cd41bb0163af966886a83b733afac1f8a",
|
|
6177
|
+
"habilidades/redis-experto/SKILL.md": "bd78eb53366e6f3da5c79017ac3942a1b2b0d38b56671aa506d054aef1d1a7e7",
|
|
6178
|
+
"habilidades/reducir-entropia/SKILL.md": "8152a0de3c5d5406e3ce5bdeb1530119a31f5788fabdd671e2d2f1e73475d2f8",
|
|
6179
|
+
"habilidades/release-semver/SKILL.md": "a3f291b75ce0ad9ed91a361ea81879f72e06ff0c1d35d2d5a4a1814f9aa3c32e",
|
|
6180
|
+
"habilidades/rust-experto/SKILL.md": "79a2591d50678b72fecdf07b713c3ddbfcecef28667ef28eec0daa9c78b8a18c",
|
|
6181
|
+
"habilidades/rust-patrones/SKILL.md": "c58a1b9467aa9d3056e066a997908ba876c65a0fdae8697f2d36f3569a3acc2a",
|
|
6182
|
+
"habilidades/rust-testing/SKILL.md": "fee2f695d0be176d1cfaff207933969e983782beb075d681baa4ee9b9a0b0031",
|
|
6183
|
+
"habilidades/seguridad-skills-ia/SKILL.md": "af5988b859e7336bb59da30c9380e34240e6cb829f463f6761854a7c427305df",
|
|
6184
|
+
"habilidades/sql-optimizacion/SKILL.md": "2fb04e9aa1154d5ff44eea5dbcd578561ce79649c96fd04f21e4bcb4b5dc8688",
|
|
6185
|
+
"habilidades/sre-patrones/SKILL.md": "96caebd46b0c1e38b6671c0dcd115e454425da180ead5765e5d88ca39b5e8f57",
|
|
6186
|
+
"habilidades/state-inconsistency-auditor-swl/SKILL.md": "7abcac8e33415db401b4ec6358a49d629524f2e2dcdffbe1fa8d8ce681153fba",
|
|
6187
|
+
"habilidades/stripe-pagos/SKILL.md": "0a2398ab2ea456a401315cc7bd10bc75efbe7ddc7d2578e0ade4b550ba7bbb99",
|
|
6188
|
+
"habilidades/structured-outputs/SKILL.md": "b60c51314b01ace68bd9091b10e5063ea119cb86c5da742d44918c61c2f06c01",
|
|
6189
|
+
"habilidades/swift-experto/SKILL.md": "e7eb701f8e97e249f34ab086a50f32acc7b73f1e3173f2f630f67d1f8ddca02e",
|
|
6190
|
+
"habilidades/swift-patrones/SKILL.md": "9317a34e80dfd3725be11b96d4daf3b7a5dc99a931edcd1b8a9bf93683e23ce7",
|
|
6191
|
+
"habilidades/swift-testing/SKILL.md": "97d0fe9334f8da9d84898eeab5d718a8ab061c5f1b84cb3fa9f29d4ff4c608e4",
|
|
6192
|
+
"habilidades/swl-claudemd/SKILL.md": "34c64e6a6c6377912d3687ebe1b71f8143c96eaf11cbc89ff84ed8f2b4206d8d",
|
|
6193
|
+
"habilidades/swl-dashboard/SKILL.md": "be640e291414d8f1c956f4046ae20bc2e4ec905bbef6842850fe2ae700c777a6",
|
|
6194
|
+
"habilidades/swl-markitdown/SKILL.md": "6d8fd5e59e8ce3f94877cecdd34c83ffee0bcd90ad51bdad809fa77ce1d6a841",
|
|
6195
|
+
"habilidades/swl-revisar-impacto/SKILL.md": "bff7589944a4304046d0e812ba829b21871be080d39bdfe7cc76b112ce74fe53",
|
|
6196
|
+
"habilidades/tailwind-experto/SKILL.md": "42a2bb9f48ee73aff928053de1f7635dba5d3360da18df516c2d03ed4b30ed21",
|
|
6197
|
+
"habilidades/tdd-workflow/SKILL.md": "9086f0c9cdb0a7aa2f432f5cabfd3709f2afb49e8fa19b3643f58eee2e84c6aa",
|
|
6198
|
+
"habilidades/terraform-experto/SKILL.md": "be89eb4d2e14fdab3cb005c5dd46548171c9b783088e87e26f403908cec9a49c",
|
|
6199
|
+
"habilidades/testing-python/SKILL.md": "858eca33f9e1189ff94399b19e9835919ca190c51c1f1fa49531cf56fd2965a4",
|
|
6200
|
+
"habilidades/threat-model-lite/SKILL.md": "5809eda4d3ddf9f8b78689eb21f9f13dcdadd1eab2d801838f1fa02580690f55",
|
|
6201
|
+
"habilidades/tracing-processor/SKILL.md": "caa8f914453b4bc5edd75ebcac32a3633967237d9201eb9fb58223432caac3d5",
|
|
6202
|
+
"habilidades/typescript-avanzado/SKILL.md": "698088688f40116f1f82470933f5fbe1afe79ff1d45a4ac17d86619f95f481bd",
|
|
6203
|
+
"habilidades/typescript-diagnosticos/SKILL.md": "798a564878c60f567082cc87e45d0924494d1790892d613a1a825605f6e4a298",
|
|
6204
|
+
"habilidades/ux-diseno/SKILL.md": "e1bf67fa394905cdc89eb9ac21a47393f4cfe6cea57f0105e40ec5f0bba10b90",
|
|
6205
|
+
"habilidades/validacion-ci-sistema/SKILL.md": "29f25e2a588891b453ba101576fccc695a60e0fabf8134881d54f8fa61c8f210",
|
|
6206
|
+
"habilidades/verificacion-evidencia/SKILL.md": "4f88c6872b95c250f8ec27fd57e05da1e6650acf3eeda9a411dc1493073a9da7",
|
|
6207
|
+
"habilidades/verificar-trabajo/SKILL.md": "22fe8740b1bde2aba898be558968feb1a51cbaf968b30255c8b84c9d2fe5bb4f",
|
|
6208
|
+
"habilidades/web-fetcher-routing/SKILL.md": "06d6e3b1a880732a9b0584e1e4c98488e81d0863d53ef3be3eaa147116e2c203",
|
|
6209
|
+
"habilidades/wiki-conocimiento/SKILL.md": "59870d616701f90265fe7d5695ec744390dcd0875ebd989309cf37e3a34aba87",
|
|
6210
|
+
"habilidades/wireframes-flujos/SKILL.md": "7655d0941b5a6ac0d922517b349ff71a4febdb09ca4c8f7c09c6183ddff23743",
|
|
6211
|
+
"habilidades/workflow-claude-code/SKILL.md": "179e4c4e6ee657bbc2632bded91ed11e96d7edeab402be1e72a5394764767c69",
|
|
6212
|
+
"reglas/accesibilidad.md": "21914b99f001d3bfc38a39f609bbafe4c58846d3617fea68a7156a29dc58d9f6",
|
|
6213
|
+
"reglas/analisis-previo-tareas-grandes.md": "d0d6b6675e6af79acfaabdada0560e50d43e9632970966dcea617fb53b69d75b",
|
|
6214
|
+
"reglas/analizar-directorios-antes-de-escribir.md": "588ca1a538b075163512b243d016f191e1050db9f7cc78c0590e92f8bf91a0cb",
|
|
6215
|
+
"reglas/api-diseno.md": "7d703f898a113c273e7404b95441afb66c87784d5973bc6149675a63226bc71f",
|
|
6216
|
+
"reglas/arquitectura.md": "ad3fa4c4e9ec9dae8c6065fb041993bde56377022ec015e7ccbaea3b9a352bd6",
|
|
6217
|
+
"reglas/arreglar-al-detectar.md": "5332d76fba3efc3979dda90a8efa8bb715833aa424e5954cb9687fd63c2085ae",
|
|
6218
|
+
"reglas/auditorias-documentales-estructurales.md": "1cf2c6f30a34fd15c5197d121f77339fa787ce5da4d34a9c5ae14b333bcae7ae",
|
|
6219
|
+
"reglas/brevedad-output.md": "094b981711cef8b6111db47d0a79260f48f773f6582927a235d74fabb062489f",
|
|
6220
|
+
"reglas/cloud-infra.md": "eb46c31abfa0f000408d7552b1bf1d67acc8f98daaac7f5286fee8b5935ac71b",
|
|
6221
|
+
"reglas/consultar-vault-primero.md": "19c751d1ff2752000d5bde8ce503f5afc14c34c8e997df9c8d9dd02b7ab41ae1",
|
|
6222
|
+
"reglas/debatir-antes-de-aceptar.md": "f5d8b498238fb87dbc985b82889af4bee88f81709d5034446056c9885bac9c32",
|
|
6223
|
+
"reglas/docs.md": "29ea33a5b097f5a0f5c7b779af02ef0d0d71c9c3960918798ea8121f1fb65f51",
|
|
6224
|
+
"reglas/estilo-codigo.md": "655741422b6f74caf4b54c6a0be28f7b9445d4011ea32fe9a65c58781fd305b1",
|
|
6225
|
+
"reglas/fragmentos-compartidos.md": "4002f0e16378b071aefafa1717179e52874244ee973085c71d1b6d1302f5102a",
|
|
6226
|
+
"reglas/git-coauthor.md": "1f1733d13866771d86bc15f55f5009330b3e274fa31f9a241b226c3888f6fd57",
|
|
6227
|
+
"reglas/git-workflow.md": "c3ff8003218f51431575e3c90abeb9bcfd50320e36c4a0118359c1e0bdaa4894",
|
|
6228
|
+
"reglas/gobernanza.md": "5280106f8d475358bf92c08ef74ba483440e63a4d5b8deb8f60f4116126adae0",
|
|
6229
|
+
"reglas/hooks.md": "66d010b169e7617aa50b28c29f9d8e0ad22379c08b79ba357978bd7c32eeece6",
|
|
6230
|
+
"reglas/intent-engineering.md": "2f6795ec03ced68725ac0ee830d96d9259c418dafd80d1782ddc6db42634388d",
|
|
6231
|
+
"reglas/markitdown.md": "0cfb395b9a4ed704767b5b4eab90f5f2bffba14ec80be189918f32d781abd330",
|
|
6232
|
+
"reglas/memoria-consolidada.md": "dddb566f829e192fe28edcbb53da5b9720c7a1c70b62615571ff8950381ad708",
|
|
6233
|
+
"reglas/monitor-ci.md": "33507d27b23d6b3b55ca89e5263c9fae64e3384a9752eb94e85d3dbeb402bf66",
|
|
6234
|
+
"reglas/patrones.md": "d70e9fd42674c03b1dd9d21f5d69188332ba6a7a5b80134580110c812e8cf710",
|
|
6235
|
+
"reglas/performance.md": "0d2506b516984728c346b65fbc319d30e4a8157d7ea6fa34cdf5403cc0e7b6c3",
|
|
6236
|
+
"reglas/pruebas.md": "75f97384f7306a7afb043167701a4163068a7c0e0d7cb6bf4fe60ff5cf6a8247",
|
|
6237
|
+
"reglas/registro-componentes-nuevos.md": "42b1d16a1bf57ce52b7a2715fc3acff78e683ab3851ba7a71e30d0b9cff36903",
|
|
6238
|
+
"reglas/seguridad-agentes.md": "606162508959b2f673e2382cd53fd0b1039b7551e0d2ee60d573426b6578c73f",
|
|
6239
|
+
"reglas/seguridad.md": "403a398328121936cb7c34deaded7300c8741ee0e3dd54e8b4a38d9c4d936b40",
|
|
6240
|
+
"reglas/sesiones-paralelas.md": "ecb98b47870d53ff6b79421e5db4a7c2ed189a8d63e9e3c671888d3ec220b7de",
|
|
6241
|
+
"reglas/sin-duplicacion-reglas-globales.md": "7bd1695a81cd5f1bd673a617cd05e7612070e8817e226a71ab80102454de0b79",
|
|
6242
|
+
"reglas/skills-estandar.md": "aa0f096fc34dde87a7f15bed79837e57d7102da2fc1022e8e39026b028f907d8",
|
|
6243
|
+
"reglas/testing.md": "e0e85a952dbf5598b49ccc540cc41d332b29355aedd3d20f0252febe1e2e4faa",
|
|
6244
|
+
"reglas/tests-cleanup.md": "07c0d2344c7937b480deeeeca83f9b2e31de904a17d41fcfffbce555b933c690",
|
|
6245
|
+
"reglas/usar-code-review-graph.md": "a8e39c9e0dd2485079e7685a8094865711ee423ba05517b88960c8f908541d17",
|
|
6246
|
+
"reglas/usar-context7.md": "cb8ed33b421d06e6e4e6d4de44acd6fe810f84369ef66f91111cf88ffd0457a3",
|
|
6247
|
+
"reglas/usar-sistema-swl.md": "c33a267ee995a958fc2a590686acf297bcd75ed3bd5eb0533ec4da55e2893051",
|
|
6248
|
+
"reglas/verificar-citas-normativas.md": "51ca9c6c2d3bb653c2da792aea61054442fcb8bef25eb29cd7e491adb2ceb8e3"
|
|
5587
6249
|
}
|
|
5588
6250
|
}
|