opencode-skills-collection 3.0.51 → 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.
- package/README.md +44 -12
- package/bundled-skills/.antigravity-install-manifest.json +84 -1
- package/bundled-skills/android-ui-journey-testing/SKILL.md +191 -0
- package/bundled-skills/ask-matt/SKILL.md +92 -0
- package/bundled-skills/bugs-are-annoying/SKILL.md +137 -0
- package/bundled-skills/codebase-design/DEEPENING.md +37 -0
- package/bundled-skills/codebase-design/DESIGN-IT-TWICE.md +44 -0
- package/bundled-skills/codebase-design/SKILL.md +145 -0
- package/bundled-skills/competitor-analysis/LICENSE.txt +21 -0
- package/bundled-skills/competitor-analysis/SKILL.md +434 -0
- package/bundled-skills/competitor-analysis/references/battle-card-subagent.md +127 -0
- package/bundled-skills/competitor-analysis/references/battle-card.md +91 -0
- package/bundled-skills/competitor-analysis/references/example-research.md +130 -0
- package/bundled-skills/competitor-analysis/references/report-template.html +127 -0
- package/bundled-skills/competitor-analysis/references/research-patterns.md +217 -0
- package/bundled-skills/competitor-analysis/references/workflow.md +434 -0
- package/bundled-skills/competitor-analysis/scripts/capture_screenshots.mjs +142 -0
- package/bundled-skills/competitor-analysis/scripts/compile_report.mjs +929 -0
- package/bundled-skills/competitor-analysis/scripts/extract_vs_names.mjs +140 -0
- package/bundled-skills/competitor-analysis/scripts/gate_candidates.mjs +194 -0
- package/bundled-skills/competitor-analysis/scripts/list_urls.mjs +90 -0
- package/bundled-skills/competitor-analysis/scripts/md_utils.mjs +50 -0
- package/bundled-skills/competitor-analysis/scripts/merge_partials.mjs +291 -0
- package/bundled-skills/competitor-analysis/scripts/package.json +6 -0
- package/bundled-skills/design-it/3d-ui/SKILL.md +259 -0
- package/bundled-skills/design-it/SKILL.md +170 -0
- package/bundled-skills/design-it/ai-native-ui/SKILL.md +295 -0
- package/bundled-skills/design-it/aurora-ui/SKILL.md +307 -0
- package/bundled-skills/design-it/bento-ui/SKILL.md +314 -0
- package/bundled-skills/design-it/brutalism/SKILL.md +270 -0
- package/bundled-skills/design-it/brutalist-typography/SKILL.md +287 -0
- package/bundled-skills/design-it/card-based-design/SKILL.md +262 -0
- package/bundled-skills/design-it/claymorphism/SKILL.md +287 -0
- package/bundled-skills/design-it/color-blocking/SKILL.md +278 -0
- package/bundled-skills/design-it/command-center-ui/SKILL.md +345 -0
- package/bundled-skills/design-it/cyber-y2k/SKILL.md +312 -0
- package/bundled-skills/design-it/cyberpunk-ui/SKILL.md +262 -0
- package/bundled-skills/design-it/dark-mode/SKILL.md +289 -0
- package/bundled-skills/design-it/dashboard-design/SKILL.md +331 -0
- package/bundled-skills/design-it/data-dense-design/SKILL.md +322 -0
- package/bundled-skills/design-it/duotone-design/SKILL.md +248 -0
- package/bundled-skills/design-it/editorial-design/SKILL.md +328 -0
- package/bundled-skills/design-it/flat-design/SKILL.md +221 -0
- package/bundled-skills/design-it/flat-design-2/SKILL.md +240 -0
- package/bundled-skills/design-it/floating-ui/SKILL.md +299 -0
- package/bundled-skills/design-it/frutiger-aero/SKILL.md +274 -0
- package/bundled-skills/design-it/glassmorphism/SKILL.md +272 -0
- package/bundled-skills/design-it/gradient-design/SKILL.md +309 -0
- package/bundled-skills/design-it/high-contrast/SKILL.md +288 -0
- package/bundled-skills/design-it/holographic-ui/SKILL.md +310 -0
- package/bundled-skills/design-it/isometric-design/SKILL.md +228 -0
- package/bundled-skills/design-it/layered-design/SKILL.md +247 -0
- package/bundled-skills/design-it/material-design/SKILL.md +275 -0
- package/bundled-skills/design-it/maximalism/SKILL.md +297 -0
- package/bundled-skills/design-it/minimalism/SKILL.md +267 -0
- package/bundled-skills/design-it/monochromatic-ui/SKILL.md +296 -0
- package/bundled-skills/design-it/neo-brutalism/SKILL.md +270 -0
- package/bundled-skills/design-it/neumorphism/SKILL.md +248 -0
- package/bundled-skills/design-it/retro-design/SKILL.md +283 -0
- package/bundled-skills/design-it/retro-futurism/SKILL.md +259 -0
- package/bundled-skills/design-it/sci-fi-interface/SKILL.md +309 -0
- package/bundled-skills/design-it/skeuomorphism/SKILL.md +280 -0
- package/bundled-skills/design-it/soft-pastel/SKILL.md +307 -0
- package/bundled-skills/design-it/spatial-computing-ui/SKILL.md +300 -0
- package/bundled-skills/design-it/spatial-design/SKILL.md +268 -0
- package/bundled-skills/design-it/swiss-design/SKILL.md +293 -0
- package/bundled-skills/design-it/synthwave/SKILL.md +257 -0
- package/bundled-skills/design-it/tile-design/SKILL.md +297 -0
- package/bundled-skills/design-it/typography-first/SKILL.md +247 -0
- package/bundled-skills/design-it/vaporwave/SKILL.md +331 -0
- package/bundled-skills/design-it/vibrant-maximalism/SKILL.md +291 -0
- package/bundled-skills/design-it/widget-based-design/SKILL.md +274 -0
- package/bundled-skills/design-it/y2k-design/SKILL.md +268 -0
- package/bundled-skills/diagnosing-bugs/SKILL.md +165 -0
- package/bundled-skills/diagnosing-bugs/scripts/hitl-loop.template.sh +41 -0
- package/bundled-skills/docs/contributors/skill-scoring.md +235 -0
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/users/bundles.md +1 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/getting-started.md +1 -1
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +4 -4
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/domain-modeling/ADR-FORMAT.md +47 -0
- package/bundled-skills/domain-modeling/CONTEXT-FORMAT.md +60 -0
- package/bundled-skills/domain-modeling/SKILL.md +105 -0
- package/bundled-skills/grill-me/SKILL.md +36 -0
- package/bundled-skills/grill-with-docs/SKILL.md +36 -0
- package/bundled-skills/grilling/SKILL.md +39 -0
- package/bundled-skills/handoff/SKILL.md +45 -0
- package/bundled-skills/image-generator/.env.example +7 -0
- package/bundled-skills/image-generator/SKILL.md +509 -0
- package/bundled-skills/improve-codebase-architecture/HTML-REPORT.md +123 -0
- package/bundled-skills/improve-codebase-architecture/SKILL.md +97 -0
- package/bundled-skills/learn/SKILL.md +156 -0
- package/bundled-skills/lesson-generator/SKILL.md +90 -0
- package/bundled-skills/llm-council/.env.example +7 -0
- package/bundled-skills/llm-council/SKILL.md +602 -0
- package/bundled-skills/loop-library/SKILL.md +205 -0
- package/bundled-skills/loop-library/agents/openai.yaml +4 -0
- package/bundled-skills/loop-library/references/catalog.md +270 -0
- package/bundled-skills/mailtrap-managing-contacts/SKILL.md +112 -0
- package/bundled-skills/mailtrap-sending-emails/SKILL.md +167 -0
- package/bundled-skills/mailtrap-setting-up-sending-domain/SKILL.md +77 -0
- package/bundled-skills/mailtrap-testing-with-sandbox/SKILL.md +110 -0
- package/bundled-skills/prototype/LOGIC.md +79 -0
- package/bundled-skills/prototype/SKILL.md +62 -0
- package/bundled-skills/prototype/UI.md +112 -0
- package/bundled-skills/setup-matt-pocock-skills/SKILL.md +158 -0
- package/bundled-skills/setup-matt-pocock-skills/domain.md +51 -0
- package/bundled-skills/setup-matt-pocock-skills/issue-tracker-github.md +34 -0
- package/bundled-skills/setup-matt-pocock-skills/issue-tracker-gitlab.md +35 -0
- package/bundled-skills/setup-matt-pocock-skills/issue-tracker-local.md +19 -0
- package/bundled-skills/setup-matt-pocock-skills/triage-labels.md +15 -0
- package/bundled-skills/survey-generator/LICENSE +21 -0
- package/bundled-skills/survey-generator/SKILL.md +143 -0
- package/bundled-skills/survey-generator/build_artifact.py +208 -0
- package/bundled-skills/survey-generator/examples/agentic-engineering/research_bundle.json +1196 -0
- package/bundled-skills/survey-generator/examples/agentic-engineering/survey.html +706 -0
- package/bundled-skills/survey-generator/style_spec.json +85 -0
- package/bundled-skills/survey-generator/templates/research_bundle_template.json +69 -0
- package/bundled-skills/tdd/SKILL.md +139 -0
- package/bundled-skills/tdd/mocking.md +59 -0
- package/bundled-skills/tdd/refactoring.md +10 -0
- package/bundled-skills/tdd/tests.md +61 -0
- package/bundled-skills/teach/GLOSSARY-FORMAT.md +35 -0
- package/bundled-skills/teach/LEARNING-RECORD-FORMAT.md +46 -0
- package/bundled-skills/teach/MISSION-FORMAT.md +31 -0
- package/bundled-skills/teach/RESOURCES-FORMAT.md +32 -0
- package/bundled-skills/teach/SKILL.md +169 -0
- package/bundled-skills/to-issues/SKILL.md +115 -0
- package/bundled-skills/to-prd/SKILL.md +104 -0
- package/bundled-skills/tools-page-seo-optimizer/SKILL.md +616 -0
- package/bundled-skills/triage/AGENT-BRIEF.md +207 -0
- package/bundled-skills/triage/OUT-OF-SCOPE.md +105 -0
- package/bundled-skills/triage/SKILL.md +143 -0
- package/bundled-skills/vibecode-production-qa-validator/SKILL.md +371 -141
- package/bundled-skills/wiki-builder/SKILL.md +157 -0
- package/bundled-skills/wiki-builder/agents/openai.yaml +5 -0
- package/bundled-skills/wiki-builder/references/wiki-flavors.md +98 -0
- package/bundled-skills/wiki-builder/scripts/init_wiki.sh +105 -0
- package/bundled-skills/wiki-builder/templates/index.md +20 -0
- package/bundled-skills/wiki-builder/templates/maintenance-log.md +7 -0
- package/bundled-skills/wiki-builder/templates/prompts/compile-concept-page.md +12 -0
- package/bundled-skills/wiki-builder/templates/prompts/compile-index.md +11 -0
- package/bundled-skills/wiki-builder/templates/prompts/compile-source-page.md +12 -0
- package/bundled-skills/wiki-builder/templates/prompts/lint-wiki.md +10 -0
- package/bundled-skills/wiki-builder/templates/prompts/query-and-file.md +11 -0
- package/bundled-skills/wiki-builder/templates/sources.md +9 -0
- package/bundled-skills/wiki-builder/templates/wiki.config.md +53 -0
- package/bundled-skills/writing-great-skills/GLOSSARY.md +181 -0
- package/bundled-skills/writing-great-skills/SKILL.md +111 -0
- package/bundled-skills/yao-meta-skill/SKILL.md +86 -0
- package/bundled-skills/yao-meta-skill/agents/interface.yaml +26 -0
- package/bundled-skills/yao-meta-skill/manifest.json +24 -0
- package/bundled-skills/yao-meta-skill/references/artifact-design-doctrine.md +49 -0
- package/bundled-skills/yao-meta-skill/references/authoring-discipline.md +78 -0
- package/bundled-skills/yao-meta-skill/references/autonomous-adaptation.md +65 -0
- package/bundled-skills/yao-meta-skill/references/distribution-registry-method.md +60 -0
- package/bundled-skills/yao-meta-skill/references/eval-playbook.md +69 -0
- package/bundled-skills/yao-meta-skill/references/gate-selection.md +68 -0
- package/bundled-skills/yao-meta-skill/references/governance.md +134 -0
- package/bundled-skills/yao-meta-skill/references/human-review-template.md +54 -0
- package/bundled-skills/yao-meta-skill/references/intent-dialogue.md +138 -0
- package/bundled-skills/yao-meta-skill/references/iteration-philosophy.md +30 -0
- package/bundled-skills/yao-meta-skill/references/non-skill-decision-tree.md +39 -0
- package/bundled-skills/yao-meta-skill/references/operating-modes.md +107 -0
- package/bundled-skills/yao-meta-skill/references/output-eval-method.md +113 -0
- package/bundled-skills/yao-meta-skill/references/output-quality-risk.md +41 -0
- package/bundled-skills/yao-meta-skill/references/output-visual-quality.md +53 -0
- package/bundled-skills/yao-meta-skill/references/packaging-contracts.md +70 -0
- package/bundled-skills/yao-meta-skill/references/pattern-extraction-doctrine.md +76 -0
- package/bundled-skills/yao-meta-skill/references/platform-capability-matrix.md +49 -0
- package/bundled-skills/yao-meta-skill/references/prompt-engineering-doctrine.md +76 -0
- package/bundled-skills/yao-meta-skill/references/qa-ladder.md +57 -0
- package/bundled-skills/yao-meta-skill/references/reference-scan.md +126 -0
- package/bundled-skills/yao-meta-skill/references/regression-cause-taxonomy.md +80 -0
- package/bundled-skills/yao-meta-skill/references/resource-boundaries.md +120 -0
- package/bundled-skills/yao-meta-skill/references/review-studio-method.md +87 -0
- package/bundled-skills/yao-meta-skill/references/review-waiver-method.md +76 -0
- package/bundled-skills/yao-meta-skill/references/runtime-conformance-method.md +21 -0
- package/bundled-skills/yao-meta-skill/references/skill-archetypes.md +86 -0
- package/bundled-skills/yao-meta-skill/references/skill-atlas-method.md +35 -0
- package/bundled-skills/yao-meta-skill/references/skill-engineering-method.md +210 -0
- package/bundled-skills/yao-meta-skill/references/skill-ir-method.md +41 -0
- package/bundled-skills/yao-meta-skill/references/skillops-decision-policy.md +53 -0
- package/bundled-skills/yao-meta-skill/references/systems-thinking-doctrine.md +75 -0
- package/bundled-skills/yao-meta-skill/references/telemetry-drift-method.md +182 -0
- package/bundled-skills/yao-meta-skill/references/trust-security-method.md +79 -0
- package/bundled-skills/yao-meta-skill/references/user-memory-policy.md +35 -0
- package/bundled-skills/youtube-notetaker/SKILL.md +209 -0
- package/bundled-skills/youtube-notetaker/reference/artifact.html +269 -0
- package/bundled-skills/youtube-notetaker/scripts/contact_sheet.py +53 -0
- package/bundled-skills/youtube-notetaker/scripts/detect_slides.sh +19 -0
- package/bundled-skills/youtube-notetaker/scripts/download.sh +24 -0
- package/bundled-skills/youtube-notetaker/scripts/extract_slides.py +43 -0
- package/bundled-skills/youtube-notetaker/scripts/serve.py +173 -0
- package/bundled-skills/youtube-notetaker/scripts/setup.sh +27 -0
- package/bundled-skills/youtube-notetaker/scripts/verify.sh +31 -0
- package/bundled-skills/youtube-notetaker/scripts/vtt_to_transcript.py +59 -0
- package/bundled-skills/youtube-notetaker/scripts/write_library_item.py +69 -0
- package/dist/skill-pointer/config-loader.d.ts +14 -0
- package/dist/skill-pointer/config-loader.js +30 -3
- package/dist/skill-pointer/content-scanner.d.ts +38 -0
- package/dist/skill-pointer/content-scanner.js +118 -0
- package/dist/skill-pointer/index.d.ts +7 -2
- package/dist/skill-pointer/index.js +14 -4
- package/dist/skill-pointer/pointer-generator.js +2 -0
- package/dist/skill-pointer/skill-patcher.d.ts +13 -0
- package/dist/skill-pointer/skill-patcher.js +99 -0
- package/package.json +1 -1
- package/skills_index.json +1956 -286
- package/bundled-skills/ai-md/SKILL.md +0 -523
- package/bundled-skills/atlas-contract/SKILL.md +0 -650
- package/bundled-skills/busybox-on-windows/SKILL.md +0 -40
- package/bundled-skills/monte-carlo-prevent/SKILL.md +0 -257
- package/bundled-skills/monte-carlo-prevent/references/TROUBLESHOOTING.md +0 -23
- package/bundled-skills/monte-carlo-prevent/references/parameters.md +0 -32
- package/bundled-skills/monte-carlo-prevent/references/workflows.md +0 -478
- package/bundled-skills/monte-carlo-push-ingestion/SKILL.md +0 -372
- package/bundled-skills/monte-carlo-push-ingestion/references/anomaly-detection.md +0 -87
- package/bundled-skills/monte-carlo-push-ingestion/references/custom-lineage.md +0 -203
- package/bundled-skills/monte-carlo-push-ingestion/references/direct-http-api.md +0 -207
- package/bundled-skills/monte-carlo-push-ingestion/references/prerequisites.md +0 -150
- package/bundled-skills/monte-carlo-push-ingestion/references/push-lineage.md +0 -160
- package/bundled-skills/monte-carlo-push-ingestion/references/push-metadata.md +0 -158
- package/bundled-skills/monte-carlo-push-ingestion/references/push-query-logs.md +0 -219
- package/bundled-skills/monte-carlo-push-ingestion/references/validation.md +0 -257
- package/bundled-skills/monte-carlo-push-ingestion/scripts/sample_verify.py +0 -357
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_and_push_lineage.py +0 -70
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_and_push_metadata.py +0 -65
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_and_push_query_logs.py +0 -70
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_lineage.py +0 -214
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_metadata.py +0 -160
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_query_logs.py +0 -164
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/push_lineage.py +0 -198
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/push_metadata.py +0 -193
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/push_query_logs.py +0 -207
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_and_push_metadata.py +0 -71
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_and_push_query_logs.py +0 -64
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_metadata.py +0 -253
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_query_logs.py +0 -149
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/push_metadata.py +0 -190
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/push_query_logs.py +0 -208
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_and_push_lineage.py +0 -83
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_and_push_metadata.py +0 -77
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_and_push_query_logs.py +0 -83
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_lineage.py +0 -240
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_metadata.py +0 -212
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_query_logs.py +0 -204
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/push_lineage.py +0 -192
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/push_metadata.py +0 -178
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/push_query_logs.py +0 -200
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_and_push_lineage.py +0 -119
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_and_push_metadata.py +0 -119
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_and_push_query_logs.py +0 -117
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_lineage.py +0 -265
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_metadata.py +0 -313
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_query_logs.py +0 -284
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/push_lineage.py +0 -309
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/push_metadata.py +0 -245
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/push_query_logs.py +0 -255
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_and_push_lineage.py +0 -78
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_and_push_metadata.py +0 -80
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_and_push_query_logs.py +0 -88
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_lineage.py +0 -235
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_metadata.py +0 -219
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_query_logs.py +0 -239
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/push_lineage.py +0 -178
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/push_metadata.py +0 -178
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/push_query_logs.py +0 -196
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_and_push_lineage.py +0 -154
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_and_push_metadata.py +0 -137
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_and_push_query_logs.py +0 -137
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_lineage.py +0 -349
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_metadata.py +0 -329
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_query_logs.py +0 -254
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/push_lineage.py +0 -307
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/push_metadata.py +0 -228
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/push_query_logs.py +0 -248
- package/bundled-skills/monte-carlo-push-ingestion/scripts/test_template_sdk_usage.py +0 -340
- package/bundled-skills/skill-optimizer/SKILL.md +0 -271
- package/bundled-skills/using-superpowers/SKILL.md +0 -98
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: busybox-on-windows
|
|
3
|
-
description: "How to use a Win32 build of BusyBox to run many of the standard UNIX command line tools on Windows."
|
|
4
|
-
risk: safe
|
|
5
|
-
source: community
|
|
6
|
-
date_added: "2026-02-27"
|
|
7
|
-
---
|
|
8
|
-
|
|
9
|
-
BusyBox is a single binary that implements many common Unix tools.
|
|
10
|
-
|
|
11
|
-
Use this skill only on Windows. If you are on UNIX, then stop here.
|
|
12
|
-
|
|
13
|
-
Run the following steps only if you cannot find a `busybox.exe` file in the same directory as this document is.
|
|
14
|
-
These are PowerShell commands, if you have a classic `cmd.exe` terminal, then you must use `powershell -Command "..."` to run them.
|
|
15
|
-
1. Print the type of CPU: `Get-CimInstance -ClassName Win32_Processor | Select-Object Name, NumberOfCores, MaxClockSpeed`
|
|
16
|
-
2. Print the OS versions: `Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion" | Select-Object ProductName, DisplayVersion, CurrentBuild`
|
|
17
|
-
3. Download a suitable build of BusyBox by running one of these PowerShell commands:
|
|
18
|
-
- 32-bit x86 (ANSI): `$ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri https://frippery.org/files/busybox/busybox.exe -OutFile busybox.exe`
|
|
19
|
-
- 64-bit x86 (ANSI): `$ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri https://frippery.org/files/busybox/busybox64.exe -OutFile busybox.exe`
|
|
20
|
-
- 64-bit x86 (Unicode): `$ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri https://frippery.org/files/busybox/busybox64u.exe -OutFile busybox.exe`
|
|
21
|
-
- 64-bit ARM (Unicode): `$ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest -Uri https://frippery.org/files/busybox/busybox64a.exe -OutFile busybox.exe`
|
|
22
|
-
|
|
23
|
-
Useful commands:
|
|
24
|
-
- Help: `busybox.exe --list`
|
|
25
|
-
- Available UNIX commands: `busybox.exe --list`
|
|
26
|
-
|
|
27
|
-
Usage: Prefix the UNIX command with `busybox.exe`, for example: `busybox.exe ls -1`
|
|
28
|
-
|
|
29
|
-
If you need to run a UNIX command under another CWD, then use the absolute path to `busybox.exe`.
|
|
30
|
-
|
|
31
|
-
Documentation: https://frippery.org/busybox/
|
|
32
|
-
Original BusyBox: https://busybox.net/
|
|
33
|
-
|
|
34
|
-
## When to Use
|
|
35
|
-
This skill is applicable to execute the workflow or actions described in the overview.
|
|
36
|
-
|
|
37
|
-
## Limitations
|
|
38
|
-
- Use this skill only when the task clearly matches the scope described above.
|
|
39
|
-
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
|
|
40
|
-
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
|
|
@@ -1,257 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: monte-carlo-prevent
|
|
3
|
-
description: "Surfaces Monte Carlo data observability context (table health, alerts, lineage, blast radius) before SQL/dbt edits."
|
|
4
|
-
category: data
|
|
5
|
-
risk: safe
|
|
6
|
-
source: community
|
|
7
|
-
source_repo: monte-carlo-data/mc-agent-toolkit
|
|
8
|
-
source_type: community
|
|
9
|
-
date_added: "2026-04-08"
|
|
10
|
-
author: monte-carlo-data
|
|
11
|
-
tags: [data-observability, dbt, schema, monte-carlo, lineage]
|
|
12
|
-
tools: [claude, cursor, codex]
|
|
13
|
-
---
|
|
14
|
-
|
|
15
|
-
# Monte Carlo Prevent Skill
|
|
16
|
-
|
|
17
|
-
This skill brings Monte Carlo's data observability context directly into your editor. When you're modifying a dbt model or SQL pipeline, use it to surface table health, lineage, active alerts, and to generate monitors-as-code without leaving Claude Code.
|
|
18
|
-
|
|
19
|
-
Reference files live next to this skill file. **Use the Read tool** (not MCP resources) to access them:
|
|
20
|
-
|
|
21
|
-
- Full workflow step-by-step instructions: `references/workflows.md` (relative to this file)
|
|
22
|
-
- MCP parameter details: `references/parameters.md` (relative to this file)
|
|
23
|
-
- Troubleshooting: `references/TROUBLESHOOTING.md` (relative to this file)
|
|
24
|
-
|
|
25
|
-
## When to activate this skill
|
|
26
|
-
|
|
27
|
-
**Do not wait to be asked.** Run the appropriate workflow automatically whenever the user:
|
|
28
|
-
|
|
29
|
-
- References or opens a `.sql` file or dbt model (files in `models/`) → run Workflow 1
|
|
30
|
-
- Mentions a table name, dataset, or dbt model name in passing → run Workflow 1
|
|
31
|
-
|
|
32
|
-
- Describes a planned change to a model (new column, join update, filter change, refactor) → **STOP — run Workflow 4 before writing any code**
|
|
33
|
-
-
|
|
34
|
-
- Adds a new column, metric, or output expression to an existing
|
|
35
|
-
model → run Workflow 4 first, then ALWAYS offer Workflow 2
|
|
36
|
-
regardless of risk tier — do not skip the monitor offer
|
|
37
|
-
- Asks about data quality, freshness, row counts, or anomalies → run Workflow 1
|
|
38
|
-
- Wants to triage or respond to a data quality alert → run Workflow 3
|
|
39
|
-
|
|
40
|
-
Present the results as context the engineer needs before proceeding — not as a response to a question.
|
|
41
|
-
|
|
42
|
-
## When NOT to activate this skill
|
|
43
|
-
|
|
44
|
-
Do not invoke Monte Carlo tools for:
|
|
45
|
-
|
|
46
|
-
- Seed files (files in seeds/ directory)
|
|
47
|
-
- Analysis files (files in analyses/ directory)
|
|
48
|
-
- One-off or ad-hoc SQL scripts not part of a dbt project
|
|
49
|
-
- Configuration files (dbt_project.yml, profiles.yml, packages.yml)
|
|
50
|
-
- Test files unless the user is specifically asking about data quality
|
|
51
|
-
|
|
52
|
-
If uncertain whether a file is a dbt model, check for {{ ref() }} or {{ source() }}
|
|
53
|
-
Jinja references — if absent, do not activate.
|
|
54
|
-
|
|
55
|
-
### Macros and snapshots — gate edits, skip auto-context
|
|
56
|
-
|
|
57
|
-
Macro files (`macros/`) and snapshot files (`snapshots/`) are **not** models, so
|
|
58
|
-
do not auto-fetch Monte Carlo context (Workflow 1) when they are opened. However,
|
|
59
|
-
macros are inlined into every model that calls them at compile time — a one-line
|
|
60
|
-
macro change can silently alter dozens of models. Snapshots control historical
|
|
61
|
-
tracking and are similarly sensitive.
|
|
62
|
-
|
|
63
|
-
**The pre-edit hook gates these files.** If the hook fires for a macro or snapshot,
|
|
64
|
-
identify which models are affected and run the change impact assessment (Workflow 4)
|
|
65
|
-
for those models before proceeding with the edit.
|
|
66
|
-
|
|
67
|
-
---
|
|
68
|
-
|
|
69
|
-
## REQUIRED: Change impact assessment before any SQL edit
|
|
70
|
-
|
|
71
|
-
**Before editing or writing any SQL for a dbt model or pipeline, you MUST run Workflow 4.**
|
|
72
|
-
|
|
73
|
-
This applies whenever the user expresses intent to modify a model — including phrases like:
|
|
74
|
-
|
|
75
|
-
- "I want to add a column…"
|
|
76
|
-
- "Let me add / I'm adding…"
|
|
77
|
-
- "I'd like to change / update / rename…"
|
|
78
|
-
- "Can you add / modify / refactor…"
|
|
79
|
-
- "Let's add…" / "Add a `<column>` column"
|
|
80
|
-
- Any other description of a planned schema or logic change
|
|
81
|
-
- "Exclude / filter out / remove [records/customers/rows]…"
|
|
82
|
-
- "Adjust / increase / decrease [threshold/parameter/value]…"
|
|
83
|
-
- "Fix / bugfix / patch [issue/bug]…"
|
|
84
|
-
- "Revert / restore / undo [change/previous behavior]…"
|
|
85
|
-
- "Disable / enable [feature/logic/flag]…"
|
|
86
|
-
- "Clean up / remove [references/columns/code]…"
|
|
87
|
-
- "Implement [backend/feature] for…"
|
|
88
|
-
- "Create [models/dbt models] for…" (when modifying existing referenced tables)
|
|
89
|
-
- "Increase / decrease / change [max_tokens/threshold/date constant/numeric parameter]…"
|
|
90
|
-
- Any change to a hardcoded value, constant, or configuration parameter within SQL
|
|
91
|
-
- "Drop / remove / delete [column/field/table]"
|
|
92
|
-
- "Rename [column/field] to [new name]"
|
|
93
|
-
- "Add [column]" (short imperative form, e.g. "add a created_at column")
|
|
94
|
-
- Any single-verb imperative command targeting a column, table, or model
|
|
95
|
-
(e.g. "drop X", "rename Y", "add Z", "remove W")
|
|
96
|
-
|
|
97
|
-
Parameter changes (threshold values, date constants, numeric limits) appear
|
|
98
|
-
safe but silently change model output. Treat them the same as logic changes
|
|
99
|
-
for impact assessment purposes.
|
|
100
|
-
|
|
101
|
-
**Do not write or edit any SQL until the change impact assessment (Workflow 4) has been presented to the user.** The assessment must come first — not after the edit, not in parallel.
|
|
102
|
-
|
|
103
|
-
---
|
|
104
|
-
|
|
105
|
-
## Pre-edit gate — check before modifying any file
|
|
106
|
-
|
|
107
|
-
**Before calling Edit, Write, or MultiEdit on any `.sql` or dbt model
|
|
108
|
-
file, you MUST check:**
|
|
109
|
-
|
|
110
|
-
1. Has the synthesis step been run for THIS SPECIFIC CHANGE in the
|
|
111
|
-
current prompt?
|
|
112
|
-
2. **If YES** → proceed with the edit
|
|
113
|
-
3. **If NO** → stop immediately, run Workflow 4, present the full
|
|
114
|
-
report with synthesis connected to this specific change.
|
|
115
|
-
**If risk is High or Medium:** ask "Do you want me to proceed
|
|
116
|
-
with the edit?" and wait for explicit confirmation.
|
|
117
|
-
**If risk is Low:** use judgment — proceed if straightforward
|
|
118
|
-
and no concerns found, otherwise ask before editing.
|
|
119
|
-
|
|
120
|
-
**Important: "Workflow 4 already ran this session" is NOT sufficient
|
|
121
|
-
to proceed.** Each distinct change prompt requires its own synthesis
|
|
122
|
-
step connecting the MC findings to that specific change.
|
|
123
|
-
|
|
124
|
-
The synthesis must reference the specific columns, filters, or logic
|
|
125
|
-
being changed in the current prompt — not just general table health.
|
|
126
|
-
|
|
127
|
-
Example:
|
|
128
|
-
|
|
129
|
-
- ✅ "Given 34 downstream models depend on is_paying_workspace,
|
|
130
|
-
adding 'MC Internal' to the exclusion list will exclude these
|
|
131
|
-
workspaces from all downstream health scores and exports.
|
|
132
|
-
Confirm?"
|
|
133
|
-
- ❌ "Workflow 4 already ran. Making the edit now."
|
|
134
|
-
|
|
135
|
-
The only exception: if the user explicitly acknowledges the risk
|
|
136
|
-
and confirms they want to skip (e.g. "I know the risks, just make
|
|
137
|
-
the change") — proceed but note the skipped assessment.
|
|
138
|
-
|
|
139
|
-
## Available MCP tools
|
|
140
|
-
|
|
141
|
-
All tools are available via the `monte-carlo` MCP server.
|
|
142
|
-
|
|
143
|
-
| Tool | Purpose |
|
|
144
|
-
| ---------------------------- | -------------------------------------------------------------------- |
|
|
145
|
-
| `testConnection` | Verify auth and connectivity |
|
|
146
|
-
| `search` | Find tables/assets by name |
|
|
147
|
-
| `getTable` | Schema, stats, metadata for a table |
|
|
148
|
-
| `getAssetLineage` | Upstream/downstream dependencies (call with mcons array + direction) |
|
|
149
|
-
| `getAlerts` | Active incidents and alerts |
|
|
150
|
-
| `getMonitors` | Monitor configs — filter by table using mcons array |
|
|
151
|
-
| `getQueriesForTable` | Recent query history |
|
|
152
|
-
| `getQueryData` | Full SQL for a specific query |
|
|
153
|
-
| `createValidationMonitorMac` | Generate validation monitors-as-code YAML |
|
|
154
|
-
| `createMetricMonitorMac` | Generate metric monitors-as-code YAML |
|
|
155
|
-
| `createComparisonMonitorMac` | Generate comparison monitors-as-code YAML |
|
|
156
|
-
| `createCustomSqlMonitorMac` | Generate custom SQL monitors-as-code YAML |
|
|
157
|
-
| `getValidationPredicates` | List available validation rule types |
|
|
158
|
-
| `updateAlert` | Update alert status/severity |
|
|
159
|
-
| `setAlertOwner` | Assign alert ownership |
|
|
160
|
-
| `createOrUpdateAlertComment` | Add comments to alerts |
|
|
161
|
-
| `getAudiences` | List notification audiences |
|
|
162
|
-
| `getDomains` | List MC domains |
|
|
163
|
-
| `getUser` | Current user info |
|
|
164
|
-
| `getCurrentTime` | ISO timestamp for API calls |
|
|
165
|
-
|
|
166
|
-
## Core workflows
|
|
167
|
-
|
|
168
|
-
Each workflow has detailed step-by-step instructions in `references/workflows.md` (Read tool).
|
|
169
|
-
|
|
170
|
-
### 1. Table health check
|
|
171
|
-
|
|
172
|
-
**When:** User opens a dbt model or mentions a table.
|
|
173
|
-
**What:** Surfaces health, lineage, alerts, and risk signals. Auto-escalates to Workflow 4 if change intent is detected and risk signals are present.
|
|
174
|
-
|
|
175
|
-
### 2. Add a monitor
|
|
176
|
-
|
|
177
|
-
**When:** New column, filter, or business rule is added to a model.
|
|
178
|
-
**What:** Suggests and generates monitors-as-code YAML using the appropriate `create*MonitorMac` tool. Saves to `monitors/<table_name>.yml`.
|
|
179
|
-
|
|
180
|
-
### 3. Alert triage
|
|
181
|
-
|
|
182
|
-
**When:** User is investigating an active data quality incident.
|
|
183
|
-
**What:** Lists open alerts, checks table state, traces lineage for root cause, reviews recent queries.
|
|
184
|
-
|
|
185
|
-
### 4. Change impact assessment — REQUIRED before modifying a model
|
|
186
|
-
|
|
187
|
-
**When:** Any intent to modify a dbt model's logic, columns, joins, or filters.
|
|
188
|
-
**What:** Surfaces blast radius, downstream dependencies, active incidents, monitor coverage, and query exposure. Produces a risk-tiered report with synthesis connecting findings to specific code recommendations. See `references/workflows.md` for the full assessment sequence, report format, and synthesis rules.
|
|
189
|
-
|
|
190
|
-
### 5. Change validation queries
|
|
191
|
-
|
|
192
|
-
**When:** Explicit engineer request only (e.g. "validate this change", "ready to commit").
|
|
193
|
-
**What:** Generates 3-5 targeted SQL queries to verify the change behaved as intended. Uses Workflow 4 context — requires both impact assessment and file edit in session.
|
|
194
|
-
|
|
195
|
-
---
|
|
196
|
-
|
|
197
|
-
## Post-synthesis confirmation rules
|
|
198
|
-
|
|
199
|
-
Always end the synthesis with one clear, specific recommendation in plain English:
|
|
200
|
-
"Given the above, I recommend: [specific action]"
|
|
201
|
-
|
|
202
|
-
**If the risk is High or Medium:** STOP and wait for confirmation before editing
|
|
203
|
-
any file. You must ask the engineer and receive an explicit "yes", "go ahead",
|
|
204
|
-
"proceed", or similar confirmation before making code changes.
|
|
205
|
-
Say: "Do you want me to proceed with the edit?"
|
|
206
|
-
Do NOT say: "Proceeding with the edit." — that skips the engineer's decision.
|
|
207
|
-
|
|
208
|
-
**If the risk is Low:** Use your judgment based on the synthesis findings. If
|
|
209
|
-
the change is straightforward and the synthesis found no concerns, you may
|
|
210
|
-
proceed. If anything is surprising or worth flagging, ask before editing.
|
|
211
|
-
|
|
212
|
-
---
|
|
213
|
-
|
|
214
|
-
## Session markers
|
|
215
|
-
|
|
216
|
-
These markers coordinate between the skill and the plugin's hooks. Output each
|
|
217
|
-
on its own line when the condition is met.
|
|
218
|
-
|
|
219
|
-
### Impact check complete
|
|
220
|
-
|
|
221
|
-
After the engineer confirms (High/Medium) or after presenting the synthesis (Low),
|
|
222
|
-
output one marker per assessed table. **IMPORTANT: use only the table/model name, not the full MCON:**
|
|
223
|
-
|
|
224
|
-
<!-- MC_IMPACT_CHECK_COMPLETE: <table_name> -->
|
|
225
|
-
|
|
226
|
-
(Use the model filename without .sql extension — NOT "acme.analytics.orders" or "prod.public.client_hub")
|
|
227
|
-
|
|
228
|
-
How many markers to emit depends on how the assessment was triggered:
|
|
229
|
-
|
|
230
|
-
**Hook-triggered** (the pre-edit hook blocked an edit and instructed you to run
|
|
231
|
-
the assessment): Be strict — only emit markers for tables whose lineage **and**
|
|
232
|
-
monitor coverage were fetched directly via Monte Carlo tools in this session. If
|
|
233
|
-
the engineer describes changes to multiple tables but only one was formally
|
|
234
|
-
assessed, emit only one marker. The pre-edit hook will gate the other tables and
|
|
235
|
-
prompt for their own Workflow 4 runs.
|
|
236
|
-
|
|
237
|
-
**Voluntarily invoked** (the engineer proactively asked for an impact assessment):
|
|
238
|
-
Be looser — emit markers for all tables the assessment meaningfully covered, even
|
|
239
|
-
if some were assessed via lineage context rather than direct MC tool calls. The
|
|
240
|
-
engineer is already safety-conscious; don't force redundant assessments for tables
|
|
241
|
-
they clearly considered.
|
|
242
|
-
|
|
243
|
-
### Monitor coverage gap
|
|
244
|
-
|
|
245
|
-
When Workflow 4 finds zero custom monitors on a table's affected columns, output:
|
|
246
|
-
|
|
247
|
-
<!-- MC_MONITOR_GAP: <table_name> -->
|
|
248
|
-
|
|
249
|
-
Use only the table/model name (NOT the full MCON). This allows the plugin's hooks
|
|
250
|
-
to remind the engineer about monitor coverage at commit time. Only output this
|
|
251
|
-
marker when the gap is specifically about the columns or logic being changed —
|
|
252
|
-
not for general table-level monitor absence.
|
|
253
|
-
|
|
254
|
-
## Limitations
|
|
255
|
-
- Use this skill only when the task clearly matches the scope described above.
|
|
256
|
-
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
|
|
257
|
-
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
## Troubleshooting
|
|
2
|
-
|
|
3
|
-
### MCP connection fails:
|
|
4
|
-
```bash
|
|
5
|
-
# Verify the server is reachable
|
|
6
|
-
curl -s -o /dev/null -w "%{http_code}" https://integrations.getmontecarlo.com/mcp/
|
|
7
|
-
```
|
|
8
|
-
|
|
9
|
-
**If using the plugin (OAuth):** Run `/mcp` in Claude Code, select the `monte-carlo` server, and re-authenticate. If the browser flow doesn't complete, copy the callback URL from your browser's address bar into the URL prompt that appears in Claude Code.
|
|
10
|
-
|
|
11
|
-
**Legacy (header-based auth, for MCP clients without HTTP transport):** Check that `x-mcd-id` and `x-mcd-token` are set correctly in your MCP config. The key format is `<KEY_ID>:<KEY_SECRET>` — these are split across two separate headers.
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
### Monitor creation errors:
|
|
15
|
-
|
|
16
|
-
**`montecarlo monitors apply` fails with "Unknown field":**
|
|
17
|
-
Monitor definition files must have `montecarlo:` as the root key — do not copy the `validation:` or `custom_sql:` output from the MCP tools directly. Reformat using the `montecarlo: > custom_sql:` structure shown in Workflow 2.
|
|
18
|
-
|
|
19
|
-
**`montecarlo monitors apply` fails with "Not a Monte Carlo project":**
|
|
20
|
-
Ensure `montecarlo.yml` (the project config) exists in the working directory. This file must contain only `version`, `namespace`, and `default_resource` — not monitor definitions.
|
|
21
|
-
|
|
22
|
-
**`createValidationMonitorMac` fails with a Snowflake error:**
|
|
23
|
-
This tool validates the condition SQL against the live table. If the column doesn't exist yet (e.g. you're writing the monitor before deploying the model change), fall back to `createCustomSqlMonitorMac` with an explicit SQL query instead.
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
# MCP Parameter Notes
|
|
2
|
-
|
|
3
|
-
Important parameter details for Monte Carlo MCP tools. Consult when making API
|
|
4
|
-
calls to avoid common mistakes.
|
|
5
|
-
|
|
6
|
-
---
|
|
7
|
-
|
|
8
|
-
## `getAlerts` — use snake_case parameters
|
|
9
|
-
|
|
10
|
-
The MCP tool uses Python snake_case, **not** the camelCase params from the MC web UI:
|
|
11
|
-
|
|
12
|
-
```
|
|
13
|
-
✓ created_after (not createdTime.after)
|
|
14
|
-
✓ created_before (not createdTime.before)
|
|
15
|
-
✓ order_by (not orderBy)
|
|
16
|
-
✓ table_mcons (not tableMcons)
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
Always provide `created_after` and `created_before`. Max window is 60 days.
|
|
20
|
-
Use `getCurrentTime()` to get the current ISO timestamp when needed.
|
|
21
|
-
|
|
22
|
-
---
|
|
23
|
-
|
|
24
|
-
## `search` — finding the right table identifier
|
|
25
|
-
|
|
26
|
-
MC uses MCONs (Monte Carlo Object Names) as table identifiers. Always use
|
|
27
|
-
`search` first to resolve a table name to its MCON before calling `getTable`,
|
|
28
|
-
`getAssetLineage`, or `getAlerts`.
|
|
29
|
-
|
|
30
|
-
```
|
|
31
|
-
search(query="orders_status") → returns mcon, full_table_id, warehouse
|
|
32
|
-
```
|