claudecode-omc 5.6.8 → 5.11.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.
Files changed (216) hide show
  1. package/.local/settings/settings.json +8 -0
  2. package/.local/skills/prompt-optimizer/SKILL.md +262 -19
  3. package/.omc-curation/ecc-selection.json +80 -0
  4. package/.omc-curation/governance.json +116 -0
  5. package/.omc-curation/sources.lock.json +30 -0
  6. package/README.md +78 -4
  7. package/bundled/manifest.json +6 -5
  8. package/bundled/upstream/anthropic-skills/.omc-source/bundle.json +18 -0
  9. package/bundled/upstream/anthropic-skills/.omc-source/provenance.json +399 -0
  10. package/bundled/upstream/anthropic-skills/skills/claude-api/SKILL.md +18 -17
  11. package/bundled/upstream/anthropic-skills/skills/claude-api/curl/examples.md +9 -9
  12. package/bundled/upstream/anthropic-skills/skills/claude-api/curl/managed-agents.md +4 -4
  13. package/bundled/upstream/anthropic-skills/skills/claude-api/go/managed-agents/README.md +2 -2
  14. package/bundled/upstream/anthropic-skills/skills/claude-api/java/claude-api.md +2 -2
  15. package/bundled/upstream/anthropic-skills/skills/claude-api/java/managed-agents/README.md +2 -2
  16. package/bundled/upstream/anthropic-skills/skills/claude-api/php/claude-api.md +10 -10
  17. package/bundled/upstream/anthropic-skills/skills/claude-api/php/managed-agents/README.md +2 -2
  18. package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/README.md +16 -16
  19. package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/batches.md +3 -3
  20. package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/files-api.md +3 -3
  21. package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/streaming.md +7 -7
  22. package/bundled/upstream/anthropic-skills/skills/claude-api/python/claude-api/tool-use.md +19 -19
  23. package/bundled/upstream/anthropic-skills/skills/claude-api/python/managed-agents/README.md +3 -3
  24. package/bundled/upstream/anthropic-skills/skills/claude-api/ruby/claude-api.md +4 -4
  25. package/bundled/upstream/anthropic-skills/skills/claude-api/ruby/managed-agents/README.md +2 -2
  26. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/error-codes.md +5 -5
  27. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/live-sources.md +3 -1
  28. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-api-reference.md +10 -4
  29. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-core.md +19 -1
  30. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-environments.md +6 -2
  31. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-multiagent.md +1 -1
  32. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-onboarding.md +3 -3
  33. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-overview.md +3 -2
  34. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-self-hosted-sandboxes.md +173 -0
  35. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/managed-agents-tools.md +10 -4
  36. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/model-migration.md +113 -13
  37. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/models.md +14 -11
  38. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/prompt-caching.md +2 -2
  39. package/bundled/upstream/anthropic-skills/skills/claude-api/shared/tool-use-concepts.md +4 -4
  40. package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/README.md +15 -15
  41. package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/batches.md +2 -2
  42. package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/files-api.md +1 -1
  43. package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/streaming.md +5 -5
  44. package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/claude-api/tool-use.md +15 -15
  45. package/bundled/upstream/anthropic-skills/skills/claude-api/typescript/managed-agents/README.md +3 -3
  46. package/bundled/upstream/ecc/.omc-source/bundle.json +2 -1
  47. package/bundled/upstream/ecc/.omc-source/last-plan-apply.json +108 -24
  48. package/bundled/upstream/ecc/.omc-source/manifests/.claude-plugin/marketplace.json +3 -3
  49. package/bundled/upstream/ecc/.omc-source/provenance.json +563 -0
  50. package/bundled/upstream/ecc/agents/marketing-agent.md +159 -0
  51. package/bundled/upstream/ecc/agents/react-build-resolver.md +215 -0
  52. package/bundled/upstream/ecc/agents/react-reviewer.md +167 -0
  53. package/bundled/upstream/ecc/agents/typescript-reviewer.md +3 -0
  54. package/bundled/upstream/ecc/commands/harness-audit.md +17 -10
  55. package/bundled/upstream/ecc/commands/marketing-campaign.md +129 -0
  56. package/bundled/upstream/ecc/commands/react-build.md +187 -0
  57. package/bundled/upstream/ecc/commands/react-review.md +170 -0
  58. package/bundled/upstream/ecc/commands/react-test.md +265 -0
  59. package/bundled/upstream/ecc/skills/benchmark-optimization-loop/SKILL.md +69 -0
  60. package/bundled/upstream/ecc/skills/blender-motion-state-inspection/SKILL.md +164 -0
  61. package/bundled/upstream/ecc/skills/canary-watch/SKILL.md +9 -1
  62. package/bundled/upstream/ecc/skills/continuous-learning-v2/hooks/observe.sh +31 -9
  63. package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/detect-project.sh +38 -4
  64. package/bundled/upstream/ecc/skills/continuous-learning-v2/scripts/instinct-cli.py +319 -12
  65. package/bundled/upstream/ecc/skills/data-throughput-accelerator/SKILL.md +72 -0
  66. package/bundled/upstream/ecc/skills/dynamic-workflow-mode/SKILL.md +123 -0
  67. package/bundled/upstream/ecc/skills/frontend-a11y/SKILL.md +446 -0
  68. package/bundled/upstream/ecc/skills/ito-basket-compare/SKILL.md +63 -0
  69. package/bundled/upstream/ecc/skills/ito-data-atlas-agent/SKILL.md +63 -0
  70. package/bundled/upstream/ecc/skills/ito-market-intelligence/SKILL.md +60 -0
  71. package/bundled/upstream/ecc/skills/ito-trade-planner/SKILL.md +67 -0
  72. package/bundled/upstream/ecc/skills/latency-critical-systems/SKILL.md +73 -0
  73. package/bundled/upstream/ecc/skills/marketing-campaign/SKILL.md +113 -0
  74. package/bundled/upstream/ecc/skills/nextjs-turbopack/SKILL.md +13 -0
  75. package/bundled/upstream/ecc/skills/parallel-execution-optimizer/SKILL.md +72 -0
  76. package/bundled/upstream/ecc/skills/prediction-market-oracle-research/SKILL.md +63 -0
  77. package/bundled/upstream/ecc/skills/prediction-market-risk-review/SKILL.md +60 -0
  78. package/bundled/upstream/ecc/skills/react-patterns/SKILL.md +341 -0
  79. package/bundled/upstream/ecc/skills/react-performance/SKILL.md +574 -0
  80. package/bundled/upstream/ecc/skills/react-testing/SKILL.md +423 -0
  81. package/bundled/upstream/ecc/skills/recsys-pipeline-architect/SKILL.md +114 -0
  82. package/bundled/upstream/ecc/skills/recursive-decision-ledger/SKILL.md +79 -0
  83. package/bundled/upstream/ecc/skills/social-publisher/SKILL.md +115 -0
  84. package/bundled/upstream/ecc/skills/team-agent-orchestration/SKILL.md +110 -0
  85. package/bundled/upstream/ecc/skills/uncloud/SKILL.md +343 -0
  86. package/bundled/upstream/ecc/skills/windows-desktop-e2e/SKILL.md +99 -0
  87. package/bundled/upstream/impeccable/.omc-source/bundle.json +20 -0
  88. package/bundled/upstream/impeccable/.omc-source/provenance.json +105 -0
  89. package/bundled/upstream/impeccable/agents/impeccable-manual-edit-applier.md +97 -0
  90. package/bundled/upstream/impeccable/skills/impeccable/SKILL.md +168 -0
  91. package/bundled/upstream/impeccable/skills/impeccable/reference/adapt.md +311 -0
  92. package/bundled/upstream/impeccable/skills/impeccable/reference/animate.md +201 -0
  93. package/bundled/upstream/impeccable/skills/impeccable/reference/audit.md +133 -0
  94. package/bundled/upstream/impeccable/skills/impeccable/reference/bolder.md +113 -0
  95. package/bundled/upstream/impeccable/skills/impeccable/reference/brand.md +108 -0
  96. package/bundled/upstream/impeccable/skills/impeccable/reference/clarify.md +288 -0
  97. package/bundled/upstream/impeccable/skills/impeccable/reference/codex.md +105 -0
  98. package/bundled/upstream/impeccable/skills/impeccable/reference/colorize.md +257 -0
  99. package/bundled/upstream/impeccable/skills/impeccable/reference/craft.md +123 -0
  100. package/bundled/upstream/impeccable/skills/impeccable/reference/critique.md +767 -0
  101. package/bundled/upstream/impeccable/skills/impeccable/reference/delight.md +302 -0
  102. package/bundled/upstream/impeccable/skills/impeccable/reference/distill.md +111 -0
  103. package/bundled/upstream/impeccable/skills/impeccable/reference/document.md +429 -0
  104. package/bundled/upstream/impeccable/skills/impeccable/reference/extract.md +69 -0
  105. package/bundled/upstream/impeccable/skills/impeccable/reference/harden.md +347 -0
  106. package/bundled/upstream/impeccable/skills/impeccable/reference/hooks.md +88 -0
  107. package/bundled/upstream/impeccable/skills/impeccable/reference/init.md +172 -0
  108. package/bundled/upstream/impeccable/skills/impeccable/reference/interaction-design.md +189 -0
  109. package/bundled/upstream/impeccable/skills/impeccable/reference/layout.md +161 -0
  110. package/bundled/upstream/impeccable/skills/impeccable/reference/live.md +718 -0
  111. package/bundled/upstream/impeccable/skills/impeccable/reference/onboard.md +234 -0
  112. package/bundled/upstream/impeccable/skills/impeccable/reference/optimize.md +258 -0
  113. package/bundled/upstream/impeccable/skills/impeccable/reference/overdrive.md +130 -0
  114. package/bundled/upstream/impeccable/skills/impeccable/reference/polish.md +241 -0
  115. package/bundled/upstream/impeccable/skills/impeccable/reference/product.md +60 -0
  116. package/bundled/upstream/impeccable/skills/impeccable/reference/quieter.md +99 -0
  117. package/bundled/upstream/impeccable/skills/impeccable/reference/shape.md +165 -0
  118. package/bundled/upstream/impeccable/skills/impeccable/reference/typeset.md +279 -0
  119. package/bundled/upstream/impeccable/skills/impeccable/scripts/command-metadata.json +94 -0
  120. package/bundled/upstream/impeccable/skills/impeccable/scripts/context-signals.mjs +225 -0
  121. package/bundled/upstream/impeccable/skills/impeccable/scripts/context.mjs +280 -0
  122. package/bundled/upstream/impeccable/skills/impeccable/scripts/critique-storage.mjs +242 -0
  123. package/bundled/upstream/impeccable/skills/impeccable/scripts/detect-csp.mjs +198 -0
  124. package/bundled/upstream/impeccable/skills/impeccable/scripts/detect.mjs +21 -0
  125. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/browser/injected/index.mjs +1735 -0
  126. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/cli/main.mjs +244 -0
  127. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/detect-antipatterns-browser.js +4907 -0
  128. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/detect-antipatterns.mjs +43 -0
  129. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/browser/detect-url.mjs +252 -0
  130. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/regex/detect-text.mjs +552 -0
  131. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/static-html/css-cascade.mjs +1013 -0
  132. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/static-html/detect-html.mjs +208 -0
  133. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/engines/visual/screenshot-contrast.mjs +189 -0
  134. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/findings.mjs +12 -0
  135. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/node/file-system.mjs +198 -0
  136. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/profile/profiler.mjs +166 -0
  137. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/registry/antipatterns.mjs +419 -0
  138. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/rules/checks.mjs +2671 -0
  139. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/shared/color.mjs +124 -0
  140. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/shared/constants.mjs +101 -0
  141. package/bundled/upstream/impeccable/skills/impeccable/scripts/detector/shared/page.mjs +7 -0
  142. package/bundled/upstream/impeccable/skills/impeccable/scripts/hook-admin.mjs +574 -0
  143. package/bundled/upstream/impeccable/skills/impeccable/scripts/hook-before-edit.mjs +473 -0
  144. package/bundled/upstream/impeccable/skills/impeccable/scripts/hook-lib.mjs +1286 -0
  145. package/bundled/upstream/impeccable/skills/impeccable/scripts/hook.mjs +61 -0
  146. package/bundled/upstream/impeccable/skills/impeccable/scripts/lib/design-parser.mjs +835 -0
  147. package/bundled/upstream/impeccable/skills/impeccable/scripts/lib/impeccable-paths.mjs +126 -0
  148. package/bundled/upstream/impeccable/skills/impeccable/scripts/lib/is-generated.mjs +69 -0
  149. package/bundled/upstream/impeccable/skills/impeccable/scripts/live/browser-script-parts.mjs +49 -0
  150. package/bundled/upstream/impeccable/skills/impeccable/scripts/live/completion.mjs +19 -0
  151. package/bundled/upstream/impeccable/skills/impeccable/scripts/live/event-validation.mjs +137 -0
  152. package/bundled/upstream/impeccable/skills/impeccable/scripts/live/insert-ui.mjs +458 -0
  153. package/bundled/upstream/impeccable/skills/impeccable/scripts/live/manual-apply.mjs +939 -0
  154. package/bundled/upstream/impeccable/skills/impeccable/scripts/live/manual-edit-routes.mjs +357 -0
  155. package/bundled/upstream/impeccable/skills/impeccable/scripts/live/manual-edits-buffer.mjs +152 -0
  156. package/bundled/upstream/impeccable/skills/impeccable/scripts/live/session-store.mjs +289 -0
  157. package/bundled/upstream/impeccable/skills/impeccable/scripts/live/svelte-component.mjs +826 -0
  158. package/bundled/upstream/impeccable/skills/impeccable/scripts/live/sveltekit-adapter.mjs +274 -0
  159. package/bundled/upstream/impeccable/skills/impeccable/scripts/live/ui-core.mjs +180 -0
  160. package/bundled/upstream/impeccable/skills/impeccable/scripts/live/vocabulary.mjs +36 -0
  161. package/bundled/upstream/impeccable/skills/impeccable/scripts/live-accept.mjs +812 -0
  162. package/bundled/upstream/impeccable/skills/impeccable/scripts/live-browser-dom.js +146 -0
  163. package/bundled/upstream/impeccable/skills/impeccable/scripts/live-browser-session.js +123 -0
  164. package/bundled/upstream/impeccable/skills/impeccable/scripts/live-browser.js +11086 -0
  165. package/bundled/upstream/impeccable/skills/impeccable/scripts/live-commit-manual-edits.mjs +1241 -0
  166. package/bundled/upstream/impeccable/skills/impeccable/scripts/live-complete.mjs +75 -0
  167. package/bundled/upstream/impeccable/skills/impeccable/scripts/live-copy-edit-agent.mjs +683 -0
  168. package/bundled/upstream/impeccable/skills/impeccable/scripts/live-discard-manual-edits.mjs +51 -0
  169. package/bundled/upstream/impeccable/skills/impeccable/scripts/live-inject.mjs +583 -0
  170. package/bundled/upstream/impeccable/skills/impeccable/scripts/live-insert.mjs +272 -0
  171. package/bundled/upstream/impeccable/skills/impeccable/scripts/live-manual-edit-evidence.mjs +363 -0
  172. package/bundled/upstream/impeccable/skills/impeccable/scripts/live-poll.mjs +379 -0
  173. package/bundled/upstream/impeccable/skills/impeccable/scripts/live-resume.mjs +94 -0
  174. package/bundled/upstream/impeccable/skills/impeccable/scripts/live-server.mjs +1134 -0
  175. package/bundled/upstream/impeccable/skills/impeccable/scripts/live-status.mjs +61 -0
  176. package/bundled/upstream/impeccable/skills/impeccable/scripts/live-wrap.mjs +894 -0
  177. package/bundled/upstream/impeccable/skills/impeccable/scripts/live.mjs +246 -0
  178. package/bundled/upstream/impeccable/skills/impeccable/scripts/modern-screenshot.umd.js +14 -0
  179. package/bundled/upstream/impeccable/skills/impeccable/scripts/palette.mjs +633 -0
  180. package/bundled/upstream/impeccable/skills/impeccable/scripts/pin.mjs +214 -0
  181. package/bundled/upstream/oh-my-claudecode/.omc-source/bundle.json +2 -1
  182. package/bundled/upstream/oh-my-claudecode/.omc-source/provenance.json +116 -0
  183. package/bundled/upstream/oh-my-claudecode/skills/autopilot/SKILL.md +7 -0
  184. package/bundled/upstream/oh-my-claudecode/skills/cancel/SKILL.md +1 -0
  185. package/bundled/upstream/oh-my-claudecode/skills/deep-interview/SKILL.md +39 -5
  186. package/bundled/upstream/oh-my-claudecode/skills/hud/SKILL.md +1 -0
  187. package/bundled/upstream/oh-my-claudecode/skills/local-build-reminder/SKILL.md +78 -0
  188. package/bundled/upstream/oh-my-claudecode/skills/omc-doctor/SKILL.md +1 -1
  189. package/bundled/upstream/oh-my-claudecode/skills/omc-setup/SKILL.md +26 -10
  190. package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/01-install-claude-md.md +3 -3
  191. package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/02-configure.md +6 -4
  192. package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/03-integrations.md +1 -1
  193. package/bundled/upstream/oh-my-claudecode/skills/omc-setup/phases/04-welcome.md +2 -2
  194. package/bundled/upstream/oh-my-claudecode/skills/omc-teams/SKILL.md +6 -6
  195. package/bundled/upstream/oh-my-claudecode/skills/plan/SKILL.md +44 -32
  196. package/bundled/upstream/oh-my-claudecode/skills/ralph/SKILL.md +45 -21
  197. package/bundled/upstream/oh-my-claudecode/skills/ralplan/SKILL.md +1 -1
  198. package/bundled/upstream/oh-my-claudecode/skills/self-improve/SKILL.md +7 -0
  199. package/bundled/upstream/oh-my-claudecode/skills/self-improve/scripts/resolve-paths.mjs +39 -15
  200. package/bundled/upstream/oh-my-claudecode/skills/team/SKILL.md +132 -90
  201. package/bundled/upstream/oh-my-claudecode/skills/ultragoal/SKILL.md +93 -0
  202. package/bundled/upstream/oh-my-claudecode/skills/ultraqa/SKILL.md +28 -13
  203. package/bundled/upstream/oh-my-claudecode/skills/ultrawork/SKILL.md +7 -0
  204. package/bundled/upstream/superpowers/.omc-source/bundle.json +2 -1
  205. package/bundled/upstream/superpowers/.omc-source/provenance.json +63 -0
  206. package/package.json +2 -1
  207. package/src/catalog/source-catalog.js +10 -4
  208. package/src/cli/index.js +4 -0
  209. package/src/cli/plan.js +14 -2
  210. package/src/cli/setup.js +52 -13
  211. package/src/cli/skill.js +1 -1
  212. package/src/cli/source.js +271 -14
  213. package/src/config/sources.js +82 -1
  214. package/src/merge/content-patch.js +88 -0
  215. package/templates/merge-config.json +1 -8
  216. package/bundled/upstream/ecc/skills/strategic-compact/suggest-compact.sh +0 -54
package/README.md CHANGED
@@ -17,7 +17,7 @@ Defaults (only the bundled sources, no extras):
17
17
 
18
18
  | Artifact | Count | Sources |
19
19
  |----------|-------|---------|
20
- | Skills | ~62 | oh-my-claudecode + superpowers |
20
+ | Skills | ~70 | oh-my-claudecode + superpowers + iOS/SwiftUI pack |
21
21
  | Agents | ~19 | oh-my-claudecode + superpowers |
22
22
  | Hooks | ~8 | oh-my-claudecode (standalone) |
23
23
  | Commands | ~3 | superpowers |
@@ -25,7 +25,7 @@ Defaults (only the bundled sources, no extras):
25
25
 
26
26
  All artifacts are installed to `~/.claude/` where Claude Code discovers them automatically.
27
27
  Adding a curated subset of [everything-claude-code](https://github.com/affaan-m/everything-claude-code)
28
- on top can take totals to ~94 skills / ~35 agents / ~26 commands — see
28
+ on top can take totals to ~102 skills / ~35 agents / ~26 commands — see
29
29
  [Distribution-Repo Sources](#distribution-repo-sources) below.
30
30
 
31
31
  The bundled guidelines install into `~/.claude/CLAUDE.md` and add lightweight
@@ -34,6 +34,23 @@ adapted from [andrej-karpathy-skills](https://github.com/forrestchang/andrej-kar
34
34
  think before coding, prefer simple solutions, make surgical changes, and verify
35
35
  completion with concrete evidence.
36
36
 
37
+ ### 🆕 iOS/SwiftUI Skills Pack (v5.6.8)
38
+
39
+ The latest release includes 8 specialized iOS/SwiftUI skills from MIT-licensed sources:
40
+
41
+ | Skill | Author | Purpose |
42
+ |-------|--------|---------|
43
+ | `swiftui-expert-skill` | [AvdLee](https://github.com/AvdLee) | Comprehensive SwiftUI patterns, accessibility, animations |
44
+ | `swiftui-pro` | [twostraws](https://github.com/twostraws) | Professional SwiftUI development best practices |
45
+ | `ios-debugger-agent` | [Dimillian](https://github.com/Dimillian) | Advanced iOS debugging and troubleshooting |
46
+ | `swift-concurrency-expert` | [Dimillian](https://github.com/Dimillian) | Swift concurrency, async/await patterns |
47
+ | `swiftui-liquid-glass` | [Dimillian](https://github.com/Dimillian) | Modern liquid glass UI effects |
48
+ | `swiftui-performance-audit` | [Dimillian](https://github.com/Dimillian) | Performance profiling and optimization |
49
+ | `swiftui-ui-patterns` | [Dimillian](https://github.com/Dimillian) | Common UI patterns and components |
50
+ | `swiftui-view-refactor` | [Dimillian](https://github.com/Dimillian) | View architecture and refactoring |
51
+
52
+ All skills include comprehensive reference materials and follow ECC standards for seamless integration.
53
+
37
54
  ## Commands
38
55
 
39
56
  | Command | Description |
@@ -41,7 +58,9 @@ completion with concrete evidence.
41
58
  | `omc-manage setup [--force] [--dry-run] [--type <type>] [--source <name>]` | Install merged artifacts |
42
59
  | `omc-manage doctor` | Health checks; reports each source's `kind`, `profile`, and `allowlist`, and flags `staged` distribution sources awaiting `plan apply` |
43
60
  | `omc-manage source list` | Show configured sources |
44
- | `omc-manage source sync [<name>]` | Update upstream sources to latest |
61
+ | `omc-manage source sync [<name>] [--frozen]` | Update upstream sources to latest, or (`--frozen`) to the commits pinned in `.omc-curation/sources.lock.json` |
62
+ | `omc-manage source lock [<name>]` | Pin sources to their currently-synced upstream commit for reproducible installs |
63
+ | `omc-manage source drift [<name>] [--json]` | Detect local edits / upstream changes vs the per-file hashes recorded at sync (exits non-zero on drift) |
45
64
  | `omc-manage source add <name> <url> [--kind ...] [--artifacts ...] [--manifests ...] [--profiles ...]` | Add a new source, including `guidelines` and `distribution-repo` sources |
46
65
  | `omc-manage source remove <name>` | Remove a registered source |
47
66
  | `omc-manage source inspect <name>` | Inspect a source as a bundle/catalog instead of only as flat artifacts |
@@ -59,7 +78,62 @@ completion with concrete evidence.
59
78
  | local | 1 (highest) | yes | Your custom artifacts in `~/.omc-manage/local/` |
60
79
  | oh-my-claudecode | 2 | yes | Multi-agent orchestration framework |
61
80
  | superpowers | 3 | yes | Engineering process guardrails (TDD, debugging, etc.) |
62
- | ecc / your own | 4+ | opt-in | Distribution-style repos added via `source add --kind distribution-repo` |
81
+ | ecc | 4 | yes | [everything-claude-code](https://github.com/affaan-m/everything-claude-code) distribution; ships a curated subset via `.omc-curation/ecc-selection.json` (not all 251 skills) |
82
+ | impeccable | 5 | yes | [impeccable](https://github.com/pbakaus/impeccable) design skill (frontend UI design/critique/polish with 23 commands) plus its companion agent |
83
+ | your own | 6+ | opt-in | Distribution-style repos added via `source add --kind distribution-repo` |
84
+
85
+ ### Governance manifest
86
+
87
+ `.omc-curation/governance.json` is the single authoritative manifest for
88
+ cross-source policy — per-source **priority**, per-source install **allowlist**,
89
+ content **patches**, and **conflict** resolution (`preferences`, `exclude`) — in
90
+ one place:
91
+
92
+ ```json
93
+ {
94
+ "sources": {
95
+ "local": { "priority": 1 },
96
+ "ecc": {
97
+ "priority": 4,
98
+ "allowlist": { "skills": ["…"], "agents": ["…"] },
99
+ "patches": {
100
+ "agents/swift-reviewer": {
101
+ "frontmatter": { "model": "opus" },
102
+ "replace": [{ "find": "MUST BE USED for Swift", "with": "Use for Swift" }],
103
+ "append": "\n## Project note\nFollow our SwiftLint config.\n"
104
+ }
105
+ }
106
+ },
107
+ "anthropic-skills": { "priority": 99 }
108
+ },
109
+ "conflict": { "preferences": {}, "exclude": { "skills": ["ask", "ccg"] } }
110
+ }
111
+ ```
112
+
113
+ **Content patches** edit a winning artifact's content as it installs, without
114
+ forking the whole file: `frontmatter` (override scalar YAML keys like `model`/
115
+ `description`), `replace` (literal body find→replace; a missing target warns,
116
+ never crashes), and `prepend`/`append` (body text). Keyed by `<type>/<name>`
117
+ (a skill patch targets its `SKILL.md`). Remove the patch and re-run `setup` to
118
+ revert.
119
+
120
+ > **Experimental — not load-bearing.** `source drift`, `source lock` /
121
+ > `--frozen`, and content `patches` solve *potential* rather than currently
122
+ > validated needs (the bundled snapshot already pins content for reproducibility,
123
+ > and `sync` overwrites local edits regardless of drift). They are isolated and
124
+ > opt-in; the core value is multi-source merge + per-source curation + bundling.
125
+ > Don't wire `source drift` into CI as an integrity gate expecting strong
126
+ > guarantees.
127
+
128
+ It supersedes the legacy `templates/merge-config.json` (still read as a fallback
129
+ when `governance.json` declares no `conflict` block).
130
+
131
+ **Allowlist authority order** (highest first): an explicit allowlist written by
132
+ `omc-manage plan apply <source>` → `governance.json`'s inline `allowlist` →
133
+ `.omc-curation/<source>-selection.json` → none (install everything). So any
134
+ source — not just ECC — can be curated either inline in `governance.json` or in
135
+ its own `<source>-selection.json`; `ecc-selection.json` is just the first
136
+ instance of that per-source mechanism.
63
137
 
64
138
  Local artifacts always win conflicts. Sources added via `source add` are
65
139
  appended at the next free priority. Add your own skills:
@@ -1,9 +1,10 @@
1
1
  {
2
- "bundledAt": "2026-05-19T09:20:59Z",
2
+ "bundledAt": "2026-06-15T09:46:55Z",
3
3
  "sources": {
4
- "anthropic-skills": { "artifacts": 2 },
5
- "ecc": { "artifacts": 139 },
6
- "oh-my-claudecode": { "artifacts": 22 },
7
- "superpowers": { "artifacts": 6 }
4
+ "anthropic-skills": { "artifacts": 4 },
5
+ "ecc": { "artifacts": 147 },
6
+ "impeccable": { "artifacts": 3 },
7
+ "oh-my-claudecode": { "artifacts": 23 },
8
+ "superpowers": { "artifacts": 7 }
8
9
  }
9
10
  }
@@ -0,0 +1,18 @@
1
+ {
2
+ "syncedAt": "2026-06-05T08:00:45.198Z",
3
+ "sourceName": "anthropic-skills",
4
+ "remote": "https://github.com/anthropics/skills.git",
5
+ "ref": "main",
6
+ "commit": "da20c92503b2e8ff1cf28ca81a0df4673debdbf7",
7
+ "kind": "content-repo",
8
+ "harnesses": [
9
+ "claude"
10
+ ],
11
+ "artifacts": [
12
+ "skills"
13
+ ],
14
+ "manifests": [],
15
+ "profiles": [
16
+ "reference-only"
17
+ ]
18
+ }
@@ -0,0 +1,399 @@
1
+ {
2
+ "syncedAt": "2026-06-05T08:00:45.198Z",
3
+ "sourceName": "anthropic-skills",
4
+ "remote": "https://github.com/anthropics/skills.git",
5
+ "ref": "main",
6
+ "commit": "da20c92503b2e8ff1cf28ca81a0df4673debdbf7",
7
+ "artifacts": {
8
+ "skills": {
9
+ "algorithmic-art/LICENSE.txt": "sha256:bc6b3af2f331cbc7",
10
+ "algorithmic-art/SKILL.md": "sha256:3bc4092c09804853",
11
+ "algorithmic-art/templates/generator_template.js": "sha256:9ee0f1da52ef8f7b",
12
+ "algorithmic-art/templates/viewer.html": "sha256:86c79d7ce97d2599",
13
+ "brand-guidelines/LICENSE.txt": "sha256:bc6b3af2f331cbc7",
14
+ "brand-guidelines/SKILL.md": "sha256:1120b3769e2985ce",
15
+ "canvas-design/canvas-fonts/ArsenalSC-OFL.txt": "sha256:8ddd61b18ba2c0d0",
16
+ "canvas-design/canvas-fonts/ArsenalSC-Regular.ttf": "sha256:65e6f89df58f68fd",
17
+ "canvas-design/canvas-fonts/BigShoulders-Bold.ttf": "sha256:b43bcd198b9fdf71",
18
+ "canvas-design/canvas-fonts/BigShoulders-OFL.txt": "sha256:fbc746aabf0eb184",
19
+ "canvas-design/canvas-fonts/BigShoulders-Regular.ttf": "sha256:18a879fc71978a44",
20
+ "canvas-design/canvas-fonts/Boldonse-OFL.txt": "sha256:45cc82ab4032273c",
21
+ "canvas-design/canvas-fonts/Boldonse-Regular.ttf": "sha256:cc2e540604565c0f",
22
+ "canvas-design/canvas-fonts/BricolageGrotesque-Bold.ttf": "sha256:a737b146fe0d77ff",
23
+ "canvas-design/canvas-fonts/BricolageGrotesque-OFL.txt": "sha256:0e4f4eb8534bc66a",
24
+ "canvas-design/canvas-fonts/BricolageGrotesque-Regular.ttf": "sha256:972a6d098c9867ae",
25
+ "canvas-design/canvas-fonts/CrimsonPro-Bold.ttf": "sha256:48f191e38355c8db",
26
+ "canvas-design/canvas-fonts/CrimsonPro-Italic.ttf": "sha256:52318db3526b644e",
27
+ "canvas-design/canvas-fonts/CrimsonPro-OFL.txt": "sha256:35680d14547b6748",
28
+ "canvas-design/canvas-fonts/CrimsonPro-Regular.ttf": "sha256:48fad08cb1917a7b",
29
+ "canvas-design/canvas-fonts/DMMono-OFL.txt": "sha256:bfe7842fcb88323e",
30
+ "canvas-design/canvas-fonts/DMMono-Regular.ttf": "sha256:f98ada968dc3b6b2",
31
+ "canvas-design/canvas-fonts/EricaOne-OFL.txt": "sha256:e0de629968b52255",
32
+ "canvas-design/canvas-fonts/EricaOne-Regular.ttf": "sha256:db1d89e80e33a8a0",
33
+ "canvas-design/canvas-fonts/GeistMono-Bold.ttf": "sha256:75c0828d5c1ee44b",
34
+ "canvas-design/canvas-fonts/GeistMono-OFL.txt": "sha256:6a873c900f584109",
35
+ "canvas-design/canvas-fonts/GeistMono-Regular.ttf": "sha256:a55c1b51cda4afea",
36
+ "canvas-design/canvas-fonts/Gloock-OFL.txt": "sha256:c0a3f3125ac491ef",
37
+ "canvas-design/canvas-fonts/Gloock-Regular.ttf": "sha256:e86b4ce66dbd3f1f",
38
+ "canvas-design/canvas-fonts/IBMPlexMono-Bold.ttf": "sha256:dbd2a2fb02457943",
39
+ "canvas-design/canvas-fonts/IBMPlexMono-OFL.txt": "sha256:5294ce778857e1eb",
40
+ "canvas-design/canvas-fonts/IBMPlexMono-Regular.ttf": "sha256:ab08018ccd276b79",
41
+ "canvas-design/canvas-fonts/IBMPlexSerif-Bold.ttf": "sha256:b8d294e9b5c5a094",
42
+ "canvas-design/canvas-fonts/IBMPlexSerif-BoldItalic.ttf": "sha256:da64b75f4284f53e",
43
+ "canvas-design/canvas-fonts/IBMPlexSerif-Italic.ttf": "sha256:b11f1048745e715a",
44
+ "canvas-design/canvas-fonts/IBMPlexSerif-Regular.ttf": "sha256:77cd233a2af8dc6b",
45
+ "canvas-design/canvas-fonts/InstrumentSans-Bold.ttf": "sha256:444f85bf1c4b0e1c",
46
+ "canvas-design/canvas-fonts/InstrumentSans-BoldItalic.ttf": "sha256:3762f6cef95d6039",
47
+ "canvas-design/canvas-fonts/InstrumentSans-Italic.ttf": "sha256:78e85858e371b2cb",
48
+ "canvas-design/canvas-fonts/InstrumentSans-OFL.txt": "sha256:bf4dc6d13a8cccd4",
49
+ "canvas-design/canvas-fonts/InstrumentSans-Regular.ttf": "sha256:a22cb26e48fd79bc",
50
+ "canvas-design/canvas-fonts/InstrumentSerif-Italic.ttf": "sha256:9c86e4d5a47b5022",
51
+ "canvas-design/canvas-fonts/InstrumentSerif-Regular.ttf": "sha256:56ac3be03ac3ba28",
52
+ "canvas-design/canvas-fonts/Italiana-OFL.txt": "sha256:8373b11312ace78c",
53
+ "canvas-design/canvas-fonts/Italiana-Regular.ttf": "sha256:15c4dd6ab8cf4a29",
54
+ "canvas-design/canvas-fonts/JetBrainsMono-Bold.ttf": "sha256:a2349098b9e45419",
55
+ "canvas-design/canvas-fonts/JetBrainsMono-OFL.txt": "sha256:a76abf002c49097d",
56
+ "canvas-design/canvas-fonts/JetBrainsMono-Regular.ttf": "sha256:b6b1ff4ddefe36d7",
57
+ "canvas-design/canvas-fonts/Jura-Light.ttf": "sha256:c891a381df056b2c",
58
+ "canvas-design/canvas-fonts/Jura-Medium.ttf": "sha256:c72965cb732a9287",
59
+ "canvas-design/canvas-fonts/Jura-OFL.txt": "sha256:eaf9bdb675f6d87e",
60
+ "canvas-design/canvas-fonts/LibreBaskerville-OFL.txt": "sha256:55959eef5b0c3b2e",
61
+ "canvas-design/canvas-fonts/LibreBaskerville-Regular.ttf": "sha256:2101302538d9e88a",
62
+ "canvas-design/canvas-fonts/Lora-Bold.ttf": "sha256:7d74015e950c2fb6",
63
+ "canvas-design/canvas-fonts/Lora-BoldItalic.ttf": "sha256:152f87e71f5ddb60",
64
+ "canvas-design/canvas-fonts/Lora-Italic.ttf": "sha256:be627e595184e8af",
65
+ "canvas-design/canvas-fonts/Lora-OFL.txt": "sha256:62e37a82d3f1ef2a",
66
+ "canvas-design/canvas-fonts/Lora-Regular.ttf": "sha256:7ed00e7c9cdf16ab",
67
+ "canvas-design/canvas-fonts/NationalPark-Bold.ttf": "sha256:69ac4c301c4a7233",
68
+ "canvas-design/canvas-fonts/NationalPark-OFL.txt": "sha256:81c6c71d83b5b45d",
69
+ "canvas-design/canvas-fonts/NationalPark-Regular.ttf": "sha256:a477338b7e18308d",
70
+ "canvas-design/canvas-fonts/NothingYouCouldDo-OFL.txt": "sha256:7c2a6970584ddad0",
71
+ "canvas-design/canvas-fonts/NothingYouCouldDo-Regular.ttf": "sha256:d866f985896d3280",
72
+ "canvas-design/canvas-fonts/Outfit-Bold.ttf": "sha256:6654b93d21301ec6",
73
+ "canvas-design/canvas-fonts/Outfit-OFL.txt": "sha256:1945b62cd76da9a3",
74
+ "canvas-design/canvas-fonts/Outfit-Regular.ttf": "sha256:f24945365147c9e7",
75
+ "canvas-design/canvas-fonts/PixelifySans-Medium.ttf": "sha256:38397504f71c122b",
76
+ "canvas-design/canvas-fonts/PixelifySans-OFL.txt": "sha256:7f54d1d9f1ae1ba9",
77
+ "canvas-design/canvas-fonts/PoiretOne-OFL.txt": "sha256:2eaf541f7eb8b512",
78
+ "canvas-design/canvas-fonts/PoiretOne-Regular.ttf": "sha256:9cf265b139648b36",
79
+ "canvas-design/canvas-fonts/RedHatMono-Bold.ttf": "sha256:7ef48353f4be5ddb",
80
+ "canvas-design/canvas-fonts/RedHatMono-OFL.txt": "sha256:435fbfb7e66988b2",
81
+ "canvas-design/canvas-fonts/RedHatMono-Regular.ttf": "sha256:452fe826871b3753",
82
+ "canvas-design/canvas-fonts/Silkscreen-OFL.txt": "sha256:6b849745119bbe85",
83
+ "canvas-design/canvas-fonts/Silkscreen-Regular.ttf": "sha256:49567408600809e2",
84
+ "canvas-design/canvas-fonts/SmoochSans-Medium.ttf": "sha256:dd76e6e77cce82f8",
85
+ "canvas-design/canvas-fonts/SmoochSans-OFL.txt": "sha256:74c9c4eb88e89148",
86
+ "canvas-design/canvas-fonts/Tektur-Medium.ttf": "sha256:52bbe8c9b057b3d2",
87
+ "canvas-design/canvas-fonts/Tektur-OFL.txt": "sha256:3f1466cb5438f317",
88
+ "canvas-design/canvas-fonts/Tektur-Regular.ttf": "sha256:162e1b36c4718c5b",
89
+ "canvas-design/canvas-fonts/WorkSans-Bold.ttf": "sha256:240d125fc9f85613",
90
+ "canvas-design/canvas-fonts/WorkSans-BoldItalic.ttf": "sha256:a5b2cad813df0aaa",
91
+ "canvas-design/canvas-fonts/WorkSans-Italic.ttf": "sha256:6b7f7002e0b0c8b2",
92
+ "canvas-design/canvas-fonts/WorkSans-OFL.txt": "sha256:ace8c22a3326318b",
93
+ "canvas-design/canvas-fonts/WorkSans-Regular.ttf": "sha256:e67985a843df0d3c",
94
+ "canvas-design/canvas-fonts/YoungSerif-OFL.txt": "sha256:cdcb8039606b40a0",
95
+ "canvas-design/canvas-fonts/YoungSerif-Regular.ttf": "sha256:f8dc08f77abad753",
96
+ "canvas-design/LICENSE.txt": "sha256:bc6b3af2f331cbc7",
97
+ "canvas-design/SKILL.md": "sha256:a1f288079624402f",
98
+ "claude-api/csharp/claude-api.md": "sha256:c17ddeb20330f54d",
99
+ "claude-api/curl/examples.md": "sha256:da3221f4a256827a",
100
+ "claude-api/curl/managed-agents.md": "sha256:935281b92e4b8329",
101
+ "claude-api/go/claude-api.md": "sha256:79730feb26fde385",
102
+ "claude-api/go/managed-agents/README.md": "sha256:30759cc3c5804921",
103
+ "claude-api/java/claude-api.md": "sha256:fc9e721520e2acb6",
104
+ "claude-api/java/managed-agents/README.md": "sha256:c48defa56f7c2b86",
105
+ "claude-api/LICENSE.txt": "sha256:bc6b3af2f331cbc7",
106
+ "claude-api/php/claude-api.md": "sha256:51de62aedc7de6ec",
107
+ "claude-api/php/managed-agents/README.md": "sha256:133a2c13d61c39ad",
108
+ "claude-api/python/claude-api/batches.md": "sha256:f17727c8c01aabd9",
109
+ "claude-api/python/claude-api/files-api.md": "sha256:ac6fb2389c1dcff8",
110
+ "claude-api/python/claude-api/README.md": "sha256:a76707d01f15b999",
111
+ "claude-api/python/claude-api/streaming.md": "sha256:28e0d86f75f68d38",
112
+ "claude-api/python/claude-api/tool-use.md": "sha256:490dc14dbaa0cf47",
113
+ "claude-api/python/managed-agents/README.md": "sha256:94326392147c6349",
114
+ "claude-api/ruby/claude-api.md": "sha256:4f7a55441820f86f",
115
+ "claude-api/ruby/managed-agents/README.md": "sha256:810a53abe00396ba",
116
+ "claude-api/shared/agent-design.md": "sha256:4801b81580e1251c",
117
+ "claude-api/shared/error-codes.md": "sha256:46d9d97146df1303",
118
+ "claude-api/shared/live-sources.md": "sha256:a6ef473b37306775",
119
+ "claude-api/shared/managed-agents-api-reference.md": "sha256:b5101280498f4bd3",
120
+ "claude-api/shared/managed-agents-client-patterns.md": "sha256:8fff1efb9c21f214",
121
+ "claude-api/shared/managed-agents-core.md": "sha256:7297ba379b48d8d9",
122
+ "claude-api/shared/managed-agents-environments.md": "sha256:dac00cd2d59e2e5f",
123
+ "claude-api/shared/managed-agents-events.md": "sha256:925de73f0b239811",
124
+ "claude-api/shared/managed-agents-memory.md": "sha256:1c2825364115ccf9",
125
+ "claude-api/shared/managed-agents-multiagent.md": "sha256:6f150526edf942ae",
126
+ "claude-api/shared/managed-agents-onboarding.md": "sha256:a0be94a83bc0c53a",
127
+ "claude-api/shared/managed-agents-outcomes.md": "sha256:bf195965dca27a07",
128
+ "claude-api/shared/managed-agents-overview.md": "sha256:868d31dd27e2cfb6",
129
+ "claude-api/shared/managed-agents-self-hosted-sandboxes.md": "sha256:94029ab7e8b92a68",
130
+ "claude-api/shared/managed-agents-tools.md": "sha256:b1af9746ee7df280",
131
+ "claude-api/shared/managed-agents-webhooks.md": "sha256:6fa05e6f8ae950e1",
132
+ "claude-api/shared/model-migration.md": "sha256:80680981ed2abe7e",
133
+ "claude-api/shared/models.md": "sha256:6eda98e3d5608c3b",
134
+ "claude-api/shared/prompt-caching.md": "sha256:2a6b865e5b9b48c1",
135
+ "claude-api/shared/tool-use-concepts.md": "sha256:6380bb00faa08369",
136
+ "claude-api/SKILL.md": "sha256:47d67884657fabc1",
137
+ "claude-api/typescript/claude-api/batches.md": "sha256:07e75f7e6864aa79",
138
+ "claude-api/typescript/claude-api/files-api.md": "sha256:0e70fae5742e78d9",
139
+ "claude-api/typescript/claude-api/README.md": "sha256:3cf6070dad10b32e",
140
+ "claude-api/typescript/claude-api/streaming.md": "sha256:ea02875e91a29566",
141
+ "claude-api/typescript/claude-api/tool-use.md": "sha256:320f17ca6909642a",
142
+ "claude-api/typescript/managed-agents/README.md": "sha256:a3762fcde7d6c28a",
143
+ "doc-coauthoring/SKILL.md": "sha256:2e47d78846faeea4",
144
+ "docx/LICENSE.txt": "sha256:79f6d8f5b427252f",
145
+ "docx/scripts/__init__.py": "sha256:01ba4719c80b6fe9",
146
+ "docx/scripts/accept_changes.py": "sha256:0c991d2bc7304a12",
147
+ "docx/scripts/comment.py": "sha256:e86e4e17ec580578",
148
+ "docx/scripts/office/helpers/__init__.py": "sha256:e3b0c44298fc1c14",
149
+ "docx/scripts/office/helpers/merge_runs.py": "sha256:7c40ed838b88639c",
150
+ "docx/scripts/office/helpers/simplify_redlines.py": "sha256:560cb55978a834c5",
151
+ "docx/scripts/office/pack.py": "sha256:b1800987e568261a",
152
+ "docx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd": "sha256:9e0b7209fc69ab11",
153
+ "docx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd": "sha256:451958454e8588df",
154
+ "docx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd": "sha256:6de111e11403f7cd",
155
+ "docx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd": "sha256:f565adfef5a50204",
156
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd": "sha256:41b93bd8857cc68b",
157
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd": "sha256:3fd0586f2637b98b",
158
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd": "sha256:29b254ee0d10414a",
159
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd": "sha256:5cb76dabd8b97d1e",
160
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd": "sha256:5375417f0f5394b8",
161
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd": "sha256:5d389d42befbebd9",
162
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd": "sha256:b4532b6d25883295",
163
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd": "sha256:bdad416b096b61d3",
164
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd": "sha256:d173c3e5d61e42e2",
165
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd": "sha256:3c6709101c6aaa82",
166
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd": "sha256:0b364451dc36a48d",
167
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd": "sha256:e2abacbb9a55ce13",
168
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd": "sha256:0ef4bb354ff44b92",
169
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd": "sha256:0d103b99a4a8652f",
170
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd": "sha256:9c085407751b9061",
171
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd": "sha256:bc92e36ccd233722",
172
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd": "sha256:7b5b7413e2c895b1",
173
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd": "sha256:3213ef1631606250",
174
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd": "sha256:12264f3c03d73831",
175
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd": "sha256:beffeed56945c22a",
176
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd": "sha256:f5ee623b08b6a669",
177
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd": "sha256:585bedc1313b4088",
178
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd": "sha256:133c9f64a5c5d573",
179
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd": "sha256:6bdeb169c3717eb0",
180
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd": "sha256:475dcae1e7d1ea46",
181
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd": "sha256:c2dd9f61f892deae",
182
+ "docx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd": "sha256:a539aa2fb154fa50",
183
+ "docx/scripts/office/schemas/mce/mc.xsd": "sha256:3a37e461ecf5a867",
184
+ "docx/scripts/office/schemas/microsoft/wml-2010.xsd": "sha256:568b26ee156cb954",
185
+ "docx/scripts/office/schemas/microsoft/wml-2012.xsd": "sha256:0fa75578a000439a",
186
+ "docx/scripts/office/schemas/microsoft/wml-2018.xsd": "sha256:be0ff793a22dd313",
187
+ "docx/scripts/office/schemas/microsoft/wml-cex-2018.xsd": "sha256:fddc2b880cabb900",
188
+ "docx/scripts/office/schemas/microsoft/wml-cid-2016.xsd": "sha256:127ca209fa73d7cb",
189
+ "docx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd": "sha256:842e7163409c8d74",
190
+ "docx/scripts/office/schemas/microsoft/wml-symex-2015.xsd": "sha256:16f6f8072249f431",
191
+ "docx/scripts/office/soffice.py": "sha256:a3e21840e29e32f9",
192
+ "docx/scripts/office/unpack.py": "sha256:83f69cecc8791018",
193
+ "docx/scripts/office/validate.py": "sha256:1aef24f8e316965a",
194
+ "docx/scripts/office/validators/__init__.py": "sha256:83e0f035c5abea23",
195
+ "docx/scripts/office/validators/base.py": "sha256:d6358b67252df4db",
196
+ "docx/scripts/office/validators/docx.py": "sha256:0ef04ce86b2e6b6a",
197
+ "docx/scripts/office/validators/pptx.py": "sha256:f937961e62a5fa0d",
198
+ "docx/scripts/office/validators/redlining.py": "sha256:f4c33fdb9da0651d",
199
+ "docx/scripts/templates/comments.xml": "sha256:a08ba83ee8790ac9",
200
+ "docx/scripts/templates/commentsExtended.xml": "sha256:544eeecfeceed4b4",
201
+ "docx/scripts/templates/commentsExtensible.xml": "sha256:bad10b3283e6ad6e",
202
+ "docx/scripts/templates/commentsIds.xml": "sha256:db20f9616e004ec4",
203
+ "docx/scripts/templates/people.xml": "sha256:056f63aa1197fd8c",
204
+ "docx/SKILL.md": "sha256:cfbabd72b1aec7df",
205
+ "frontend-design/LICENSE.txt": "sha256:0d542e0c8804e39a",
206
+ "frontend-design/SKILL.md": "sha256:b81e2ff87ed8fa4d",
207
+ "internal-comms/examples/3p-updates.md": "sha256:087e4363c0f35137",
208
+ "internal-comms/examples/company-newsletter.md": "sha256:30f81cfbdb03858a",
209
+ "internal-comms/examples/faq-answers.md": "sha256:5ecd3356cd666693",
210
+ "internal-comms/examples/general-comms.md": "sha256:4d3a4bb198a77626",
211
+ "internal-comms/LICENSE.txt": "sha256:bc6b3af2f331cbc7",
212
+ "internal-comms/SKILL.md": "sha256:067b7587a344a928",
213
+ "mcp-builder/LICENSE.txt": "sha256:bc6b3af2f331cbc7",
214
+ "mcp-builder/reference/evaluation.md": "sha256:8c99479f8a2d22a6",
215
+ "mcp-builder/reference/mcp_best_practices.md": "sha256:80fb4369a349447c",
216
+ "mcp-builder/reference/node_mcp_server.md": "sha256:c3ba35a4f599dd53",
217
+ "mcp-builder/reference/python_mcp_server.md": "sha256:2da52f77e6751910",
218
+ "mcp-builder/scripts/connections.py": "sha256:9403668a20415687",
219
+ "mcp-builder/scripts/evaluation.py": "sha256:49ed1d17cdce5da1",
220
+ "mcp-builder/scripts/example_evaluation.xml": "sha256:9272b348ddcc4b06",
221
+ "mcp-builder/scripts/requirements.txt": "sha256:d5d7558b2368ecea",
222
+ "mcp-builder/SKILL.md": "sha256:0f4592dcb53cf2b5",
223
+ "pdf/forms.md": "sha256:9530b3f57034792e",
224
+ "pdf/LICENSE.txt": "sha256:79f6d8f5b427252f",
225
+ "pdf/reference.md": "sha256:03a5f964f8abecbb",
226
+ "pdf/scripts/check_bounding_boxes.py": "sha256:0ced522402dd7b3c",
227
+ "pdf/scripts/check_fillable_fields.py": "sha256:1fe10b9980a5493c",
228
+ "pdf/scripts/convert_pdf_to_images.py": "sha256:7f58e292a67e18a8",
229
+ "pdf/scripts/create_validation_image.py": "sha256:8fa9fd7962c9f940",
230
+ "pdf/scripts/extract_form_field_info.py": "sha256:bb235b36f497bbb1",
231
+ "pdf/scripts/extract_form_structure.py": "sha256:6814e3fe8f78c2b1",
232
+ "pdf/scripts/fill_fillable_fields.py": "sha256:d140872c2e92e41b",
233
+ "pdf/scripts/fill_pdf_form_with_annotations.py": "sha256:8a56e063a49ed53c",
234
+ "pdf/SKILL.md": "sha256:9f78b8359fbd4943",
235
+ "pptx/editing.md": "sha256:6cb47c3ab17e60b7",
236
+ "pptx/LICENSE.txt": "sha256:79f6d8f5b427252f",
237
+ "pptx/pptxgenjs.md": "sha256:9539534d92b71708",
238
+ "pptx/scripts/__init__.py": "sha256:e3b0c44298fc1c14",
239
+ "pptx/scripts/add_slide.py": "sha256:04233ba3932c6b86",
240
+ "pptx/scripts/clean.py": "sha256:3e3966a17f488a1d",
241
+ "pptx/scripts/office/helpers/__init__.py": "sha256:e3b0c44298fc1c14",
242
+ "pptx/scripts/office/helpers/merge_runs.py": "sha256:7c40ed838b88639c",
243
+ "pptx/scripts/office/helpers/simplify_redlines.py": "sha256:560cb55978a834c5",
244
+ "pptx/scripts/office/pack.py": "sha256:b1800987e568261a",
245
+ "pptx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd": "sha256:9e0b7209fc69ab11",
246
+ "pptx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd": "sha256:451958454e8588df",
247
+ "pptx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd": "sha256:6de111e11403f7cd",
248
+ "pptx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd": "sha256:f565adfef5a50204",
249
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd": "sha256:41b93bd8857cc68b",
250
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd": "sha256:3fd0586f2637b98b",
251
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd": "sha256:29b254ee0d10414a",
252
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd": "sha256:5cb76dabd8b97d1e",
253
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd": "sha256:5375417f0f5394b8",
254
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd": "sha256:5d389d42befbebd9",
255
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd": "sha256:b4532b6d25883295",
256
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd": "sha256:bdad416b096b61d3",
257
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd": "sha256:d173c3e5d61e42e2",
258
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd": "sha256:3c6709101c6aaa82",
259
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd": "sha256:0b364451dc36a48d",
260
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd": "sha256:e2abacbb9a55ce13",
261
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd": "sha256:0ef4bb354ff44b92",
262
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd": "sha256:0d103b99a4a8652f",
263
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd": "sha256:9c085407751b9061",
264
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd": "sha256:bc92e36ccd233722",
265
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd": "sha256:7b5b7413e2c895b1",
266
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd": "sha256:3213ef1631606250",
267
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd": "sha256:12264f3c03d73831",
268
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd": "sha256:beffeed56945c22a",
269
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd": "sha256:f5ee623b08b6a669",
270
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd": "sha256:585bedc1313b4088",
271
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd": "sha256:133c9f64a5c5d573",
272
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd": "sha256:6bdeb169c3717eb0",
273
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd": "sha256:475dcae1e7d1ea46",
274
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd": "sha256:c2dd9f61f892deae",
275
+ "pptx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd": "sha256:a539aa2fb154fa50",
276
+ "pptx/scripts/office/schemas/mce/mc.xsd": "sha256:3a37e461ecf5a867",
277
+ "pptx/scripts/office/schemas/microsoft/wml-2010.xsd": "sha256:568b26ee156cb954",
278
+ "pptx/scripts/office/schemas/microsoft/wml-2012.xsd": "sha256:0fa75578a000439a",
279
+ "pptx/scripts/office/schemas/microsoft/wml-2018.xsd": "sha256:be0ff793a22dd313",
280
+ "pptx/scripts/office/schemas/microsoft/wml-cex-2018.xsd": "sha256:fddc2b880cabb900",
281
+ "pptx/scripts/office/schemas/microsoft/wml-cid-2016.xsd": "sha256:127ca209fa73d7cb",
282
+ "pptx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd": "sha256:842e7163409c8d74",
283
+ "pptx/scripts/office/schemas/microsoft/wml-symex-2015.xsd": "sha256:16f6f8072249f431",
284
+ "pptx/scripts/office/soffice.py": "sha256:a3e21840e29e32f9",
285
+ "pptx/scripts/office/unpack.py": "sha256:83f69cecc8791018",
286
+ "pptx/scripts/office/validate.py": "sha256:1aef24f8e316965a",
287
+ "pptx/scripts/office/validators/__init__.py": "sha256:83e0f035c5abea23",
288
+ "pptx/scripts/office/validators/base.py": "sha256:d6358b67252df4db",
289
+ "pptx/scripts/office/validators/docx.py": "sha256:0ef04ce86b2e6b6a",
290
+ "pptx/scripts/office/validators/pptx.py": "sha256:f937961e62a5fa0d",
291
+ "pptx/scripts/office/validators/redlining.py": "sha256:f4c33fdb9da0651d",
292
+ "pptx/scripts/thumbnail.py": "sha256:e959ecd4f1973516",
293
+ "pptx/SKILL.md": "sha256:e5b0df918cbe9d62",
294
+ "skill-creator/agents/analyzer.md": "sha256:bf68f4cac5a56c67",
295
+ "skill-creator/agents/comparator.md": "sha256:fe1fc9787c495d86",
296
+ "skill-creator/agents/grader.md": "sha256:57134da0c1a4eea3",
297
+ "skill-creator/assets/eval_review.html": "sha256:ce477dcc74dc1c0d",
298
+ "skill-creator/eval-viewer/generate_review.py": "sha256:fc9d1b9243fe5ab6",
299
+ "skill-creator/eval-viewer/viewer.html": "sha256:a53213426ee11004",
300
+ "skill-creator/LICENSE.txt": "sha256:bc6b3af2f331cbc7",
301
+ "skill-creator/references/schemas.md": "sha256:8e8876180a8989b4",
302
+ "skill-creator/scripts/__init__.py": "sha256:e3b0c44298fc1c14",
303
+ "skill-creator/scripts/aggregate_benchmark.py": "sha256:123ef128ea5ccc01",
304
+ "skill-creator/scripts/generate_report.py": "sha256:13df7118a3c50c83",
305
+ "skill-creator/scripts/improve_description.py": "sha256:87d864570220b699",
306
+ "skill-creator/scripts/package_skill.py": "sha256:1a33059b0db1ef73",
307
+ "skill-creator/scripts/quick_validate.py": "sha256:67cf570340201393",
308
+ "skill-creator/scripts/run_eval.py": "sha256:43e3b8f80dbf69c3",
309
+ "skill-creator/scripts/run_loop.py": "sha256:7bd6f67420316852",
310
+ "skill-creator/scripts/utils.py": "sha256:3af8ae62c40c73ab",
311
+ "skill-creator/SKILL.md": "sha256:dcd4803e61e913e6",
312
+ "slack-gif-creator/core/easing.py": "sha256:60bc943449802541",
313
+ "slack-gif-creator/core/frame_composer.py": "sha256:a127ea8f2a58893e",
314
+ "slack-gif-creator/core/gif_builder.py": "sha256:b6f50d738c491ee0",
315
+ "slack-gif-creator/core/validators.py": "sha256:56bd19e3aae05f83",
316
+ "slack-gif-creator/LICENSE.txt": "sha256:bc6b3af2f331cbc7",
317
+ "slack-gif-creator/requirements.txt": "sha256:edc7108a0c6b5618",
318
+ "slack-gif-creator/SKILL.md": "sha256:2efca615ce55a3ed",
319
+ "theme-factory/LICENSE.txt": "sha256:bc6b3af2f331cbc7",
320
+ "theme-factory/SKILL.md": "sha256:c35893e221e28895",
321
+ "theme-factory/theme-showcase.pdf": "sha256:3e126eca9fe99088",
322
+ "theme-factory/themes/arctic-frost.md": "sha256:868a75a8fb5b2a61",
323
+ "theme-factory/themes/botanical-garden.md": "sha256:222cb8e7496abc9b",
324
+ "theme-factory/themes/desert-rose.md": "sha256:bd065b8629be3b64",
325
+ "theme-factory/themes/forest-canopy.md": "sha256:ecb722efa24688e8",
326
+ "theme-factory/themes/golden-hour.md": "sha256:3444a00df971d3c2",
327
+ "theme-factory/themes/midnight-galaxy.md": "sha256:0e134c4c0324df41",
328
+ "theme-factory/themes/modern-minimalist.md": "sha256:b8bc572b75948d4d",
329
+ "theme-factory/themes/ocean-depths.md": "sha256:a7ad8eec85341dbf",
330
+ "theme-factory/themes/sunset-boulevard.md": "sha256:658af11ab04be492",
331
+ "theme-factory/themes/tech-innovation.md": "sha256:183648163026dd5e",
332
+ "web-artifacts-builder/LICENSE.txt": "sha256:bc6b3af2f331cbc7",
333
+ "web-artifacts-builder/scripts/bundle-artifact.sh": "sha256:abf0e480bf6585b5",
334
+ "web-artifacts-builder/scripts/init-artifact.sh": "sha256:355e5dd4382aaaee",
335
+ "web-artifacts-builder/scripts/shadcn-components.tar.gz": "sha256:1296f069e825de79",
336
+ "web-artifacts-builder/SKILL.md": "sha256:81c5002c6643b0de",
337
+ "webapp-testing/examples/console_logging.py": "sha256:ea46877289acb82d",
338
+ "webapp-testing/examples/element_discovery.py": "sha256:d63c89604a22f884",
339
+ "webapp-testing/examples/static_html_automation.py": "sha256:9d533aafb875ee3a",
340
+ "webapp-testing/LICENSE.txt": "sha256:bc6b3af2f331cbc7",
341
+ "webapp-testing/scripts/with_server.py": "sha256:b0dcf4918935b795",
342
+ "webapp-testing/SKILL.md": "sha256:51b7349e77ec63b7",
343
+ "xlsx/LICENSE.txt": "sha256:79f6d8f5b427252f",
344
+ "xlsx/scripts/office/helpers/__init__.py": "sha256:e3b0c44298fc1c14",
345
+ "xlsx/scripts/office/helpers/merge_runs.py": "sha256:7c40ed838b88639c",
346
+ "xlsx/scripts/office/helpers/simplify_redlines.py": "sha256:560cb55978a834c5",
347
+ "xlsx/scripts/office/pack.py": "sha256:b1800987e568261a",
348
+ "xlsx/scripts/office/schemas/ecma/fouth-edition/opc-contentTypes.xsd": "sha256:9e0b7209fc69ab11",
349
+ "xlsx/scripts/office/schemas/ecma/fouth-edition/opc-coreProperties.xsd": "sha256:451958454e8588df",
350
+ "xlsx/scripts/office/schemas/ecma/fouth-edition/opc-digSig.xsd": "sha256:6de111e11403f7cd",
351
+ "xlsx/scripts/office/schemas/ecma/fouth-edition/opc-relationships.xsd": "sha256:f565adfef5a50204",
352
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chart.xsd": "sha256:41b93bd8857cc68b",
353
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-chartDrawing.xsd": "sha256:3fd0586f2637b98b",
354
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-diagram.xsd": "sha256:29b254ee0d10414a",
355
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-lockedCanvas.xsd": "sha256:5cb76dabd8b97d1e",
356
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-main.xsd": "sha256:5375417f0f5394b8",
357
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-picture.xsd": "sha256:5d389d42befbebd9",
358
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-spreadsheetDrawing.xsd": "sha256:b4532b6d25883295",
359
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/dml-wordprocessingDrawing.xsd": "sha256:bdad416b096b61d3",
360
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/pml.xsd": "sha256:d173c3e5d61e42e2",
361
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-additionalCharacteristics.xsd": "sha256:3c6709101c6aaa82",
362
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-bibliography.xsd": "sha256:0b364451dc36a48d",
363
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-commonSimpleTypes.xsd": "sha256:e2abacbb9a55ce13",
364
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlDataProperties.xsd": "sha256:0ef4bb354ff44b92",
365
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-customXmlSchemaProperties.xsd": "sha256:0d103b99a4a8652f",
366
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesCustom.xsd": "sha256:9c085407751b9061",
367
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesExtended.xsd": "sha256:bc92e36ccd233722",
368
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-documentPropertiesVariantTypes.xsd": "sha256:7b5b7413e2c895b1",
369
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-math.xsd": "sha256:3213ef1631606250",
370
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/shared-relationshipReference.xsd": "sha256:12264f3c03d73831",
371
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/sml.xsd": "sha256:beffeed56945c22a",
372
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-main.xsd": "sha256:f5ee623b08b6a669",
373
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-officeDrawing.xsd": "sha256:585bedc1313b4088",
374
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-presentationDrawing.xsd": "sha256:133c9f64a5c5d573",
375
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-spreadsheetDrawing.xsd": "sha256:6bdeb169c3717eb0",
376
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/vml-wordprocessingDrawing.xsd": "sha256:475dcae1e7d1ea46",
377
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/wml.xsd": "sha256:c2dd9f61f892deae",
378
+ "xlsx/scripts/office/schemas/ISO-IEC29500-4_2016/xml.xsd": "sha256:a539aa2fb154fa50",
379
+ "xlsx/scripts/office/schemas/mce/mc.xsd": "sha256:3a37e461ecf5a867",
380
+ "xlsx/scripts/office/schemas/microsoft/wml-2010.xsd": "sha256:568b26ee156cb954",
381
+ "xlsx/scripts/office/schemas/microsoft/wml-2012.xsd": "sha256:0fa75578a000439a",
382
+ "xlsx/scripts/office/schemas/microsoft/wml-2018.xsd": "sha256:be0ff793a22dd313",
383
+ "xlsx/scripts/office/schemas/microsoft/wml-cex-2018.xsd": "sha256:fddc2b880cabb900",
384
+ "xlsx/scripts/office/schemas/microsoft/wml-cid-2016.xsd": "sha256:127ca209fa73d7cb",
385
+ "xlsx/scripts/office/schemas/microsoft/wml-sdtdatahash-2020.xsd": "sha256:842e7163409c8d74",
386
+ "xlsx/scripts/office/schemas/microsoft/wml-symex-2015.xsd": "sha256:16f6f8072249f431",
387
+ "xlsx/scripts/office/soffice.py": "sha256:a3e21840e29e32f9",
388
+ "xlsx/scripts/office/unpack.py": "sha256:83f69cecc8791018",
389
+ "xlsx/scripts/office/validate.py": "sha256:1aef24f8e316965a",
390
+ "xlsx/scripts/office/validators/__init__.py": "sha256:83e0f035c5abea23",
391
+ "xlsx/scripts/office/validators/base.py": "sha256:d6358b67252df4db",
392
+ "xlsx/scripts/office/validators/docx.py": "sha256:0ef04ce86b2e6b6a",
393
+ "xlsx/scripts/office/validators/pptx.py": "sha256:f937961e62a5fa0d",
394
+ "xlsx/scripts/office/validators/redlining.py": "sha256:f4c33fdb9da0651d",
395
+ "xlsx/scripts/recalc.py": "sha256:cf419d15e02965ae",
396
+ "xlsx/SKILL.md": "sha256:dd316db7785a6be1"
397
+ }
398
+ }
399
+ }