opencode-skills-collection 3.1.0 → 3.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (291) hide show
  1. package/bundled-skills/.antigravity-install-manifest.json +84 -1
  2. package/bundled-skills/2slides-ppt-generator/SKILL.md +8 -7
  3. package/bundled-skills/android-cli/SKILL.md +19 -7
  4. package/bundled-skills/android-ui-journey-testing/SKILL.md +191 -0
  5. package/bundled-skills/apple-notes-search/SKILL.md +12 -2
  6. package/bundled-skills/ask-matt/SKILL.md +92 -0
  7. package/bundled-skills/atlas-ledger/SKILL.md +8 -0
  8. package/bundled-skills/bugs-are-annoying/SKILL.md +137 -0
  9. package/bundled-skills/codebase-design/DEEPENING.md +37 -0
  10. package/bundled-skills/codebase-design/DESIGN-IT-TWICE.md +44 -0
  11. package/bundled-skills/codebase-design/SKILL.md +145 -0
  12. package/bundled-skills/codex-fable5/SKILL.md +10 -2
  13. package/bundled-skills/competitor-analysis/LICENSE.txt +21 -0
  14. package/bundled-skills/competitor-analysis/SKILL.md +434 -0
  15. package/bundled-skills/competitor-analysis/references/battle-card-subagent.md +127 -0
  16. package/bundled-skills/competitor-analysis/references/battle-card.md +91 -0
  17. package/bundled-skills/competitor-analysis/references/example-research.md +130 -0
  18. package/bundled-skills/competitor-analysis/references/report-template.html +127 -0
  19. package/bundled-skills/competitor-analysis/references/research-patterns.md +217 -0
  20. package/bundled-skills/competitor-analysis/references/workflow.md +434 -0
  21. package/bundled-skills/competitor-analysis/scripts/capture_screenshots.mjs +142 -0
  22. package/bundled-skills/competitor-analysis/scripts/compile_report.mjs +929 -0
  23. package/bundled-skills/competitor-analysis/scripts/extract_vs_names.mjs +140 -0
  24. package/bundled-skills/competitor-analysis/scripts/gate_candidates.mjs +224 -0
  25. package/bundled-skills/competitor-analysis/scripts/list_urls.mjs +90 -0
  26. package/bundled-skills/competitor-analysis/scripts/md_utils.mjs +50 -0
  27. package/bundled-skills/competitor-analysis/scripts/merge_partials.mjs +291 -0
  28. package/bundled-skills/competitor-analysis/scripts/package.json +6 -0
  29. package/bundled-skills/design-it/3d-ui/SKILL.md +259 -0
  30. package/bundled-skills/design-it/SKILL.md +170 -0
  31. package/bundled-skills/design-it/ai-native-ui/SKILL.md +295 -0
  32. package/bundled-skills/design-it/aurora-ui/SKILL.md +307 -0
  33. package/bundled-skills/design-it/bento-ui/SKILL.md +314 -0
  34. package/bundled-skills/design-it/brutalism/SKILL.md +270 -0
  35. package/bundled-skills/design-it/brutalist-typography/SKILL.md +287 -0
  36. package/bundled-skills/design-it/card-based-design/SKILL.md +262 -0
  37. package/bundled-skills/design-it/claymorphism/SKILL.md +287 -0
  38. package/bundled-skills/design-it/color-blocking/SKILL.md +278 -0
  39. package/bundled-skills/design-it/command-center-ui/SKILL.md +345 -0
  40. package/bundled-skills/design-it/cyber-y2k/SKILL.md +312 -0
  41. package/bundled-skills/design-it/cyberpunk-ui/SKILL.md +262 -0
  42. package/bundled-skills/design-it/dark-mode/SKILL.md +289 -0
  43. package/bundled-skills/design-it/dashboard-design/SKILL.md +331 -0
  44. package/bundled-skills/design-it/data-dense-design/SKILL.md +322 -0
  45. package/bundled-skills/design-it/duotone-design/SKILL.md +248 -0
  46. package/bundled-skills/design-it/editorial-design/SKILL.md +328 -0
  47. package/bundled-skills/design-it/flat-design/SKILL.md +221 -0
  48. package/bundled-skills/design-it/flat-design-2/SKILL.md +240 -0
  49. package/bundled-skills/design-it/floating-ui/SKILL.md +299 -0
  50. package/bundled-skills/design-it/frutiger-aero/SKILL.md +274 -0
  51. package/bundled-skills/design-it/glassmorphism/SKILL.md +272 -0
  52. package/bundled-skills/design-it/gradient-design/SKILL.md +309 -0
  53. package/bundled-skills/design-it/high-contrast/SKILL.md +288 -0
  54. package/bundled-skills/design-it/holographic-ui/SKILL.md +310 -0
  55. package/bundled-skills/design-it/isometric-design/SKILL.md +228 -0
  56. package/bundled-skills/design-it/layered-design/SKILL.md +247 -0
  57. package/bundled-skills/design-it/material-design/SKILL.md +275 -0
  58. package/bundled-skills/design-it/maximalism/SKILL.md +297 -0
  59. package/bundled-skills/design-it/minimalism/SKILL.md +267 -0
  60. package/bundled-skills/design-it/monochromatic-ui/SKILL.md +296 -0
  61. package/bundled-skills/design-it/neo-brutalism/SKILL.md +270 -0
  62. package/bundled-skills/design-it/neumorphism/SKILL.md +248 -0
  63. package/bundled-skills/design-it/retro-design/SKILL.md +283 -0
  64. package/bundled-skills/design-it/retro-futurism/SKILL.md +259 -0
  65. package/bundled-skills/design-it/sci-fi-interface/SKILL.md +309 -0
  66. package/bundled-skills/design-it/skeuomorphism/SKILL.md +280 -0
  67. package/bundled-skills/design-it/soft-pastel/SKILL.md +307 -0
  68. package/bundled-skills/design-it/spatial-computing-ui/SKILL.md +300 -0
  69. package/bundled-skills/design-it/spatial-design/SKILL.md +268 -0
  70. package/bundled-skills/design-it/swiss-design/SKILL.md +293 -0
  71. package/bundled-skills/design-it/synthwave/SKILL.md +257 -0
  72. package/bundled-skills/design-it/tile-design/SKILL.md +297 -0
  73. package/bundled-skills/design-it/typography-first/SKILL.md +247 -0
  74. package/bundled-skills/design-it/vaporwave/SKILL.md +331 -0
  75. package/bundled-skills/design-it/vibrant-maximalism/SKILL.md +291 -0
  76. package/bundled-skills/design-it/widget-based-design/SKILL.md +274 -0
  77. package/bundled-skills/design-it/y2k-design/SKILL.md +268 -0
  78. package/bundled-skills/diagnosing-bugs/SKILL.md +165 -0
  79. package/bundled-skills/diagnosing-bugs/scripts/hitl-loop.template.sh +41 -0
  80. package/bundled-skills/docs/contributors/skill-scoring.md +235 -0
  81. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  82. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  83. package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
  84. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  85. package/bundled-skills/docs/users/bundles.md +145 -1
  86. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  87. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  88. package/bundled-skills/docs/users/getting-started.md +1 -1
  89. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  90. package/bundled-skills/docs/users/specialized-plugin-roadmap.md +11 -4
  91. package/bundled-skills/docs/users/usage.md +4 -4
  92. package/bundled-skills/docs/users/visual-guide.md +4 -4
  93. package/bundled-skills/domain-modeling/ADR-FORMAT.md +47 -0
  94. package/bundled-skills/domain-modeling/CONTEXT-FORMAT.md +60 -0
  95. package/bundled-skills/domain-modeling/SKILL.md +105 -0
  96. package/bundled-skills/dos-verify-done-claims/SKILL.md +16 -4
  97. package/bundled-skills/ecl-harness-engineer/agents/creator-config.md +1 -1
  98. package/bundled-skills/ecl-harness-engineer/references/environment-config-guide.md +2 -2
  99. package/bundled-skills/ecl-harness-engineer/references/environment-detection-guide.md +4 -4
  100. package/bundled-skills/event-staffing-ordering/SKILL.md +4 -0
  101. package/bundled-skills/grill-me/SKILL.md +36 -0
  102. package/bundled-skills/grill-with-docs/SKILL.md +36 -0
  103. package/bundled-skills/grilling/SKILL.md +39 -0
  104. package/bundled-skills/handoff/SKILL.md +45 -0
  105. package/bundled-skills/image-generator/.env.example +7 -0
  106. package/bundled-skills/image-generator/SKILL.md +509 -0
  107. package/bundled-skills/improve-codebase-architecture/HTML-REPORT.md +123 -0
  108. package/bundled-skills/improve-codebase-architecture/SKILL.md +97 -0
  109. package/bundled-skills/learn/SKILL.md +156 -0
  110. package/bundled-skills/lesson-generator/SKILL.md +90 -0
  111. package/bundled-skills/llm-council/.env.example +7 -0
  112. package/bundled-skills/llm-council/SKILL.md +602 -0
  113. package/bundled-skills/loop-library/SKILL.md +208 -0
  114. package/bundled-skills/loop-library/agents/openai.yaml +4 -0
  115. package/bundled-skills/loop-library/references/catalog.md +270 -0
  116. package/bundled-skills/lovable-cleanup/SKILL.md +9 -7
  117. package/bundled-skills/macos-screen-recorder/SKILL.md +9 -1
  118. package/bundled-skills/mailtrap-managing-contacts/SKILL.md +112 -0
  119. package/bundled-skills/mailtrap-sending-emails/SKILL.md +167 -0
  120. package/bundled-skills/mailtrap-setting-up-sending-domain/SKILL.md +77 -0
  121. package/bundled-skills/mailtrap-testing-with-sandbox/SKILL.md +110 -0
  122. package/bundled-skills/prototype/LOGIC.md +79 -0
  123. package/bundled-skills/prototype/SKILL.md +62 -0
  124. package/bundled-skills/prototype/UI.md +112 -0
  125. package/bundled-skills/screenstudio-alt/SKILL.md +9 -1
  126. package/bundled-skills/setup-matt-pocock-skills/SKILL.md +158 -0
  127. package/bundled-skills/setup-matt-pocock-skills/domain.md +51 -0
  128. package/bundled-skills/setup-matt-pocock-skills/issue-tracker-github.md +34 -0
  129. package/bundled-skills/setup-matt-pocock-skills/issue-tracker-gitlab.md +35 -0
  130. package/bundled-skills/setup-matt-pocock-skills/issue-tracker-local.md +19 -0
  131. package/bundled-skills/setup-matt-pocock-skills/triage-labels.md +15 -0
  132. package/bundled-skills/survey-generator/LICENSE +21 -0
  133. package/bundled-skills/survey-generator/SKILL.md +143 -0
  134. package/bundled-skills/survey-generator/build_artifact.py +208 -0
  135. package/bundled-skills/survey-generator/examples/agentic-engineering/research_bundle.json +1196 -0
  136. package/bundled-skills/survey-generator/examples/agentic-engineering/survey.html +706 -0
  137. package/bundled-skills/survey-generator/style_spec.json +85 -0
  138. package/bundled-skills/survey-generator/templates/research_bundle_template.json +69 -0
  139. package/bundled-skills/tdd/SKILL.md +139 -0
  140. package/bundled-skills/tdd/mocking.md +59 -0
  141. package/bundled-skills/tdd/refactoring.md +10 -0
  142. package/bundled-skills/tdd/tests.md +61 -0
  143. package/bundled-skills/teach/GLOSSARY-FORMAT.md +35 -0
  144. package/bundled-skills/teach/LEARNING-RECORD-FORMAT.md +46 -0
  145. package/bundled-skills/teach/MISSION-FORMAT.md +31 -0
  146. package/bundled-skills/teach/RESOURCES-FORMAT.md +32 -0
  147. package/bundled-skills/teach/SKILL.md +169 -0
  148. package/bundled-skills/to-issues/SKILL.md +115 -0
  149. package/bundled-skills/to-prd/SKILL.md +104 -0
  150. package/bundled-skills/tools-page-seo-optimizer/SKILL.md +616 -0
  151. package/bundled-skills/triage/AGENT-BRIEF.md +207 -0
  152. package/bundled-skills/triage/OUT-OF-SCOPE.md +105 -0
  153. package/bundled-skills/triage/SKILL.md +143 -0
  154. package/bundled-skills/vibecode-production-qa-validator/SKILL.md +371 -141
  155. package/bundled-skills/wiki-builder/SKILL.md +157 -0
  156. package/bundled-skills/wiki-builder/agents/openai.yaml +5 -0
  157. package/bundled-skills/wiki-builder/references/wiki-flavors.md +98 -0
  158. package/bundled-skills/wiki-builder/scripts/init_wiki.sh +105 -0
  159. package/bundled-skills/wiki-builder/templates/index.md +20 -0
  160. package/bundled-skills/wiki-builder/templates/maintenance-log.md +7 -0
  161. package/bundled-skills/wiki-builder/templates/prompts/compile-concept-page.md +12 -0
  162. package/bundled-skills/wiki-builder/templates/prompts/compile-index.md +11 -0
  163. package/bundled-skills/wiki-builder/templates/prompts/compile-source-page.md +12 -0
  164. package/bundled-skills/wiki-builder/templates/prompts/lint-wiki.md +10 -0
  165. package/bundled-skills/wiki-builder/templates/prompts/query-and-file.md +11 -0
  166. package/bundled-skills/wiki-builder/templates/sources.md +9 -0
  167. package/bundled-skills/wiki-builder/templates/wiki.config.md +53 -0
  168. package/bundled-skills/writing-great-skills/GLOSSARY.md +181 -0
  169. package/bundled-skills/writing-great-skills/SKILL.md +111 -0
  170. package/bundled-skills/yao-meta-skill/SKILL.md +86 -0
  171. package/bundled-skills/yao-meta-skill/agents/interface.yaml +26 -0
  172. package/bundled-skills/yao-meta-skill/manifest.json +24 -0
  173. package/bundled-skills/yao-meta-skill/references/artifact-design-doctrine.md +49 -0
  174. package/bundled-skills/yao-meta-skill/references/authoring-discipline.md +78 -0
  175. package/bundled-skills/yao-meta-skill/references/autonomous-adaptation.md +65 -0
  176. package/bundled-skills/yao-meta-skill/references/distribution-registry-method.md +60 -0
  177. package/bundled-skills/yao-meta-skill/references/eval-playbook.md +69 -0
  178. package/bundled-skills/yao-meta-skill/references/gate-selection.md +68 -0
  179. package/bundled-skills/yao-meta-skill/references/governance.md +134 -0
  180. package/bundled-skills/yao-meta-skill/references/human-review-template.md +54 -0
  181. package/bundled-skills/yao-meta-skill/references/intent-dialogue.md +138 -0
  182. package/bundled-skills/yao-meta-skill/references/iteration-philosophy.md +30 -0
  183. package/bundled-skills/yao-meta-skill/references/non-skill-decision-tree.md +39 -0
  184. package/bundled-skills/yao-meta-skill/references/operating-modes.md +107 -0
  185. package/bundled-skills/yao-meta-skill/references/output-eval-method.md +113 -0
  186. package/bundled-skills/yao-meta-skill/references/output-quality-risk.md +41 -0
  187. package/bundled-skills/yao-meta-skill/references/output-visual-quality.md +53 -0
  188. package/bundled-skills/yao-meta-skill/references/packaging-contracts.md +70 -0
  189. package/bundled-skills/yao-meta-skill/references/pattern-extraction-doctrine.md +76 -0
  190. package/bundled-skills/yao-meta-skill/references/platform-capability-matrix.md +49 -0
  191. package/bundled-skills/yao-meta-skill/references/prompt-engineering-doctrine.md +76 -0
  192. package/bundled-skills/yao-meta-skill/references/qa-ladder.md +57 -0
  193. package/bundled-skills/yao-meta-skill/references/reference-scan.md +126 -0
  194. package/bundled-skills/yao-meta-skill/references/regression-cause-taxonomy.md +80 -0
  195. package/bundled-skills/yao-meta-skill/references/resource-boundaries.md +120 -0
  196. package/bundled-skills/yao-meta-skill/references/review-studio-method.md +87 -0
  197. package/bundled-skills/yao-meta-skill/references/review-waiver-method.md +76 -0
  198. package/bundled-skills/yao-meta-skill/references/runtime-conformance-method.md +21 -0
  199. package/bundled-skills/yao-meta-skill/references/skill-archetypes.md +86 -0
  200. package/bundled-skills/yao-meta-skill/references/skill-atlas-method.md +35 -0
  201. package/bundled-skills/yao-meta-skill/references/skill-engineering-method.md +210 -0
  202. package/bundled-skills/yao-meta-skill/references/skill-ir-method.md +41 -0
  203. package/bundled-skills/yao-meta-skill/references/skillops-decision-policy.md +53 -0
  204. package/bundled-skills/yao-meta-skill/references/systems-thinking-doctrine.md +75 -0
  205. package/bundled-skills/yao-meta-skill/references/telemetry-drift-method.md +182 -0
  206. package/bundled-skills/yao-meta-skill/references/trust-security-method.md +79 -0
  207. package/bundled-skills/yao-meta-skill/references/user-memory-policy.md +35 -0
  208. package/bundled-skills/youtube-notetaker/SKILL.md +209 -0
  209. package/bundled-skills/youtube-notetaker/reference/artifact.html +269 -0
  210. package/bundled-skills/youtube-notetaker/scripts/contact_sheet.py +53 -0
  211. package/bundled-skills/youtube-notetaker/scripts/detect_slides.sh +19 -0
  212. package/bundled-skills/youtube-notetaker/scripts/download.sh +24 -0
  213. package/bundled-skills/youtube-notetaker/scripts/extract_slides.py +43 -0
  214. package/bundled-skills/youtube-notetaker/scripts/serve.py +222 -0
  215. package/bundled-skills/youtube-notetaker/scripts/setup.sh +27 -0
  216. package/bundled-skills/youtube-notetaker/scripts/verify.sh +31 -0
  217. package/bundled-skills/youtube-notetaker/scripts/vtt_to_transcript.py +59 -0
  218. package/bundled-skills/youtube-notetaker/scripts/write_library_item.py +69 -0
  219. package/package.json +1 -1
  220. package/skills_index.json +2013 -330
  221. package/bundled-skills/ai-md/SKILL.md +0 -523
  222. package/bundled-skills/atlas-contract/SKILL.md +0 -650
  223. package/bundled-skills/busybox-on-windows/SKILL.md +0 -40
  224. package/bundled-skills/monte-carlo-prevent/SKILL.md +0 -257
  225. package/bundled-skills/monte-carlo-prevent/references/TROUBLESHOOTING.md +0 -23
  226. package/bundled-skills/monte-carlo-prevent/references/parameters.md +0 -32
  227. package/bundled-skills/monte-carlo-prevent/references/workflows.md +0 -478
  228. package/bundled-skills/monte-carlo-push-ingestion/SKILL.md +0 -372
  229. package/bundled-skills/monte-carlo-push-ingestion/references/anomaly-detection.md +0 -87
  230. package/bundled-skills/monte-carlo-push-ingestion/references/custom-lineage.md +0 -203
  231. package/bundled-skills/monte-carlo-push-ingestion/references/direct-http-api.md +0 -207
  232. package/bundled-skills/monte-carlo-push-ingestion/references/prerequisites.md +0 -150
  233. package/bundled-skills/monte-carlo-push-ingestion/references/push-lineage.md +0 -160
  234. package/bundled-skills/monte-carlo-push-ingestion/references/push-metadata.md +0 -158
  235. package/bundled-skills/monte-carlo-push-ingestion/references/push-query-logs.md +0 -219
  236. package/bundled-skills/monte-carlo-push-ingestion/references/validation.md +0 -257
  237. package/bundled-skills/monte-carlo-push-ingestion/scripts/sample_verify.py +0 -357
  238. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_and_push_lineage.py +0 -70
  239. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_and_push_metadata.py +0 -65
  240. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_and_push_query_logs.py +0 -70
  241. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_lineage.py +0 -214
  242. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_metadata.py +0 -160
  243. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_query_logs.py +0 -164
  244. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/push_lineage.py +0 -198
  245. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/push_metadata.py +0 -193
  246. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/push_query_logs.py +0 -207
  247. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_and_push_metadata.py +0 -71
  248. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_and_push_query_logs.py +0 -64
  249. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_metadata.py +0 -253
  250. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_query_logs.py +0 -149
  251. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/push_metadata.py +0 -190
  252. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/push_query_logs.py +0 -208
  253. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_and_push_lineage.py +0 -83
  254. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_and_push_metadata.py +0 -77
  255. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_and_push_query_logs.py +0 -83
  256. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_lineage.py +0 -240
  257. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_metadata.py +0 -212
  258. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_query_logs.py +0 -204
  259. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/push_lineage.py +0 -192
  260. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/push_metadata.py +0 -178
  261. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/push_query_logs.py +0 -200
  262. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_and_push_lineage.py +0 -119
  263. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_and_push_metadata.py +0 -119
  264. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_and_push_query_logs.py +0 -117
  265. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_lineage.py +0 -265
  266. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_metadata.py +0 -313
  267. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_query_logs.py +0 -284
  268. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/push_lineage.py +0 -309
  269. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/push_metadata.py +0 -245
  270. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/push_query_logs.py +0 -255
  271. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_and_push_lineage.py +0 -78
  272. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_and_push_metadata.py +0 -80
  273. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_and_push_query_logs.py +0 -88
  274. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_lineage.py +0 -235
  275. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_metadata.py +0 -219
  276. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_query_logs.py +0 -239
  277. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/push_lineage.py +0 -178
  278. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/push_metadata.py +0 -178
  279. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/push_query_logs.py +0 -196
  280. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_and_push_lineage.py +0 -154
  281. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_and_push_metadata.py +0 -137
  282. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_and_push_query_logs.py +0 -137
  283. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_lineage.py +0 -349
  284. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_metadata.py +0 -329
  285. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_query_logs.py +0 -254
  286. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/push_lineage.py +0 -307
  287. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/push_metadata.py +0 -228
  288. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/push_query_logs.py +0 -248
  289. package/bundled-skills/monte-carlo-push-ingestion/scripts/test_template_sdk_usage.py +0 -340
  290. package/bundled-skills/skill-optimizer/SKILL.md +0 -271
  291. package/bundled-skills/using-superpowers/SKILL.md +0 -98
@@ -1,523 +0,0 @@
1
- ---
2
- name: ai-md
3
- description: "Convert human-written CLAUDE.md into AI-native structured-label format. Battle-tested across 4 models. Same rules, fewer tokens, higher compliance."
4
- risk: safe
5
- source: community
6
- date_added: "2026-03-11"
7
- ---
8
-
9
- # AI.MD v4 — The Complete AI-Native Conversion System
10
-
11
- ## When to Use This Skill
12
-
13
- - Use when your CLAUDE.md is long but AI still ignores your rules
14
- - Use when token usage is too high from verbose system instructions
15
- - Use when you want to optimize any LLM system prompt for compliance
16
- - Use when migrating rules between AI tools (Claude, Codex, Gemini, Grok)
17
-
18
- ## What Is AI.MD?
19
-
20
- AI.MD is a methodology for converting human-written `CLAUDE.md` (or any LLM system instructions)
21
- into a structured-label format that AI models follow more reliably, using fewer tokens.
22
-
23
- **The paradox we proved:** Adding more rules in natural language DECREASES compliance.
24
- Converting the same rules to structured format RESTORES and EXCEEDS it.
25
-
26
- ```
27
- Human prose (6 rules, 1 line) → AI follows 4 of them
28
- Structured labels (6 rules, 6 lines) → AI follows all 6
29
- Same content. Different format. Different results.
30
- ```
31
-
32
- ---
33
-
34
- ## Why It Works: How LLMs Actually Process Instructions
35
-
36
- LLMs don't "read" — they **attend**. Understanding this changes everything.
37
-
38
- ### Mechanism 1: Attention Splitting
39
-
40
- When multiple rules share one line, the model's attention distributes across all tokens equally.
41
- Each rule gets a fraction of the attention weight. Some rules get lost.
42
-
43
- When each rule has its own line, the model processes it as a distinct unit.
44
- Full attention weight on each rule.
45
-
46
- ```
47
- # ONE LINE = attention splits 5 ways (some rules drop to near-zero weight)
48
- EVIDENCE: no-fabricate no-guess | 禁用詞:應該是/可能是 → 先拿數據 | Read/Grep→行號 curl→數據 | "好像"/"覺得"→自己先跑test | guess=shame-wall
49
-
50
- # FIVE LINES = each rule gets full attention
51
- EVIDENCE:
52
- core: no-fabricate | no-guess | unsure=say-so
53
- banned: 應該是/可能是/感覺是/推測 → 先拿數據
54
- proof: all-claims-need(data/line#/source) | Read/Grep→行號 | curl→數據
55
- hear-doubt: "好像"/"覺得" → self-test(curl/benchmark) → 禁反問user
56
- violation: guess → shame-wall
57
- ```
58
-
59
- ### Mechanism 2: Zero-Inference Labels
60
-
61
- Natural language forces the model to INFER meaning from context.
62
- Labels DECLARE meaning explicitly. No inference needed = no misinterpretation.
63
-
64
- ```
65
- # AI must infer: what does (防搞混) modify? what does 例外 apply to?
66
- GATE-1: 收到任務→先用一句話複述(防搞混)(長對話中每個新任務都重新觸發) | 例外: signals命中「處理一下」=直接執行
67
-
68
- # AI reads labels directly: trigger→action→exception. Zero ambiguity.
69
- GATE-1 複述:
70
- trigger: new-task
71
- action: first-sentence="你要我做的是___"
72
- persist: 長對話中每個新任務都重新觸發
73
- exception: signal=處理一下 → skip
74
- yields-to: GATE-3
75
- ```
76
-
77
- Key insight: Labels like `trigger:` `action:` `exception:` work across ALL languages.
78
- The model doesn't need to parse Chinese/Japanese/English grammar to understand structure.
79
- **Labels are the universal language between humans and AI.**
80
-
81
- ### Mechanism 3: Semantic Anchoring
82
-
83
- Labeled sub-items create **matchable tags**. When a user's input contains a keyword,
84
- the model matches it directly to the corresponding label — like a hash table lookup
85
- instead of a full-text search.
86
-
87
- ```
88
- # BURIED: AI scans the whole sentence, might miss the connection
89
- 加新功能→第一句問schema | 新增API/endpoint=必確認health-check.py覆蓋
90
-
91
- # ANCHORED: label "new-api:" directly matches user saying "加個 API"
92
- MOAT:
93
- new-feature: 第一句問schema/契約/關聯
94
- new-api: 必確認health-check.py覆蓋(GATE-5)
95
- ```
96
-
97
- **Real proof:** This specific technique fixed a test case that failed 5 consecutive times
98
- across all models. The label `new-api:` raised Codex T5 from ❌→✅ on first try.
99
-
100
- ---
101
-
102
- ## The Conversion Process: What Happens When You Give Me a CLAUDE.md
103
-
104
- Here's the exact mental model I use when converting natural language instructions to AI.MD format.
105
-
106
- ### Phase 1: UNDERSTAND — Read Like a Compiler, Not a Human
107
-
108
- I read the CLAUDE.md **as if I'm building a state machine**, not reading a document.
109
-
110
- For each sentence, I ask:
111
- 1. **Is this a TRIGGER?** (What input activates this behavior?)
112
- 2. **Is this an ACTION?** (What should the AI do?)
113
- 3. **Is this a CONSTRAINT?** (What should the AI NOT do?)
114
- 4. **Is this METADATA?** (Priority, timing, persistence, exceptions?)
115
- 5. **Is this a HUMAN EXPLANATION?** (Why the rule exists — delete this)
116
-
117
- Example analysis:
118
-
119
- ```
120
- Input: "收到任務→先用一句話複述(防搞混)(長對話中每個新任務都重新觸發) | 例外: signals命中「處理一下」=直接執行"
121
-
122
- Decomposition:
123
- ├─ TRIGGER: "收到任務" → new-task
124
- ├─ ACTION: "先用一句話複述" → first-sentence="你要我做的是___"
125
- ├─ DELETE: "(防搞混)" → human motivation, AI doesn't need this
126
- ├─ METADATA: "(長對話中每個新任務都重新觸發)" → persist: every-new-task
127
- └─ EXCEPTION: "例外: signals命中「處理一下」=直接執行" → exception: signal=處理一下 → skip
128
- ```
129
-
130
- ### Phase 2: DECOMPOSE — Break Every `|` and `()` Into Atomic Rules
131
-
132
- The #1 source of compliance failure is **compound rules**.
133
- A single line with 3 rules separated by `|` looks like 1 instruction to AI.
134
- It needs to be 3 separate instructions.
135
-
136
- **The splitter test:** If you can put "AND" between two parts of a sentence,
137
- they are separate rules and MUST be on separate lines.
138
-
139
- ```
140
- # Input: one sentence hiding 4 rules
141
- 禁用詞:應該是/可能是→先拿數據 | "好像"/"覺得"→自己先跑test(不是問user)→有數據才能決定
142
-
143
- # Analysis: I find 4 hidden rules
144
- Rule 1: certain words are banned → use data instead
145
- Rule 2: hearing doubt words → run self-test
146
- Rule 3: don't ask the user for data → look it up yourself
147
- Rule 4: preference claims → require A/B comparison before accepting
148
-
149
- # Output: 4 atomic rules
150
- banned: 應該是/可能是/感覺是/推測 → 先拿數據
151
- hear-doubt: "好像"/"覺得" → self-test(curl/benchmark)
152
- self-serve: 禁反問user(自己查)
153
- compare: "覺得A比B好" → A/B實測先行
154
- ```
155
-
156
- ### Phase 3: LABEL — Assign Function Labels
157
-
158
- Every atomic rule gets a label that declares its function.
159
- I use a standard vocabulary of ~12 label types:
160
-
161
- | Label | What It Declares | When to Use |
162
- |-------|-----------------|-------------|
163
- | `trigger:` | What input activates this | Every gate/rule needs one |
164
- | `action:` | What the AI must do | The core behavior |
165
- | `exception:` | When NOT to do it | Override cases |
166
- | `not-triggered:` | Explicit negative examples | Prevent over-triggering |
167
- | `format:` | Output format constraint | Position, structure requirements |
168
- | `priority:` | Override relationship | When rules conflict |
169
- | `yields-to:` | Which gate takes precedence | Inter-gate priority |
170
- | `persist:` | Durability across turns | Rules that survive conversation flow |
171
- | `timing:` | When in the workflow | Before/after/during constraints |
172
- | `violation:` | Consequence of breaking | Accountability mechanism |
173
- | `banned:` | Forbidden words/actions | Hard no-go list |
174
- | `policy:` | Decision heuristic | When judgment is needed |
175
-
176
- **The label selection technique:** I pick the label that would help a DIFFERENT AI model
177
- (not the one being instructed) understand this rule's function if it saw ONLY the label.
178
- If `trigger:` clearly tells you "this is what activates the rule" without reading anything else,
179
- it's the right label.
180
-
181
- ### Phase 4: STRUCTURE — Build the Architecture
182
-
183
- I organize rules into a hierarchy:
184
-
185
- ```
186
- <gates> = Hard stops (MUST check before any action)
187
- <rules> = Behavioral guidelines (HOW to act)
188
- <rhythm> = Workflow patterns (WHEN to do what)
189
- <conn> = Connection strings (FACTS — never compress)
190
- <ref> = On-demand references (don't load until needed)
191
- <learn> = Evolution rules (how the system improves)
192
- ```
193
-
194
- **Why this order matters:**
195
- Gates come first because they MUST be checked before anything else.
196
- The model processes instructions top-to-bottom. Priority = position.
197
-
198
- **Grouping technique:** Rules that share a DOMAIN become sub-items under one heading.
199
-
200
- ```
201
- # FLAT (bad): 7 unrelated rules, model treats equally
202
- 1. no guessing
203
- 2. backup before editing
204
- 3. use tables for output
205
- 4. check health after deploy
206
- 5. don't say "應該是"
207
- 6. test before reporting
208
- 7. all claims need proof
209
-
210
- # GROUPED (good): 3 domains, model understands hierarchy
211
- EVIDENCE: ← domain: truthfulness
212
- core: no-guess
213
- banned: 應該是
214
- proof: all-claims-need-data
215
-
216
- SCOPE: ← domain: safety
217
- pre-change: backup
218
- pre-run: check-health
219
-
220
- OUTPUT: ← domain: format
221
- format: tables+numbers
222
- ```
223
-
224
- ### Phase 5: RESOLVE — Handle Conflicts and Edge Cases
225
-
226
- This is the most critical and least obvious phase. Natural language instructions
227
- often contain **hidden conflicts** that humans resolve with intuition but AI cannot.
228
-
229
- **Technique: Conflict Detection Matrix**
230
-
231
- I check every pair of gates/rules for conflicts:
232
-
233
- ```
234
- GATE-1 (複述: repeat task) vs GATE-3 (保護檔: backup first)
235
- → CONFLICT: If user says "edit .env", should AI repeat the task first, or backup first?
236
- → RESOLUTION: priority: GATE-3 > GATE-1 (safety before courtesy)
237
- yields-to: GATE-3 (explicit in GATE-1)
238
-
239
- GATE-4 (報結論: cite evidence) vs bug-close (記錄根因: write root cause)
240
- → CONFLICT: bug-close requires stating root cause, but GATE-4 bans definitive claims
241
- → RESOLUTION: timing: GATE-4 is pre-conclusion brake; bug-close is post-verification record
242
- GATE-4 not-triggered when bug already verified
243
-
244
- EVIDENCE (no-guess) vs user says "處理一下" (just do it)
245
- → CONFLICT: should AI verify assumptions or execute immediately?
246
- → RESOLUTION: signal "處理一下" = user has decided, skip confirmation
247
- ```
248
-
249
- **Technique: Not-Triggered Lists**
250
-
251
- For any rule that could over-trigger, I add explicit negative examples:
252
-
253
- ```
254
- GATE-4 報結論:
255
- trigger: 最終歸因/根因判定/不可逆建議
256
- not-triggered: 中間進度數字 | 純指標查詢 | 工具原始輸出 | 已知事實 | 轉述文件
257
- ```
258
-
259
- This was discovered because Gemini 2.5 Pro kept triggering GATE-4 on simple number queries
260
- like "成功率怎麼樣?". Adding `not-triggered: 純指標查詢` fixed it immediately.
261
-
262
- ### Phase 6: TEST — Multi-Model Validation (Non-Negotiable)
263
-
264
- **This is not optional.** Every conversion MUST be validated by 2+ different LLM models.
265
-
266
- Why? Because a format that works perfectly for Claude might confuse GPT, and vice versa.
267
- The whole point of AI.MD is that it works ACROSS models.
268
-
269
- **The exam protocol we developed:**
270
-
271
- 1. Write 8 test inputs that simulate REAL user behavior (not textbook examples)
272
- 2. Include "trap" questions where two rules conflict
273
- 3. Include "negative" tests where a rule should NOT trigger
274
- 4. DO NOT hint which rules are being tested (the AI shouldn't know)
275
- 5. Run each model independently
276
- 6. Score each answer: ✅ full compliance, ⚠️ partial, ❌ miss
277
- 7. If ANY model's score drops after conversion → revert that specific change
278
-
279
- **The 8-question template we used:**
280
-
281
- ```
282
- T1: Simple task (does GATE-1 trigger?)
283
- T2: Database write attempt (does GATE-2 catch it?)
284
- T3: Protected file edit (does GATE-3 fire FIRST, before GATE-1?)
285
- T4: Root cause analysis (does GATE-4 require all 4 questions?)
286
- T5: Business API addition (does AI mention health-check.py?)
287
- T6: User says "好像X比Y好" (does AI run comparison or just accept it?)
288
- T7: User says "處理一下" (does AI skip GATE-1 confirmation?)
289
- T8: Simple metric query (does GATE-4 NOT trigger?)
290
- ```
291
-
292
- ---
293
-
294
- ## Special Techniques Discovered During Battle-Testing
295
-
296
- ### Technique 1: Bilingual Label Strategy
297
-
298
- Labels in English, output strings in the user's language.
299
- English labels are shorter AND more universally understood by all models.
300
- But the actual text the AI produces must stay in the user's language.
301
-
302
- ```
303
- action: first-sentence="你要我做的是___" ← AI outputs Chinese
304
- format: must-be-line-1 ← structural constraint in English
305
- banned: 應該是/可能是 ← forbidden words stay in original language
306
- ```
307
-
308
- **Why this works:** English label vocabulary (`trigger`, `action`, `exception`) maps directly
309
- to concepts in every model's training data. Chinese grammar labels (觸發條件, 執行動作, 例外情況)
310
- are less standardized across models.
311
-
312
- ### Technique 2: State Machine Gates
313
-
314
- Instead of treating rules as a flat list, model them as a **state machine**:
315
- - Each gate has a `trigger` (input state)
316
- - Each gate has an `action` (transition)
317
- - Gates have `priority` (which fires first when multiple match)
318
- - Gates have `yields-to` (explicit conflict resolution)
319
-
320
- This gives AI a clear execution model:
321
- ```
322
- Input arrives → Check GATE-3 first (highest priority) → Check GATE-1 → Check GATE-2 → ...
323
- ```
324
-
325
- Instead of:
326
- ```
327
- Input arrives → Read all rules → Try to figure out which one applies → Maybe miss one
328
- ```
329
-
330
- ### Technique 3: XML Section Tags for Semantic Boundaries
331
-
332
- Using `<gates>`, `<rules>`, `<rhythm>`, `<conn>` as section delimiters
333
- creates hard boundaries that prevent rule-bleed (where the model confuses
334
- which section a rule belongs to).
335
-
336
- ```xml
337
- <gates label="硬性閘門 | 優先序: gates>rules>rhythm | 缺一項=STOP">
338
- ...gates here...
339
- </gates>
340
-
341
- <rules>
342
- ...rules here...
343
- </rules>
344
- ```
345
-
346
- The `label` attribute on the opening tag serves as a section-level instruction:
347
- "these are hard gates, this is their priority, missing = stop"
348
-
349
- ### Technique 4: Cross-Reference Instead of Duplicate
350
-
351
- When the same concept appears in multiple rules, DON'T repeat it.
352
- Use a cross-reference label.
353
-
354
- ```
355
- # BAD: health-check mentioned in 3 places
356
- GATE-5: ...check health-check.py...
357
- MOAT: ...must check health-check.py...
358
- SCOPE: ...verify health-check.py exists...
359
-
360
- # GOOD: single source of truth + cross-reference
361
- GATE-5 驗收:
362
- checks:
363
- 新增API → 確認health-check.py覆蓋
364
-
365
- MOAT:
366
- new-api: 必確認health-check.py覆蓋(GATE-5) ← cross-ref, not duplicate
367
- ```
368
-
369
- ### Technique 5: The "What Not Why" Principle
370
-
371
- Delete ALL text that exists to explain WHY a rule exists.
372
- AI needs WHAT to do, not WHY.
373
-
374
- ```
375
- # DELETE these human explanations:
376
- (防搞混) → motivation
377
- (不是大爆破,是每次順手一點) → metaphor
378
- (想清楚100倍後才做現在的) → backstory
379
- (因為用戶是非工程師) → justification
380
-
381
- # KEEP only the actionable instruction:
382
- action: first-sentence="你要我做的是___"
383
- refactor: 同區塊連續第3次修改 → extract
384
- ```
385
-
386
- Every deleted explanation saves tokens AND removes noise that could confuse the model
387
- about what it should actually DO.
388
-
389
- ---
390
-
391
- ## Two-Stage Workflow
392
-
393
- ### Stage 1: PREVIEW — Measure, Don't Touch
394
-
395
- ```bash
396
- echo "=== Current Token Burn ==="
397
- claude_md=$(wc -c < ~/.claude/CLAUDE.md 2>/dev/null || echo 0)
398
- rules=$(cat ~/.claude/rules/*.md 2>/dev/null | wc -c || echo 0)
399
- total=$((claude_md + rules))
400
- tokens=$((total / 4))
401
- echo "CLAUDE.md: $claude_md bytes"
402
- echo "rules/*.md: $rules bytes"
403
- echo "Total: $total bytes ≈ $tokens tokens/turn"
404
- echo "50-turn session: ≈ $((tokens * 50)) tokens on instructions alone"
405
- ```
406
-
407
- Then: Read all auto-loaded files. Identify redundancy, prose overhead, and duplicate rules.
408
-
409
- **Ask user before proceeding: "Want to distill?"**
410
-
411
- ### Stage 2: DISTILL — Convert with Safety Net
412
-
413
- 1. **Backup**: `cp ~/.claude/CLAUDE.md ~/.claude/CLAUDE.md.bak-pre-distill`
414
- 2. **Phase 1-5**: Run the full conversion process above
415
- 3. **Phase 6**: Run multi-model test (minimum 2 models, 8 questions)
416
- 4. **Report**: Show before/after scores
417
-
418
- ```
419
- === AI.MD Conversion Complete ===
420
-
421
- Before: {old} bytes ({old_score} compliance)
422
- After: {new} bytes ({new_score} compliance)
423
- Saved: {percent}% bytes, +{delta} compliance points
424
-
425
- Backup: ~/.claude/CLAUDE.md.bak-pre-distill
426
- Restore: cp ~/.claude/CLAUDE.md.bak-pre-distill ~/.claude/CLAUDE.md
427
- ```
428
-
429
- ---
430
-
431
- ## AI-Native Template
432
-
433
- ```xml
434
- # PROJECT-NAME | lang:xx | for-AI-parsing | optimize=results-over-format
435
-
436
- <user>
437
- identity, tone, signals, decision-style (key: value pairs)
438
- </user>
439
-
440
- <gates label="硬性閘門 | 優先序: gates>rules>rhythm | 缺一項=STOP">
441
-
442
- GATE-1 name:
443
- trigger: ...
444
- action: ...
445
- exception: ...
446
- yields-to: ...
447
-
448
- GATE-2 name:
449
- trigger: ...
450
- action: ...
451
- policy: ...
452
-
453
- </gates>
454
-
455
- <rules>
456
-
457
- RULE-NAME:
458
- core: ...
459
- banned: ...
460
- hear-X: ... → action
461
- violation: ...
462
-
463
- </rules>
464
-
465
- <rhythm>
466
- workflow patterns as key: value pairs
467
- </rhythm>
468
-
469
- <conn>
470
- connection strings (keep exact — NEVER compress facts/credentials/URLs)
471
- </conn>
472
-
473
- <ref label="on-demand Read only">
474
- file-path → purpose
475
- </ref>
476
-
477
- <learn>
478
- how system evolves over time
479
- </learn>
480
- ```
481
-
482
- ---
483
-
484
- ## Anti-Patterns
485
-
486
- | Don't | Do Instead | Why |
487
- |-------|------------|-----|
488
- | Human prose in CLAUDE.md | Structured labels | Prose requires inference; labels are direct |
489
- | Multiple rules on one line | One concept per line | Attention splits across dense lines |
490
- | Parenthetical explanations | Remove them | AI needs "what" not "why" |
491
- | Same rule in 3 places | Single source + cross-ref | Duplicates can diverge and confuse |
492
- | 20+ flat rules | 5-7 domains with sub-items | Hierarchy helps model organize behavior |
493
- | Compress without testing | Validate with 2+ models | What works for Claude might fail for GPT |
494
- | Assume format doesn't matter | Test it — it does | Same content, different format = different compliance |
495
- | Chinese-only labels | English labels + native output | English labels are more universal across models |
496
- | Flat rule list | State machine with priorities | Clear execution order prevents missed rules |
497
-
498
- ---
499
-
500
- ## Real-World Results
501
-
502
- Tested 2026-03, washinmura.jp CLAUDE.md, 5 rounds, 4 models:
503
-
504
- | Round | Change | Codex (GPT-5.3) | Gemini 2.5 Pro | Claude Opus 4.6 |
505
- |-------|--------|-----------------|----------------|-----------------|
506
- | R1 (baseline prose) | — | 8/8 | 7/8 | 8/8 |
507
- | R2 (added rules) | +gates +examples | 7/8 | 6/8 | — |
508
- | R3 (refined prose) | +exceptions +non-triggers | 6/8 | 6.5/8 | — |
509
- | R4 (AI-native convert) | structured labels | **8/8** | **7/8** | **8/8** |
510
-
511
- Key findings:
512
- 1. **More prose rules = worse compliance** (R1→R3: scores dropped as rules grew)
513
- 2. **Structured format = restored + exceeded** (R4: back to max despite more rules)
514
- 3. **Cross-model consistency**: Format that works for one model works for all (except Grok)
515
- 4. **Semantic anchoring**: The `new-api:` label fix was the single most impactful change
516
-
517
- **The uncomfortable truth: Your beautiful, carefully-written CLAUDE.md
518
- might be HURTING your AI's performance. Structure > Prose. Always.**
519
-
520
- ## Limitations
521
- - Use this skill only when the task clearly matches the scope described above.
522
- - Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
523
- - Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.