opencode-skills-collection 3.1.0 → 3.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (277) hide show
  1. package/bundled-skills/.antigravity-install-manifest.json +84 -1
  2. package/bundled-skills/android-ui-journey-testing/SKILL.md +191 -0
  3. package/bundled-skills/ask-matt/SKILL.md +92 -0
  4. package/bundled-skills/bugs-are-annoying/SKILL.md +137 -0
  5. package/bundled-skills/codebase-design/DEEPENING.md +37 -0
  6. package/bundled-skills/codebase-design/DESIGN-IT-TWICE.md +44 -0
  7. package/bundled-skills/codebase-design/SKILL.md +145 -0
  8. package/bundled-skills/competitor-analysis/LICENSE.txt +21 -0
  9. package/bundled-skills/competitor-analysis/SKILL.md +434 -0
  10. package/bundled-skills/competitor-analysis/references/battle-card-subagent.md +127 -0
  11. package/bundled-skills/competitor-analysis/references/battle-card.md +91 -0
  12. package/bundled-skills/competitor-analysis/references/example-research.md +130 -0
  13. package/bundled-skills/competitor-analysis/references/report-template.html +127 -0
  14. package/bundled-skills/competitor-analysis/references/research-patterns.md +217 -0
  15. package/bundled-skills/competitor-analysis/references/workflow.md +434 -0
  16. package/bundled-skills/competitor-analysis/scripts/capture_screenshots.mjs +142 -0
  17. package/bundled-skills/competitor-analysis/scripts/compile_report.mjs +929 -0
  18. package/bundled-skills/competitor-analysis/scripts/extract_vs_names.mjs +140 -0
  19. package/bundled-skills/competitor-analysis/scripts/gate_candidates.mjs +194 -0
  20. package/bundled-skills/competitor-analysis/scripts/list_urls.mjs +90 -0
  21. package/bundled-skills/competitor-analysis/scripts/md_utils.mjs +50 -0
  22. package/bundled-skills/competitor-analysis/scripts/merge_partials.mjs +291 -0
  23. package/bundled-skills/competitor-analysis/scripts/package.json +6 -0
  24. package/bundled-skills/design-it/3d-ui/SKILL.md +259 -0
  25. package/bundled-skills/design-it/SKILL.md +170 -0
  26. package/bundled-skills/design-it/ai-native-ui/SKILL.md +295 -0
  27. package/bundled-skills/design-it/aurora-ui/SKILL.md +307 -0
  28. package/bundled-skills/design-it/bento-ui/SKILL.md +314 -0
  29. package/bundled-skills/design-it/brutalism/SKILL.md +270 -0
  30. package/bundled-skills/design-it/brutalist-typography/SKILL.md +287 -0
  31. package/bundled-skills/design-it/card-based-design/SKILL.md +262 -0
  32. package/bundled-skills/design-it/claymorphism/SKILL.md +287 -0
  33. package/bundled-skills/design-it/color-blocking/SKILL.md +278 -0
  34. package/bundled-skills/design-it/command-center-ui/SKILL.md +345 -0
  35. package/bundled-skills/design-it/cyber-y2k/SKILL.md +312 -0
  36. package/bundled-skills/design-it/cyberpunk-ui/SKILL.md +262 -0
  37. package/bundled-skills/design-it/dark-mode/SKILL.md +289 -0
  38. package/bundled-skills/design-it/dashboard-design/SKILL.md +331 -0
  39. package/bundled-skills/design-it/data-dense-design/SKILL.md +322 -0
  40. package/bundled-skills/design-it/duotone-design/SKILL.md +248 -0
  41. package/bundled-skills/design-it/editorial-design/SKILL.md +328 -0
  42. package/bundled-skills/design-it/flat-design/SKILL.md +221 -0
  43. package/bundled-skills/design-it/flat-design-2/SKILL.md +240 -0
  44. package/bundled-skills/design-it/floating-ui/SKILL.md +299 -0
  45. package/bundled-skills/design-it/frutiger-aero/SKILL.md +274 -0
  46. package/bundled-skills/design-it/glassmorphism/SKILL.md +272 -0
  47. package/bundled-skills/design-it/gradient-design/SKILL.md +309 -0
  48. package/bundled-skills/design-it/high-contrast/SKILL.md +288 -0
  49. package/bundled-skills/design-it/holographic-ui/SKILL.md +310 -0
  50. package/bundled-skills/design-it/isometric-design/SKILL.md +228 -0
  51. package/bundled-skills/design-it/layered-design/SKILL.md +247 -0
  52. package/bundled-skills/design-it/material-design/SKILL.md +275 -0
  53. package/bundled-skills/design-it/maximalism/SKILL.md +297 -0
  54. package/bundled-skills/design-it/minimalism/SKILL.md +267 -0
  55. package/bundled-skills/design-it/monochromatic-ui/SKILL.md +296 -0
  56. package/bundled-skills/design-it/neo-brutalism/SKILL.md +270 -0
  57. package/bundled-skills/design-it/neumorphism/SKILL.md +248 -0
  58. package/bundled-skills/design-it/retro-design/SKILL.md +283 -0
  59. package/bundled-skills/design-it/retro-futurism/SKILL.md +259 -0
  60. package/bundled-skills/design-it/sci-fi-interface/SKILL.md +309 -0
  61. package/bundled-skills/design-it/skeuomorphism/SKILL.md +280 -0
  62. package/bundled-skills/design-it/soft-pastel/SKILL.md +307 -0
  63. package/bundled-skills/design-it/spatial-computing-ui/SKILL.md +300 -0
  64. package/bundled-skills/design-it/spatial-design/SKILL.md +268 -0
  65. package/bundled-skills/design-it/swiss-design/SKILL.md +293 -0
  66. package/bundled-skills/design-it/synthwave/SKILL.md +257 -0
  67. package/bundled-skills/design-it/tile-design/SKILL.md +297 -0
  68. package/bundled-skills/design-it/typography-first/SKILL.md +247 -0
  69. package/bundled-skills/design-it/vaporwave/SKILL.md +331 -0
  70. package/bundled-skills/design-it/vibrant-maximalism/SKILL.md +291 -0
  71. package/bundled-skills/design-it/widget-based-design/SKILL.md +274 -0
  72. package/bundled-skills/design-it/y2k-design/SKILL.md +268 -0
  73. package/bundled-skills/diagnosing-bugs/SKILL.md +165 -0
  74. package/bundled-skills/diagnosing-bugs/scripts/hitl-loop.template.sh +41 -0
  75. package/bundled-skills/docs/contributors/skill-scoring.md +235 -0
  76. package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
  77. package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
  78. package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
  79. package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
  80. package/bundled-skills/docs/users/bundles.md +1 -1
  81. package/bundled-skills/docs/users/claude-code-skills.md +1 -1
  82. package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
  83. package/bundled-skills/docs/users/getting-started.md +1 -1
  84. package/bundled-skills/docs/users/kiro-integration.md +1 -1
  85. package/bundled-skills/docs/users/usage.md +4 -4
  86. package/bundled-skills/docs/users/visual-guide.md +4 -4
  87. package/bundled-skills/domain-modeling/ADR-FORMAT.md +47 -0
  88. package/bundled-skills/domain-modeling/CONTEXT-FORMAT.md +60 -0
  89. package/bundled-skills/domain-modeling/SKILL.md +105 -0
  90. package/bundled-skills/grill-me/SKILL.md +36 -0
  91. package/bundled-skills/grill-with-docs/SKILL.md +36 -0
  92. package/bundled-skills/grilling/SKILL.md +39 -0
  93. package/bundled-skills/handoff/SKILL.md +45 -0
  94. package/bundled-skills/image-generator/.env.example +7 -0
  95. package/bundled-skills/image-generator/SKILL.md +509 -0
  96. package/bundled-skills/improve-codebase-architecture/HTML-REPORT.md +123 -0
  97. package/bundled-skills/improve-codebase-architecture/SKILL.md +97 -0
  98. package/bundled-skills/learn/SKILL.md +156 -0
  99. package/bundled-skills/lesson-generator/SKILL.md +90 -0
  100. package/bundled-skills/llm-council/.env.example +7 -0
  101. package/bundled-skills/llm-council/SKILL.md +602 -0
  102. package/bundled-skills/loop-library/SKILL.md +205 -0
  103. package/bundled-skills/loop-library/agents/openai.yaml +4 -0
  104. package/bundled-skills/loop-library/references/catalog.md +270 -0
  105. package/bundled-skills/mailtrap-managing-contacts/SKILL.md +112 -0
  106. package/bundled-skills/mailtrap-sending-emails/SKILL.md +167 -0
  107. package/bundled-skills/mailtrap-setting-up-sending-domain/SKILL.md +77 -0
  108. package/bundled-skills/mailtrap-testing-with-sandbox/SKILL.md +110 -0
  109. package/bundled-skills/prototype/LOGIC.md +79 -0
  110. package/bundled-skills/prototype/SKILL.md +62 -0
  111. package/bundled-skills/prototype/UI.md +112 -0
  112. package/bundled-skills/setup-matt-pocock-skills/SKILL.md +158 -0
  113. package/bundled-skills/setup-matt-pocock-skills/domain.md +51 -0
  114. package/bundled-skills/setup-matt-pocock-skills/issue-tracker-github.md +34 -0
  115. package/bundled-skills/setup-matt-pocock-skills/issue-tracker-gitlab.md +35 -0
  116. package/bundled-skills/setup-matt-pocock-skills/issue-tracker-local.md +19 -0
  117. package/bundled-skills/setup-matt-pocock-skills/triage-labels.md +15 -0
  118. package/bundled-skills/survey-generator/LICENSE +21 -0
  119. package/bundled-skills/survey-generator/SKILL.md +143 -0
  120. package/bundled-skills/survey-generator/build_artifact.py +208 -0
  121. package/bundled-skills/survey-generator/examples/agentic-engineering/research_bundle.json +1196 -0
  122. package/bundled-skills/survey-generator/examples/agentic-engineering/survey.html +706 -0
  123. package/bundled-skills/survey-generator/style_spec.json +85 -0
  124. package/bundled-skills/survey-generator/templates/research_bundle_template.json +69 -0
  125. package/bundled-skills/tdd/SKILL.md +139 -0
  126. package/bundled-skills/tdd/mocking.md +59 -0
  127. package/bundled-skills/tdd/refactoring.md +10 -0
  128. package/bundled-skills/tdd/tests.md +61 -0
  129. package/bundled-skills/teach/GLOSSARY-FORMAT.md +35 -0
  130. package/bundled-skills/teach/LEARNING-RECORD-FORMAT.md +46 -0
  131. package/bundled-skills/teach/MISSION-FORMAT.md +31 -0
  132. package/bundled-skills/teach/RESOURCES-FORMAT.md +32 -0
  133. package/bundled-skills/teach/SKILL.md +169 -0
  134. package/bundled-skills/to-issues/SKILL.md +115 -0
  135. package/bundled-skills/to-prd/SKILL.md +104 -0
  136. package/bundled-skills/tools-page-seo-optimizer/SKILL.md +616 -0
  137. package/bundled-skills/triage/AGENT-BRIEF.md +207 -0
  138. package/bundled-skills/triage/OUT-OF-SCOPE.md +105 -0
  139. package/bundled-skills/triage/SKILL.md +143 -0
  140. package/bundled-skills/vibecode-production-qa-validator/SKILL.md +371 -141
  141. package/bundled-skills/wiki-builder/SKILL.md +157 -0
  142. package/bundled-skills/wiki-builder/agents/openai.yaml +5 -0
  143. package/bundled-skills/wiki-builder/references/wiki-flavors.md +98 -0
  144. package/bundled-skills/wiki-builder/scripts/init_wiki.sh +105 -0
  145. package/bundled-skills/wiki-builder/templates/index.md +20 -0
  146. package/bundled-skills/wiki-builder/templates/maintenance-log.md +7 -0
  147. package/bundled-skills/wiki-builder/templates/prompts/compile-concept-page.md +12 -0
  148. package/bundled-skills/wiki-builder/templates/prompts/compile-index.md +11 -0
  149. package/bundled-skills/wiki-builder/templates/prompts/compile-source-page.md +12 -0
  150. package/bundled-skills/wiki-builder/templates/prompts/lint-wiki.md +10 -0
  151. package/bundled-skills/wiki-builder/templates/prompts/query-and-file.md +11 -0
  152. package/bundled-skills/wiki-builder/templates/sources.md +9 -0
  153. package/bundled-skills/wiki-builder/templates/wiki.config.md +53 -0
  154. package/bundled-skills/writing-great-skills/GLOSSARY.md +181 -0
  155. package/bundled-skills/writing-great-skills/SKILL.md +111 -0
  156. package/bundled-skills/yao-meta-skill/SKILL.md +86 -0
  157. package/bundled-skills/yao-meta-skill/agents/interface.yaml +26 -0
  158. package/bundled-skills/yao-meta-skill/manifest.json +24 -0
  159. package/bundled-skills/yao-meta-skill/references/artifact-design-doctrine.md +49 -0
  160. package/bundled-skills/yao-meta-skill/references/authoring-discipline.md +78 -0
  161. package/bundled-skills/yao-meta-skill/references/autonomous-adaptation.md +65 -0
  162. package/bundled-skills/yao-meta-skill/references/distribution-registry-method.md +60 -0
  163. package/bundled-skills/yao-meta-skill/references/eval-playbook.md +69 -0
  164. package/bundled-skills/yao-meta-skill/references/gate-selection.md +68 -0
  165. package/bundled-skills/yao-meta-skill/references/governance.md +134 -0
  166. package/bundled-skills/yao-meta-skill/references/human-review-template.md +54 -0
  167. package/bundled-skills/yao-meta-skill/references/intent-dialogue.md +138 -0
  168. package/bundled-skills/yao-meta-skill/references/iteration-philosophy.md +30 -0
  169. package/bundled-skills/yao-meta-skill/references/non-skill-decision-tree.md +39 -0
  170. package/bundled-skills/yao-meta-skill/references/operating-modes.md +107 -0
  171. package/bundled-skills/yao-meta-skill/references/output-eval-method.md +113 -0
  172. package/bundled-skills/yao-meta-skill/references/output-quality-risk.md +41 -0
  173. package/bundled-skills/yao-meta-skill/references/output-visual-quality.md +53 -0
  174. package/bundled-skills/yao-meta-skill/references/packaging-contracts.md +70 -0
  175. package/bundled-skills/yao-meta-skill/references/pattern-extraction-doctrine.md +76 -0
  176. package/bundled-skills/yao-meta-skill/references/platform-capability-matrix.md +49 -0
  177. package/bundled-skills/yao-meta-skill/references/prompt-engineering-doctrine.md +76 -0
  178. package/bundled-skills/yao-meta-skill/references/qa-ladder.md +57 -0
  179. package/bundled-skills/yao-meta-skill/references/reference-scan.md +126 -0
  180. package/bundled-skills/yao-meta-skill/references/regression-cause-taxonomy.md +80 -0
  181. package/bundled-skills/yao-meta-skill/references/resource-boundaries.md +120 -0
  182. package/bundled-skills/yao-meta-skill/references/review-studio-method.md +87 -0
  183. package/bundled-skills/yao-meta-skill/references/review-waiver-method.md +76 -0
  184. package/bundled-skills/yao-meta-skill/references/runtime-conformance-method.md +21 -0
  185. package/bundled-skills/yao-meta-skill/references/skill-archetypes.md +86 -0
  186. package/bundled-skills/yao-meta-skill/references/skill-atlas-method.md +35 -0
  187. package/bundled-skills/yao-meta-skill/references/skill-engineering-method.md +210 -0
  188. package/bundled-skills/yao-meta-skill/references/skill-ir-method.md +41 -0
  189. package/bundled-skills/yao-meta-skill/references/skillops-decision-policy.md +53 -0
  190. package/bundled-skills/yao-meta-skill/references/systems-thinking-doctrine.md +75 -0
  191. package/bundled-skills/yao-meta-skill/references/telemetry-drift-method.md +182 -0
  192. package/bundled-skills/yao-meta-skill/references/trust-security-method.md +79 -0
  193. package/bundled-skills/yao-meta-skill/references/user-memory-policy.md +35 -0
  194. package/bundled-skills/youtube-notetaker/SKILL.md +209 -0
  195. package/bundled-skills/youtube-notetaker/reference/artifact.html +269 -0
  196. package/bundled-skills/youtube-notetaker/scripts/contact_sheet.py +53 -0
  197. package/bundled-skills/youtube-notetaker/scripts/detect_slides.sh +19 -0
  198. package/bundled-skills/youtube-notetaker/scripts/download.sh +24 -0
  199. package/bundled-skills/youtube-notetaker/scripts/extract_slides.py +43 -0
  200. package/bundled-skills/youtube-notetaker/scripts/serve.py +173 -0
  201. package/bundled-skills/youtube-notetaker/scripts/setup.sh +27 -0
  202. package/bundled-skills/youtube-notetaker/scripts/verify.sh +31 -0
  203. package/bundled-skills/youtube-notetaker/scripts/vtt_to_transcript.py +59 -0
  204. package/bundled-skills/youtube-notetaker/scripts/write_library_item.py +69 -0
  205. package/package.json +1 -1
  206. package/skills_index.json +1956 -286
  207. package/bundled-skills/ai-md/SKILL.md +0 -523
  208. package/bundled-skills/atlas-contract/SKILL.md +0 -650
  209. package/bundled-skills/busybox-on-windows/SKILL.md +0 -40
  210. package/bundled-skills/monte-carlo-prevent/SKILL.md +0 -257
  211. package/bundled-skills/monte-carlo-prevent/references/TROUBLESHOOTING.md +0 -23
  212. package/bundled-skills/monte-carlo-prevent/references/parameters.md +0 -32
  213. package/bundled-skills/monte-carlo-prevent/references/workflows.md +0 -478
  214. package/bundled-skills/monte-carlo-push-ingestion/SKILL.md +0 -372
  215. package/bundled-skills/monte-carlo-push-ingestion/references/anomaly-detection.md +0 -87
  216. package/bundled-skills/monte-carlo-push-ingestion/references/custom-lineage.md +0 -203
  217. package/bundled-skills/monte-carlo-push-ingestion/references/direct-http-api.md +0 -207
  218. package/bundled-skills/monte-carlo-push-ingestion/references/prerequisites.md +0 -150
  219. package/bundled-skills/monte-carlo-push-ingestion/references/push-lineage.md +0 -160
  220. package/bundled-skills/monte-carlo-push-ingestion/references/push-metadata.md +0 -158
  221. package/bundled-skills/monte-carlo-push-ingestion/references/push-query-logs.md +0 -219
  222. package/bundled-skills/monte-carlo-push-ingestion/references/validation.md +0 -257
  223. package/bundled-skills/monte-carlo-push-ingestion/scripts/sample_verify.py +0 -357
  224. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_and_push_lineage.py +0 -70
  225. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_and_push_metadata.py +0 -65
  226. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_and_push_query_logs.py +0 -70
  227. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_lineage.py +0 -214
  228. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_metadata.py +0 -160
  229. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_query_logs.py +0 -164
  230. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/push_lineage.py +0 -198
  231. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/push_metadata.py +0 -193
  232. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/push_query_logs.py +0 -207
  233. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_and_push_metadata.py +0 -71
  234. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_and_push_query_logs.py +0 -64
  235. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_metadata.py +0 -253
  236. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_query_logs.py +0 -149
  237. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/push_metadata.py +0 -190
  238. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/push_query_logs.py +0 -208
  239. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_and_push_lineage.py +0 -83
  240. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_and_push_metadata.py +0 -77
  241. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_and_push_query_logs.py +0 -83
  242. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_lineage.py +0 -240
  243. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_metadata.py +0 -212
  244. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_query_logs.py +0 -204
  245. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/push_lineage.py +0 -192
  246. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/push_metadata.py +0 -178
  247. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/push_query_logs.py +0 -200
  248. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_and_push_lineage.py +0 -119
  249. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_and_push_metadata.py +0 -119
  250. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_and_push_query_logs.py +0 -117
  251. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_lineage.py +0 -265
  252. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_metadata.py +0 -313
  253. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_query_logs.py +0 -284
  254. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/push_lineage.py +0 -309
  255. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/push_metadata.py +0 -245
  256. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/push_query_logs.py +0 -255
  257. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_and_push_lineage.py +0 -78
  258. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_and_push_metadata.py +0 -80
  259. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_and_push_query_logs.py +0 -88
  260. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_lineage.py +0 -235
  261. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_metadata.py +0 -219
  262. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_query_logs.py +0 -239
  263. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/push_lineage.py +0 -178
  264. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/push_metadata.py +0 -178
  265. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/push_query_logs.py +0 -196
  266. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_and_push_lineage.py +0 -154
  267. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_and_push_metadata.py +0 -137
  268. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_and_push_query_logs.py +0 -137
  269. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_lineage.py +0 -349
  270. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_metadata.py +0 -329
  271. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_query_logs.py +0 -254
  272. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/push_lineage.py +0 -307
  273. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/push_metadata.py +0 -228
  274. package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/push_query_logs.py +0 -248
  275. package/bundled-skills/monte-carlo-push-ingestion/scripts/test_template_sdk_usage.py +0 -340
  276. package/bundled-skills/skill-optimizer/SKILL.md +0 -271
  277. package/bundled-skills/using-superpowers/SKILL.md +0 -98
@@ -0,0 +1,60 @@
1
+ # Distribution Registry Method
2
+
3
+ Registry metadata turns a local skill directory into an installable and reviewable package record.
4
+
5
+ ## When To Use
6
+
7
+ Use registry audit for library, governed, team-distributed, or upgrade-sensitive skills. Scaffold skills can skip it until reuse is real.
8
+
9
+ ## Required Evidence
10
+
11
+ - package name, version, owner, maturity, review cadence, and license
12
+ - Skill IR source and schema version
13
+ - trust level and package SHA256
14
+ - package verification status and archive SHA256 when a zip distribution is built
15
+ - install simulation status when an archive is meant to be installed locally or by a team
16
+ - adoption/drift aggregate status when local telemetry exists
17
+ - target compatibility matrix
18
+ - upgrade diff, recommended version bump, and breaking-change notes when a previous package baseline exists
19
+ - links to overview, Review Studio, trust report, conformance matrix, package verification, install simulation, adoption drift evidence, and review waivers
20
+
21
+ ## Release Rule
22
+
23
+ Do not publish a team package when registry audit reports missing version, hash, owner, review cadence, license, valid Skill IR, or passing compatibility for declared targets.
24
+
25
+ For an installable archive, first build the distribution and run package verification:
26
+
27
+ ```bash
28
+ python3 scripts/yao.py package . --platform openai --platform claude --platform generic --platform vscode --output-dir dist --zip
29
+ python3 scripts/yao.py package-verify . --package-dir dist --require-zip
30
+ python3 scripts/yao.py install-simulate . --package-dir dist
31
+ python3 scripts/yao.py registry-audit .
32
+ python3 scripts/yao.py upgrade-check . --previous-package-json registry/examples/yao-meta-skill-1.0.0.json
33
+ ```
34
+
35
+ Do not claim archive readiness when package verification reports unsafe zip paths, missing target adapters, missing package manifest, registry metadata mismatch, or unreadable archive contents.
36
+
37
+ Do not claim install readiness when install simulation cannot extract the archive into a temporary skill root, load `SKILL.md` frontmatter, read `manifest.json`, read `agents/interface.yaml`, find the overview and Review Studio reports, or load each generated adapter.
38
+
39
+ Do not sync a local or active install from source until the same package has passed install preflight. `scripts/sync_local_install.py` must run install simulation against the configured package directory and fail before copying files when any target/capability pair lacks active permission approval or target-specific enforcement evidence. Use `--skip-install-preflight` only for isolated diagnostics, not for release or active install.
40
+
41
+ Do not include raw `reports/telemetry_events.jsonl` in a distributed package. Include only aggregate adoption drift reports, and block release review when telemetry contains raw prompts, outputs, transcripts, notes, or messages.
42
+
43
+ Review waiver evidence may be distributed as `reports/review_waivers.md/json` because it is metadata-only reviewer accountability. Do not store raw prompts, outputs, transcripts, credentials, or private customer detail in waiver reasons.
44
+
45
+ Do not claim upgrade readiness when upgrade check reports an insufficient version bump, target removal without a major bump, compatibility regression without a major bump, package name change, or invalid semver. Include `reports/upgrade_check.md` in the reviewer evidence bundle so release notes and migration guidance are tied to the exact registry diff.
46
+
47
+ ## Reviewer Gate
48
+
49
+ A reviewer should be able to answer:
50
+
51
+ 1. Which package version is being installed?
52
+ 2. Who owns the package?
53
+ 3. Which targets are compatible?
54
+ 4. Which checksum identifies the reviewed package contents?
55
+ 5. Which reports prove trust and runtime readiness?
56
+ 6. Was the installable archive verified, and which checksum identifies it?
57
+ 7. Was the archive install-simulated in a temporary local skill root?
58
+ 8. Did local or active install sync preserve that preflight and installer permission gate?
59
+ 9. What changed since the previous package, and does the declared version bump match the recommended bump?
60
+ 10. Are adoption and drift signals summarized without packaging raw local telemetry?
@@ -0,0 +1,69 @@
1
+ # Trigger And Eval Playbook
2
+
3
+ Use this playbook for skills that matter enough to test.
4
+
5
+ ## A. Trigger Evaluation
6
+
7
+ Create three prompt buckets:
8
+
9
+ ### 1. Should Trigger
10
+
11
+ Prompts that clearly need the skill.
12
+
13
+ Goal:
14
+
15
+ - verify recall
16
+
17
+ ### 2. Should Not Trigger
18
+
19
+ Prompts that are clearly outside the skill boundary.
20
+
21
+ Goal:
22
+
23
+ - verify precision
24
+
25
+ ### 3. Near Neighbors
26
+
27
+ Prompts that look similar but should use another skill or no skill.
28
+
29
+ Goal:
30
+
31
+ - catch false positives and ambiguous routing
32
+
33
+ ## B. Execution Evaluation
34
+
35
+ For each important use case, create 1 to 3 realistic prompts with:
36
+
37
+ - user-like phrasing
38
+ - representative inputs or file types
39
+ - expected output description
40
+ - key checks
41
+
42
+ ## C. Revision Loop
43
+
44
+ When a skill underperforms:
45
+
46
+ 1. Fix boundary or description problems before adding more body text.
47
+ 2. Move brittle logic into scripts or templates.
48
+ 3. Split reference content if `SKILL.md` becomes bloated.
49
+ 4. Re-run the same eval set before expanding scope.
50
+
51
+ ## D. Minimum QA By Skill Tier
52
+
53
+ ### Personal skill
54
+
55
+ - 2 realistic prompts
56
+ - manual review
57
+
58
+ ### Team skill
59
+
60
+ - 3 to 5 realistic prompts
61
+ - trigger positives and negatives
62
+ - one revision loop
63
+
64
+ ### Infrastructure or meta-skill
65
+
66
+ - 5+ execution prompts
67
+ - trigger positives, negatives, and near neighbors
68
+ - benchmark notes across revisions
69
+ - ownership and drift review
@@ -0,0 +1,68 @@
1
+ # Gate Selection
2
+
3
+ Gate selection should track risk. More gates are not automatically better.
4
+
5
+ ## Minimum Gates By Risk
6
+
7
+ | Risk Level | Typical Archetype | Required Gates |
8
+ | --- | --- | --- |
9
+ | low | Scaffold | `validate_skill.py`, `resource_boundary_check.py` |
10
+ | medium | Production | low-risk gates plus `trigger_eval.py` |
11
+ | high | Library | medium-risk gates plus `optimize_description.py`, route confusion, packaging validation |
12
+ | critical | Governed | high-risk gates plus governance scoring, regression history, promotion policy |
13
+
14
+ ## Trigger Gates
15
+
16
+ Use trigger gates when:
17
+
18
+ - a route can be confused with a nearby skill
19
+ - the workflow will be reused by multiple people
20
+ - the skill boundary must be defended over time
21
+
22
+ Trigger gates, in order:
23
+
24
+ 1. `trigger_eval.py`
25
+ 2. `optimize_description.py`
26
+ 3. blind holdout
27
+ 4. judge-backed blind holdout
28
+ 5. adversarial holdout
29
+ 6. route confusion
30
+
31
+ ## Packaging Gates
32
+
33
+ Use packaging gates when:
34
+
35
+ - output must be consumed by multiple clients
36
+ - metadata drift would break discoverability
37
+ - portability is part of the skill's value
38
+
39
+ Packaging gates:
40
+
41
+ - `validate_skill.py`
42
+ - `cross_packager.py`
43
+ - packager failure fixtures
44
+ - adapter snapshot checks
45
+
46
+ ## Governance Gates
47
+
48
+ Use governance gates when:
49
+
50
+ - the skill is shared infrastructure
51
+ - the skill has an owner and review cadence
52
+ - lifecycle state matters
53
+
54
+ Governance gates:
55
+
56
+ - `governance_check.py`
57
+ - regression history
58
+ - maturity scoring
59
+ - promotion policy
60
+
61
+ ## Context Gates
62
+
63
+ Use context gates on every non-trivial skill.
64
+
65
+ - `context_sizer.py`
66
+ - `resource_boundary_check.py`
67
+
68
+ If rigor increases but initial load crosses the tier budget, move detail into `references/`, `scripts/`, or `reports/` before adding more checks.
@@ -0,0 +1,134 @@
1
+ # Governance Model
2
+
3
+ This project treats important skills as governed assets rather than one-shot prompt files.
4
+
5
+ ## Goals
6
+
7
+ - keep shared skills trustworthy over time
8
+ - make ownership explicit
9
+ - avoid stale or oversized skill packages
10
+ - define when a skill should evolve, split, or retire
11
+
12
+ ## Required Governance Metadata
13
+
14
+ For reusable or library-grade skills, `manifest.json` should include:
15
+
16
+ - `name`
17
+ - `version`
18
+ - `owner`
19
+ - `updated_at`
20
+ - `review_cadence`
21
+ - `status`
22
+ - `maturity_tier`
23
+ - `lifecycle_stage`
24
+
25
+ ## Allowed Values
26
+
27
+ ### `status`
28
+
29
+ - `experimental`
30
+ - `active`
31
+ - `deprecated`
32
+
33
+ ### `maturity_tier`
34
+
35
+ - `scaffold`
36
+ - `production`
37
+ - `library`
38
+ - `governed`
39
+
40
+ ### `lifecycle_stage`
41
+
42
+ - `scaffold`
43
+ - `production`
44
+ - `library`
45
+ - `governed`
46
+
47
+ ### `review_cadence`
48
+
49
+ - `monthly`
50
+ - `quarterly`
51
+ - `semiannual`
52
+ - `annual`
53
+ - `per-release`
54
+
55
+ ## Governance Rules
56
+
57
+ ### 1. Owner Required
58
+
59
+ Any skill meant for reuse must have a named owner or owning team.
60
+
61
+ ### 2. Review Cadence Required
62
+
63
+ If a skill is shared, it must declare how often it should be reviewed.
64
+
65
+ ### 3. Maturity Should Match Rigor
66
+
67
+ - `scaffold`: lightweight, personal, low-governance
68
+ - `production`: reusable team skill with validation
69
+ - `library`: curated shared skill with explicit packaging and evals
70
+ - `governed`: critical or meta-level skill with regression, maintenance, and review expectations
71
+
72
+ ### 4. Deprecated Skills Need Explicit Intent
73
+
74
+ Deprecated skills should include a deprecation note or replacement reference in adjacent documentation or manifest extensions.
75
+
76
+ ### 5. Drift Must Be Observable
77
+
78
+ Important skills should keep:
79
+
80
+ - a regression history
81
+ - visible evaluation results
82
+ - known anti-patterns or failure modes
83
+
84
+ ## Governance Actions
85
+
86
+ Use governance review to decide whether a skill should:
87
+
88
+ - stay as-is
89
+ - tighten trigger boundaries
90
+ - split into sibling skills
91
+ - move detail into `references/`
92
+ - move brittle logic into `scripts/`
93
+ - be deprecated or replaced
94
+
95
+ ## Governance Maturity Scoring
96
+
97
+ `scripts/governance_check.py` also computes a maturity score out of `100`.
98
+
99
+ ### Score Buckets
100
+
101
+ The governance checker computes a score band in addition to the declared manifest tier. The score band is a diagnostic output, not a replacement for the declared lifecycle tier.
102
+
103
+ - `90-100`: governed
104
+ - `80-89`: production
105
+ - `65-79`: reusable
106
+ - `45-64`: emerging
107
+ - `<45`: draft
108
+
109
+ ### Recommended Minimums For Declared Tiers
110
+
111
+ - `scaffold`: no hard minimum
112
+ - `production`: `80`
113
+ - `library`: `85`
114
+ - `governed`: `90`
115
+
116
+ ### Score Dimensions
117
+
118
+ - metadata integrity
119
+ - ownership and review cadence
120
+ - boundary and eval evidence
121
+ - operational assets
122
+ - maintenance evidence
123
+
124
+ The score is not a replacement for human review. It is a fast signal that a shared skill is structured enough to be trusted, maintained, and audited. `scripts/governance_check.py` warns when a declared tier claims more rigor than the score currently supports.
125
+
126
+ ## Why This Matters
127
+
128
+ Most skill systems stop at creation. World-class skill systems also manage:
129
+
130
+ - ownership
131
+ - drift
132
+ - maturity
133
+ - deprecation
134
+ - evidence of ongoing quality
@@ -0,0 +1,54 @@
1
+ # Human Review Template
2
+
3
+ Use this template when a description candidate is ready for human review after automated gates have run.
4
+
5
+ ## Review Header
6
+
7
+ - target:
8
+ - review date:
9
+ - reviewer:
10
+ - current description:
11
+ - candidate description:
12
+ - promotion decision:
13
+
14
+ ## What Changed
15
+
16
+ - what was the intended improvement?
17
+ - what route boundary is now clearer?
18
+ - what family or holdout behavior improved?
19
+
20
+ ## Automated Evidence
21
+
22
+ - visible holdout result:
23
+ - blind holdout result:
24
+ - judge-backed blind result:
25
+ - adversarial result:
26
+ - route confusion result:
27
+ - calibration / risk band:
28
+
29
+ ## Boundary Questions
30
+
31
+ - does the candidate trigger only when a reusable skill package is actually needed?
32
+ - does it avoid one-off explanation, translation, or summary-only requests?
33
+ - does it avoid stealing sibling routes?
34
+ - does it stay short enough for the target maturity tier?
35
+
36
+ ## Authoring Discipline
37
+
38
+ - are unresolved assumptions named or clarified before deepening the package?
39
+ - is the package no larger than the real recurring job requires?
40
+ - do changed files trace directly to the requested improvement?
41
+ - did the author avoid speculative features, decorative folders, and generic configuration?
42
+ - does each new artifact have a verification reason?
43
+
44
+ ## Decision
45
+
46
+ - approve promotion
47
+ - keep current
48
+ - block candidate
49
+
50
+ ## Notes
51
+
52
+ - rationale:
53
+ - follow-up actions:
54
+ - next review trigger:
@@ -0,0 +1,138 @@
1
+ # Intent Dialogue
2
+
3
+ Use a short, human conversation before deep authoring so the first version of the skill is anchored in the real job rather than in a guessed prompt shape.
4
+
5
+ ## Why This Step Exists
6
+
7
+ - raw workflow material is often incomplete, mixed, or ambiguous
8
+ - the wrong boundary chosen early is expensive to repair later
9
+ - good trigger design depends on knowing what should not route here
10
+ - execution assets should follow confirmed outputs, not assumptions
11
+
12
+ ## What To Capture
13
+
14
+ Ask only the questions that change the package design.
15
+
16
+ 1. If this worked beautifully, what recurring job would it quietly take off the user's plate?
17
+ 2. What real inputs would people actually hand to it?
18
+ 3. What finished output should it hand back so the user can keep moving?
19
+ 4. What near-neighbor requests should it politely refuse?
20
+ 5. What matters most here: speed, consistency, auditability, portability, governance, or tone/style fit?
21
+ 6. Are there any public or private references the user wants this skill to learn from? Only borrow patterns, never copy wording or private material.
22
+ 7. What assets already exist: docs, scripts, templates, examples, or prior prompts?
23
+ 8. What constraints matter: privacy, naming, local library fit, or target environments?
24
+
25
+ ## Interview Rule
26
+
27
+ - prefer `5-7` sharp questions over a long discovery questionnaire
28
+ - start with a calm, human framing before switching into precise design questions
29
+ - guide like a patient teacher or thoughtful coach, not like a rigid intake clerk
30
+ - mirror the user's language and emotional temperature
31
+ - first invite a natural explanation, then offer a lightweight template only as an option
32
+ - ask boundary questions early
33
+ - ask output questions before architecture questions
34
+ - stop once the skill can be described clearly in one sentence
35
+ - do not enter deep authoring until the recurring job, target output, and exclusion boundary are clear enough to defend
36
+
37
+ ## First Message Pattern
38
+
39
+ The first message should feel like guided co-creation, not form filling.
40
+
41
+ Recommended flow:
42
+
43
+ 1. briefly acknowledge the user's seed idea
44
+ 2. explain that you want to first understand the real recurring work and what a good outcome looks like
45
+ 3. invite the user to describe it naturally in their own words
46
+ 4. offer a tiny scaffold only if they want a shortcut
47
+
48
+ Good example shape:
49
+
50
+ - `Let's make this easy. Tell me what kind of repeated work you want this skill to quietly take over, what people will hand to it, and what a useful finished result should look like. If you want, I can also give you a tiny template to fill in.`
51
+
52
+ Warmer guidance:
53
+
54
+ - sound like you are sitting beside the user, helping them sort out a half-formed idea
55
+ - do not rush into system terms such as `archetype`, `gate`, or `package` in the first breath
56
+ - name the user's possible feeling: fuzzy, scattered, not fully formed, hard to describe
57
+ - make it feel safe to answer imperfectly
58
+ - offer to help extract structure after they speak naturally
59
+
60
+ Bad example shape:
61
+
62
+ - `Name:`
63
+ - `One-line capability:`
64
+ - `Real input:`
65
+ - `Target output:`
66
+
67
+ The second pattern is allowed only when the user explicitly asks for a structured template.
68
+
69
+ ## Chinese First-Turn Opening Patterns
70
+
71
+ Use these as tone references when the conversation is in Chinese. Do not copy them mechanically; adapt them to the user's context and voice.
72
+
73
+ ### 温柔陪伴型
74
+
75
+ 适合:用户想法还比较模糊,或者需要先被接住。
76
+
77
+ 示例:
78
+
79
+ - `我们先别急着定结构,你就像跟我聊天一样说说看:你最想让这个 skill 以后帮你稳稳接住哪一类重复工作?它如果做得很理想,最后应该交回你一个什么样的结果?`
80
+ - `没关系,现在不完整也可以。你先把脑子里已经有的部分告诉我,我来帮你一点点收拢成一个清晰的 skill。`
81
+ - `你可以先说个大概,比如“它以后主要帮我处理什么”、“别人通常会丢给它什么材料”、“我希望它最后产出什么”,剩下的我再陪你一起补齐。`
82
+
83
+ ### 专业教练型
84
+
85
+ 适合:用户目标明确,希望被高效带着走,但仍然不想面对生硬表单。
86
+
87
+ 示例:
88
+
89
+ - `我们先把这件事讲清楚,再决定 skill 怎么设计。你先告诉我三件事:它最核心要接住的重复任务是什么,别人会给它什么输入,最后你希望它交付什么结果。`
90
+ - `我先不让你填模板。你先用自己的话说说:这件事做成以后,最重要的价值是什么,哪些相近请求你反而不希望它处理。`
91
+ - `先把业务和结果说清楚,结构我来替你提炼。你只要告诉我:它该做什么、不该做什么、做好以后对你有什么帮助。`
92
+
93
+ ### 共创伙伴型
94
+
95
+ 适合:用户有一定想法,希望一起打磨,而不是被问卷式采集。
96
+
97
+ 示例:
98
+
99
+ - `我们把它当成一次共创来做。你先说说这个 skill 最值得被做出来的地方是什么,我再帮你把边界、输入和输出慢慢收成一个可复用的包。`
100
+ - `你可以先丢给我一个粗糙版本,不用一次说完整。我会先帮你看它真正的核心任务是什么,再一起决定要不要加规则、脚本或评测。`
101
+ - `如果你愿意,我们可以先从“理想中的它能帮你省掉什么麻烦”开始聊,然后再往下收敛成 skill 的能力边界。`
102
+
103
+ ### Lightweight Optional Scaffold
104
+
105
+ Only offer this after the natural opening, not before.
106
+
107
+ 示例:
108
+
109
+ - `如果你懒得一点点讲,我也可以给你一个很小的版本,你只填这几项就行:它最想接住的事、常见输入、理想输出、明确不做什么。`
110
+ - `如果你更习惯结构化一点,我可以把问题收成 4 行小模板;如果你想自然讲,也完全可以直接说。`
111
+
112
+ ## Output
113
+
114
+ The dialogue should produce:
115
+
116
+ - one clear capability sentence
117
+ - a list of real inputs
118
+ - a list of required outputs
119
+ - a short exclusion list
120
+ - a note on user-supplied references or benchmark preferences
121
+ - one recommended archetype
122
+ - one recommended first evaluation target
123
+
124
+ ## Failure Pattern
125
+
126
+ Do not continue into full authoring when the dialogue still leaves these unresolved:
127
+
128
+ - whether the request is really reusable
129
+ - which near-neighbor requests should not trigger
130
+ - what concrete deliverable the skill must return
131
+
132
+ If one of these is unresolved, ask the smallest possible follow-up that will unlock the design. Do not compensate by adding extra references, scripts, or governance.
133
+
134
+ Also treat these as dialogue failures:
135
+
136
+ - the first reply feels like a cold worksheet instead of a guided conversation
137
+ - the user is forced into a full template before the real job is understood
138
+ - the assistant asks for package structure before clarifying the desired outcome
@@ -0,0 +1,30 @@
1
+ # Iteration Philosophy
2
+
3
+ The first skill package is a routeable baseline, not the final answer.
4
+
5
+ ## Principle
6
+
7
+ Improve the skill by the smallest change that increases reliability more than it increases context cost.
8
+
9
+ ## What Good Iteration Looks Like
10
+
11
+ - tighten boundary before adding prose
12
+ - improve description before enlarging the file tree
13
+ - add references only when they remove ambiguity
14
+ - add scripts only when deterministic logic repeats
15
+ - add gates only when risk justifies maintenance cost
16
+ - prefer one strong next step over five vague upgrades
17
+
18
+ ## Default Priority Order
19
+
20
+ 1. trigger clarity and exclusions
21
+ 2. execution assets that remove repeated manual work
22
+ 3. promotion, governance, and portability only when reuse justifies them
23
+
24
+ ## First-Version Rule
25
+
26
+ After the initial package is created, always surface the three highest-value next iteration directions. This keeps the author focused on the best improvement path instead of expanding the skill in every direction at once.
27
+
28
+ ## Anti-Pattern
29
+
30
+ Do not treat iteration as "make the package bigger." A larger package is only better when routing, execution, or governance becomes materially more reliable.
@@ -0,0 +1,39 @@
1
+ # Non-Skill Decision Tree
2
+
3
+ Do not build a skill when the user really wants a direct answer or a lightweight artifact.
4
+
5
+ ## Use A Direct Answer Instead
6
+
7
+ Prefer a normal response when the job is:
8
+
9
+ - explain a concept
10
+ - summarize a document
11
+ - translate text
12
+ - brainstorm ideas without packaging
13
+ - answer a one-off question
14
+
15
+ ## Use A Document Instead
16
+
17
+ Prefer a document or note when the output is:
18
+
19
+ - wiki or knowledge-base content
20
+ - a reusable-looking document with no agent execution
21
+ - a policy memo
22
+ - a handoff note
23
+
24
+ ## Use A Script Instead
25
+
26
+ Prefer a script without a full skill when:
27
+
28
+ - the task is deterministic
29
+ - routing is not the hard part
30
+ - the user wants a utility, not a routed capability
31
+
32
+ ## Promote To A Skill Only When
33
+
34
+ - the job is recurring
35
+ - discoverability matters
36
+ - the workflow needs a boundary
37
+ - the process benefits from reusable instructions or checks
38
+
39
+ If there is doubt, start with `Scaffold` and upgrade only after reuse becomes real.