claudecode-omc 5.6.8 → 5.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/.local/skills/prompt-optimizer/SKILL.md +262 -19
  2. package/.omc-curation/ecc-selection.json +80 -0
  3. package/.omc-curation/governance.json +113 -0
  4. package/.omc-curation/sources.lock.json +25 -0
  5. package/README.md +69 -4
  6. package/bundled/manifest.json +5 -5
  7. package/bundled/upstream/anthropic-skills/.omc-source/bundle.json +18 -0
  8. package/bundled/upstream/anthropic-skills/.omc-source/provenance.json +399 -0
  9. package/bundled/upstream/anthropic-skills/skills/claude-api/SKILL.md +18 -17
  10. package/bundled/upstream/anthropic-skills/skills/claude-api/curl/examples.md +9 -9
  11. package/bundled/upstream/anthropic-skills/skills/claude-api/curl/managed-agents.md +4 -4
  12. package/bundled/upstream/anthropic-skills/skills/claude-api/go/managed-agents/README.md +2 -2
  13. package/bundled/upstream/anthropic-skills/skills/claude-api/java/claude-api.md +2 -2
  14. package/bundled/upstream/anthropic-skills/skills/claude-api/java/managed-agents/README.md +2 -2
  15. package/bundled/upstream/anthropic-skills/skills/claude-api/php/claude-api.md +10 -10
  16. package/bundled/upstream/anthropic-skills/skills/claude-api/php/managed-agents/README.md +2 -2
  17. package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/README.md +16 -16
  18. package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/batches.md +3 -3
  19. package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/files-api.md +3 -3
  20. package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/streaming.md +7 -7
  21. package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/tool-use.md +19 -19
  22. package/bundled/upstream/anthropic-skills/skills/claude-api/python/managed-agents/README.md +3 -3
  23. package/bundled/upstream/anthropic-skills/skills/claude-api/ruby/claude-api.md +4 -4
  24. package/bundled/upstream/anthropic-skills/skills/claude-api/ruby/managed-agents/README.md +2 -2
  25. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/error-codes.md +5 -5
  26. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/live-sources.md +3 -1
  27. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-api-reference.md +10 -4
  28. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-core.md +19 -1
  29. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-environments.md +6 -2
  30. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-multiagent.md +1 -1
  31. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-onboarding.md +3 -3
  32. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-overview.md +3 -2
  33. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-self-hosted-sandboxes.md +173 -0
  34. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-tools.md +10 -4
  35. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/model-migration.md +113 -13
  36. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/models.md +14 -11
  37. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/prompt-caching.md +2 -2
  38. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/tool-use-concepts.md +4 -4
  39. package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/README.md +15 -15
  40. package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/batches.md +2 -2
  41. package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/files-api.md +1 -1
  42. package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/streaming.md +5 -5
  43. package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/tool-use.md +15 -15
  44. package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/managed-agents/README.md +3 -3
  45. package/bundled/upstream/ecc/.omc-source/bundle.json +2 -1
  46. package/bundled/upstream/ecc/.omc-source/last-plan-apply.json +108 -24
  47. package/bundled/upstream/ecc/.omc-source/manifests/.claude-plugin/marketplace.json +3 -3
  48. package/bundled/upstream/ecc/.omc-source/provenance.json +563 -0
  49. package/bundled/upstream/ecc/agents/marketing-agent.md +159 -0
  50. package/bundled/upstream/ecc/agents/react-build-resolver.md +215 -0
  51. package/bundled/upstream/ecc/agents/react-reviewer.md +167 -0
  52. package/bundled/upstream/ecc/agents/typescript-reviewer.md +3 -0
  53. package/bundled/upstream/ecc/commands/harness-audit.md +17 -10
  54. package/bundled/upstream/ecc/commands/marketing-campaign.md +129 -0
  55. package/bundled/upstream/ecc/commands/react-build.md +187 -0
  56. package/bundled/upstream/ecc/commands/react-review.md +170 -0
  57. package/bundled/upstream/ecc/commands/react-test.md +265 -0
  58. package/bundled/upstream/ecc/skills/benchmark-optimization-loop/SKILL.md +69 -0
  59. package/bundled/upstream/ecc/skills/blender-motion-state-inspection/SKILL.md +164 -0
  60. package/bundled/upstream/ecc/skills/canary-watch/SKILL.md +9 -1
  61. package/bundled/upstream/ecc/skills/continuous-learning-v2/hooks/observe.sh +31 -9
  62. package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/detect-project.sh +38 -4
  63. package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/instinct-cli.py +319 -12
  64. package/bundled/upstream/ecc/skills/data-throughput-accelerator/SKILL.md +72 -0
  65. package/bundled/upstream/ecc/skills/dynamic-workflow-mode/SKILL.md +123 -0
  66. package/bundled/upstream/ecc/skills/frontend-a11y/SKILL.md +446 -0
  67. package/bundled/upstream/ecc/skills/ito-basket-compare/SKILL.md +63 -0
  68. package/bundled/upstream/ecc/skills/ito-data-atlas-agent/SKILL.md +63 -0
  69. package/bundled/upstream/ecc/skills/ito-market-intelligence/SKILL.md +60 -0
  70. package/bundled/upstream/ecc/skills/ito-trade-planner/SKILL.md +67 -0
  71. package/bundled/upstream/ecc/skills/latency-critical-systems/SKILL.md +73 -0
  72. package/bundled/upstream/ecc/skills/marketing-campaign/SKILL.md +113 -0
  73. package/bundled/upstream/ecc/skills/nextjs-turbopack/SKILL.md +13 -0
  74. package/bundled/upstream/ecc/skills/parallel-execution-optimizer/SKILL.md +72 -0
  75. package/bundled/upstream/ecc/skills/prediction-market-oracle-research/SKILL.md +63 -0
  76. package/bundled/upstream/ecc/skills/prediction-market-risk-review/SKILL.md +60 -0
  77. package/bundled/upstream/ecc/skills/react-patterns/SKILL.md +341 -0
  78. package/bundled/upstream/ecc/skills/react-performance/SKILL.md +574 -0
  79. package/bundled/upstream/ecc/skills/react-testing/SKILL.md +423 -0
  80. package/bundled/upstream/ecc/skills/recsys-pipeline-architect/SKILL.md +114 -0
  81. package/bundled/upstream/ecc/skills/recursive-decision-ledger/SKILL.md +79 -0
  82. package/bundled/upstream/ecc/skills/social-publisher/SKILL.md +115 -0
  83. package/bundled/upstream/ecc/skills/team-agent-orchestration/SKILL.md +110 -0
  84. package/bundled/upstream/ecc/skills/uncloud/SKILL.md +343 -0
  85. package/bundled/upstream/ecc/skills/windows-desktop-e2e/SKILL.md +99 -0
  86. package/bundled/upstream/oh-my-claudecode/.omc-source/bundle.json +2 -1
  87. package/bundled/upstream/oh-my-claudecode/.omc-source/provenance.json +116 -0
  88. package/bundled/upstream/oh-my-claudecode/skills/autopilot/SKILL.md +7 -0
  89. package/bundled/upstream/oh-my-claudecode/skills/cancel/SKILL.md +1 -0
  90. package/bundled/upstream/oh-my-claudecode/skills/deep-interview/SKILL.md +39 -5
  91. package/bundled/upstream/oh-my-claudecode/skills/hud/SKILL.md +1 -0
  92. package/bundled/upstream/oh-my-claudecode/skills/local-build-reminder/SKILL.md +78 -0
  93. package/bundled/upstream/oh-my-claudecode/skills/omc-doctor/SKILL.md +1 -1
  94. package/bundled/upstream/oh-my-claudecode/skills/omc-setup/SKILL.md +26 -10
  95. package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/01-install-claude-md.md +3 -3
  96. package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/02-configure.md +6 -4
  97. package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/03-integrations.md +1 -1
  98. package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/04-welcome.md +2 -2
  99. package/bundled/upstream/oh-my-claudecode/skills/omc-teams/SKILL.md +6 -6
  100. package/bundled/upstream/oh-my-claudecode/skills/plan/SKILL.md +44 -32
  101. package/bundled/upstream/oh-my-claudecode/skills/ralph/SKILL.md +45 -21
  102. package/bundled/upstream/oh-my-claudecode/skills/ralplan/SKILL.md +1 -1
  103. package/bundled/upstream/oh-my-claudecode/skills/self-improve/SKILL.md +7 -0
  104. package/bundled/upstream/oh-my-claudecode/skills/self-improve/scripts/resolve-paths.mjs +39 -15
  105. package/bundled/upstream/oh-my-claudecode/skills/team/SKILL.md +132 -90
  106. package/bundled/upstream/oh-my-claudecode/skills/ultragoal/SKILL.md +93 -0
  107. package/bundled/upstream/oh-my-claudecode/skills/ultraqa/SKILL.md +28 -13
  108. package/bundled/upstream/oh-my-claudecode/skills/ultrawork/SKILL.md +7 -0
  109. package/bundled/upstream/superpowers/.omc-source/bundle.json +2 -1
  110. package/bundled/upstream/superpowers/.omc-source/provenance.json +63 -0
  111. package/package.json +2 -1
  112. package/src/catalog/source-catalog.js +10 -4
  113. package/src/cli/index.js +4 -0
  114. package/src/cli/plan.js +14 -2
  115. package/src/cli/setup.js +52 -13
  116. package/src/cli/skill.js +1 -1
  117. package/src/cli/source.js +265 -14
  118. package/src/config/sources.js +67 -1
  119. package/src/merge/content-patch.js +84 -0
  120. package/templates/merge-config.json +1 -8
  121. package/bundled/upstream/ecc/skills/strategic-compact/suggest-compact.sh +0 -54
@@ -0,0 +1,563 @@
1
+ {
2
+ "syncedAt": "2026-06-05T08:01:28.154Z",
3
+ "sourceName": "ecc",
4
+ "remote": "https://github.com/affaan-m/everything-claude-code.git",
5
+ "ref": "main",
6
+ "commit": "bc8e12bb80c904a5a9864797ef1fd1212aa82f3d",
7
+ "artifacts": {
8
+ "agents": {
9
+ "a11y-architect.md": "sha256:f42432e4a9670181",
10
+ "architect.md": "sha256:36e782e21364dd83",
11
+ "build-error-resolver.md": "sha256:57e8d92be91812ba",
12
+ "chief-of-staff.md": "sha256:914cc720fe71bad7",
13
+ "code-architect.md": "sha256:bb981dc0e80fea54",
14
+ "code-explorer.md": "sha256:4ee5dfcdbdf625c4",
15
+ "code-reviewer.md": "sha256:07447dbe8733fb9e",
16
+ "code-simplifier.md": "sha256:85cd2d596c03aabe",
17
+ "comment-analyzer.md": "sha256:94228a2a372364a0",
18
+ "conversation-analyzer.md": "sha256:d330926b67751661",
19
+ "cpp-build-resolver.md": "sha256:45cc3bf6e7a9617f",
20
+ "cpp-reviewer.md": "sha256:f7a3a9498e034708",
21
+ "csharp-reviewer.md": "sha256:7976699e94de8145",
22
+ "dart-build-resolver.md": "sha256:0b1c593a5c3db033",
23
+ "database-reviewer.md": "sha256:c69200806b9b0ace",
24
+ "django-build-resolver.md": "sha256:5a0e6ceb28b93393",
25
+ "django-reviewer.md": "sha256:0a9e5f90aca578c6",
26
+ "doc-updater.md": "sha256:c2799a9bf64ea18e",
27
+ "docs-lookup.md": "sha256:e27b1c2c214beb69",
28
+ "e2e-runner.md": "sha256:47b406309f1b9772",
29
+ "fastapi-reviewer.md": "sha256:c18482b5e937da30",
30
+ "flutter-reviewer.md": "sha256:6a412e729bf5fd8a",
31
+ "fsharp-reviewer.md": "sha256:23959730d35eb17e",
32
+ "gan-evaluator.md": "sha256:b3c31adfc243fb7c",
33
+ "gan-generator.md": "sha256:61852503fa2784c2",
34
+ "gan-planner.md": "sha256:36ee63529badbc45",
35
+ "go-build-resolver.md": "sha256:6b8ee2a78f17295a",
36
+ "go-reviewer.md": "sha256:a2472d08781fe2d3",
37
+ "harmonyos-app-resolver.md": "sha256:e4785da21edbc7a4",
38
+ "harness-optimizer.md": "sha256:42de1efdc4d80b8a",
39
+ "healthcare-reviewer.md": "sha256:627c860b6b8b2c31",
40
+ "homelab-architect.md": "sha256:c86ede14c9304494",
41
+ "java-build-resolver.md": "sha256:22bb998dd3d944fb",
42
+ "java-reviewer.md": "sha256:4392ff4ee374b4c9",
43
+ "kotlin-build-resolver.md": "sha256:b54cb14bdee4fe8b",
44
+ "kotlin-reviewer.md": "sha256:1463ca123bcf73d4",
45
+ "loop-operator.md": "sha256:588dee02a012229a",
46
+ "marketing-agent.md": "sha256:298b719db1ec9430",
47
+ "mle-reviewer.md": "sha256:690c63f40e03b4c4",
48
+ "network-architect.md": "sha256:210afb3a2d9ae191",
49
+ "network-config-reviewer.md": "sha256:2b0288f0fd3071e5",
50
+ "network-troubleshooter.md": "sha256:7dd95c2e5516a4b8",
51
+ "opensource-forker.md": "sha256:d44774ddf16af776",
52
+ "opensource-packager.md": "sha256:9e17f1220adbc5b0",
53
+ "opensource-sanitizer.md": "sha256:7d03ca32886f9194",
54
+ "performance-optimizer.md": "sha256:790e444bcda1082e",
55
+ "planner.md": "sha256:2c53525c1ad9c20b",
56
+ "pr-test-analyzer.md": "sha256:1d9932d39cfb29f7",
57
+ "python-reviewer.md": "sha256:ffe00e20bdb10cee",
58
+ "pytorch-build-resolver.md": "sha256:e87f6ca53f5a41d2",
59
+ "react-build-resolver.md": "sha256:44dd166bc2f61338",
60
+ "react-reviewer.md": "sha256:3a0d97405a3e41ce",
61
+ "refactor-cleaner.md": "sha256:91925f7f34da099f",
62
+ "rust-build-resolver.md": "sha256:82a4f68ba5a99959",
63
+ "rust-reviewer.md": "sha256:24a57af191b35955",
64
+ "security-reviewer.md": "sha256:46d310c1ddc42a72",
65
+ "seo-specialist.md": "sha256:ad02d50b2aa70725",
66
+ "silent-failure-hunter.md": "sha256:4d67604088738bbb",
67
+ "swift-build-resolver.md": "sha256:3dc61451e2d480be",
68
+ "swift-reviewer.md": "sha256:2041a65745f48b29",
69
+ "tdd-guide.md": "sha256:b1dc01a56d66aa81",
70
+ "type-design-analyzer.md": "sha256:05502796f18407ff",
71
+ "typescript-reviewer.md": "sha256:fcb0a9fa95cb3d5f"
72
+ },
73
+ "commands": {
74
+ "aside.md": "sha256:828d2739fce0b0d1",
75
+ "auto-update.md": "sha256:2923a33e3fef6aa6",
76
+ "build-fix.md": "sha256:2620e3b8733d2272",
77
+ "checkpoint.md": "sha256:92926e49d18f18d5",
78
+ "code-review.md": "sha256:20f4b8fcf132d656",
79
+ "cost-report.md": "sha256:c3da05e77f0ebc37",
80
+ "cpp-build.md": "sha256:0850ec6adad0e96d",
81
+ "cpp-review.md": "sha256:58a0e058207bb8e9",
82
+ "cpp-test.md": "sha256:6bd5d550a008568a",
83
+ "ecc-guide.md": "sha256:1d1a16c9d0341674",
84
+ "evolve.md": "sha256:c8f94e2d2517539f",
85
+ "fastapi-review.md": "sha256:758f6c55befc3255",
86
+ "feature-dev.md": "sha256:b446c316f680a1ab",
87
+ "flutter-build.md": "sha256:589c18404b15703b",
88
+ "flutter-review.md": "sha256:631142330e5884cd",
89
+ "flutter-test.md": "sha256:22d547f9a255ddbb",
90
+ "gan-build.md": "sha256:b3c4b47a40cfcdf3",
91
+ "gan-design.md": "sha256:0f0d80a171d4637b",
92
+ "go-build.md": "sha256:916659397d2e01f9",
93
+ "go-review.md": "sha256:73a29ec62007e254",
94
+ "go-test.md": "sha256:4e09175368430522",
95
+ "gradle-build.md": "sha256:c2aa086148316326",
96
+ "harness-audit.md": "sha256:8fb765c7fbad1ee9",
97
+ "hookify-configure.md": "sha256:a059c23f885d36e3",
98
+ "hookify-help.md": "sha256:11c4beec77187548",
99
+ "hookify-list.md": "sha256:b513140d7a93527d",
100
+ "hookify.md": "sha256:2fd94b585a126771",
101
+ "instinct-export.md": "sha256:cd2052ae1b9c49f7",
102
+ "instinct-import.md": "sha256:30514ada563953a1",
103
+ "instinct-status.md": "sha256:514b31b312e7d093",
104
+ "jira.md": "sha256:0503ced85e1144d0",
105
+ "kotlin-build.md": "sha256:2a5ea5ae245b5ab5",
106
+ "kotlin-review.md": "sha256:3b18cb5e03a577a4",
107
+ "kotlin-test.md": "sha256:4c6dd961714ecacd",
108
+ "learn-eval.md": "sha256:3c3c2ca7f3449034",
109
+ "learn.md": "sha256:afdb4e38bce68595",
110
+ "loop-start.md": "sha256:fa36f7396f07e70e",
111
+ "loop-status.md": "sha256:74ca3ff7a7249f5d",
112
+ "marketing-campaign.md": "sha256:38535a134a89213b",
113
+ "model-route.md": "sha256:2e9789cb610bfa1a",
114
+ "multi-backend.md": "sha256:d6485166a9432114",
115
+ "multi-execute.md": "sha256:8683825b9c28e5aa",
116
+ "multi-frontend.md": "sha256:d0e093a02c3d2ed3",
117
+ "multi-plan.md": "sha256:cded626093d0a929",
118
+ "multi-workflow.md": "sha256:731fad67055e9709",
119
+ "plan-prd.md": "sha256:61cf11dd2a3d64bd",
120
+ "plan.md": "sha256:63393f2050f7ef0c",
121
+ "pm2.md": "sha256:daef0378434ae10f",
122
+ "pr.md": "sha256:52405eef320c1800",
123
+ "project-init.md": "sha256:efd4a7859eab26f9",
124
+ "projects.md": "sha256:dc939242028d2411",
125
+ "promote.md": "sha256:8d2faf47b1322c24",
126
+ "prp-commit.md": "sha256:b0714d5d50c87b64",
127
+ "prp-implement.md": "sha256:c7b2715c7068a245",
128
+ "prp-plan.md": "sha256:d7dfc27704dac9b9",
129
+ "prp-pr.md": "sha256:1813771b08c2ad8c",
130
+ "prp-prd.md": "sha256:ccd0082c4df1395a",
131
+ "prune.md": "sha256:b2ff4b7ff2eef389",
132
+ "python-review.md": "sha256:7982b50c59cad839",
133
+ "quality-gate.md": "sha256:521bde5959bfad6f",
134
+ "react-build.md": "sha256:940f084f8558e1f4",
135
+ "react-review.md": "sha256:e2a41010af97104e",
136
+ "react-test.md": "sha256:1c87ad417400006a",
137
+ "refactor-clean.md": "sha256:be911e404a89e79c",
138
+ "resume-session.md": "sha256:73983070d7e43dbe",
139
+ "review-pr.md": "sha256:dd6a610a4fa1ba61",
140
+ "rust-build.md": "sha256:94f2eba2a0ea2d41",
141
+ "rust-review.md": "sha256:19e9eb0c5805e982",
142
+ "rust-test.md": "sha256:1c73649d877a9b02",
143
+ "santa-loop.md": "sha256:c0e5d72aa0289201",
144
+ "save-session.md": "sha256:a9488a8819d6c65f",
145
+ "security-scan.md": "sha256:631bc55c1ea22e9d",
146
+ "sessions.md": "sha256:757fc88014f280be",
147
+ "setup-pm.md": "sha256:163b3cd106028d21",
148
+ "skill-create.md": "sha256:3acec769ffb32348",
149
+ "skill-health.md": "sha256:3a13659b9bac7247",
150
+ "test-coverage.md": "sha256:f492c2dac27b9811",
151
+ "update-codemaps.md": "sha256:dee7709ae4044862",
152
+ "update-docs.md": "sha256:f0f4645d697c7c58"
153
+ },
154
+ "skills": {
155
+ "accessibility/SKILL.md": "sha256:1e7594bd364e871e",
156
+ "agent-architecture-audit/SKILL.md": "sha256:7cdb45db4e7f5d1b",
157
+ "agent-eval/SKILL.md": "sha256:200179d515f9961a",
158
+ "agent-harness-construction/SKILL.md": "sha256:8da8d0cd5ab9bcdf",
159
+ "agent-introspection-debugging/SKILL.md": "sha256:aff0d52785d3013d",
160
+ "agent-payment-x402/SKILL.md": "sha256:43a19fa4357460b9",
161
+ "agent-sort/SKILL.md": "sha256:51d5b461ebd92f5c",
162
+ "agentic-engineering/SKILL.md": "sha256:c202c6bfe6c98a68",
163
+ "agentic-os/SKILL.md": "sha256:22338b7be6a55f08",
164
+ "ai-first-engineering/SKILL.md": "sha256:41239a1d15ef590e",
165
+ "ai-regression-testing/SKILL.md": "sha256:e29260b01cad5684",
166
+ "android-clean-architecture/SKILL.md": "sha256:b3f84e98979fb517",
167
+ "angular-developer/references/angular-animations.md": "sha256:0361278cabc49258",
168
+ "angular-developer/references/angular-aria.md": "sha256:96daed398824f294",
169
+ "angular-developer/references/cli.md": "sha256:b7a5f9f851256599",
170
+ "angular-developer/references/component-harnesses.md": "sha256:ffa4258a4877fe4e",
171
+ "angular-developer/references/component-styling.md": "sha256:de3351fdb7217436",
172
+ "angular-developer/references/components.md": "sha256:dbfb520f2dddd017",
173
+ "angular-developer/references/creating-services.md": "sha256:9b0d8b6d627ec33e",
174
+ "angular-developer/references/data-resolvers.md": "sha256:0a6eb7ee89b29d17",
175
+ "angular-developer/references/define-routes.md": "sha256:1288b38bad6cc974",
176
+ "angular-developer/references/defining-providers.md": "sha256:e654c23a080c642c",
177
+ "angular-developer/references/di-fundamentals.md": "sha256:45d4431765c46d74",
178
+ "angular-developer/references/e2e-testing.md": "sha256:50aa1fa9a8326664",
179
+ "angular-developer/references/effects.md": "sha256:c06ad02460be7f57",
180
+ "angular-developer/references/hierarchical-injectors.md": "sha256:05546d8043b93a2a",
181
+ "angular-developer/references/host-elements.md": "sha256:b898bab74d518feb",
182
+ "angular-developer/references/injection-context.md": "sha256:0ab76274d761da9c",
183
+ "angular-developer/references/inputs.md": "sha256:229a6e37f7006a6f",
184
+ "angular-developer/references/linked-signal.md": "sha256:4971692a36c4d470",
185
+ "angular-developer/references/loading-strategies.md": "sha256:fa82c48573532a7f",
186
+ "angular-developer/references/mcp.md": "sha256:7197d06d79bb5708",
187
+ "angular-developer/references/navigate-to-routes.md": "sha256:ea3c3d53b5db47b4",
188
+ "angular-developer/references/outputs.md": "sha256:a191f8982d9ac686",
189
+ "angular-developer/references/reactive-forms.md": "sha256:e71118562247c941",
190
+ "angular-developer/references/rendering-strategies.md": "sha256:329aa9aa35c85dd2",
191
+ "angular-developer/references/resource.md": "sha256:ff03e5f21219cb0c",
192
+ "angular-developer/references/route-animations.md": "sha256:eda1452f85ce05f3",
193
+ "angular-developer/references/route-guards.md": "sha256:491a93cb49fbcba0",
194
+ "angular-developer/references/router-lifecycle.md": "sha256:4abc8cb8dfeb2e9f",
195
+ "angular-developer/references/router-testing.md": "sha256:42bdaa9ac7d52309",
196
+ "angular-developer/references/show-routes-with-outlets.md": "sha256:43a2ed62ea2edafa",
197
+ "angular-developer/references/signal-forms.md": "sha256:7ff19051876697ee",
198
+ "angular-developer/references/signals-overview.md": "sha256:f0a4d5fe4a88a3f0",
199
+ "angular-developer/references/tailwind-css.md": "sha256:bdb952d0dd2d4155",
200
+ "angular-developer/references/template-driven-forms.md": "sha256:52e83e576b0c6dc0",
201
+ "angular-developer/references/testing-fundamentals.md": "sha256:94fe1a3b42f4cc29",
202
+ "angular-developer/SKILL.md": "sha256:dc45614ba1a5c505",
203
+ "api-connector-builder/SKILL.md": "sha256:0def96c1d6414acd",
204
+ "api-design/SKILL.md": "sha256:d2b090c4319e030f",
205
+ "architecture-decision-records/SKILL.md": "sha256:be3ce03e4ad61f5a",
206
+ "article-writing/SKILL.md": "sha256:068e9aa2bc7e7e63",
207
+ "automation-audit-ops/SKILL.md": "sha256:cb4f49604a9dd0ea",
208
+ "autonomous-agent-harness/SKILL.md": "sha256:2157649feac6ce4c",
209
+ "autonomous-loops/SKILL.md": "sha256:25431f497ec2b2b4",
210
+ "backend-patterns/SKILL.md": "sha256:6d3500c25874d41b",
211
+ "benchmark/SKILL.md": "sha256:879f43d7fade4d43",
212
+ "benchmark-optimization-loop/SKILL.md": "sha256:32ad49eec7635e3d",
213
+ "blender-motion-state-inspection/SKILL.md": "sha256:2b98be0e8445df88",
214
+ "blueprint/SKILL.md": "sha256:f74f4f312e2cca73",
215
+ "brand-voice/references/voice-profile-schema.md": "sha256:3c5c2b04fd4b6864",
216
+ "brand-voice/SKILL.md": "sha256:9c23f871aa77a7d6",
217
+ "browser-qa/SKILL.md": "sha256:ec40c3b976429de3",
218
+ "bun-runtime/SKILL.md": "sha256:2929d1f227962d86",
219
+ "canary-watch/SKILL.md": "sha256:2cc00493ab051b72",
220
+ "carrier-relationship-management/SKILL.md": "sha256:0f38232b4769e119",
221
+ "cisco-ios-patterns/SKILL.md": "sha256:efb310b1ecbf6d7a",
222
+ "ck/commands/forget.mjs": "sha256:af9995621bd68eb3",
223
+ "ck/commands/info.mjs": "sha256:f294480e80aafe15",
224
+ "ck/commands/init.mjs": "sha256:3ab39c2610548da4",
225
+ "ck/commands/list.mjs": "sha256:902d5ef9370d0721",
226
+ "ck/commands/migrate.mjs": "sha256:7703062eb780c637",
227
+ "ck/commands/resume.mjs": "sha256:773a706247bfeb45",
228
+ "ck/commands/save.mjs": "sha256:1d096ffd0ce5776a",
229
+ "ck/commands/shared.mjs": "sha256:8da746463ae5e907",
230
+ "ck/hooks/session-start.mjs": "sha256:4ad0b843a0e1256e",
231
+ "ck/SKILL.md": "sha256:b0eecbd9841e8f0a",
232
+ "claude-devfleet/SKILL.md": "sha256:3ae3f7bb4ae392af",
233
+ "click-path-audit/SKILL.md": "sha256:9455e941c68046ed",
234
+ "clickhouse-io/SKILL.md": "sha256:9d5612f3bba35801",
235
+ "code-tour/SKILL.md": "sha256:94253ce76b0aa506",
236
+ "codebase-onboarding/SKILL.md": "sha256:716e42006634cc5c",
237
+ "coding-standards/SKILL.md": "sha256:9407b2ba396656a0",
238
+ "compose-multiplatform-patterns/SKILL.md": "sha256:c81cbd0422f70719",
239
+ "configure-ecc/SKILL.md": "sha256:746c5749ac369ec5",
240
+ "connections-optimizer/SKILL.md": "sha256:ca898570a254878a",
241
+ "content-engine/SKILL.md": "sha256:a64c6df93125b77c",
242
+ "content-hash-cache-pattern/SKILL.md": "sha256:cdef26f0fc59be43",
243
+ "context-budget/SKILL.md": "sha256:85b32e7dd4ddb8f9",
244
+ "continuous-agent-loop/SKILL.md": "sha256:b557889be2db327a",
245
+ "continuous-learning/config.json": "sha256:8af9150b6dca782c",
246
+ "continuous-learning/evaluate-session.sh": "sha256:3e07e0b2916fbcdd",
247
+ "continuous-learning/SKILL.md": "sha256:e84e7e5dd87b219c",
248
+ "continuous-learning-v2/agents/observer-loop.sh": "sha256:f13281f7c2293bad",
249
+ "continuous-learning-v2/agents/observer.md": "sha256:d1fdf1a91ca39252",
250
+ "continuous-learning-v2/agents/session-guardian.sh": "sha256:ee6e4c0990f8d538",
251
+ "continuous-learning-v2/agents/start-observer.sh": "sha256:a5abb87621406fb7",
252
+ "continuous-learning-v2/config.json": "sha256:6f17e7a99aafe252",
253
+ "continuous-learning-v2/hooks/observe.sh": "sha256:b72a5d3fecb93e2a",
254
+ "continuous-learning-v2/scripts/detect-project.sh": "sha256:b10899ea4050405e",
255
+ "continuous-learning-v2/scripts/instinct-cli.py": "sha256:a33219d90bbb41c9",
256
+ "continuous-learning-v2/scripts/lib/homunculus-dir.sh": "sha256:95abe5391f9d8611",
257
+ "continuous-learning-v2/scripts/migrate-homunculus.sh": "sha256:3ba4cd149afe5a7a",
258
+ "continuous-learning-v2/scripts/test_parse_instinct.py": "sha256:22e9659e21cbe55f",
259
+ "continuous-learning-v2/SKILL.md": "sha256:d57eb915b0891bc3",
260
+ "cost-aware-llm-pipeline/SKILL.md": "sha256:09eb41fdfa081cd0",
261
+ "cost-tracking/SKILL.md": "sha256:c48d78c1af32fdb9",
262
+ "council/SKILL.md": "sha256:fd578d63aace6efb",
263
+ "cpp-coding-standards/SKILL.md": "sha256:70919980c635f66d",
264
+ "cpp-testing/SKILL.md": "sha256:84e58979240d0387",
265
+ "crosspost/SKILL.md": "sha256:4c130ad682003589",
266
+ "csharp-testing/SKILL.md": "sha256:3b4058cc7964a234",
267
+ "customer-billing-ops/SKILL.md": "sha256:5cad081b48466756",
268
+ "customs-trade-compliance/SKILL.md": "sha256:32e74639267e55de",
269
+ "dart-flutter-patterns/SKILL.md": "sha256:87354c75b8e880b9",
270
+ "dashboard-builder/SKILL.md": "sha256:0e668780a3168e50",
271
+ "data-scraper-agent/SKILL.md": "sha256:cf0e128c18d212b0",
272
+ "data-throughput-accelerator/SKILL.md": "sha256:2b294ba0c64c5f61",
273
+ "database-migrations/SKILL.md": "sha256:645290c5763d3164",
274
+ "deep-research/SKILL.md": "sha256:faf733aee67562a4",
275
+ "defi-amm-security/SKILL.md": "sha256:8b8e345aba8cb6ee",
276
+ "deployment-patterns/SKILL.md": "sha256:b2d18f90ea5f5b7e",
277
+ "design-system/SKILL.md": "sha256:48259261aa52c6f9",
278
+ "django-celery/SKILL.md": "sha256:136084e0b46ccb18",
279
+ "django-patterns/SKILL.md": "sha256:267eb89f537a6626",
280
+ "django-security/SKILL.md": "sha256:d5d174690a16dca9",
281
+ "django-tdd/SKILL.md": "sha256:99ef0936053afecf",
282
+ "django-verification/SKILL.md": "sha256:72cd92f2e2440187",
283
+ "dmux-workflows/SKILL.md": "sha256:d82ed05f4713fc85",
284
+ "docker-patterns/SKILL.md": "sha256:6deb8e45b3224810",
285
+ "documentation-lookup/SKILL.md": "sha256:89cc655f72a5e3a9",
286
+ "dotnet-patterns/SKILL.md": "sha256:70a349cda271e9f7",
287
+ "dynamic-workflow-mode/SKILL.md": "sha256:69c7b0faf66a94c4",
288
+ "e2e-testing/SKILL.md": "sha256:f84ae93c159bf6ec",
289
+ "ecc-guide/SKILL.md": "sha256:65997cc4d7ac17dc",
290
+ "ecc-tools-cost-audit/SKILL.md": "sha256:5cc4bb2dbf0a448d",
291
+ "email-ops/SKILL.md": "sha256:0f48302235ffcbc3",
292
+ "energy-procurement/SKILL.md": "sha256:327e576abe1137ee",
293
+ "enterprise-agent-ops/SKILL.md": "sha256:27edc796df2bf30b",
294
+ "error-handling/SKILL.md": "sha256:0ec0993c0441d0b0",
295
+ "eval-harness/SKILL.md": "sha256:0b1933f5532df4bc",
296
+ "evm-token-decimals/SKILL.md": "sha256:96093b14a1e90edd",
297
+ "exa-search/SKILL.md": "sha256:611838ee7002ac99",
298
+ "fal-ai-media/SKILL.md": "sha256:a3110247a7d7a18a",
299
+ "fastapi-patterns/SKILL.md": "sha256:6e809a690fbeabfd",
300
+ "finance-billing-ops/SKILL.md": "sha256:c270d67c2f68e625",
301
+ "flox-environments/SKILL.md": "sha256:957ca6ade54e4c42",
302
+ "flutter-dart-code-review/SKILL.md": "sha256:908b324fd2514ff0",
303
+ "foundation-models-on-device/SKILL.md": "sha256:8efee7e392b39990",
304
+ "frontend-a11y/SKILL.md": "sha256:4f721ae3408c5253",
305
+ "frontend-design-direction/SKILL.md": "sha256:4bbf2871e7ae8d5d",
306
+ "frontend-patterns/SKILL.md": "sha256:dd04a1c02503036e",
307
+ "frontend-slides/animation-patterns.md": "sha256:152ac81e87eba92d",
308
+ "frontend-slides/html-template.md": "sha256:0ba1acf5016472f0",
309
+ "frontend-slides/scripts/export-pdf.sh": "sha256:fbc87d9943b73f35",
310
+ "frontend-slides/scripts/extract-pptx.py": "sha256:4f5e7603c99b8b53",
311
+ "frontend-slides/SKILL.md": "sha256:bc890c0deeb766e7",
312
+ "frontend-slides/STYLE_PRESETS.md": "sha256:f3448493022f8fa3",
313
+ "frontend-slides/viewport-base.css": "sha256:dab42c1a556a0fa5",
314
+ "fsharp-testing/SKILL.md": "sha256:3d545901771d93e5",
315
+ "gan-style-harness/SKILL.md": "sha256:2ce1e3d2579e1526",
316
+ "gateguard/SKILL.md": "sha256:6fc8493e7672c3ab",
317
+ "git-workflow/SKILL.md": "sha256:a67d04fc9f1dde4a",
318
+ "github-ops/SKILL.md": "sha256:4028e3e0eba91b9f",
319
+ "golang-patterns/SKILL.md": "sha256:f36a89926fab1e89",
320
+ "golang-testing/SKILL.md": "sha256:2da1afcd9df65293",
321
+ "google-workspace-ops/SKILL.md": "sha256:b9493e95155c0df4",
322
+ "healthcare-cdss-patterns/SKILL.md": "sha256:892b425b9ac77642",
323
+ "healthcare-emr-patterns/SKILL.md": "sha256:d7399a6243565f23",
324
+ "healthcare-eval-harness/SKILL.md": "sha256:5a557e4cbedf94ef",
325
+ "healthcare-phi-compliance/SKILL.md": "sha256:1d053ab76ccaa06e",
326
+ "hermes-imports/SKILL.md": "sha256:eb66807dbb3c5739",
327
+ "hexagonal-architecture/SKILL.md": "sha256:be71634ceb98c2ff",
328
+ "hipaa-compliance/SKILL.md": "sha256:b234f67dea6f6731",
329
+ "homelab-network-readiness/SKILL.md": "sha256:07475675b0580941",
330
+ "homelab-network-setup/SKILL.md": "sha256:4a76cfeeb8df3837",
331
+ "homelab-pihole-dns/SKILL.md": "sha256:07ff0ec0957f2db0",
332
+ "homelab-vlan-segmentation/SKILL.md": "sha256:190887b85b5af4d6",
333
+ "homelab-wireguard-vpn/SKILL.md": "sha256:16c7d4104a6b6cb1",
334
+ "hookify-rules/SKILL.md": "sha256:b604608e30ac2b8f",
335
+ "inventory-demand-planning/SKILL.md": "sha256:60114c60db6a6153",
336
+ "investor-materials/SKILL.md": "sha256:0541ac8ede8d39c5",
337
+ "investor-outreach/SKILL.md": "sha256:ab71ee37a1ff5f9b",
338
+ "ios-icon-gen/scripts/generate_icons.swift": "sha256:41efd2b2dc30a744",
339
+ "ios-icon-gen/scripts/iconify_gen.sh": "sha256:5a0efeece4dfd4b6",
340
+ "ios-icon-gen/SKILL.md": "sha256:e92c9d8c58fdbd41",
341
+ "iterative-retrieval/SKILL.md": "sha256:1f8f1498c0239617",
342
+ "ito-basket-compare/SKILL.md": "sha256:1fb122cfbb92e30f",
343
+ "ito-data-atlas-agent/SKILL.md": "sha256:966251df53ecf7ca",
344
+ "ito-market-intelligence/SKILL.md": "sha256:a915db5ee12ee17c",
345
+ "ito-trade-planner/SKILL.md": "sha256:acd5279a6b4dd411",
346
+ "java-coding-standards/SKILL.md": "sha256:fe851ef82b71dc5c",
347
+ "jira-integration/SKILL.md": "sha256:50299acfaa820ba2",
348
+ "jpa-patterns/SKILL.md": "sha256:5302c813a58deb54",
349
+ "knowledge-ops/SKILL.md": "sha256:a1fecc085d516783",
350
+ "kotlin-coroutines-flows/SKILL.md": "sha256:aaac6a9031e4a7c7",
351
+ "kotlin-exposed-patterns/SKILL.md": "sha256:e5c29d23513adba9",
352
+ "kotlin-ktor-patterns/SKILL.md": "sha256:71982b984b919891",
353
+ "kotlin-patterns/SKILL.md": "sha256:b98d254f9f0c1af6",
354
+ "kotlin-testing/SKILL.md": "sha256:46f9f7da6a639103",
355
+ "laravel-patterns/SKILL.md": "sha256:b69b40b57bbf9bb1",
356
+ "laravel-plugin-discovery/SKILL.md": "sha256:29363db6147b5a86",
357
+ "laravel-security/SKILL.md": "sha256:bffcb2824e7d0c4f",
358
+ "laravel-tdd/SKILL.md": "sha256:09e0ee17c37b012f",
359
+ "laravel-verification/SKILL.md": "sha256:c5e660f538350a83",
360
+ "latency-critical-systems/SKILL.md": "sha256:9c4f9e4104394d5e",
361
+ "lead-intelligence/agents/enrichment-agent.md": "sha256:ad0e369651b45f2a",
362
+ "lead-intelligence/agents/mutual-mapper.md": "sha256:fb741c0f2ee3d08d",
363
+ "lead-intelligence/agents/outreach-drafter.md": "sha256:e7406e69a0f3dfb8",
364
+ "lead-intelligence/agents/signal-scorer.md": "sha256:d6aa79f50c93259e",
365
+ "lead-intelligence/SKILL.md": "sha256:784d1f1d73036662",
366
+ "liquid-glass-design/SKILL.md": "sha256:024aa207eb3d4d31",
367
+ "llm-trading-agent-security/SKILL.md": "sha256:509477236036ee0c",
368
+ "logistics-exception-management/SKILL.md": "sha256:a57faa527a53781d",
369
+ "make-interfaces-feel-better/SKILL.md": "sha256:d15b39c7089c8ee6",
370
+ "manim-video/assets/network_graph_scene.py": "sha256:5d8ef9a5c55b2446",
371
+ "manim-video/SKILL.md": "sha256:9800d7b7212a14d8",
372
+ "market-research/SKILL.md": "sha256:7ef3fa13d6272fd2",
373
+ "marketing-campaign/SKILL.md": "sha256:92168e3419a61fda",
374
+ "mcp-server-patterns/SKILL.md": "sha256:d1d99d6b21713283",
375
+ "messages-ops/SKILL.md": "sha256:662aa73e5b2b309a",
376
+ "mle-workflow/SKILL.md": "sha256:80f288f44f0235d5",
377
+ "motion-advanced/SKILL.md": "sha256:0a113074ee06ea13",
378
+ "motion-foundations/SKILL.md": "sha256:6755da297a2c0bce",
379
+ "motion-patterns/SKILL.md": "sha256:d6a358e87f178466",
380
+ "motion-ui/SKILL.md": "sha256:dcd78a3718c3f222",
381
+ "mysql-patterns/SKILL.md": "sha256:b334bb86e4e41386",
382
+ "nanoclaw-repl/SKILL.md": "sha256:a917d56baef85463",
383
+ "nestjs-patterns/SKILL.md": "sha256:08303876620e2ad7",
384
+ "netmiko-ssh-automation/SKILL.md": "sha256:870e5672f0910825",
385
+ "network-bgp-diagnostics/SKILL.md": "sha256:6011f720b56618d2",
386
+ "network-config-validation/SKILL.md": "sha256:b80c3cb11d567851",
387
+ "network-interface-health/SKILL.md": "sha256:c46e0bedbd39a5f4",
388
+ "nextjs-turbopack/SKILL.md": "sha256:8d509b88b1c1500f",
389
+ "nodejs-keccak256/SKILL.md": "sha256:ad06dd6d6211c4c1",
390
+ "nutrient-document-processing/SKILL.md": "sha256:bf680ac62b6881b4",
391
+ "nuxt4-patterns/SKILL.md": "sha256:a5282f46c6738b1d",
392
+ "openclaw-persona-forge/gacha.py": "sha256:032aed98c1c93ced",
393
+ "openclaw-persona-forge/gacha.sh": "sha256:7f37efda4df83e54",
394
+ "openclaw-persona-forge/references/avatar-style.md": "sha256:b422938377812dff",
395
+ "openclaw-persona-forge/references/boundary-rules.md": "sha256:10ceeed8f1290d30",
396
+ "openclaw-persona-forge/references/error-handling.md": "sha256:2e22cdd76b1b119b",
397
+ "openclaw-persona-forge/references/identity-tension.md": "sha256:e0f0c7ac300ed9c7",
398
+ "openclaw-persona-forge/references/naming-system.md": "sha256:ca0e8710c330222d",
399
+ "openclaw-persona-forge/references/output-template.md": "sha256:4a832227b34b69ae",
400
+ "openclaw-persona-forge/SKILL.md": "sha256:c47fdf88bcaf8c85",
401
+ "opensource-pipeline/SKILL.md": "sha256:c29b1a730280c586",
402
+ "parallel-execution-optimizer/SKILL.md": "sha256:c1252ff27c7bf28d",
403
+ "perl-patterns/SKILL.md": "sha256:7051a5b3b005f90f",
404
+ "perl-security/SKILL.md": "sha256:99cffd27aff013ab",
405
+ "perl-testing/SKILL.md": "sha256:b9ea58b1e80df633",
406
+ "plan-orchestrate/SKILL.md": "sha256:226ec75b26f3c9e0",
407
+ "plankton-code-quality/SKILL.md": "sha256:e8dbe35029c890d9",
408
+ "postgres-patterns/SKILL.md": "sha256:2b07d5f7de1b68a9",
409
+ "prediction-market-oracle-research/SKILL.md": "sha256:ecb8513eec5d28b3",
410
+ "prediction-market-risk-review/SKILL.md": "sha256:dcd4b336034f35a0",
411
+ "prisma-patterns/SKILL.md": "sha256:533b5bcc2dd3ec92",
412
+ "product-capability/SKILL.md": "sha256:80adddd72a5e4be4",
413
+ "product-lens/SKILL.md": "sha256:8eaea4af3b14018b",
414
+ "production-audit/SKILL.md": "sha256:54f769ac5ad4a15e",
415
+ "production-scheduling/SKILL.md": "sha256:07508043c83606a8",
416
+ "project-flow-ops/SKILL.md": "sha256:cbde44a04cf1668b",
417
+ "prompt-optimizer/SKILL.md": "sha256:3c1539c5fc4762cb",
418
+ "python-patterns/SKILL.md": "sha256:df0c0abbbd0e6a01",
419
+ "python-testing/SKILL.md": "sha256:b304a8c503af3264",
420
+ "pytorch-patterns/SKILL.md": "sha256:22b76f559f17d4b0",
421
+ "quality-nonconformance/SKILL.md": "sha256:5cc141c785c8b611",
422
+ "quarkus-patterns/SKILL.md": "sha256:8cfcfd591e18d152",
423
+ "quarkus-security/SKILL.md": "sha256:207ac4603fab1e1a",
424
+ "quarkus-tdd/SKILL.md": "sha256:f162695cb70e05f6",
425
+ "quarkus-verification/SKILL.md": "sha256:c37c66b246dfa3cd",
426
+ "ralphinho-rfc-pipeline/SKILL.md": "sha256:3564f14e56b1af60",
427
+ "react-patterns/SKILL.md": "sha256:5267058b457dd558",
428
+ "react-performance/SKILL.md": "sha256:da3adad174f48d16",
429
+ "react-testing/SKILL.md": "sha256:82ecdce94f7f058e",
430
+ "recsys-pipeline-architect/SKILL.md": "sha256:9d4ec8e4da636f9c",
431
+ "recursive-decision-ledger/SKILL.md": "sha256:33fa679cf4999f12",
432
+ "redis-patterns/SKILL.md": "sha256:eff68ab5d3402742",
433
+ "regex-vs-llm-structured-text/SKILL.md": "sha256:1f4338a9d8eee84b",
434
+ "remotion-video-creation/rules/3d.md": "sha256:d5f3f412ba540d10",
435
+ "remotion-video-creation/rules/animations.md": "sha256:3b2a9055f720fb5d",
436
+ "remotion-video-creation/rules/assets/charts-bar-chart.tsx": "sha256:6e5e219c596c8515",
437
+ "remotion-video-creation/rules/assets/text-animations-typewriter.tsx": "sha256:92b5f47d6d18387a",
438
+ "remotion-video-creation/rules/assets/text-animations-word-highlight.tsx": "sha256:5dbba688b875baaa",
439
+ "remotion-video-creation/rules/assets.md": "sha256:664160a48fe6ef76",
440
+ "remotion-video-creation/rules/audio.md": "sha256:06d859b2f463d0e0",
441
+ "remotion-video-creation/rules/calculate-metadata.md": "sha256:b258c788fb333718",
442
+ "remotion-video-creation/rules/can-decode.md": "sha256:fb3f9933e45103d7",
443
+ "remotion-video-creation/rules/charts.md": "sha256:f4851fb54c0012ac",
444
+ "remotion-video-creation/rules/compositions.md": "sha256:8939e6ce84d00e98",
445
+ "remotion-video-creation/rules/display-captions.md": "sha256:96abde72e0bcb88c",
446
+ "remotion-video-creation/rules/extract-frames.md": "sha256:b7a63f6509a1a33d",
447
+ "remotion-video-creation/rules/fonts.md": "sha256:1749e4cf82e8b157",
448
+ "remotion-video-creation/rules/get-audio-duration.md": "sha256:d5098e8d20b22746",
449
+ "remotion-video-creation/rules/get-video-dimensions.md": "sha256:839867aa115e09a7",
450
+ "remotion-video-creation/rules/get-video-duration.md": "sha256:7b31fab3cbf9b077",
451
+ "remotion-video-creation/rules/gifs.md": "sha256:53d9d658e3093dba",
452
+ "remotion-video-creation/rules/images.md": "sha256:91d32f6e528b1f1c",
453
+ "remotion-video-creation/rules/import-srt-captions.md": "sha256:38d33be5439714a2",
454
+ "remotion-video-creation/rules/lottie.md": "sha256:327673644c436b9f",
455
+ "remotion-video-creation/rules/measuring-dom-nodes.md": "sha256:4017103b03f14a04",
456
+ "remotion-video-creation/rules/measuring-text.md": "sha256:88905cbd701e2473",
457
+ "remotion-video-creation/rules/sequencing.md": "sha256:a6bc2ecf64c43d2c",
458
+ "remotion-video-creation/rules/tailwind.md": "sha256:e6025d703b69d9b4",
459
+ "remotion-video-creation/rules/text-animations.md": "sha256:40ac6b1bccf1c57d",
460
+ "remotion-video-creation/rules/timing.md": "sha256:25d44384f42a2bbf",
461
+ "remotion-video-creation/rules/transcribe-captions.md": "sha256:c3324f7dc728cdb8",
462
+ "remotion-video-creation/rules/transitions.md": "sha256:1b105c06bb968f9e",
463
+ "remotion-video-creation/rules/trimming.md": "sha256:9f71fc28200d18a4",
464
+ "remotion-video-creation/rules/videos.md": "sha256:6c663a2325df9748",
465
+ "remotion-video-creation/SKILL.md": "sha256:94b0e5591d26670c",
466
+ "repo-scan/SKILL.md": "sha256:679dba00be8d64db",
467
+ "research-ops/SKILL.md": "sha256:f6006b8554c68f32",
468
+ "returns-reverse-logistics/SKILL.md": "sha256:93f2bab5f391615e",
469
+ "rules-distill/scripts/scan-rules.sh": "sha256:0cfac69aff6c6ea3",
470
+ "rules-distill/scripts/scan-skills.sh": "sha256:de6a938e14ce44d4",
471
+ "rules-distill/SKILL.md": "sha256:5c457a1789f73124",
472
+ "rust-patterns/SKILL.md": "sha256:2c8a7b1110a7c8d9",
473
+ "rust-testing/SKILL.md": "sha256:e55dc89ab64a49f9",
474
+ "safety-guard/SKILL.md": "sha256:50328f1aada59211",
475
+ "santa-method/SKILL.md": "sha256:d70951d3b0ddc78b",
476
+ "scientific-db-pubmed-database/SKILL.md": "sha256:a12bd1dd54d7cce7",
477
+ "scientific-db-uspto-database/SKILL.md": "sha256:e04f3de04c0004ec",
478
+ "scientific-pkg-gget/SKILL.md": "sha256:0d7c196c6c7f831d",
479
+ "scientific-thinking-literature-review/SKILL.md": "sha256:d7dd7c8630d74892",
480
+ "scientific-thinking-scholar-evaluation/SKILL.md": "sha256:cb722947dbbc63c5",
481
+ "search-first/SKILL.md": "sha256:e101458811e95756",
482
+ "security-bounty-hunter/SKILL.md": "sha256:353662b7f52b2339",
483
+ "security-review/cloud-infrastructure-security.md": "sha256:7d9a83852475a939",
484
+ "security-review/SKILL.md": "sha256:2488fb9de701c260",
485
+ "security-scan/SKILL.md": "sha256:6facddfa83c1c53e",
486
+ "seo/SKILL.md": "sha256:3e560c9da02ca529",
487
+ "skill-comply/.gitignore": "sha256:c7234a0b01fecc81",
488
+ "skill-comply/fixtures/compliant_trace.jsonl": "sha256:1b58f5b9797bddaf",
489
+ "skill-comply/fixtures/noncompliant_trace.jsonl": "sha256:9c3d2564bd32b126",
490
+ "skill-comply/fixtures/tdd_spec.yaml": "sha256:0bd9ce7e26fef127",
491
+ "skill-comply/prompts/classifier.md": "sha256:8374ccb93bbb7908",
492
+ "skill-comply/prompts/scenario_generator.md": "sha256:ba508c9560dcc5c6",
493
+ "skill-comply/prompts/spec_generator.md": "sha256:dd702f91352cde35",
494
+ "skill-comply/pyproject.toml": "sha256:aa5d05ac22ef460b",
495
+ "skill-comply/scripts/__init__.py": "sha256:e3b0c44298fc1c14",
496
+ "skill-comply/scripts/classifier.py": "sha256:f9847e0cb5475e81",
497
+ "skill-comply/scripts/grader.py": "sha256:01ba072b5a5535f9",
498
+ "skill-comply/scripts/parser.py": "sha256:ccb2a27cccd3b4af",
499
+ "skill-comply/scripts/report.py": "sha256:fc188fb8c64c5d42",
500
+ "skill-comply/scripts/run.py": "sha256:9bd9af2a98490d5d",
501
+ "skill-comply/scripts/runner.py": "sha256:f0d898baf633e794",
502
+ "skill-comply/scripts/scenario_generator.py": "sha256:b900df39ea775494",
503
+ "skill-comply/scripts/spec_generator.py": "sha256:3d22f61dd77c1e15",
504
+ "skill-comply/scripts/utils.py": "sha256:7a5b1509ac0785f3",
505
+ "skill-comply/SKILL.md": "sha256:0861edfb6f0735e6",
506
+ "skill-comply/tests/test_grader.py": "sha256:311007f79f744190",
507
+ "skill-comply/tests/test_parser.py": "sha256:c56055fd0927d38d",
508
+ "skill-comply/tests/test_runner.py": "sha256:048edb088aca483b",
509
+ "skill-scout/SKILL.md": "sha256:66f84ec5f124cafa",
510
+ "skill-stocktake/scripts/quick-diff.sh": "sha256:e8b48f77d9e34d0c",
511
+ "skill-stocktake/scripts/save-results.sh": "sha256:250968532dc3bf10",
512
+ "skill-stocktake/scripts/scan.sh": "sha256:b1f16b586e7e2f4c",
513
+ "skill-stocktake/SKILL.md": "sha256:b48b54c68e5d41d4",
514
+ "social-graph-ranker/SKILL.md": "sha256:6f02101110dab50d",
515
+ "social-publisher/SKILL.md": "sha256:983ac70f282d9d0e",
516
+ "springboot-patterns/SKILL.md": "sha256:7ecbb9ce50282c9c",
517
+ "springboot-security/SKILL.md": "sha256:7bfabd0a87dd3abd",
518
+ "springboot-tdd/SKILL.md": "sha256:67d3d67c8f9d1810",
519
+ "springboot-verification/SKILL.md": "sha256:4895b880d86d5703",
520
+ "strategic-compact/SKILL.md": "sha256:ed1fbd6d3d51a294",
521
+ "swift-actor-persistence/SKILL.md": "sha256:dddfd2f5da0c3fa6",
522
+ "swift-concurrency-6-2/SKILL.md": "sha256:f12ca9feeed25834",
523
+ "swift-protocol-di-testing/SKILL.md": "sha256:780bf7d46242c38b",
524
+ "swiftui-patterns/SKILL.md": "sha256:c27f90145101dd77",
525
+ "tdd-workflow/SKILL.md": "sha256:934c453594ce6833",
526
+ "team-agent-orchestration/SKILL.md": "sha256:bba596498d0ebb58",
527
+ "team-builder/SKILL.md": "sha256:b2231d965f120e07",
528
+ "terminal-ops/SKILL.md": "sha256:ed228e078c880e92",
529
+ "tinystruct-patterns/references/architecture.md": "sha256:68b3e856ca7b4e1c",
530
+ "tinystruct-patterns/references/data-handling.md": "sha256:4f14344808d34682",
531
+ "tinystruct-patterns/references/database.md": "sha256:904b731361ad3cbd",
532
+ "tinystruct-patterns/references/routing.md": "sha256:5accd76c48394eeb",
533
+ "tinystruct-patterns/references/system-usage.md": "sha256:6ff5f0ffab18340a",
534
+ "tinystruct-patterns/references/testing.md": "sha256:a4c82b7b9b987704",
535
+ "tinystruct-patterns/SKILL.md": "sha256:1f34f118a571b6d7",
536
+ "token-budget-advisor/SKILL.md": "sha256:c87bfe27ebd13ed1",
537
+ "ui-demo/SKILL.md": "sha256:b5b2bac1adbd3ffc",
538
+ "ui-to-vue/SKILL.md": "sha256:6e7d011a0515fdef",
539
+ "uncloud/SKILL.md": "sha256:f98c8d0c338abd58",
540
+ "unified-notifications-ops/SKILL.md": "sha256:d9c2d607662189c8",
541
+ "verification-loop/SKILL.md": "sha256:01a9ae310ad4426b",
542
+ "video-editing/SKILL.md": "sha256:ce3ab2e576e08630",
543
+ "videodb/reference/api-reference.md": "sha256:fa15b0239185cc80",
544
+ "videodb/reference/capture-reference.md": "sha256:c84989ef482bbb55",
545
+ "videodb/reference/capture.md": "sha256:e0021243fda7da46",
546
+ "videodb/reference/editor.md": "sha256:5f0d0ac43c9534f4",
547
+ "videodb/reference/generative.md": "sha256:2004debb4e62aa90",
548
+ "videodb/reference/rtstream-reference.md": "sha256:e73dc675c9a43398",
549
+ "videodb/reference/rtstream.md": "sha256:bd929e5583ff6377",
550
+ "videodb/reference/search.md": "sha256:c26a1eab8b4adde4",
551
+ "videodb/reference/streaming.md": "sha256:8963e4a52985dd2b",
552
+ "videodb/reference/use-cases.md": "sha256:b64966f872d03619",
553
+ "videodb/scripts/ws_listener.py": "sha256:1b8867e19cca1509",
554
+ "videodb/SKILL.md": "sha256:85e9391e62346721",
555
+ "visa-doc-translate/README.md": "sha256:34c2550bd066d0db",
556
+ "visa-doc-translate/SKILL.md": "sha256:9c429c2c57789cc6",
557
+ "vite-patterns/SKILL.md": "sha256:7c02f890c783033a",
558
+ "windows-desktop-e2e/SKILL.md": "sha256:b866824b79beeeb1",
559
+ "workspace-surface-audit/SKILL.md": "sha256:dddd3e1a1716f522",
560
+ "x-api/SKILL.md": "sha256:1eddd49bbd960624"
561
+ }
562
+ }
563
+ }