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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"updatedAt": "2026-06-
|
|
3
|
+
"updatedAt": "2026-06-21T02:30:50.258Z",
|
|
4
4
|
"entries": [
|
|
5
5
|
"00-andruia-consultant",
|
|
6
6
|
"007",
|
|
@@ -78,6 +78,7 @@
|
|
|
78
78
|
"android-cli",
|
|
79
79
|
"android-dev",
|
|
80
80
|
"android-jetpack-compose-expert",
|
|
81
|
+
"android-ui-journey-testing",
|
|
81
82
|
"android_ui_verification",
|
|
82
83
|
"angular",
|
|
83
84
|
"angular-best-practices",
|
|
@@ -128,6 +129,7 @@
|
|
|
128
129
|
"arm-cortex-expert",
|
|
129
130
|
"article-illustrations",
|
|
130
131
|
"asana-automation",
|
|
132
|
+
"ask-matt",
|
|
131
133
|
"ask-questions-if-underspecified",
|
|
132
134
|
"astro",
|
|
133
135
|
"astropy",
|
|
@@ -314,6 +316,7 @@
|
|
|
314
316
|
"browser-automation",
|
|
315
317
|
"browser-extension-builder",
|
|
316
318
|
"bug-hunter",
|
|
319
|
+
"bugs-are-annoying",
|
|
317
320
|
"build",
|
|
318
321
|
"building-native-ui",
|
|
319
322
|
"bulletmind",
|
|
@@ -393,6 +396,7 @@
|
|
|
393
396
|
"codebase-cleanup-deps-audit",
|
|
394
397
|
"codebase-cleanup-refactor-clean",
|
|
395
398
|
"codebase-cleanup-tech-debt",
|
|
399
|
+
"codebase-design",
|
|
396
400
|
"codebase-to-wordpress-converter",
|
|
397
401
|
"codex-fable5",
|
|
398
402
|
"codex-review",
|
|
@@ -401,6 +405,7 @@
|
|
|
401
405
|
"commit",
|
|
402
406
|
"competitive-landscape",
|
|
403
407
|
"competitor-alternatives",
|
|
408
|
+
"competitor-analysis",
|
|
404
409
|
"complexity-cuts",
|
|
405
410
|
"composition-patterns",
|
|
406
411
|
"comprehensive-review-full-review",
|
|
@@ -510,6 +515,55 @@
|
|
|
510
515
|
"deployment-pipeline-design",
|
|
511
516
|
"deployment-procedures",
|
|
512
517
|
"deployment-validation-config-validate",
|
|
518
|
+
"design-it",
|
|
519
|
+
"design-it/3d-ui",
|
|
520
|
+
"design-it/ai-native-ui",
|
|
521
|
+
"design-it/aurora-ui",
|
|
522
|
+
"design-it/bento-ui",
|
|
523
|
+
"design-it/brutalism",
|
|
524
|
+
"design-it/brutalist-typography",
|
|
525
|
+
"design-it/card-based-design",
|
|
526
|
+
"design-it/claymorphism",
|
|
527
|
+
"design-it/color-blocking",
|
|
528
|
+
"design-it/command-center-ui",
|
|
529
|
+
"design-it/cyber-y2k",
|
|
530
|
+
"design-it/cyberpunk-ui",
|
|
531
|
+
"design-it/dark-mode",
|
|
532
|
+
"design-it/dashboard-design",
|
|
533
|
+
"design-it/data-dense-design",
|
|
534
|
+
"design-it/duotone-design",
|
|
535
|
+
"design-it/editorial-design",
|
|
536
|
+
"design-it/flat-design",
|
|
537
|
+
"design-it/flat-design-2",
|
|
538
|
+
"design-it/floating-ui",
|
|
539
|
+
"design-it/frutiger-aero",
|
|
540
|
+
"design-it/glassmorphism",
|
|
541
|
+
"design-it/gradient-design",
|
|
542
|
+
"design-it/high-contrast",
|
|
543
|
+
"design-it/holographic-ui",
|
|
544
|
+
"design-it/isometric-design",
|
|
545
|
+
"design-it/layered-design",
|
|
546
|
+
"design-it/material-design",
|
|
547
|
+
"design-it/maximalism",
|
|
548
|
+
"design-it/minimalism",
|
|
549
|
+
"design-it/monochromatic-ui",
|
|
550
|
+
"design-it/neo-brutalism",
|
|
551
|
+
"design-it/neumorphism",
|
|
552
|
+
"design-it/retro-design",
|
|
553
|
+
"design-it/retro-futurism",
|
|
554
|
+
"design-it/sci-fi-interface",
|
|
555
|
+
"design-it/skeuomorphism",
|
|
556
|
+
"design-it/soft-pastel",
|
|
557
|
+
"design-it/spatial-computing-ui",
|
|
558
|
+
"design-it/spatial-design",
|
|
559
|
+
"design-it/swiss-design",
|
|
560
|
+
"design-it/synthwave",
|
|
561
|
+
"design-it/tile-design",
|
|
562
|
+
"design-it/typography-first",
|
|
563
|
+
"design-it/vaporwave",
|
|
564
|
+
"design-it/vibrant-maximalism",
|
|
565
|
+
"design-it/widget-based-design",
|
|
566
|
+
"design-it/y2k-design",
|
|
513
567
|
"design-md",
|
|
514
568
|
"design-orchestration",
|
|
515
569
|
"design-spells",
|
|
@@ -519,6 +573,7 @@
|
|
|
519
573
|
"development",
|
|
520
574
|
"devops-deploy",
|
|
521
575
|
"devops-troubleshooter",
|
|
576
|
+
"diagnosing-bugs",
|
|
522
577
|
"diary",
|
|
523
578
|
"differential-review",
|
|
524
579
|
"discord-automation",
|
|
@@ -540,6 +595,7 @@
|
|
|
540
595
|
"docusign-automation",
|
|
541
596
|
"docx-official",
|
|
542
597
|
"domain-driven-design",
|
|
598
|
+
"domain-modeling",
|
|
543
599
|
"dos-verify-done-claims",
|
|
544
600
|
"dotnet-architect",
|
|
545
601
|
"dotnet-backend",
|
|
@@ -719,8 +775,12 @@
|
|
|
719
775
|
"grafana-dashboards",
|
|
720
776
|
"graphql",
|
|
721
777
|
"graphql-architect",
|
|
778
|
+
"grill-me",
|
|
779
|
+
"grill-with-docs",
|
|
780
|
+
"grilling",
|
|
722
781
|
"growth-engine",
|
|
723
782
|
"grpc-golang",
|
|
783
|
+
"handoff",
|
|
724
784
|
"hasdata",
|
|
725
785
|
"hasdata-cli",
|
|
726
786
|
"haskell-pro",
|
|
@@ -777,8 +837,10 @@
|
|
|
777
837
|
"idor-testing",
|
|
778
838
|
"ii-commons",
|
|
779
839
|
"ilya-sutskever",
|
|
840
|
+
"image-generator",
|
|
780
841
|
"image-studio",
|
|
781
842
|
"imagen",
|
|
843
|
+
"improve-codebase-architecture",
|
|
782
844
|
"incident-responder",
|
|
783
845
|
"incident-response-incident-response",
|
|
784
846
|
"incident-response-smart-fix",
|
|
@@ -842,6 +904,7 @@
|
|
|
842
904
|
"latex-paper-conversion",
|
|
843
905
|
"launch-strategy",
|
|
844
906
|
"lead-magnets",
|
|
907
|
+
"learn",
|
|
845
908
|
"legacy-modernizer",
|
|
846
909
|
"legal-advisor",
|
|
847
910
|
"leiloeiro-avaliacao",
|
|
@@ -851,6 +914,7 @@
|
|
|
851
914
|
"leiloeiro-mercado",
|
|
852
915
|
"leiloeiro-risco",
|
|
853
916
|
"lemmaly",
|
|
917
|
+
"lesson-generator",
|
|
854
918
|
"lex",
|
|
855
919
|
"libreoffice/base",
|
|
856
920
|
"libreoffice/calc",
|
|
@@ -875,6 +939,7 @@
|
|
|
875
939
|
"llm-application-dev-ai-assistant",
|
|
876
940
|
"llm-application-dev-langchain-agent",
|
|
877
941
|
"llm-application-dev-prompt-optimize",
|
|
942
|
+
"llm-council",
|
|
878
943
|
"llm-evaluation",
|
|
879
944
|
"llm-ops",
|
|
880
945
|
"llm-prompt-optimizer",
|
|
@@ -887,6 +952,7 @@
|
|
|
887
952
|
"longbridge",
|
|
888
953
|
"lookdev",
|
|
889
954
|
"lookdev-auto",
|
|
955
|
+
"loop-library",
|
|
890
956
|
"loss-aversion-designer",
|
|
891
957
|
"lovable-cleanup",
|
|
892
958
|
"m365-agents-dotnet",
|
|
@@ -899,6 +965,10 @@
|
|
|
899
965
|
"magic-animator",
|
|
900
966
|
"magic-ui-generator",
|
|
901
967
|
"mailchimp-automation",
|
|
968
|
+
"mailtrap-managing-contacts",
|
|
969
|
+
"mailtrap-sending-emails",
|
|
970
|
+
"mailtrap-setting-up-sending-domain",
|
|
971
|
+
"mailtrap-testing-with-sandbox",
|
|
902
972
|
"make-automation",
|
|
903
973
|
"makepad-animation",
|
|
904
974
|
"makepad-basics",
|
|
@@ -1136,6 +1206,7 @@
|
|
|
1136
1206
|
"prompt-library",
|
|
1137
1207
|
"protect-mcp-governance",
|
|
1138
1208
|
"protocol-reverse-engineering",
|
|
1209
|
+
"prototype",
|
|
1139
1210
|
"pubmed-database",
|
|
1140
1211
|
"puzzle-activity-planner",
|
|
1141
1212
|
"pydantic-ai",
|
|
@@ -1292,6 +1363,7 @@
|
|
|
1292
1363
|
"server-management",
|
|
1293
1364
|
"service-mesh-expert",
|
|
1294
1365
|
"service-mesh-observability",
|
|
1366
|
+
"setup-matt-pocock-skills",
|
|
1295
1367
|
"sexual-health-analyzer",
|
|
1296
1368
|
"shadcn",
|
|
1297
1369
|
"shader-programming-glsl",
|
|
@@ -1392,6 +1464,7 @@
|
|
|
1392
1464
|
"super-code/typescript",
|
|
1393
1465
|
"superpowers-lab",
|
|
1394
1466
|
"supply-chain-risk-auditor",
|
|
1467
|
+
"survey-generator",
|
|
1395
1468
|
"sveltekit",
|
|
1396
1469
|
"swift-concurrency-expert",
|
|
1397
1470
|
"swiftui-expert-skill",
|
|
@@ -1408,6 +1481,7 @@
|
|
|
1408
1481
|
"task-intelligence",
|
|
1409
1482
|
"tavily-web",
|
|
1410
1483
|
"tcm-constitution-analyzer",
|
|
1484
|
+
"tdd",
|
|
1411
1485
|
"tdd-orchestrator",
|
|
1412
1486
|
"tdd-workflow",
|
|
1413
1487
|
"tdd-workflows",
|
|
@@ -1415,6 +1489,7 @@
|
|
|
1415
1489
|
"tdd-workflows-tdd-green",
|
|
1416
1490
|
"tdd-workflows-tdd-red",
|
|
1417
1491
|
"tdd-workflows-tdd-refactor",
|
|
1492
|
+
"teach",
|
|
1418
1493
|
"team-collaboration-issue",
|
|
1419
1494
|
"team-collaboration-standup-notes",
|
|
1420
1495
|
"team-composition-analysis",
|
|
@@ -1452,15 +1527,19 @@
|
|
|
1452
1527
|
"threejs-textures",
|
|
1453
1528
|
"tiktok-automation",
|
|
1454
1529
|
"tmux",
|
|
1530
|
+
"to-issues",
|
|
1531
|
+
"to-prd",
|
|
1455
1532
|
"todoist-automation",
|
|
1456
1533
|
"tokenwise",
|
|
1457
1534
|
"tool-design",
|
|
1458
1535
|
"tool-use-guardian",
|
|
1536
|
+
"tools-page-seo-optimizer",
|
|
1459
1537
|
"top-web-vulnerabilities",
|
|
1460
1538
|
"track-management",
|
|
1461
1539
|
"transformers-js",
|
|
1462
1540
|
"travel-health-analyzer",
|
|
1463
1541
|
"trello-automation",
|
|
1542
|
+
"triage",
|
|
1464
1543
|
"trigger-dev",
|
|
1465
1544
|
"trpc-fullstack",
|
|
1466
1545
|
"trust-calibrator",
|
|
@@ -1552,6 +1631,7 @@
|
|
|
1552
1631
|
"whatsapp-automation",
|
|
1553
1632
|
"whatsapp-cloud-api",
|
|
1554
1633
|
"wiki-architect",
|
|
1634
|
+
"wiki-builder",
|
|
1555
1635
|
"wiki-changelog",
|
|
1556
1636
|
"wiki-onboarding",
|
|
1557
1637
|
"wiki-page-writer",
|
|
@@ -1571,6 +1651,7 @@
|
|
|
1571
1651
|
"workflow-orchestration-patterns",
|
|
1572
1652
|
"workflow-patterns",
|
|
1573
1653
|
"wrike-automation",
|
|
1654
|
+
"writing-great-skills",
|
|
1574
1655
|
"writing-plans",
|
|
1575
1656
|
"writing-skills",
|
|
1576
1657
|
"x-article-publisher-skill",
|
|
@@ -1584,10 +1665,12 @@
|
|
|
1584
1665
|
"yann-lecun-debate",
|
|
1585
1666
|
"yann-lecun-filosofia",
|
|
1586
1667
|
"yann-lecun-tecnico",
|
|
1668
|
+
"yao-meta-skill",
|
|
1587
1669
|
"yes-md",
|
|
1588
1670
|
"yield-intelligence",
|
|
1589
1671
|
"youtube-automation",
|
|
1590
1672
|
"youtube-full",
|
|
1673
|
+
"youtube-notetaker",
|
|
1591
1674
|
"youtube-seo-optimizer",
|
|
1592
1675
|
"youtube-summarizer",
|
|
1593
1676
|
"zapier-make-patterns",
|
|
@@ -47,7 +47,14 @@ Users must have a 2slides API key and credits:
|
|
|
47
47
|
3. **Set API Key:** Store the key in environment variable: `SLIDES_2SLIDES_API_KEY`
|
|
48
48
|
|
|
49
49
|
```bash
|
|
50
|
-
|
|
50
|
+
read -r -s SLIDES_2SLIDES_API_KEY
|
|
51
|
+
export SLIDES_2SLIDES_API_KEY
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
4. **Install Script Dependencies:** From this skill directory, install the pinned local requirements before using the Python scripts:
|
|
55
|
+
|
|
56
|
+
```bash
|
|
57
|
+
python -m pip install -r requirements.txt
|
|
51
58
|
```
|
|
52
59
|
|
|
53
60
|
**Credit Costs:**
|
|
@@ -274,12 +281,6 @@ Section 2: [Subtopic]
|
|
|
274
281
|
|
|
275
282
|
Use the `create_pdf_slides.py` script:
|
|
276
283
|
|
|
277
|
-
Install the Python dependency first if it is not already available:
|
|
278
|
-
|
|
279
|
-
```bash
|
|
280
|
-
python -m pip install -r requirements.txt
|
|
281
|
-
```
|
|
282
|
-
|
|
283
284
|
```bash
|
|
284
285
|
# Basic generation
|
|
285
286
|
python scripts/create_pdf_slides.py --content "Your content here"
|
|
@@ -2,17 +2,23 @@
|
|
|
2
2
|
name: android-cli
|
|
3
3
|
description: Orchestrates Android development tasks including project creation, deployment, SDK management, and environment diagnostics using the `android` command-line tool.
|
|
4
4
|
category: tools
|
|
5
|
-
risk:
|
|
5
|
+
risk: critical
|
|
6
6
|
source: self
|
|
7
7
|
source_type: self
|
|
8
8
|
date_added: "2026-06-15"
|
|
9
9
|
author: Owais
|
|
10
10
|
tags: [android, cli, adb, mobile, build, emulator]
|
|
11
11
|
tools: [claude, cursor, gemini, antigravity]
|
|
12
|
+
plugin:
|
|
13
|
+
targets:
|
|
14
|
+
codex: blocked
|
|
15
|
+
claude: blocked
|
|
16
|
+
setup:
|
|
17
|
+
type: manual
|
|
18
|
+
summary: "Installer guidance executes remote Android CLI setup scripts; keep out of plugin-safe bundles."
|
|
19
|
+
docs: SKILL.md
|
|
12
20
|
---
|
|
13
21
|
|
|
14
|
-
<!-- security-allowlist: curl-pipe-bash -->
|
|
15
|
-
|
|
16
22
|
# Android CLI Specialist
|
|
17
23
|
|
|
18
24
|
This skill provides instructions for using the `android` CLI tool. The tool includes various commands for creating projects, running applications, interacting with devices, and managing the CLI environment.
|
|
@@ -26,11 +32,17 @@ This skill provides instructions for using the `android` CLI tool. The tool incl
|
|
|
26
32
|
|
|
27
33
|
## Installation
|
|
28
34
|
|
|
29
|
-
If the `android` tool is not in the path,
|
|
35
|
+
If the `android` tool is not in the path, download the platform installer to a private temporary directory, inspect it, then run it only after the user confirms the source and contents:
|
|
36
|
+
|
|
37
|
+
```bash
|
|
38
|
+
tmpdir="$(mktemp -d "${TMPDIR:-/tmp}/android-cli.XXXXXX")" || exit 1
|
|
39
|
+
curl -fsSL https://dl.google.com/android/cli/latest/linux_x86_64/install.sh -o "$tmpdir/install.sh"
|
|
40
|
+
sed -n '1,160p' "$tmpdir/install.sh"
|
|
41
|
+
# After review and explicit user confirmation:
|
|
42
|
+
bash "$tmpdir/install.sh"
|
|
43
|
+
```
|
|
30
44
|
|
|
31
|
-
|
|
32
|
-
- **macOS:** `curl -fsSL https://dl.google.com/android/cli/latest/darwin_arm64/install.sh | bash`
|
|
33
|
-
- **Windows:** `curl.exe -fsSL https://dl.google.com/android/cli/latest/windows_x86_64/install.cmd -o "%TEMP%\i.cmd" && "%TEMP%\i.cmd"`
|
|
45
|
+
Use the matching `darwin_arm64/install.sh` or `windows_x86_64/install.cmd` URL for macOS or Windows. Do not pipe mutable network installer scripts directly into a shell.
|
|
34
46
|
|
|
35
47
|
## SDK Management
|
|
36
48
|
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: android-ui-journey-testing
|
|
3
|
+
description: "XML-specified Android UI journey testing, interactive step execution, assertion verification, and JSON outcome reporting."
|
|
4
|
+
category: testing
|
|
5
|
+
risk: critical
|
|
6
|
+
source: self
|
|
7
|
+
source_type: self
|
|
8
|
+
date_added: "2026-06-18"
|
|
9
|
+
author: Owais
|
|
10
|
+
tags: [android, journey-testing, ui-verification, testing, adb, automation]
|
|
11
|
+
tools: [claude, cursor, gemini, antigravity]
|
|
12
|
+
---
|
|
13
|
+
|
|
14
|
+
# Android UI Journey Testing
|
|
15
|
+
|
|
16
|
+
## Overview
|
|
17
|
+
|
|
18
|
+
This skill outlines the standard workflow for running XML-specified User Journey tests on Android applications. A "journey" is a sequenced set of user actions and state assertions designed to verify end-to-end functionality. The journey XML acts as the source of truth for the app's behavior. The executor proceeds sequentially, performing UI interactions, checking state assertions, and writing a standardized JSON outcome report.
|
|
19
|
+
|
|
20
|
+
## When to Use
|
|
21
|
+
|
|
22
|
+
- Use when evaluating an Android application's UI behavior against an XML test specification.
|
|
23
|
+
- Use when automating multi-step user flows (e.g., login, checkout, navigation) and verifying expectations.
|
|
24
|
+
- Use when running verification tests and generating standardized JSON test reports.
|
|
25
|
+
- Use when debugging application flows on physical devices or emulators using ADB commands.
|
|
26
|
+
|
|
27
|
+
## How It Works
|
|
28
|
+
|
|
29
|
+
```mermaid
|
|
30
|
+
graph TD
|
|
31
|
+
A[Parse Journey XML] --> B[Execute Action / Interaction]
|
|
32
|
+
B --> C{Success?}
|
|
33
|
+
C -- Yes --> D[Verify State Expectation / Assertion]
|
|
34
|
+
C -- No/Crash --> G[Mark FAILED & Exit]
|
|
35
|
+
D -- Passed --> E{More Steps?}
|
|
36
|
+
D -- Failed --> G
|
|
37
|
+
E -- Yes --> B
|
|
38
|
+
E -- No --> F[Output JSON Summary]
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
### Step 1: Parse the Journey Specification
|
|
42
|
+
Read and parse the XML test suite structure. The root node `<journey>` defines the test case name, and the `<actions>` block contains the sequence of test steps.
|
|
43
|
+
|
|
44
|
+
```xml
|
|
45
|
+
<journey name="Search and Cart Flow">
|
|
46
|
+
<description>Verify that searching for an item and adding it to the cart succeeds.</description>
|
|
47
|
+
<actions>
|
|
48
|
+
<action>Search for soda</action>
|
|
49
|
+
<action>Tap the first search result</action>
|
|
50
|
+
<action>Verify that the product detail screen is shown</action>
|
|
51
|
+
</actions>
|
|
52
|
+
</journey>
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
### Step 2: Sequential Step Evaluation
|
|
56
|
+
Process each `<action>` element in the exact order specified. Test steps are classified into two groups:
|
|
57
|
+
|
|
58
|
+
#### A. Interactive Actions (Taps, Swipes, Text Input)
|
|
59
|
+
Perform the physical UI interaction using ADB.
|
|
60
|
+
- **Tapping**: Tap the center of the target element's bounds:
|
|
61
|
+
```bash
|
|
62
|
+
adb shell input tap <x> <y>
|
|
63
|
+
```
|
|
64
|
+
- **Swiping/Scrolling**: Swipe from coordinate to coordinate with a duration:
|
|
65
|
+
```bash
|
|
66
|
+
adb shell input swipe <x1> <y1> <x2> <y2> <duration_ms>
|
|
67
|
+
```
|
|
68
|
+
- **Text Typing**: Type text into the active input field:
|
|
69
|
+
```bash
|
|
70
|
+
adb shell input text "<string>"
|
|
71
|
+
```
|
|
72
|
+
If the element is missing or the action cannot be performed, the action and the journey fail.
|
|
73
|
+
|
|
74
|
+
#### B. State Assertions (Expectation Verification)
|
|
75
|
+
Steps beginning with "verify", "check", or "ensure" represent state assertions.
|
|
76
|
+
- Inspect the current screen (using screenshots or `uiautomator dump`) without interacting or scrolling.
|
|
77
|
+
- Confirm all sub-assertions are met. For example, *"Verify that the app is on the Home screen and the logo is visible"* fails if the home screen is not displayed **or** the logo is missing.
|
|
78
|
+
|
|
79
|
+
### Step 3: Handle Failures and Crashes
|
|
80
|
+
If the application crashes, exits, freezes, or fails an assertion:
|
|
81
|
+
1. Immediately stop journey execution.
|
|
82
|
+
2. Mark the failed step as `FAILED`.
|
|
83
|
+
3. Mark any subsequent steps as `SKIPPED`.
|
|
84
|
+
4. Document the exact reason for failure.
|
|
85
|
+
|
|
86
|
+
### Step 4: Generate JSON Report
|
|
87
|
+
Format the execution results into a standardized JSON schema and write it to the output log.
|
|
88
|
+
|
|
89
|
+
---
|
|
90
|
+
|
|
91
|
+
## Examples
|
|
92
|
+
|
|
93
|
+
### Example 1: Full Journey XML Specification
|
|
94
|
+
|
|
95
|
+
```xml
|
|
96
|
+
<journey name="Login and Profile Edit">
|
|
97
|
+
<description>Logs into the app, navigates to settings, and changes user profile information.</description>
|
|
98
|
+
<actions>
|
|
99
|
+
<action>Verify that the username input field is visible</action>
|
|
100
|
+
<action>Tap the username input field</action>
|
|
101
|
+
<action>Type "testuser" into the input</action>
|
|
102
|
+
<action>Tap the password input field</action>
|
|
103
|
+
<action>Type a redacted test password into the input</action>
|
|
104
|
+
<action>Tap the "Login" button</action>
|
|
105
|
+
<action>Verify that the Home dashboard is visible and user profile photo is shown</action>
|
|
106
|
+
</actions>
|
|
107
|
+
</journey>
|
|
108
|
+
```
|
|
109
|
+
|
|
110
|
+
### Example 2: Standard JSON Outcome Report
|
|
111
|
+
|
|
112
|
+
```json
|
|
113
|
+
{
|
|
114
|
+
"journey": "Login and Profile Edit",
|
|
115
|
+
"results": [
|
|
116
|
+
{
|
|
117
|
+
"action": "Verify that the username input field is visible",
|
|
118
|
+
"status": "PASSED",
|
|
119
|
+
"commands": [],
|
|
120
|
+
"comment": "Username input detected at bounds [100,200][980,300] via UI dump."
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"action": "Tap the username input field",
|
|
124
|
+
"status": "PASSED",
|
|
125
|
+
"commands": [
|
|
126
|
+
"adb shell input tap 540 250"
|
|
127
|
+
],
|
|
128
|
+
"comment": "Tapped center coordinates of username input."
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"action": "Type \"testuser\" into the input",
|
|
132
|
+
"status": "PASSED",
|
|
133
|
+
"commands": [
|
|
134
|
+
"adb shell input text \"testuser\""
|
|
135
|
+
],
|
|
136
|
+
"comment": "Username typed successfully."
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"action": "Tap the password input field",
|
|
140
|
+
"status": "PASSED",
|
|
141
|
+
"commands": [
|
|
142
|
+
"adb shell input tap 540 370"
|
|
143
|
+
],
|
|
144
|
+
"comment": "Tapped center of password input."
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"action": "Type a redacted test password into the input",
|
|
148
|
+
"status": "PASSED",
|
|
149
|
+
"commands": [
|
|
150
|
+
"adb shell input text \"[REDACTED_PASSWORD]\""
|
|
151
|
+
],
|
|
152
|
+
"comment": "Password typed successfully. The actual input value was not stored in the report."
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"action": "Tap the \"Login\" button",
|
|
156
|
+
"status": "PASSED",
|
|
157
|
+
"commands": [
|
|
158
|
+
"adb shell input tap 540 500"
|
|
159
|
+
],
|
|
160
|
+
"comment": "Login button clicked."
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"action": "Verify that the Home dashboard is visible and user profile photo is shown",
|
|
164
|
+
"status": "FAILED",
|
|
165
|
+
"commands": [],
|
|
166
|
+
"comment": "Dashboard loaded but profile photo was missing from the UI header."
|
|
167
|
+
}
|
|
168
|
+
]
|
|
169
|
+
}
|
|
170
|
+
```
|
|
171
|
+
|
|
172
|
+
---
|
|
173
|
+
|
|
174
|
+
## Best Practices
|
|
175
|
+
|
|
176
|
+
- ✅ **Calculate Centers for Taps**: When parsing element bounds like `[x1,y1][x2,y2]`, always compute the middle coordinate:
|
|
177
|
+
$$x_{center} = \frac{x_1 + x_2}{2}, \quad y_{center} = \frac{y_1 + y_2}{2}$$
|
|
178
|
+
- ✅ **Include Sleep Buffers**: Always add a short delay (e.g., 1-2 seconds) after interactive actions (like button taps) to let layouts and transitions render before executing assertions.
|
|
179
|
+
- ✅ **Fail Fast**: Stop the test immediately upon encountering the first failure. Continuing after a failure leads to invalid results.
|
|
180
|
+
- ✅ **Log Precise Commands Safely**: Include non-sensitive raw commands (such as `adb shell input tap`) in the JSON output list for diagnostics. Redact text entered into password, OTP, token, payment, or personal-data fields; never persist the literal secret in reports, CI logs, or shared artifacts.
|
|
181
|
+
|
|
182
|
+
## Limitations
|
|
183
|
+
|
|
184
|
+
- The parser only evaluates the static screen hierarchy (e.g. `uiautomator dump`). Elements that require scrolling are marked as not visible unless a scrolling action is explicitly performed.
|
|
185
|
+
- Non-standard UI components (like custom OpenGL canvas views) cannot be read via standard accessibility trees and may require screenshot analysis or hardcoded click maps.
|
|
186
|
+
- Key events and text typing via ADB do not trigger standard soft keyboard events on all emulator images, which can lead to input validation issues.
|
|
187
|
+
|
|
188
|
+
## Related Skills
|
|
189
|
+
|
|
190
|
+
- `@android-cli` - General CLI tool syntax, package install, and device queries.
|
|
191
|
+
- `@android_ui_verification` - Direct ADB script templates for general UI checks.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: apple-notes-search
|
|
3
3
|
description: "Semantic + keyword search and connection-discovery across the user's own Apple Notes via the apple-notes MCP server. Use when the user wants to find, recall, or synthesize something from their notes, or surface non-obvious bridges/related notes. macOS, on-device."
|
|
4
|
-
risk:
|
|
4
|
+
risk: critical
|
|
5
5
|
source: community
|
|
6
6
|
source_repo: connerkward/mcp-apple-notes
|
|
7
7
|
source_type: community
|
|
@@ -11,6 +11,14 @@ tags: [apple-notes, search, mcp, macos, semantic-search, knowledge]
|
|
|
11
11
|
tools: [claude-code]
|
|
12
12
|
license: "MIT"
|
|
13
13
|
license_source: "https://github.com/connerkward/mcp-apple-notes/blob/main/LICENSE"
|
|
14
|
+
plugin:
|
|
15
|
+
targets:
|
|
16
|
+
codex: blocked
|
|
17
|
+
claude: blocked
|
|
18
|
+
setup:
|
|
19
|
+
type: manual
|
|
20
|
+
summary: "Requires third-party MCP setup and macOS Full Disk Access; keep out of plugin-safe bundles."
|
|
21
|
+
docs: SKILL.md
|
|
14
22
|
---
|
|
15
23
|
|
|
16
24
|
# Apple Notes search & connection-discovery
|
|
@@ -50,7 +58,9 @@ Disk Access. Steps, in order:
|
|
|
50
58
|
2. **Clone + install deps:**
|
|
51
59
|
```bash
|
|
52
60
|
git clone https://github.com/connerkward/mcp-apple-notes
|
|
53
|
-
cd mcp-apple-notes
|
|
61
|
+
cd mcp-apple-notes
|
|
62
|
+
git checkout <reviewed-tag-or-commit>
|
|
63
|
+
bun install
|
|
54
64
|
```
|
|
55
65
|
3. **Grant Full Disk Access to bun.** Run `which bun`, then open System Settings →
|
|
56
66
|
Privacy & Security → Full Disk Access, click `+`, and add that exact `bun` binary
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ask-matt
|
|
3
|
+
description: Ask which skill or flow fits your situation. A router over the user-invoked skills in this repo.
|
|
4
|
+
disable-model-invocation: true
|
|
5
|
+
category: "productivity"
|
|
6
|
+
risk: "safe"
|
|
7
|
+
source: "community"
|
|
8
|
+
source_repo: "mattpocock/skills"
|
|
9
|
+
source_type: "community"
|
|
10
|
+
date_added: "2026-06-19"
|
|
11
|
+
author: "Matt Pocock"
|
|
12
|
+
license: "MIT"
|
|
13
|
+
license_source: "https://github.com/mattpocock/skills/blob/main/LICENSE"
|
|
14
|
+
tags:
|
|
15
|
+
- productivity
|
|
16
|
+
- workflow
|
|
17
|
+
- coding-agents
|
|
18
|
+
tools:
|
|
19
|
+
- claude-code
|
|
20
|
+
- codex-cli
|
|
21
|
+
- cursor
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
# Ask Matt
|
|
25
|
+
|
|
26
|
+
## When to Use
|
|
27
|
+
|
|
28
|
+
Use when this workflow matches the user request: Ask which skill or flow fits your situation. A router over the user-invoked skills in this repo.
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
_Source: [mattpocock/skills](https://github.com/mattpocock/skills) (MIT)._
|
|
32
|
+
|
|
33
|
+
You don't remember every skill, so ask.
|
|
34
|
+
|
|
35
|
+
A **flow** is a path through the skills. Most paths run along one **main flow**, and two **on-ramps** merge onto it. Everything else is standalone.
|
|
36
|
+
|
|
37
|
+
## The main flow: idea → ship
|
|
38
|
+
|
|
39
|
+
The route most work travels. You have an idea and want it built.
|
|
40
|
+
|
|
41
|
+
1. **`/grill-with-docs`** — sharpen the idea by interview. Start here when you **have a codebase**: it's stateful, retaining what it learns in `CONTEXT.md` and ADRs. (No codebase? Use `/grill-me` — see Standalone.)
|
|
42
|
+
2. **Branch — can you settle every question in conversation?** If a question needs a runnable answer (state, business logic, a UI you have to see), detour through a prototype, bridged by **`/handoff`** in both directions (see Crossing sessions):
|
|
43
|
+
- **`/handoff`** out, then open a fresh session against that file,
|
|
44
|
+
- **`/prototype`** to answer the question with throwaway code,
|
|
45
|
+
- **`/handoff`** back what you learned, and reference it from the original idea thread.
|
|
46
|
+
3. **Branch — is this a multi-session build?**
|
|
47
|
+
- **Yes** → **`/to-prd`** (turn the thread into a PRD) → **`/to-issues`** (split the PRD into independently-grabbable issues). Because the issues are independent, **clear context between each one**: start a fresh session per issue and kick off **`/implement`** by passing it the PRD and the single issue to work on.
|
|
48
|
+
- **No** → **`/implement`** right here, in the same context window.
|
|
49
|
+
|
|
50
|
+
### Context hygiene
|
|
51
|
+
|
|
52
|
+
Keep steps 1–3 in **one unbroken context window** — don't compact or clear until after `/to-issues` — so the grilling, PRD, and issues all build on the same thinking. Each `/implement` then starts fresh, working from the issue.
|
|
53
|
+
|
|
54
|
+
The limit on this is the **[smart zone](https://www.aihero.dev/ai-coding-dictionary/smart-zone)**: the window (~120k tokens on state-of-the-art models) within which the model still reasons sharply. If a session approaches it before `/to-issues`, don't push on degraded — `/handoff` and continue in a fresh thread.
|
|
55
|
+
|
|
56
|
+
## On-ramps
|
|
57
|
+
|
|
58
|
+
A starting situation that generates work, then merges onto the main flow.
|
|
59
|
+
|
|
60
|
+
- **Bugs and requests piling up** → **`/triage`**. It moves issues through triage roles and produces agent-ready issues, which **`/implement`** later picks up.
|
|
61
|
+
|
|
62
|
+
Triage is only for issues **you didn't create** — bug reports, incoming feature requests, anything that arrives raw. Issues that `/to-issues` produced are already agent-ready, so **don't triage them**.
|
|
63
|
+
|
|
64
|
+
## Codebase health
|
|
65
|
+
|
|
66
|
+
Not feature work — upkeep.
|
|
67
|
+
|
|
68
|
+
- **`/improve-codebase-architecture`** — run whenever you have a spare moment to keep the codebase good for agents to operate in. It surfaces deepening opportunities; picking one _generates an idea_ you can take into the main flow at `/grill-with-docs`.
|
|
69
|
+
|
|
70
|
+
## Crossing sessions
|
|
71
|
+
|
|
72
|
+
- **`/handoff`** — when a thread is full or you need to branch off (e.g. into a `/prototype` session), this compacts the conversation into a markdown file. You don't continue in place — you **open a new session and reference that file** to carry the context across. It's the bridge between context windows, in either direction. Use it when you want a **fresh session** but need the **current conversation preserved**.
|
|
73
|
+
- **`/compact`** (built-in) — stay in the **same conversation**, letting the earlier turns be summarized. Use it at **intentional breaks between phases**, when you don't mind losing the verbatim history. Don't compact mid-phase — the agent can lose its way. `/handoff` forks; `/compact` continues.
|
|
74
|
+
|
|
75
|
+
## Standalone
|
|
76
|
+
|
|
77
|
+
Off the main flow entirely.
|
|
78
|
+
|
|
79
|
+
- **`/grill-me`** — the same relentless interview as `/grill-with-docs`, but for when you have **no codebase**. Stateless: it saves nothing locally, builds no `CONTEXT.md`. Reach for it to sharpen any plan or design that doesn't live in a repo.
|
|
80
|
+
- **`/teach`** — learn a concept over multiple sessions, using the current directory as a stateful workspace.
|
|
81
|
+
- **`/writing-great-skills`** — reference for writing and editing skills well.
|
|
82
|
+
|
|
83
|
+
## Precondition
|
|
84
|
+
|
|
85
|
+
**`/setup-matt-pocock-skills`** — run before your first engineering flow to configure the issue tracker, triage labels, and doc layout the other skills assume. Custom issue trackers also work.
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
## Limitations
|
|
89
|
+
|
|
90
|
+
- Requires the upstream tool, account, API key, or local setup when the workflow names one.
|
|
91
|
+
- Does not authorize destructive, production, paid, or external-message actions without explicit user approval.
|
|
92
|
+
- Validate generated artifacts or recommendations against the user's real sources before treating them as final.
|
|
@@ -12,6 +12,14 @@ metadata:
|
|
|
12
12
|
version: "2.2.0"
|
|
13
13
|
author: wede-wx
|
|
14
14
|
repository: https://github.com/wede-wx/atlas
|
|
15
|
+
plugin:
|
|
16
|
+
targets:
|
|
17
|
+
codex: blocked
|
|
18
|
+
claude: blocked
|
|
19
|
+
setup:
|
|
20
|
+
type: manual
|
|
21
|
+
summary: "Writes durable Atlas.md project memory after confirmation; keep out of plugin-safe bundles."
|
|
22
|
+
docs: SKILL.md
|
|
15
23
|
---
|
|
16
24
|
|
|
17
25
|
# Atlas Ledger v2.2
|