opencode-skills-collection 3.1.0 → 3.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundled-skills/.antigravity-install-manifest.json +84 -1
- package/bundled-skills/2slides-ppt-generator/SKILL.md +8 -7
- package/bundled-skills/android-cli/SKILL.md +19 -7
- package/bundled-skills/android-ui-journey-testing/SKILL.md +191 -0
- package/bundled-skills/apple-notes-search/SKILL.md +12 -2
- package/bundled-skills/ask-matt/SKILL.md +92 -0
- package/bundled-skills/atlas-ledger/SKILL.md +8 -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/codex-fable5/SKILL.md +10 -2
- 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 +224 -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 +145 -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/specialized-plugin-roadmap.md +11 -4
- 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/dos-verify-done-claims/SKILL.md +16 -4
- package/bundled-skills/ecl-harness-engineer/agents/creator-config.md +1 -1
- package/bundled-skills/ecl-harness-engineer/references/environment-config-guide.md +2 -2
- package/bundled-skills/ecl-harness-engineer/references/environment-detection-guide.md +4 -4
- package/bundled-skills/event-staffing-ordering/SKILL.md +4 -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 +208 -0
- package/bundled-skills/loop-library/agents/openai.yaml +4 -0
- package/bundled-skills/loop-library/references/catalog.md +270 -0
- package/bundled-skills/lovable-cleanup/SKILL.md +9 -7
- package/bundled-skills/macos-screen-recorder/SKILL.md +9 -1
- 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/screenstudio-alt/SKILL.md +9 -1
- 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 +222 -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/package.json +1 -1
- package/skills_index.json +2013 -330
- 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
|
@@ -378,6 +378,7 @@ _Frontend and full-stack developers shipping modern web apps._
|
|
|
378
378
|
- [`shadcn`](../../skills/shadcn/): Build polished interfaces with shadcn/ui.
|
|
379
379
|
- [`form-cro`](../../skills/form-cro/): Improve form conversion and usability.
|
|
380
380
|
- [`seo-audit`](../../skills/seo-audit/): Audit technical SEO and discoverability.
|
|
381
|
+
- [`ui-a11y`](../../skills/ui-a11y/): Audit WCAG, contrast, focus, labels, motion, and semantic HTML.
|
|
381
382
|
|
|
382
383
|
### 🎨 The "AAS Product Design Studio" Plugin
|
|
383
384
|
|
|
@@ -393,6 +394,8 @@ _Builders who want richer UI, brand, portfolio, and visual product work._
|
|
|
393
394
|
- [`canvas-design`](../../skills/canvas-design/): Generate visual assets, posters, and diagrams.
|
|
394
395
|
- [`scroll-experience`](../../skills/scroll-experience/): Design scroll-driven web experiences.
|
|
395
396
|
- [`interactive-portfolio`](../../skills/interactive-portfolio/): Create compelling interactive portfolios.
|
|
397
|
+
- [`ui-a11y`](../../skills/ui-a11y/): Audit WCAG, contrast, focus, labels, motion, and semantic HTML.
|
|
398
|
+
- [`ui-review`](../../skills/ui-review/): Review UI quality, usability, and product fit.
|
|
396
399
|
|
|
397
400
|
### 🛡️ The "AAS Security Engineer" Plugin
|
|
398
401
|
|
|
@@ -409,6 +412,7 @@ _Authorized security testing, audit, and hardening teams._
|
|
|
409
412
|
- [`security-auditor`](../../skills/security-auditor/): Run comprehensive security audits.
|
|
410
413
|
- [`vulnerability-scanner`](../../skills/vulnerability-scanner/): Analyze and validate vulnerability findings.
|
|
411
414
|
- [`sast-configuration`](../../skills/sast-configuration/): Configure static application security testing.
|
|
415
|
+
- [`web-security-testing`](../../skills/web-security-testing/): Test web application security defensively.
|
|
412
416
|
|
|
413
417
|
### 🔐 The "AAS Secure App Builder" Plugin
|
|
414
418
|
|
|
@@ -424,6 +428,8 @@ _Application developers who want security embedded while building features._
|
|
|
424
428
|
- [`pci-compliance`](../../skills/pci-compliance/): Handle payment security and PCI expectations.
|
|
425
429
|
- [`sast-configuration`](../../skills/sast-configuration/): Configure static application security testing.
|
|
426
430
|
- [`sql-injection-testing`](../../skills/sql-injection-testing/): Find and validate SQL injection risks.
|
|
431
|
+
- [`broken-authentication`](../../skills/broken-authentication/): Find and prevent authentication implementation flaws.
|
|
432
|
+
- [`django-access-review`](../../skills/django-access-review/): Review Django access control and authorization behavior.
|
|
427
433
|
|
|
428
434
|
### 📄 The "AAS Documents & Presentations" Plugin
|
|
429
435
|
|
|
@@ -437,6 +443,7 @@ _Users creating, editing, converting, and automating office documents._
|
|
|
437
443
|
- [`pptx-official`](../../skills/pptx-official/): Create and edit PowerPoint-compatible presentations.
|
|
438
444
|
- [`pdf-official`](../../skills/pdf-official/): Extract, generate, and manipulate PDFs.
|
|
439
445
|
- [`pdf-conversion-router`](../../skills/pdf-conversion-router/): Choose high-fidelity PDF conversion routes.
|
|
446
|
+
- [`google-docs-automation`](../../skills/google-docs-automation/): Automate Google Docs creation and updates.
|
|
440
447
|
- [`google-sheets-automation`](../../skills/google-sheets-automation/): Automate Google Sheets reads and writes.
|
|
441
448
|
- [`google-slides-automation`](../../skills/google-slides-automation/): Automate Google Slides updates.
|
|
442
449
|
|
|
@@ -447,6 +454,7 @@ _Operators, analysts, and builders working with product analytics, SQL, dashboar
|
|
|
447
454
|
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
448
455
|
|
|
449
456
|
- [`analytics-tracking`](../../skills/analytics-tracking/): Set up reliable product analytics.
|
|
457
|
+
- [`analytics-product`](../../skills/analytics-product/): Model product analytics and product metrics.
|
|
450
458
|
- [`sql-pro`](../../skills/sql-pro/): Query and model data with modern SQL.
|
|
451
459
|
- [`postgres-best-practices`](../../skills/postgres-best-practices/): Optimize Postgres schemas and queries.
|
|
452
460
|
- [`database-architect`](../../skills/database-architect/): Design robust database structures.
|
|
@@ -454,6 +462,7 @@ _Operators, analysts, and builders working with product analytics, SQL, dashboar
|
|
|
454
462
|
- [`claude-d3js-skill`](../../skills/claude-d3js-skill/): Create custom D3 visualizations.
|
|
455
463
|
- [`kpi-dashboard-design`](../../skills/kpi-dashboard-design/): Design dashboards for decision-making.
|
|
456
464
|
- [`ab-test-setup`](../../skills/ab-test-setup/): Plan and validate experiments.
|
|
465
|
+
- [`business-analyst`](../../skills/business-analyst/): Analyze business context, requirements, and tradeoffs.
|
|
457
466
|
|
|
458
467
|
### 🤖 The "AAS Agent & MCP Builder" Plugin
|
|
459
468
|
|
|
@@ -470,6 +479,7 @@ _Developers building agentic apps, MCP tools, RAG systems, and evaluation loops.
|
|
|
470
479
|
- [`langgraph`](../../skills/langgraph/): Implement stateful agent workflows.
|
|
471
480
|
- [`langfuse`](../../skills/langfuse/): Trace, evaluate, and monitor LLM apps.
|
|
472
481
|
- [`context-window-management`](../../skills/context-window-management/): Manage long context effectively.
|
|
482
|
+
- [`prompt-engineering`](../../skills/prompt-engineering/): Design effective prompts and LLM interaction patterns.
|
|
473
483
|
|
|
474
484
|
### 🧰 The "AAS OSS Maintainer" Plugin
|
|
475
485
|
|
|
@@ -503,6 +513,7 @@ _Engineers and QA teams writing, debugging, and stabilizing test suites._
|
|
|
503
513
|
- [`k6-load-testing`](../../skills/k6-load-testing/): Run load and scalability tests.
|
|
504
514
|
- [`test-fixing`](../../skills/test-fixing/): Fix failing tests systematically.
|
|
505
515
|
- [`code-review-checklist`](../../skills/code-review-checklist/): Catch common bugs in reviews.
|
|
516
|
+
- [`screen-reader-testing`](../../skills/screen-reader-testing/): Test interfaces with screen-reader expectations.
|
|
506
517
|
|
|
507
518
|
### ☁️ The "AAS DevOps & Cloud" Plugin
|
|
508
519
|
|
|
@@ -519,6 +530,7 @@ _Teams shipping infrastructure, deployments, and operational workflows._
|
|
|
519
530
|
- [`deployment-procedures`](../../skills/deployment-procedures/): Roll out changes safely.
|
|
520
531
|
- [`bash-linux`](../../skills/bash-linux/): Use Linux shell workflows effectively.
|
|
521
532
|
- [`incident-responder`](../../skills/incident-responder/): Respond to incidents with clear procedure.
|
|
533
|
+
- [`devops-troubleshooter`](../../skills/devops-troubleshooter/): Diagnose infrastructure and deployment issues.
|
|
522
534
|
|
|
523
535
|
|
|
524
536
|
---
|
|
@@ -534,6 +546,7 @@ _Founders and growth teams creating content, SEO systems, experiments, and email
|
|
|
534
546
|
- [`content-creator`](../../skills/content-creator/): Create SEO-aware marketing content.
|
|
535
547
|
- [`seo-audit`](../../skills/seo-audit/): Audit technical SEO and discoverability.
|
|
536
548
|
- [`seo-fundamentals`](../../skills/seo-fundamentals/): Apply durable SEO principles.
|
|
549
|
+
- [`seo-content-planner`](../../skills/seo-content-planner/): Plan SEO content clusters and calendars.
|
|
537
550
|
- [`programmatic-seo`](../../skills/programmatic-seo/): Create scalable SEO page systems.
|
|
538
551
|
- [`analytics-tracking`](../../skills/analytics-tracking/): Set up reliable product analytics.
|
|
539
552
|
- [`ab-test-setup`](../../skills/ab-test-setup/): Plan and validate experiments.
|
|
@@ -550,11 +563,13 @@ _Teams designing reliable automations across tools, data stores, and communicati
|
|
|
550
563
|
- [`workflow-automation`](../../skills/workflow-automation/): Design durable automation workflows.
|
|
551
564
|
- [`mcp-builder`](../../skills/mcp-builder/): Create MCP interfaces for agents.
|
|
552
565
|
- [`make-automation`](../../skills/make-automation/): Build Make/Integromat automations.
|
|
566
|
+
- [`zapier-make-patterns`](../../skills/zapier-make-patterns/): Design Zapier and Make automation patterns.
|
|
553
567
|
- [`airtable-automation`](../../skills/airtable-automation/): Automate Airtable data and views.
|
|
554
568
|
- [`notion-automation`](../../skills/notion-automation/): Automate Notion pages and databases.
|
|
555
569
|
- [`slack-automation`](../../skills/slack-automation/): Automate Slack workflows.
|
|
556
570
|
- [`googlesheets-automation`](../../skills/googlesheets-automation/): Automate Google Sheets operations.
|
|
557
571
|
- [`github-automation`](../../skills/github-automation/): Automate GitHub issues and repository work.
|
|
572
|
+
- [`n8n-expression-syntax`](../../skills/n8n-expression-syntax/): Use n8n expressions safely in automations.
|
|
558
573
|
|
|
559
574
|
### 📡 The "AAS Observability IR" Plugin
|
|
560
575
|
|
|
@@ -570,6 +585,8 @@ _Engineering teams monitoring systems, debugging production issues, and writing
|
|
|
570
585
|
- [`performance-engineer`](../../skills/performance-engineer/): Diagnose and improve application performance.
|
|
571
586
|
- [`grafana-dashboards`](../../skills/grafana-dashboards/): Create useful Grafana dashboards.
|
|
572
587
|
- [`langfuse`](../../skills/langfuse/): Trace, evaluate, and monitor LLM apps.
|
|
588
|
+
- [`devops-troubleshooter`](../../skills/devops-troubleshooter/): Diagnose infrastructure and deployment issues.
|
|
589
|
+
- [`claude-monitor`](../../skills/claude-monitor/): Monitor Claude usage and operational behavior.
|
|
573
590
|
|
|
574
591
|
### 🐍 The "AAS Python API Builder" Plugin
|
|
575
592
|
|
|
@@ -585,6 +602,8 @@ _Python developers building APIs, services, and tests._
|
|
|
585
602
|
- [`python-testing-patterns`](../../skills/python-testing-patterns/): Test Python code with pytest patterns.
|
|
586
603
|
- [`async-python-patterns`](../../skills/async-python-patterns/): Use asyncio and async Python safely.
|
|
587
604
|
- [`api-design-principles`](../../skills/api-design-principles/): Design clear and maintainable APIs.
|
|
605
|
+
- [`pydantic-models-py`](../../skills/pydantic-models-py/): Design Pydantic models for Python APIs.
|
|
606
|
+
- [`openapi-spec-generation`](../../skills/openapi-spec-generation/): Generate and maintain OpenAPI specifications.
|
|
588
607
|
|
|
589
608
|
### 📱 The "AAS Mobile App Builder" Plugin
|
|
590
609
|
|
|
@@ -601,6 +620,7 @@ _Mobile teams shipping Expo, React Native, Flutter, and iOS apps._
|
|
|
601
620
|
- [`flutter-expert`](../../skills/flutter-expert/): Build Flutter multi-platform apps.
|
|
602
621
|
- [`ios-developer`](../../skills/ios-developer/): Develop iOS apps with Swift.
|
|
603
622
|
- [`app-store-optimization`](../../skills/app-store-optimization/): Improve App Store and Play Store visibility.
|
|
623
|
+
- [`multi-platform-apps-multi-platform`](../../skills/multi-platform-apps-multi-platform/): Plan and build multi-platform app experiences.
|
|
604
624
|
|
|
605
625
|
|
|
606
626
|
---
|
|
@@ -826,6 +846,130 @@ _For creating and maintaining high-quality SKILL.md assets._
|
|
|
826
846
|
- [`lint-and-validate`](../../skills/lint-and-validate/): Validate quality after edits.
|
|
827
847
|
- [`verification-before-completion`](../../skills/verification-before-completion/): Confirm changes before claiming done.
|
|
828
848
|
|
|
849
|
+
|
|
850
|
+
---
|
|
851
|
+
|
|
852
|
+
## ⭐ Specialized Product Plugins
|
|
853
|
+
|
|
854
|
+
### ♿ The "AAS Accessibility & Inclusive UX" Plugin
|
|
855
|
+
|
|
856
|
+
_Design, frontend, QA, and product teams improving accessible user experiences._
|
|
857
|
+
|
|
858
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe · Requires manual setup
|
|
859
|
+
|
|
860
|
+
- [`accesslint-audit`](../../skills/accesslint-audit/): Audit accessibility issues with AccessLint workflows.
|
|
861
|
+
- [`accesslint-scan`](../../skills/accesslint-scan/): Scan interfaces for accessibility regressions.
|
|
862
|
+
- [`screen-reader-testing`](../../skills/screen-reader-testing/): Test interfaces with screen-reader expectations.
|
|
863
|
+
- [`accesslint-diff`](../../skills/accesslint-diff/): Review accessibility changes and regressions in diffs.
|
|
864
|
+
- [`fixing-accessibility`](../../skills/fixing-accessibility/): Fix accessibility issues in product UI.
|
|
865
|
+
- [`ui-a11y`](../../skills/ui-a11y/): Audit WCAG, contrast, focus, labels, motion, and semantic HTML.
|
|
866
|
+
- [`webapp-testing`](../../skills/webapp-testing/): Use webapp-testing in this workflow.
|
|
867
|
+
- [`playwright-skill`](../../skills/playwright-skill/): Use playwright-skill in this workflow. _(manual setup)_
|
|
868
|
+
|
|
869
|
+
### 🔌 The "AAS API Platform Builder" Plugin
|
|
870
|
+
|
|
871
|
+
_Backend and platform teams designing APIs, contracts, auth, security, load tests, and observability._
|
|
872
|
+
|
|
873
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
874
|
+
|
|
875
|
+
- [`api-design-principles`](../../skills/api-design-principles/): Design clear and maintainable APIs.
|
|
876
|
+
- [`api-patterns`](../../skills/api-patterns/): Choose REST, GraphQL, tRPC, and API patterns.
|
|
877
|
+
- [`openapi-spec-generation`](../../skills/openapi-spec-generation/): Generate and maintain OpenAPI specifications.
|
|
878
|
+
- [`api-documentation`](../../skills/api-documentation/): Document APIs for users and maintainers.
|
|
879
|
+
- [`api-endpoint-builder`](../../skills/api-endpoint-builder/): Build API endpoints with sound boundaries.
|
|
880
|
+
- [`auth-implementation-patterns`](../../skills/auth-implementation-patterns/): Implement auth, sessions, JWT, and OAuth2 safely.
|
|
881
|
+
- [`api-security-best-practices`](../../skills/api-security-best-practices/): Apply secure API design practices.
|
|
882
|
+
- [`backend-architect`](../../skills/backend-architect/): Architect backend services and platform boundaries.
|
|
883
|
+
- [`k6-load-testing`](../../skills/k6-load-testing/): Run API and service load tests.
|
|
884
|
+
- [`observability-engineer`](../../skills/observability-engineer/): Design monitoring and observability systems.
|
|
885
|
+
|
|
886
|
+
### 💸 The "AAS SaaS Launch & Revenue" Plugin
|
|
887
|
+
|
|
888
|
+
_Founders and product teams launching, pricing, monetizing, measuring, and improving SaaS products._
|
|
889
|
+
|
|
890
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
891
|
+
|
|
892
|
+
- [`saas-mvp-launcher`](../../skills/saas-mvp-launcher/): Launch SaaS MVPs with practical product flow.
|
|
893
|
+
- [`micro-saas-launcher`](../../skills/micro-saas-launcher/): Plan and ship micro-SaaS products.
|
|
894
|
+
- [`pricing-strategy`](../../skills/pricing-strategy/): Design pricing and packaging strategy.
|
|
895
|
+
- [`monetization`](../../skills/monetization/): Design monetization systems deliberately.
|
|
896
|
+
- [`stripe-integration`](../../skills/stripe-integration/): Integrate Stripe payments and subscriptions.
|
|
897
|
+
- [`analytics-product`](../../skills/analytics-product/): Model product analytics and product metrics.
|
|
898
|
+
- [`launch-strategy`](../../skills/launch-strategy/): Plan product launches and go-to-market steps.
|
|
899
|
+
- [`referral-program`](../../skills/referral-program/): Design referral and growth loops.
|
|
900
|
+
- [`email-sequence`](../../skills/email-sequence/): Write automated lifecycle email campaigns.
|
|
901
|
+
- [`seo-audit`](../../skills/seo-audit/): Audit technical SEO and discoverability.
|
|
902
|
+
|
|
903
|
+
### 🧠 The "AAS AI Product & Evaluation Ops" Plugin
|
|
904
|
+
|
|
905
|
+
_PMs, founders, and AI product teams defining, measuring, and improving AI features._
|
|
906
|
+
|
|
907
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
908
|
+
|
|
909
|
+
- [`ai-wrapper-product`](../../skills/ai-wrapper-product/): Shape AI wrapper products with clearer value.
|
|
910
|
+
- [`agent-evaluation`](../../skills/agent-evaluation/): Evaluate agent reliability and performance.
|
|
911
|
+
- [`langfuse`](../../skills/langfuse/): Trace, evaluate, and monitor LLM apps.
|
|
912
|
+
- [`llm-app-patterns`](../../skills/llm-app-patterns/): Use production LLM application patterns.
|
|
913
|
+
- [`context-window-management`](../../skills/context-window-management/): Manage long context effectively.
|
|
914
|
+
- [`kpi-dashboard-design`](../../skills/kpi-dashboard-design/): Design dashboards for decision-making.
|
|
915
|
+
- [`analytics-product`](../../skills/analytics-product/): Model product analytics and product metrics.
|
|
916
|
+
- [`product-manager`](../../skills/product-manager/): Apply product management judgment and planning.
|
|
917
|
+
- [`ab-test-setup`](../../skills/ab-test-setup/): Plan and validate experiments.
|
|
918
|
+
- [`hugging-face-evaluation`](../../skills/hugging-face-evaluation/): Evaluate AI models and datasets with Hugging Face workflows.
|
|
919
|
+
|
|
920
|
+
|
|
921
|
+
---
|
|
922
|
+
|
|
923
|
+
## 🧩 Specialized Product Plugins - Next Wave
|
|
924
|
+
|
|
925
|
+
### 🛠️ The "AAS Data Engineering Platform" Plugin
|
|
926
|
+
|
|
927
|
+
_Data and AI platform teams building pipelines, warehouses, transforms, embeddings, and RAG-ready data foundations._
|
|
928
|
+
|
|
929
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
930
|
+
|
|
931
|
+
- [`data-engineer`](../../skills/data-engineer/): Design and operate data pipelines.
|
|
932
|
+
- [`airflow-dag-patterns`](../../skills/airflow-dag-patterns/): Build maintainable Airflow DAGs.
|
|
933
|
+
- [`dbt-transformation-patterns`](../../skills/dbt-transformation-patterns/): Build dbt transformation pipelines.
|
|
934
|
+
- [`postgres-best-practices`](../../skills/postgres-best-practices/): Optimize Postgres schemas and queries.
|
|
935
|
+
- [`database-architect`](../../skills/database-architect/): Design robust database structures.
|
|
936
|
+
- [`vector-database-engineer`](../../skills/vector-database-engineer/): Design vector database systems.
|
|
937
|
+
- [`embedding-strategies`](../../skills/embedding-strategies/): Choose and operate embedding strategies.
|
|
938
|
+
- [`rag-engineer`](../../skills/rag-engineer/): Build retrieval-augmented generation systems.
|
|
939
|
+
- [`sql-pro`](../../skills/sql-pro/): Query and model data with modern SQL.
|
|
940
|
+
- [`fp-data-transforms`](../../skills/fp-data-transforms/): Build reliable data transformation flows.
|
|
941
|
+
|
|
942
|
+
### 🧾 The "AAS Privacy & Compliance Engineering" Plugin
|
|
943
|
+
|
|
944
|
+
_Teams building privacy-aware and compliance-sensitive SaaS, AI, finance, and cloud systems._
|
|
945
|
+
|
|
946
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
947
|
+
|
|
948
|
+
- [`privacy-by-design`](../../skills/privacy-by-design/): Apply privacy-by-design principles.
|
|
949
|
+
- [`gdpr-data-handling`](../../skills/gdpr-data-handling/): Handle GDPR-sensitive data safely.
|
|
950
|
+
- [`pci-compliance`](../../skills/pci-compliance/): Handle payment security and PCI expectations.
|
|
951
|
+
- [`fsi-compliance-checker`](../../skills/fsi-compliance-checker/): Check financial-services compliance requirements.
|
|
952
|
+
- [`spec-to-code-compliance`](../../skills/spec-to-code-compliance/): Verify implementation against written specs.
|
|
953
|
+
- [`security-audit`](../../skills/security-audit/): Audit security posture and controls.
|
|
954
|
+
- [`cc-skill-security-review`](../../skills/cc-skill-security-review/): Review features with a security checklist.
|
|
955
|
+
|
|
956
|
+
### 🌍 The "AAS Localization & International Growth" Plugin
|
|
957
|
+
|
|
958
|
+
_Growth, content, and product teams expanding sites and products across languages and markets._
|
|
959
|
+
|
|
960
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
961
|
+
|
|
962
|
+
- [`i18n-localization`](../../skills/i18n-localization/): Internationalize and localize product interfaces.
|
|
963
|
+
- [`seo-hreflang`](../../skills/seo-hreflang/): Implement hreflang and international SEO signals.
|
|
964
|
+
- [`seo-fundamentals`](../../skills/seo-fundamentals/): Apply durable SEO principles.
|
|
965
|
+
- [`seo-content-planner`](../../skills/seo-content-planner/): Plan SEO content clusters and calendars.
|
|
966
|
+
- [`seo-content-writer`](../../skills/seo-content-writer/): Write search-aware content drafts.
|
|
967
|
+
- [`schema-markup`](../../skills/schema-markup/): Add structured data for search visibility.
|
|
968
|
+
- [`content-creator`](../../skills/content-creator/): Create SEO-aware marketing content.
|
|
969
|
+
- [`copywriting`](../../skills/copywriting/): Write conversion-focused copy.
|
|
970
|
+
- [`analytics-tracking`](../../skills/analytics-tracking/): Set up reliable product analytics.
|
|
971
|
+
- [`apify-market-research`](../../skills/apify-market-research/): Research markets and competitors with Apify workflows.
|
|
972
|
+
|
|
829
973
|
## 📚 How to Use Bundles
|
|
830
974
|
|
|
831
975
|
### 1) Pick by immediate goal
|
|
@@ -917,4 +1061,4 @@ Found a skill that should be in a bundle? Or want to create a new bundle? [Open
|
|
|
917
1061
|
|
|
918
1062
|
---
|
|
919
1063
|
|
|
920
|
-
_Last updated: March 2026 | Total Skills: 1,
|
|
1064
|
+
_Last updated: March 2026 | Total Skills: 1,678+ | Total Bundles: 59_
|
|
@@ -12,7 +12,7 @@ Install the library into Claude Code, then invoke focused skills directly in the
|
|
|
12
12
|
|
|
13
13
|
## Why use this repo for Claude Code
|
|
14
14
|
|
|
15
|
-
- It includes 1,
|
|
15
|
+
- It includes 1,678+ skills instead of a narrow single-domain starter pack.
|
|
16
16
|
- It supports the standard `.claude/skills/` path and the Claude Code plugin marketplace flow.
|
|
17
17
|
- It also ships generated bundle plugins so teams can install focused packs like `Essentials` or `Security Developer` from the marketplace metadata.
|
|
18
18
|
- It includes onboarding docs, bundles, and workflows so new users do not need to guess where to begin.
|
|
@@ -12,7 +12,7 @@ Install into the Gemini skills path, then ask Gemini to apply one skill at a tim
|
|
|
12
12
|
|
|
13
13
|
- It installs directly into the expected Gemini skills path.
|
|
14
14
|
- It includes both core software engineering skills and deeper agent/LLM-oriented skills.
|
|
15
|
-
- It helps new users get started with bundles and workflows rather than forcing a cold start from 1,
|
|
15
|
+
- It helps new users get started with bundles and workflows rather than forcing a cold start from 1,678+ files.
|
|
16
16
|
- It is useful whether you want a broad internal skill library or a single repo to test many workflows quickly.
|
|
17
17
|
|
|
18
18
|
## Install Gemini CLI Skills
|
|
@@ -18,7 +18,7 @@ Kiro is AWS's agentic AI IDE that combines:
|
|
|
18
18
|
|
|
19
19
|
Kiro's agentic capabilities are enhanced by skills that provide:
|
|
20
20
|
|
|
21
|
-
- **Domain expertise** across 1,
|
|
21
|
+
- **Domain expertise** across 1,678+ specialized areas
|
|
22
22
|
- **Best practices** from Anthropic, OpenAI, Google, Microsoft, and AWS
|
|
23
23
|
- **Workflow automation** for common development tasks
|
|
24
24
|
- **AWS-specific patterns** for serverless, infrastructure, and cloud architecture
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
This roadmap shifts Antigravity Awesome Skills from "one giant plugin with every safe skill" toward a smaller set of focused, high-value Codex and Claude plugins.
|
|
4
4
|
|
|
5
|
-
The full catalog remains useful as a repository and installer. The plugin product should be different: clear jobs, narrow install surfaces, strong names, and skill groups that users can trust without browsing 1,
|
|
5
|
+
The full catalog remains useful as a repository and installer. The plugin product should be different: clear jobs, narrow install surfaces, strong names, and skill groups that users can trust without browsing 1,678 options.
|
|
6
6
|
|
|
7
7
|
## Official Codex Basis
|
|
8
8
|
|
|
@@ -19,7 +19,7 @@ That makes specialized plugins the better default product shape. A root plugin c
|
|
|
19
19
|
|
|
20
20
|
This pass evaluated the full local catalog in `data/skills_index.json`:
|
|
21
21
|
|
|
22
|
-
- Total skills evaluated: 1,
|
|
22
|
+
- Total skills evaluated: 1,678.
|
|
23
23
|
- Broadest categories: development, cloud, AI/ML, security, business, workflow, content, marketing, automation, and web development.
|
|
24
24
|
- Existing editorial bundles are all small and mostly plugin-compatible, which makes them a good starting point.
|
|
25
25
|
- The stronger opportunity is to turn the best bundles into first-class product plugins with sharper names, richer descriptions, and optional app/MCP extensions.
|
|
@@ -44,6 +44,10 @@ These should become the primary marketplace surface.
|
|
|
44
44
|
| AAS OSS Maintainer | Manage PRs, reviews, releases, changelogs, and repo guidance. | Very useful for this repository's own maintainer workflow. |
|
|
45
45
|
| AAS QA & Test Automation | Write, debug, stabilize, and scale tests. | Testing is a workflow chain: TDD, browser automation, failure diagnosis, and regression prevention. |
|
|
46
46
|
| AAS DevOps & Cloud | Ship infrastructure, deployment, and operational workflows. | Strong fit for scripts, deployment gates, incident practice, and cloud patterns. |
|
|
47
|
+
| AAS Accessibility & Inclusive UX | Audit, test, and fix accessible product experiences. | Accessibility is a standalone product-quality workflow across audit, automated scans, screen readers, fixes, and QA. |
|
|
48
|
+
| AAS API Platform Builder | Design language-agnostic API platforms. | Complements Python API Builder with OpenAPI, auth, security, documentation, load testing, and observability. |
|
|
49
|
+
| AAS SaaS Launch & Revenue | Launch, price, monetize, measure, and grow SaaS products. | Turns startup, pricing, payments, analytics, lifecycle, referral, and SEO skills into one revenue workflow. |
|
|
50
|
+
| AAS AI Product & Evaluation Ops | Define, evaluate, instrument, and improve AI product features. | Covers the PM/product side of AI: metrics, evals, tracing, experiments, model evaluation, and context constraints. |
|
|
47
51
|
|
|
48
52
|
## Tier 2 Plugins
|
|
49
53
|
|
|
@@ -56,6 +60,9 @@ These are promising and should be hardened after Tier 1.
|
|
|
56
60
|
| AAS Observability IR | Monitor systems, debug production, and write postmortems. | Operational work benefits from consistent proof gates. |
|
|
57
61
|
| AAS Python API Builder | Build Python APIs and services with tests. | Language-specialized plugin with practical framework coverage. |
|
|
58
62
|
| AAS Mobile App Builder | Ship Expo, React Native, Flutter, and iOS apps. | Covers architecture, release, CI, native platforms, and store optimization. |
|
|
63
|
+
| AAS Data Engineering Platform | Build pipelines, transforms, warehouses, embeddings, and RAG-ready data foundations. | Connects analytics engineering, data pipelines, vector databases, and AI data foundations. |
|
|
64
|
+
| AAS Privacy & Compliance Engineering | Engineer privacy and compliance controls. | Uses existing GDPR, PCI, privacy-by-design, compliance, spec, and security review skills without inventing new skills. |
|
|
65
|
+
| AAS Localization & International Growth | Expand products across languages and markets. | Combines existing i18n, hreflang, SEO, content, copy, analytics, and market research skills. |
|
|
59
66
|
|
|
60
67
|
## Recommended Product Changes
|
|
61
68
|
|
|
@@ -86,10 +93,10 @@ These are promising and should be hardened after Tier 1.
|
|
|
86
93
|
|
|
87
94
|
Implemented in the repository:
|
|
88
95
|
|
|
89
|
-
- `data/editorial-bundles.json` includes all
|
|
96
|
+
- `data/editorial-bundles.json` includes all 22 specialized plugin candidates.
|
|
90
97
|
- `data/specialized-plugin-candidates.json` remains the source-of-truth shortlist and rationale.
|
|
91
98
|
- `plugins/antigravity-bundle-aas-*` contains the generated plugin folders.
|
|
92
99
|
- `.agents/plugins/marketplace.json` and `.claude-plugin/marketplace.json` expose the generated plugin entries.
|
|
93
100
|
- `docs/users/bundles.md` renders the specialized plugin sections for users.
|
|
94
101
|
|
|
95
|
-
Future improvements should focus on
|
|
102
|
+
Future improvements should focus on brand metadata, optional MCP/app integrations where a plugin naturally needs live tools, and keeping every plugin backed by existing canonical skills.
|
|
@@ -14,7 +14,7 @@ If you came in through a **Claude Code** or **Codex** plugin instead of a full l
|
|
|
14
14
|
|
|
15
15
|
When you ran `npx antigravity-awesome-skills` or cloned the repository, you:
|
|
16
16
|
|
|
17
|
-
✅ **Downloaded 1,
|
|
17
|
+
✅ **Downloaded 1,678+ skill files** to your computer (default: `~/.agents/skills/`; or a custom path like `~/.agent/skills/` if you used `--path`)
|
|
18
18
|
✅ **Made them available** to your AI assistant
|
|
19
19
|
❌ **Did NOT enable them all automatically** (they're just sitting there, waiting)
|
|
20
20
|
|
|
@@ -34,7 +34,7 @@ Bundles are **curated groups** of skills organized by role. They help you decide
|
|
|
34
34
|
|
|
35
35
|
**Analogy:**
|
|
36
36
|
|
|
37
|
-
- You installed a toolbox with 1,
|
|
37
|
+
- You installed a toolbox with 1,678+ tools (✅ done)
|
|
38
38
|
- Bundles are like **labeled organizer trays** saying: "If you're a carpenter, start with these 10 tools"
|
|
39
39
|
- You can either **pick skills from the tray** or install that tray as a focused marketplace bundle plugin
|
|
40
40
|
|
|
@@ -212,7 +212,7 @@ Let's actually use a skill right now. Follow these steps:
|
|
|
212
212
|
|
|
213
213
|
## Step 5: Picking Your First Skills (Practical Advice)
|
|
214
214
|
|
|
215
|
-
Don't try to use all 1,
|
|
215
|
+
Don't try to use all 1,678+ skills at once. Here's a sensible approach:
|
|
216
216
|
|
|
217
217
|
If you want a tool-specific starting point before choosing skills, use:
|
|
218
218
|
|
|
@@ -343,7 +343,7 @@ Usually no, but if your AI doesn't recognize a skill:
|
|
|
343
343
|
|
|
344
344
|
### "Can I load all skills into the model at once?"
|
|
345
345
|
|
|
346
|
-
No. Even though you have 1,
|
|
346
|
+
No. Even though you have 1,678+ skills installed locally, you should **not** concatenate every `SKILL.md` into a single system prompt or context block.
|
|
347
347
|
|
|
348
348
|
The intended pattern is:
|
|
349
349
|
|
|
@@ -34,7 +34,7 @@ antigravity-awesome-skills/
|
|
|
34
34
|
├── 📄 CONTRIBUTING.md ← Contributor workflow
|
|
35
35
|
├── 📄 CATALOG.md ← Full generated catalog
|
|
36
36
|
│
|
|
37
|
-
├── 📁 skills/ ← 1,
|
|
37
|
+
├── 📁 skills/ ← 1,678+ skills live here
|
|
38
38
|
│ │
|
|
39
39
|
│ ├── 📁 brainstorming/
|
|
40
40
|
│ │ └── 📄 SKILL.md ← Skill definition
|
|
@@ -47,7 +47,7 @@ antigravity-awesome-skills/
|
|
|
47
47
|
│ │ └── 📁 2d-games/
|
|
48
48
|
│ │ └── 📄 SKILL.md ← Nested skills also supported
|
|
49
49
|
│ │
|
|
50
|
-
│ └── ... (1,
|
|
50
|
+
│ └── ... (1,678+ total)
|
|
51
51
|
│
|
|
52
52
|
├── 📁 apps/
|
|
53
53
|
│ └── 📁 web-app/ ← Interactive browser
|
|
@@ -100,7 +100,7 @@ antigravity-awesome-skills/
|
|
|
100
100
|
|
|
101
101
|
```
|
|
102
102
|
┌─────────────────────────┐
|
|
103
|
-
│ 1,
|
|
103
|
+
│ 1,678+ SKILLS │
|
|
104
104
|
└────────────┬────────────┘
|
|
105
105
|
│
|
|
106
106
|
┌────────────────────────┼────────────────────────┐
|
|
@@ -201,7 +201,7 @@ If you want a workspace-style manual install instead, cloning into `.agent/skill
|
|
|
201
201
|
│ ├── 📁 brainstorming/ │
|
|
202
202
|
│ ├── 📁 stripe-integration/ │
|
|
203
203
|
│ ├── 📁 react-best-practices/ │
|
|
204
|
-
│ └── ... (1,
|
|
204
|
+
│ └── ... (1,678+ total) │
|
|
205
205
|
└─────────────────────────────────────────┘
|
|
206
206
|
```
|
|
207
207
|
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
# ADR Format
|
|
2
|
+
|
|
3
|
+
ADRs live in `docs/adr/` and use sequential numbering: `0001-slug.md`, `0002-slug.md`, etc.
|
|
4
|
+
|
|
5
|
+
Create the `docs/adr/` directory lazily — only when the first ADR is needed.
|
|
6
|
+
|
|
7
|
+
## Template
|
|
8
|
+
|
|
9
|
+
```md
|
|
10
|
+
# {Short title of the decision}
|
|
11
|
+
|
|
12
|
+
{1-3 sentences: what's the context, what did we decide, and why.}
|
|
13
|
+
```
|
|
14
|
+
|
|
15
|
+
That's it. An ADR can be a single paragraph. The value is in recording *that* a decision was made and *why* — not in filling out sections.
|
|
16
|
+
|
|
17
|
+
## Optional sections
|
|
18
|
+
|
|
19
|
+
Only include these when they add genuine value. Most ADRs won't need them.
|
|
20
|
+
|
|
21
|
+
- **Status** frontmatter (`proposed | accepted | deprecated | superseded by ADR-NNNN`) — useful when decisions are revisited
|
|
22
|
+
- **Considered Options** — only when the rejected alternatives are worth remembering
|
|
23
|
+
- **Consequences** — only when non-obvious downstream effects need to be called out
|
|
24
|
+
|
|
25
|
+
## Numbering
|
|
26
|
+
|
|
27
|
+
Scan `docs/adr/` for the highest existing number and increment by one.
|
|
28
|
+
|
|
29
|
+
## When to offer an ADR
|
|
30
|
+
|
|
31
|
+
All three of these must be true:
|
|
32
|
+
|
|
33
|
+
1. **Hard to reverse** — the cost of changing your mind later is meaningful
|
|
34
|
+
2. **Surprising without context** — a future reader will look at the code and wonder "why on earth did they do it this way?"
|
|
35
|
+
3. **The result of a real trade-off** — there were genuine alternatives and you picked one for specific reasons
|
|
36
|
+
|
|
37
|
+
If a decision is easy to reverse, skip it — you'll just reverse it. If it's not surprising, nobody will wonder why. If there was no real alternative, there's nothing to record beyond "we did the obvious thing."
|
|
38
|
+
|
|
39
|
+
### What qualifies
|
|
40
|
+
|
|
41
|
+
- **Architectural shape.** "We're using a monorepo." "The write model is event-sourced, the read model is projected into Postgres."
|
|
42
|
+
- **Integration patterns between contexts.** "Ordering and Billing communicate via domain events, not synchronous HTTP."
|
|
43
|
+
- **Technology choices that carry lock-in.** Database, message bus, auth provider, deployment target. Not every library — just the ones that would take a quarter to swap out.
|
|
44
|
+
- **Boundary and scope decisions.** "Customer data is owned by the Customer context; other contexts reference it by ID only." The explicit no-s are as valuable as the yes-s.
|
|
45
|
+
- **Deliberate deviations from the obvious path.** "We're using manual SQL instead of an ORM because X." Anything where a reasonable reader would assume the opposite. These stop the next engineer from "fixing" something that was deliberate.
|
|
46
|
+
- **Constraints not visible in the code.** "We can't use AWS because of compliance requirements." "Response times must be under 200ms because of the partner API contract."
|
|
47
|
+
- **Rejected alternatives when the rejection is non-obvious.** If you considered GraphQL and picked REST for subtle reasons, record it — otherwise someone will suggest GraphQL again in six months.
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
# CONTEXT.md Format
|
|
2
|
+
|
|
3
|
+
## Structure
|
|
4
|
+
|
|
5
|
+
```md
|
|
6
|
+
# {Context Name}
|
|
7
|
+
|
|
8
|
+
{One or two sentence description of what this context is and why it exists.}
|
|
9
|
+
|
|
10
|
+
## Language
|
|
11
|
+
|
|
12
|
+
**Order**:
|
|
13
|
+
{A one or two sentence description of the term}
|
|
14
|
+
_Avoid_: Purchase, transaction
|
|
15
|
+
|
|
16
|
+
**Invoice**:
|
|
17
|
+
A request for payment sent to a customer after delivery.
|
|
18
|
+
_Avoid_: Bill, payment request
|
|
19
|
+
|
|
20
|
+
**Customer**:
|
|
21
|
+
A person or organization that places orders.
|
|
22
|
+
_Avoid_: Client, buyer, account
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
## Rules
|
|
26
|
+
|
|
27
|
+
- **Be opinionated.** When multiple words exist for the same concept, pick the best one and list the others under `_Avoid_`.
|
|
28
|
+
- **Keep definitions tight.** One or two sentences max. Define what it IS, not what it does.
|
|
29
|
+
- **Only include terms specific to this project's context.** General programming concepts (timeouts, error types, utility patterns) don't belong even if the project uses them extensively. Before adding a term, ask: is this a concept unique to this context, or a general programming concept? Only the former belongs.
|
|
30
|
+
- **Group terms under subheadings** when natural clusters emerge. If all terms belong to a single cohesive area, a flat list is fine.
|
|
31
|
+
|
|
32
|
+
## Single vs multi-context repos
|
|
33
|
+
|
|
34
|
+
**Single context (most repos):** One `CONTEXT.md` at the repo root.
|
|
35
|
+
|
|
36
|
+
**Multiple contexts:** A `CONTEXT-MAP.md` at the repo root lists the contexts, where they live, and how they relate to each other:
|
|
37
|
+
|
|
38
|
+
```md
|
|
39
|
+
# Context Map
|
|
40
|
+
|
|
41
|
+
## Contexts
|
|
42
|
+
|
|
43
|
+
- [Ordering](./src/ordering/CONTEXT.md) — receives and tracks customer orders
|
|
44
|
+
- [Billing](./src/billing/CONTEXT.md) — generates invoices and processes payments
|
|
45
|
+
- [Fulfillment](./src/fulfillment/CONTEXT.md) — manages warehouse picking and shipping
|
|
46
|
+
|
|
47
|
+
## Relationships
|
|
48
|
+
|
|
49
|
+
- **Ordering → Fulfillment**: Ordering emits `OrderPlaced` events; Fulfillment consumes them to start picking
|
|
50
|
+
- **Fulfillment → Billing**: Fulfillment emits `ShipmentDispatched` events; Billing consumes them to generate invoices
|
|
51
|
+
- **Ordering ↔ Billing**: Shared types for `CustomerId` and `Money`
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
The skill infers which structure applies:
|
|
55
|
+
|
|
56
|
+
- If `CONTEXT-MAP.md` exists, read it to find contexts
|
|
57
|
+
- If only a root `CONTEXT.md` exists, single context
|
|
58
|
+
- If neither exists, create a root `CONTEXT.md` lazily when the first term is resolved
|
|
59
|
+
|
|
60
|
+
When multiple contexts exist, infer which one the current topic relates to. If unclear, ask.
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: domain-modeling
|
|
3
|
+
description: Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.
|
|
4
|
+
category: "architecture"
|
|
5
|
+
risk: "safe"
|
|
6
|
+
source: "community"
|
|
7
|
+
source_repo: "mattpocock/skills"
|
|
8
|
+
source_type: "community"
|
|
9
|
+
date_added: "2026-06-19"
|
|
10
|
+
author: "Matt Pocock"
|
|
11
|
+
license: "MIT"
|
|
12
|
+
license_source: "https://github.com/mattpocock/skills/blob/main/LICENSE"
|
|
13
|
+
tags:
|
|
14
|
+
- architecture
|
|
15
|
+
- workflow
|
|
16
|
+
- coding-agents
|
|
17
|
+
tools:
|
|
18
|
+
- claude-code
|
|
19
|
+
- codex-cli
|
|
20
|
+
- cursor
|
|
21
|
+
---
|
|
22
|
+
|
|
23
|
+
# Domain Modeling
|
|
24
|
+
|
|
25
|
+
## When to Use
|
|
26
|
+
|
|
27
|
+
Use when this workflow matches the user request: Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
_Source: [mattpocock/skills](https://github.com/mattpocock/skills) (MIT)._
|
|
31
|
+
|
|
32
|
+
Actively build and sharpen the project's domain model as you design. This is the *active* discipline — challenging terms, inventing edge-case scenarios, and writing the glossary and decisions down the moment they crystallise. (Merely *reading* `CONTEXT.md` for vocabulary is not this skill — that's a one-line habit any skill can do. This skill is for when you're changing the model, not just consuming it.)
|
|
33
|
+
|
|
34
|
+
## File structure
|
|
35
|
+
|
|
36
|
+
Most repos have a single context:
|
|
37
|
+
|
|
38
|
+
```
|
|
39
|
+
/
|
|
40
|
+
├── CONTEXT.md
|
|
41
|
+
├── docs/
|
|
42
|
+
│ └── adr/
|
|
43
|
+
│ ├── 0001-event-sourced-orders.md
|
|
44
|
+
│ └── 0002-postgres-for-write-model.md
|
|
45
|
+
└── src/
|
|
46
|
+
```
|
|
47
|
+
|
|
48
|
+
If a `CONTEXT-MAP.md` exists at the root, the repo has multiple contexts. The map points to where each one lives:
|
|
49
|
+
|
|
50
|
+
```
|
|
51
|
+
/
|
|
52
|
+
├── CONTEXT-MAP.md
|
|
53
|
+
├── docs/
|
|
54
|
+
│ └── adr/ ← system-wide decisions
|
|
55
|
+
├── src/
|
|
56
|
+
│ ├── ordering/
|
|
57
|
+
│ │ ├── CONTEXT.md
|
|
58
|
+
│ │ └── docs/adr/ ← context-specific decisions
|
|
59
|
+
│ └── billing/
|
|
60
|
+
│ ├── CONTEXT.md
|
|
61
|
+
│ └── docs/adr/
|
|
62
|
+
```
|
|
63
|
+
|
|
64
|
+
Create files lazily — only when you have something to write. If no `CONTEXT.md` exists, create one when the first term is resolved. If no `docs/adr/` exists, create it when the first ADR is needed.
|
|
65
|
+
|
|
66
|
+
## During the session
|
|
67
|
+
|
|
68
|
+
### Challenge against the glossary
|
|
69
|
+
|
|
70
|
+
When the user uses a term that conflicts with the existing language in `CONTEXT.md`, call it out immediately. "Your glossary defines 'cancellation' as X, but you seem to mean Y — which is it?"
|
|
71
|
+
|
|
72
|
+
### Sharpen fuzzy language
|
|
73
|
+
|
|
74
|
+
When the user uses vague or overloaded terms, propose a precise canonical term. "You're saying 'account' — do you mean the Customer or the User? Those are different things."
|
|
75
|
+
|
|
76
|
+
### Discuss concrete scenarios
|
|
77
|
+
|
|
78
|
+
When domain relationships are being discussed, stress-test them with specific scenarios. Invent scenarios that probe edge cases and force the user to be precise about the boundaries between concepts.
|
|
79
|
+
|
|
80
|
+
### Cross-reference with code
|
|
81
|
+
|
|
82
|
+
When the user states how something works, check whether the code agrees. If you find a contradiction, surface it: "Your code cancels entire Orders, but you just said partial cancellation is possible — which is right?"
|
|
83
|
+
|
|
84
|
+
### Update CONTEXT.md inline
|
|
85
|
+
|
|
86
|
+
When a term is resolved, update `CONTEXT.md` right there. Don't batch these up — capture them as they happen. Use the format in [CONTEXT-FORMAT.md](./CONTEXT-FORMAT.md).
|
|
87
|
+
|
|
88
|
+
`CONTEXT.md` should be totally devoid of implementation details. Do not treat `CONTEXT.md` as a spec, a scratch pad, or a repository for implementation decisions. It is a glossary and nothing else.
|
|
89
|
+
|
|
90
|
+
### Offer ADRs sparingly
|
|
91
|
+
|
|
92
|
+
Only offer to create an ADR when all three are true:
|
|
93
|
+
|
|
94
|
+
1. **Hard to reverse** — the cost of changing your mind later is meaningful
|
|
95
|
+
2. **Surprising without context** — a future reader will wonder "why did they do it this way?"
|
|
96
|
+
3. **The result of a real trade-off** — there were genuine alternatives and you picked one for specific reasons
|
|
97
|
+
|
|
98
|
+
If any of the three is missing, skip the ADR. Use the format in [ADR-FORMAT.md](./ADR-FORMAT.md).
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
## Limitations
|
|
102
|
+
|
|
103
|
+
- Requires the upstream tool, account, API key, or local setup when the workflow names one.
|
|
104
|
+
- Does not authorize destructive, production, paid, or external-message actions without explicit user approval.
|
|
105
|
+
- Validate generated artifacts or recommendations against the user's real sources before treating them as final.
|