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,107 @@
1
+ # Operating Modes
2
+
3
+ This playbook expands the compact mode routing in `SKILL.md`.
4
+
5
+ ## Scaffold
6
+
7
+ Use when:
8
+
9
+ - the skill is exploratory
10
+ - the workflow is personal or short-lived
11
+ - eval and packaging cost would exceed reuse value
12
+
13
+ Default deliverables:
14
+
15
+ - `SKILL.md`
16
+ - `agents/interface.yaml`
17
+ - `references/` only when a small amount of deferred reading is clearly helpful
18
+
19
+ Avoid:
20
+
21
+ - automatic `scripts/`, `evals/`, or `manifest.json`
22
+ - packaging targets the user did not ask for
23
+
24
+ ## Production
25
+
26
+ Use when:
27
+
28
+ - the skill will be reused by a team
29
+ - routing mistakes would waste time
30
+ - a small amount of deterministic automation improves reliability
31
+
32
+ Default deliverables:
33
+
34
+ - lean `SKILL.md`
35
+ - `agents/interface.yaml`
36
+ - `references/` for policies, checklists, or examples
37
+ - `scripts/` only when deterministic logic is real
38
+ - `evals/` when trigger or output quality should be checked
39
+ - `manifest.json` when lifecycle metadata matters
40
+
41
+ Minimum gates:
42
+
43
+ - `resource_boundary_check.py`
44
+ - `validate_skill.py`
45
+ - `trigger_eval.py` when route confusion is plausible
46
+
47
+ ## Library
48
+
49
+ Use when:
50
+
51
+ - the skill is organizationally important
52
+ - the package will be shared broadly
53
+ - maintenance and portability matter
54
+ - the skill itself shapes how other skills are created or governed
55
+
56
+ Default deliverables:
57
+
58
+ - trigger positives, negatives, and near neighbors
59
+ - packaging expectations
60
+ - maintenance metadata
61
+ - visible regression evidence
62
+ - governance review readiness
63
+
64
+ Minimum gates:
65
+
66
+ - `resource_boundary_check.py`
67
+ - `governance_check.py`
68
+ - `trigger_eval.py`
69
+ - `cross_packager.py` for requested targets
70
+
71
+ ## Governed
72
+
73
+ Use when:
74
+
75
+ - the skill affects incident, release, compliance, security, or organizational standards
76
+ - external distribution, public claims, or high-permission scripts require reviewable evidence
77
+ - wrong output or wrong activation can cause operational, legal, trust, or reputational harm
78
+
79
+ Default deliverables:
80
+
81
+ - everything required for Library
82
+ - explicit owner, lifecycle, review cadence, and expiry-aware approvals
83
+ - trust/security reports for scripts, dependencies, permissions, secrets, and package hash
84
+ - output eval evidence with blind review status and reviewer-visible boundaries
85
+ - world-class or public-claim evidence ledger when public readiness is claimed
86
+
87
+ Minimum gates:
88
+
89
+ - Library gates
90
+ - `trust_check.py`
91
+ - runtime permission probes for packaged adapters
92
+ - review waiver ledger for accepted warning-level risk
93
+ - Review Studio before release
94
+ - claim guard before public world-class language
95
+
96
+ ## Escalation Rules
97
+
98
+ - stay in Scaffold unless reuse is clearly real
99
+ - move to Production when team reuse or route confusion matters
100
+ - move to Library when the skill becomes shared infrastructure
101
+ - move to Governed when the skill needs explicit risk ownership, high-permission review, or public-claim evidence
102
+
103
+ ## Context Discipline
104
+
105
+ - a mode upgrade does not justify a larger `SKILL.md`
106
+ - higher rigor should mostly add better references, reports, evals, and metadata
107
+ - if a mode upgrade bloats the initial load, move detail out before adding more checks
@@ -0,0 +1,113 @@
1
+ # Output Eval Method
2
+
3
+ Output Eval Lab proves whether a skill improves the final user-facing result, not only whether it routes correctly.
4
+
5
+ ## When To Use
6
+
7
+ Use output evals for production, library, governed, or team-distributed skills. Scaffold skills can start with one smoke case, but production and above should show a positive with-skill vs baseline signal before promotion.
8
+
9
+ ## Case Design
10
+
11
+ Each case should include:
12
+
13
+ - a real prompt or task shape
14
+ - any required input files
15
+ - a baseline output that represents doing the task without the skill
16
+ - a with-skill output that represents the skill-guided behavior
17
+ - assertions that can be checked without subjective guessing
18
+ - optional human review notes for taste, completeness, or judgment
19
+
20
+ ## Assertion Rules
21
+
22
+ Prefer assertions that catch material quality:
23
+
24
+ - required deliverable paths
25
+ - required sections or contracts
26
+ - required boundary or exclusion language
27
+ - required evidence paths
28
+ - forbidden generic placeholders
29
+ - forbidden unsafe actions
30
+
31
+ Avoid assertions that only reward wording memorization. If a case can pass by parroting one phrase while failing the real job, the assertion is too narrow.
32
+
33
+ ## Score Reading
34
+
35
+ The first v0 scorecard reports:
36
+
37
+ - baseline pass rate
38
+ - with-skill pass rate
39
+ - absolute delta
40
+ - failed assertions and failure taxonomy
41
+ - execution mode, timing, and token evidence when `reports/output_execution_runs.md` is generated
42
+ - blind A/B review pack count
43
+ - recommended next fixes
44
+
45
+ Production promotion should require the with-skill pass rate to beat baseline and should explain every failed assertion.
46
+
47
+ ## Execution Evidence
48
+
49
+ Run execution evidence after the scorecard:
50
+
51
+ ```bash
52
+ python3 scripts/yao.py output-exec
53
+ ```
54
+
55
+ By default, this records the current case outputs as `recorded_fixture`. That is useful for reproducibility, but it is not model-executed evidence. To collect real run evidence, pass `--runner-command` with a command or JSON string list. The runner receives a JSON request on stdin and should return JSON with:
56
+
57
+ - `output`
58
+ - optional `execution_kind`: `command` or `model`
59
+ - optional `provider` and `model`
60
+ - optional `usage.input_tokens`, `usage.output_tokens`, and `usage.total_tokens`
61
+
62
+ Only runs that return provider/model metadata or `execution_kind: "model"` should count as model-executed. If token usage is absent, the report may estimate tokens, but the estimate must be labeled as estimated.
63
+
64
+ For local release-gate smoke evidence without external model credentials, use the deterministic runner:
65
+
66
+ ```bash
67
+ python3 scripts/yao.py output-exec --runner-command '["python3","scripts/local_output_eval_runner.py"]'
68
+ ```
69
+
70
+ This verifies the command-runner contract, timing capture, grading path, and failure handling. It must not be described as provider-backed model evidence.
71
+
72
+ For provider-backed evidence, use the bundled provider runner with real credentials:
73
+
74
+ ```bash
75
+ YAO_OUTPUT_EVAL_MODEL=gpt-4.1-mini \
76
+ OPENAI_API_KEY=... \
77
+ python3 scripts/yao.py output-exec --provider-runner openai
78
+ ```
79
+
80
+ The provider runner calls an OpenAI Responses API compatible endpoint, reads input files relative to `evals/output/`, returns `execution_kind: "model"`, and records observed token usage when the provider returns usage fields. If the API key or model is missing, the runner must fail instead of falling back to fixtures or pretending model evidence exists. Use `--provider-base-url` only for reviewed compatible endpoints; non-default HTTPS hosts require `--allow-custom-base-url`, and plain HTTP is allowed only with `--allow-insecure-localhost` for local test servers.
81
+
82
+ ## Blind A/B Review
83
+
84
+ Every output eval run should also generate:
85
+
86
+ - `reports/output_blind_review_pack.md`
87
+ - `reports/output_blind_review_pack.json`
88
+ - `reports/output_blind_answer_key.json`
89
+
90
+ The review pack must hide whether Variant A or Variant B came from the baseline or the skill-guided output. The answer key is separate audit evidence and should only be opened after a reviewer has made a judgment.
91
+
92
+ ## Reviewer Adjudication
93
+
94
+ After blind review, record reviewer choices in `reports/output_review_decisions.json` with `reviewer`, `reviewed_at`, `winner_variant`, optional `confidence`, and a required rubric-based `reason`, then run:
95
+
96
+ ```bash
97
+ python3 scripts/adjudicate_output_review.py --write-template
98
+ python3 scripts/yao.py output-review
99
+ ```
100
+
101
+ The adjudication report writes:
102
+
103
+ - `reports/output_review_decisions.json`
104
+ - `reports/output_review_adjudication.json`
105
+ - `reports/output_review_adjudication.md`
106
+
107
+ When no reviewer decisions exist, the report should say the cases are pending and Review Studio should link to the decisions template. Do not count pending cases as human agreement. Only a real `winner_variant` of `A` or `B` with reviewer metadata and a non-empty `reason` should contribute to agreement rate, disagreement count, and reviewer judgment count.
108
+
109
+ The adjudication report must preserve blind-review integrity: pending and invalid decisions should show the expected winner as hidden. Only reveal `expected_winner_variant` after a valid reviewer decision with rationale exists for that case.
110
+
111
+ ## Anti-Overfitting
112
+
113
+ Keep a small public smoke set and a separate holdout set. Rotate real failures into the taxonomy instead of editing only the prompt that failed. Add near-neighbor cases whenever the output looks good but the boundary is still unclear.
@@ -0,0 +1,41 @@
1
+ # Output Quality Risk
2
+
3
+ Use this layer when a generated skill produces user-facing artifacts such as tutorials, reports, Markdown pages, screenshots, tables, code snippets, or research summaries.
4
+
5
+ ## Principle
6
+
7
+ A skill is not complete when it can route and execute. It also needs to predict how its final output can fail in small but visible ways, then constrain those failures before the user sees them.
8
+
9
+ ## Common Failure Modes
10
+
11
+ - generic headings that make a tutorial feel templated
12
+ - dense footnotes or citation markers that interrupt reading
13
+ - tables that render poorly or hide decisions inside long cells
14
+ - screenshot references that point to the wrong state, crop, or missing asset
15
+ - polished summaries that lose the user's actual audience or scenario
16
+ - commands or snippets that omit working directory, inputs, outputs, or side effects
17
+
18
+ ## Required Author Behavior
19
+
20
+ Before finalizing a generated skill:
21
+
22
+ 1. infer the most likely output families from the job and target output
23
+ 2. generate `reports/output-risk-profile.md`
24
+ 3. generate `reports/artifact-design-profile.md` when the output is a report, tutorial, viewer, dashboard, screenshot, Markdown page, or visual artifact
25
+ 4. add output-specific constraints to the generated skill's operating frame
26
+ 5. expose the risk and design profiles in the review viewer
27
+ 6. treat unresolved output risks as iteration candidates instead of pretending the first version is complete
28
+
29
+ ## Self-Repair Rule
30
+
31
+ Every output-facing skill should do a final pass for:
32
+
33
+ - specificity: headings, titles, and summaries fit the actual domain
34
+ - readability: Markdown, tables, and lists remain pleasant to scan
35
+ - evidence hygiene: citations support real claims without clutter
36
+ - visual truthfulness: screenshots and images are real, relevant, and correctly described
37
+ - execution clarity: commands and snippets name their assumptions and expected results
38
+
39
+ ## Reviewer Rule
40
+
41
+ Reviewers should approve the skill only when the likely output mistakes are visible and the generated package contains a reasonable self-repair path for the highest-risk family.
@@ -0,0 +1,53 @@
1
+ # Output Visual Quality
2
+
3
+ Use this checklist before approving a generated skill that produces reports, tutorials, HTML pages, screenshots, Markdown deliverables, or slide-like artifacts.
4
+
5
+ ## Common Visual Failures
6
+
7
+ - generic headings such as Overview, Key Points, Summary, or Next Steps when the user's domain needs sharper section names
8
+ - large citation or footnote clusters that break sentence flow
9
+ - Markdown tables with paragraph-length cells or weak hierarchy
10
+ - screenshots captured from the wrong state, viewport, crop, or missing asset
11
+ - HTML reports that look like raw JSON converted into cards
12
+ - repeated cards with identical weight, making the page hard to scan
13
+ - decorative gradients, shadows, or glass effects that do not serve the content
14
+ - mobile layouts that collapse into long undifferentiated blocks
15
+
16
+ ## Design Quality Gates
17
+
18
+ ### P0 Must Fix
19
+
20
+ - no absolute `/Users/...` paths in final HTML
21
+ - no placeholder titles, labels, screenshots, or source notes
22
+ - no invented screenshots, charts, citations, or visual evidence
23
+ - no table with paragraph-length cells when bullets or cards would scan better
24
+ - no fixed design palette copied from another skill without content justification
25
+
26
+ ### P1 Should Fix
27
+
28
+ - title and section headings use domain nouns and the target outcome
29
+ - each report has one clear first-screen explanation of what it is for
30
+ - visual hierarchy separates decisions, evidence, risks, and next actions
31
+ - dense content is split across sections instead of squeezed into one block
32
+ - reviewer-only detail is present but not pushed into the user's main reading flow
33
+
34
+ ### P2 Polish
35
+
36
+ - typography roles are consistent
37
+ - whitespace rhythm supports reading speed
38
+ - cards, tables, and callouts are used for different semantic jobs
39
+ - source notes are grouped where they preserve flow
40
+ - mobile, print, and static-file viewing are considered when relevant
41
+
42
+ ## Self-Repair Pass
43
+
44
+ Before handoff, scan the generated artifact for:
45
+
46
+ 1. heading specificity
47
+ 2. table readability
48
+ 3. citation density
49
+ 4. screenshot truthfulness
50
+ 5. local path leakage
51
+ 6. placeholder remnants
52
+ 7. mobile scanability
53
+ 8. reviewer-visible evidence
@@ -0,0 +1,70 @@
1
+ # Packaging Contracts
2
+
3
+ `cross_packager.py` is not just an export helper. It validates platform contracts and embeds target compiler output from `compile_skill.py`.
4
+
5
+ ## Current Targets
6
+
7
+ - `openai`
8
+ - `claude`
9
+ - `generic`
10
+
11
+ ## Contract Shape
12
+
13
+ Each target contract defines:
14
+
15
+ - required output fields
16
+ - required output files
17
+ - field mapping from the neutral source metadata
18
+ - compiled contract from Skill IR
19
+ - target transform metadata, including generated files and unsupported features
20
+ - portable execution metadata
21
+ - trust-boundary metadata
22
+ - permission contract metadata from the trust report
23
+ - target-specific permission representation and reviewer notes
24
+ - target-native behavior contract for native surface, activation policy, resource strategy, script strategy, permission enforcement, install scope, review artifacts, and fallback behavior
25
+ - degradation strategy metadata
26
+
27
+ ## Failure Handling
28
+
29
+ When `--expectations` is provided:
30
+
31
+ - missing required files cause exit code `2`
32
+ - missing required fields cause exit code `2`
33
+ - validation failures are emitted in the JSON report
34
+
35
+ After packaging, run `scripts/probe_runtime_permissions.py` against the generated package directory. Packaging creates the permission metadata; the runtime permission probe verifies that each target adapter exposes the contract, target-specific representation, native-enforcement flag, operator note, and residual metadata-fallback risk.
36
+
37
+ ## Source Of Truth
38
+
39
+ The platform-neutral semantic source is Skill IR when it exists:
40
+
41
+ - `reports/skill-ir.json`
42
+ - `skill-ir/examples/<skill-name>.json`
43
+
44
+ The structural validation sources remain:
45
+
46
+ - `SKILL.md`
47
+ - `agents/interface.yaml`
48
+
49
+ Target-specific metadata is generated through `scripts/compile_skill.py` and
50
+ then embedded at packaging time. The adapter must carry `compiler`,
51
+ `compiled_contract`, `permission_contract`, `target_permission_contract`,
52
+ `target_native_contract`, `target_transform`, `ir_source`, `ir_schema_version`,
53
+ `job_to_be_done`, `semantic_contract`, and `semantic_parity` so reviewers can
54
+ see whether the target preserved the core skill meaning or fell back to
55
+ frontmatter-only metadata.
56
+
57
+ ## Portability Model
58
+
59
+ The packaging layer now preserves four portable semantics from the neutral source:
60
+
61
+ - activation
62
+ - execution
63
+ - trust
64
+ - permissions
65
+ - degradation
66
+ - platform-neutral skill meaning from Skill IR
67
+ - target-specific native behavior notes for activation, resources, scripts, permission enforcement, install scope, review artifacts, and fallback behavior
68
+ - target-specific compile notes for generated files, adapter mode, preserved semantics, and unsupported features
69
+
70
+ This means portability is not just "can it export a file?" but also "does the exported target preserve the source package's activation and safety assumptions?"
@@ -0,0 +1,76 @@
1
+ # Pattern Extraction Doctrine
2
+
3
+ Use this doctrine when a skill borrows ideas from GitHub repositories, products, papers, experts, or user-supplied references. The goal is to extract durable patterns, not copy surface style.
4
+
5
+ ## Principle
6
+
7
+ A borrowed pattern must improve the current skill's reliability, clarity, or portability faster than it increases context cost.
8
+
9
+ ## Four-Gate Pattern Test
10
+
11
+ Accept a pattern only when it passes enough of these gates for the skill's risk tier.
12
+
13
+ ### 1. Recurrence
14
+
15
+ The pattern appears in more than one serious example, source, workflow, or usage scenario.
16
+
17
+ Use it to reject one-off tricks that look impressive but have no durable signal.
18
+
19
+ ### 2. Generativity
20
+
21
+ The pattern can guide a new case, not just explain the original example.
22
+
23
+ Use it to prefer operating principles, decision rules, and workflow loops over anecdotes.
24
+
25
+ ### 3. Distinctiveness
26
+
27
+ The pattern is more specific than generic good advice.
28
+
29
+ Use it to reject empty claims such as "be clear", "be useful", or "add quality" unless the reference shows how.
30
+
31
+ ### 4. Boundary
32
+
33
+ The pattern has a known limit: when not to apply it, what not to borrow, or what cost it introduces.
34
+
35
+ Use it to prevent reference scans from becoming unbounded feature expansion.
36
+
37
+ ## Acceptance Rule
38
+
39
+ - `Scaffold`: accept a pattern when it has generativity and boundary clarity.
40
+ - `Production`: require recurrence, generativity, and boundary clarity.
41
+ - `Library`: require recurrence, generativity, distinctiveness, and boundary clarity.
42
+ - `Governed`: require all four gates plus reviewer-visible evidence.
43
+
44
+ When the evidence is not strong enough, move the pattern into an iteration candidate instead of the first package.
45
+
46
+ ## What To Borrow
47
+
48
+ Borrow:
49
+
50
+ - high-signal workflow loops
51
+ - evidence-backed quality gates
52
+ - repeatable review checkpoints
53
+ - crisp output shapes
54
+ - boundary language that prevents route confusion
55
+ - portability patterns that preserve meaning across environments
56
+
57
+ ## What Not To Borrow
58
+
59
+ Do not borrow:
60
+
61
+ - source branding
62
+ - long prose
63
+ - roleplay style that does not match the target skill
64
+ - heavy research workflows for low-risk scaffolds
65
+ - platform-specific assumptions hidden inside a general method
66
+ - impressive examples that cannot be verified or generalized
67
+
68
+ ## Reviewer Questions
69
+
70
+ Before accepting a borrowed pattern, ask:
71
+
72
+ - Where else does this pattern appear?
73
+ - What new case can it help solve?
74
+ - What makes it more specific than generic advice?
75
+ - When should this skill refuse to use it?
76
+ - What file, report, eval, or checklist proves it earned its weight?
@@ -0,0 +1,49 @@
1
+ # Platform Capability Matrix
2
+
3
+ This matrix describes the current packaging targets and their support level.
4
+
5
+ | Target | Metadata Adapter | Compiler Contract | Native Behavior Contract | Output Contract | Snapshot Test | Portability Semantics | Notes |
6
+ | --- | --- | --- | --- | --- | --- | --- | --- |
7
+ | `openai` | Yes | Yes | Yes | Yes | Yes | activation, execution, trust, permissions, degradation, native behavior | Generates `targets/openai/agents/openai.yaml` |
8
+ | `claude` | Yes | Yes | Yes | Yes | Yes | activation, execution, trust, permissions, degradation, native behavior | Generates `targets/claude/README.md` plus adapter metadata |
9
+ | `generic` | Yes | Yes | Yes | Yes | Yes | activation, execution, trust, permissions, degradation, native behavior | Uses neutral adapter metadata only |
10
+ | `agent-skills-compatible` | Neutral source | Yes | Yes | Source-compatible | Yes | activation, execution, trust, permissions, degradation, native behavior | Keeps canonical `SKILL.md` plus `agents/interface.yaml` source shape |
11
+ | `vscode` | Yes | Yes | Yes | Yes | Yes | activation, execution, trust, permissions, degradation, native behavior, install scope | Generates `targets/vscode/README.md` plus adapter metadata for VS Code / Copilot Agent Skills review |
12
+
13
+ ## Current Support Model
14
+
15
+ - `openai`: strongest metadata adapter support with an explicit compiler contract.
16
+ - `claude`: lightweight compatibility adapter with an explicit compiler contract and fallback notes.
17
+ - `generic`: lowest-friction export for neutral Agent Skills consumers.
18
+ - `agent-skills-compatible`: canonical source shape with compiler evidence for review and distribution.
19
+ - `vscode`: VS Code / Copilot Agent Skills adapter that preserves the neutral source package and documents user/project scope plus workspace-trust review notes.
20
+ - runtime permission probes currently report metadata fallback for generated targets; no target is claimed as native-enforced until a client or installer integration can actually enforce the permission model.
21
+
22
+ ## Portable Semantics
23
+
24
+ Each target now preserves:
25
+
26
+ - activation mode and optional path filters
27
+ - execution context and shell choice
28
+ - trust tier and remote inline-execution policy
29
+ - permission contract for network, file-write, subprocess, and interactive script surfaces
30
+ - target-native behavior contract for native surface, activation policy, resource strategy, script strategy, permission enforcement, install scope, review artifacts, and fallback behavior
31
+ - degradation strategy for unsupported client behavior
32
+ - generated-file mapping and adapter mode from `reports/compiled_targets.json`
33
+
34
+ ## Explicit Non-Goals
35
+
36
+ This project does not yet implement:
37
+
38
+ - client SDK integration
39
+ - provider-specific execution logic
40
+ - provider-native installer actions or account-level activation changes
41
+ - native runtime permission enforcement
42
+
43
+ ## Degradation Rule
44
+
45
+ If a target cannot support a source feature directly:
46
+
47
+ 1. preserve the neutral source package
48
+ 2. emit a minimal adapter
49
+ 3. document the fallback in the target output
@@ -0,0 +1,76 @@
1
+ # Prompt Engineering Doctrine
2
+
3
+ Use this doctrine when a skill creates, improves, audits, or relies on prompts, role instructions, conversation scripts, writing systems, teaching guides, analysis instructions, or reusable task templates.
4
+
5
+ ## Principle
6
+
7
+ Prompt quality is a skill-design input, not a long prompt to paste into `SKILL.md`.
8
+
9
+ The useful abstraction is not a fixed RTF template. The useful abstraction is a compact reasoning layer:
10
+
11
+ - understand the real need behind the request
12
+ - choose the right task type and complexity
13
+ - map role, task, and format into skill structure
14
+ - score the prompt-facing behavior before the skill is treated as reusable
15
+
16
+ ## Need Model
17
+
18
+ Before writing a prompt-heavy skill, identify:
19
+
20
+ - explicit need: what the user clearly asked for
21
+ - implicit need: what the context suggests but the user did not name
22
+ - scenario: where and how the output will be used
23
+ - user level: beginner, practitioner, expert, reviewer, or operator
24
+ - success standard: what proves the output worked
25
+
26
+ If any of these change the package boundary, ask one focused clarification. If they only affect implementation detail, record the assumption in a report instead of interrupting the user.
27
+
28
+ ## Task Families
29
+
30
+ - creative generation: content, ideas, campaigns, variants, concepts
31
+ - analytical reasoning: diagnosis, comparison, synthesis, decision support
32
+ - execution operation: workflow steps, task completion, standardized operations
33
+ - teaching guidance: explanation, curriculum, walkthrough, coaching
34
+ - dialogue interaction: support, interview, roleplay, discovery, coaching
35
+ - prompt engineering: prompt creation, prompt improvement, prompt review, prompt libraries
36
+
37
+ ## Complexity
38
+
39
+ - simple: one output, few constraints, low ambiguity
40
+ - medium: multiple steps, some judgment, moderate standards
41
+ - complex: multiple inputs, tradeoffs, high-quality output expectations
42
+ - expert: domain expertise, evaluation, governance, or safety-sensitive use
43
+
44
+ Complexity should control how much structure is added. It should not justify bloating the entrypoint.
45
+
46
+ ## RTF To Skill Mapping
47
+
48
+ | Prompt Layer | Skill Layer | Reviewer Question |
49
+ | --- | --- | --- |
50
+ | Role | operating stance, expertise, tone | Does the agent identity match the job and user level? |
51
+ | Task | workflow, gates, scripts, references | Are the steps executable and verifiable? |
52
+ | Format | output contract, examples, reports | Is the hand-back useful, readable, and testable? |
53
+
54
+ ## Quality Matrix
55
+
56
+ Score prompt-facing behavior on:
57
+
58
+ - completeness: enough context, constraints, and outputs are specified
59
+ - clarity: wording is unambiguous and easy to execute
60
+ - consistency: role, task, format, examples, and boundaries agree
61
+ - practicality: the output can be used without hidden assumptions
62
+ - specificity: language fits the user's domain instead of generic prompt jargon
63
+
64
+ Treat innovation as optional. A reusable skill should first be clear, reliable, and specific.
65
+
66
+ ## Anti-Patterns
67
+
68
+ - copying a full meta-prompt into `SKILL.md`
69
+ - adding an elaborate persona when the workflow only needs a narrow capability
70
+ - asking the user for every possible field instead of the few fields that change design
71
+ - producing a polished prompt that lacks tests, examples, or output checks
72
+ - using RTF labels as decoration without tying them to skill behavior
73
+
74
+ ## Reviewer Rule
75
+
76
+ For prompt-heavy skills, reviewers should see the need model, task family, complexity, RTF-to-skill mapping, and quality matrix. If those are absent, the package may still run but its prompt behavior is not governed.
@@ -0,0 +1,57 @@
1
+ # QA Ladder
2
+
3
+ Use the smallest quality gate set that still protects the user from likely failure.
4
+
5
+ ## Basic
6
+
7
+ Use when:
8
+
9
+ - the skill is disposable or exploratory
10
+ - the route is obvious
11
+ - there is little downside to imperfect output
12
+
13
+ Recommended checks:
14
+
15
+ - structure sanity
16
+ - naming alignment
17
+ - a quick read for boundary clarity
18
+
19
+ ## Standard
20
+
21
+ Use when:
22
+
23
+ - the skill will be reused
24
+ - near-neighbor prompts are plausible
25
+ - references or scripts could drift from the main instructions
26
+
27
+ Recommended checks:
28
+
29
+ - `validate_skill.py`
30
+ - `resource_boundary_check.py`
31
+ - a small trigger prompt set
32
+ - one description optimization pass when route wording is still unstable
33
+ - one realistic output example
34
+
35
+ ## Advanced
36
+
37
+ Use when:
38
+
39
+ - the skill is shared infrastructure
40
+ - packaging or routing errors would be costly
41
+ - you want evidence that the skill stays healthy over time
42
+
43
+ Recommended checks:
44
+
45
+ - description optimization suite with dev and holdout cases
46
+ - family-based trigger regression
47
+ - failure and anti-pattern regression
48
+ - governance scoring
49
+ - packaging contract validation
50
+ - regression history and result reporting
51
+
52
+ ## Escalation Heuristics
53
+
54
+ - add trigger eval before writing more instruction detail
55
+ - add boundary checks before adding more folders
56
+ - add governance and history once the skill becomes a maintained asset
57
+ - do not add advanced checks only for optics