opencode-skills-collection 3.0.51 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +44 -12
- package/bundled-skills/.antigravity-install-manifest.json +84 -1
- package/bundled-skills/android-ui-journey-testing/SKILL.md +191 -0
- package/bundled-skills/ask-matt/SKILL.md +92 -0
- package/bundled-skills/bugs-are-annoying/SKILL.md +137 -0
- package/bundled-skills/codebase-design/DEEPENING.md +37 -0
- package/bundled-skills/codebase-design/DESIGN-IT-TWICE.md +44 -0
- package/bundled-skills/codebase-design/SKILL.md +145 -0
- package/bundled-skills/competitor-analysis/LICENSE.txt +21 -0
- package/bundled-skills/competitor-analysis/SKILL.md +434 -0
- package/bundled-skills/competitor-analysis/references/battle-card-subagent.md +127 -0
- package/bundled-skills/competitor-analysis/references/battle-card.md +91 -0
- package/bundled-skills/competitor-analysis/references/example-research.md +130 -0
- package/bundled-skills/competitor-analysis/references/report-template.html +127 -0
- package/bundled-skills/competitor-analysis/references/research-patterns.md +217 -0
- package/bundled-skills/competitor-analysis/references/workflow.md +434 -0
- package/bundled-skills/competitor-analysis/scripts/capture_screenshots.mjs +142 -0
- package/bundled-skills/competitor-analysis/scripts/compile_report.mjs +929 -0
- package/bundled-skills/competitor-analysis/scripts/extract_vs_names.mjs +140 -0
- package/bundled-skills/competitor-analysis/scripts/gate_candidates.mjs +194 -0
- package/bundled-skills/competitor-analysis/scripts/list_urls.mjs +90 -0
- package/bundled-skills/competitor-analysis/scripts/md_utils.mjs +50 -0
- package/bundled-skills/competitor-analysis/scripts/merge_partials.mjs +291 -0
- package/bundled-skills/competitor-analysis/scripts/package.json +6 -0
- package/bundled-skills/design-it/3d-ui/SKILL.md +259 -0
- package/bundled-skills/design-it/SKILL.md +170 -0
- package/bundled-skills/design-it/ai-native-ui/SKILL.md +295 -0
- package/bundled-skills/design-it/aurora-ui/SKILL.md +307 -0
- package/bundled-skills/design-it/bento-ui/SKILL.md +314 -0
- package/bundled-skills/design-it/brutalism/SKILL.md +270 -0
- package/bundled-skills/design-it/brutalist-typography/SKILL.md +287 -0
- package/bundled-skills/design-it/card-based-design/SKILL.md +262 -0
- package/bundled-skills/design-it/claymorphism/SKILL.md +287 -0
- package/bundled-skills/design-it/color-blocking/SKILL.md +278 -0
- package/bundled-skills/design-it/command-center-ui/SKILL.md +345 -0
- package/bundled-skills/design-it/cyber-y2k/SKILL.md +312 -0
- package/bundled-skills/design-it/cyberpunk-ui/SKILL.md +262 -0
- package/bundled-skills/design-it/dark-mode/SKILL.md +289 -0
- package/bundled-skills/design-it/dashboard-design/SKILL.md +331 -0
- package/bundled-skills/design-it/data-dense-design/SKILL.md +322 -0
- package/bundled-skills/design-it/duotone-design/SKILL.md +248 -0
- package/bundled-skills/design-it/editorial-design/SKILL.md +328 -0
- package/bundled-skills/design-it/flat-design/SKILL.md +221 -0
- package/bundled-skills/design-it/flat-design-2/SKILL.md +240 -0
- package/bundled-skills/design-it/floating-ui/SKILL.md +299 -0
- package/bundled-skills/design-it/frutiger-aero/SKILL.md +274 -0
- package/bundled-skills/design-it/glassmorphism/SKILL.md +272 -0
- package/bundled-skills/design-it/gradient-design/SKILL.md +309 -0
- package/bundled-skills/design-it/high-contrast/SKILL.md +288 -0
- package/bundled-skills/design-it/holographic-ui/SKILL.md +310 -0
- package/bundled-skills/design-it/isometric-design/SKILL.md +228 -0
- package/bundled-skills/design-it/layered-design/SKILL.md +247 -0
- package/bundled-skills/design-it/material-design/SKILL.md +275 -0
- package/bundled-skills/design-it/maximalism/SKILL.md +297 -0
- package/bundled-skills/design-it/minimalism/SKILL.md +267 -0
- package/bundled-skills/design-it/monochromatic-ui/SKILL.md +296 -0
- package/bundled-skills/design-it/neo-brutalism/SKILL.md +270 -0
- package/bundled-skills/design-it/neumorphism/SKILL.md +248 -0
- package/bundled-skills/design-it/retro-design/SKILL.md +283 -0
- package/bundled-skills/design-it/retro-futurism/SKILL.md +259 -0
- package/bundled-skills/design-it/sci-fi-interface/SKILL.md +309 -0
- package/bundled-skills/design-it/skeuomorphism/SKILL.md +280 -0
- package/bundled-skills/design-it/soft-pastel/SKILL.md +307 -0
- package/bundled-skills/design-it/spatial-computing-ui/SKILL.md +300 -0
- package/bundled-skills/design-it/spatial-design/SKILL.md +268 -0
- package/bundled-skills/design-it/swiss-design/SKILL.md +293 -0
- package/bundled-skills/design-it/synthwave/SKILL.md +257 -0
- package/bundled-skills/design-it/tile-design/SKILL.md +297 -0
- package/bundled-skills/design-it/typography-first/SKILL.md +247 -0
- package/bundled-skills/design-it/vaporwave/SKILL.md +331 -0
- package/bundled-skills/design-it/vibrant-maximalism/SKILL.md +291 -0
- package/bundled-skills/design-it/widget-based-design/SKILL.md +274 -0
- package/bundled-skills/design-it/y2k-design/SKILL.md +268 -0
- package/bundled-skills/diagnosing-bugs/SKILL.md +165 -0
- package/bundled-skills/diagnosing-bugs/scripts/hitl-loop.template.sh +41 -0
- package/bundled-skills/docs/contributors/skill-scoring.md +235 -0
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/users/bundles.md +1 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/getting-started.md +1 -1
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +4 -4
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/domain-modeling/ADR-FORMAT.md +47 -0
- package/bundled-skills/domain-modeling/CONTEXT-FORMAT.md +60 -0
- package/bundled-skills/domain-modeling/SKILL.md +105 -0
- package/bundled-skills/grill-me/SKILL.md +36 -0
- package/bundled-skills/grill-with-docs/SKILL.md +36 -0
- package/bundled-skills/grilling/SKILL.md +39 -0
- package/bundled-skills/handoff/SKILL.md +45 -0
- package/bundled-skills/image-generator/.env.example +7 -0
- package/bundled-skills/image-generator/SKILL.md +509 -0
- package/bundled-skills/improve-codebase-architecture/HTML-REPORT.md +123 -0
- package/bundled-skills/improve-codebase-architecture/SKILL.md +97 -0
- package/bundled-skills/learn/SKILL.md +156 -0
- package/bundled-skills/lesson-generator/SKILL.md +90 -0
- package/bundled-skills/llm-council/.env.example +7 -0
- package/bundled-skills/llm-council/SKILL.md +602 -0
- package/bundled-skills/loop-library/SKILL.md +205 -0
- package/bundled-skills/loop-library/agents/openai.yaml +4 -0
- package/bundled-skills/loop-library/references/catalog.md +270 -0
- package/bundled-skills/mailtrap-managing-contacts/SKILL.md +112 -0
- package/bundled-skills/mailtrap-sending-emails/SKILL.md +167 -0
- package/bundled-skills/mailtrap-setting-up-sending-domain/SKILL.md +77 -0
- package/bundled-skills/mailtrap-testing-with-sandbox/SKILL.md +110 -0
- package/bundled-skills/prototype/LOGIC.md +79 -0
- package/bundled-skills/prototype/SKILL.md +62 -0
- package/bundled-skills/prototype/UI.md +112 -0
- package/bundled-skills/setup-matt-pocock-skills/SKILL.md +158 -0
- package/bundled-skills/setup-matt-pocock-skills/domain.md +51 -0
- package/bundled-skills/setup-matt-pocock-skills/issue-tracker-github.md +34 -0
- package/bundled-skills/setup-matt-pocock-skills/issue-tracker-gitlab.md +35 -0
- package/bundled-skills/setup-matt-pocock-skills/issue-tracker-local.md +19 -0
- package/bundled-skills/setup-matt-pocock-skills/triage-labels.md +15 -0
- package/bundled-skills/survey-generator/LICENSE +21 -0
- package/bundled-skills/survey-generator/SKILL.md +143 -0
- package/bundled-skills/survey-generator/build_artifact.py +208 -0
- package/bundled-skills/survey-generator/examples/agentic-engineering/research_bundle.json +1196 -0
- package/bundled-skills/survey-generator/examples/agentic-engineering/survey.html +706 -0
- package/bundled-skills/survey-generator/style_spec.json +85 -0
- package/bundled-skills/survey-generator/templates/research_bundle_template.json +69 -0
- package/bundled-skills/tdd/SKILL.md +139 -0
- package/bundled-skills/tdd/mocking.md +59 -0
- package/bundled-skills/tdd/refactoring.md +10 -0
- package/bundled-skills/tdd/tests.md +61 -0
- package/bundled-skills/teach/GLOSSARY-FORMAT.md +35 -0
- package/bundled-skills/teach/LEARNING-RECORD-FORMAT.md +46 -0
- package/bundled-skills/teach/MISSION-FORMAT.md +31 -0
- package/bundled-skills/teach/RESOURCES-FORMAT.md +32 -0
- package/bundled-skills/teach/SKILL.md +169 -0
- package/bundled-skills/to-issues/SKILL.md +115 -0
- package/bundled-skills/to-prd/SKILL.md +104 -0
- package/bundled-skills/tools-page-seo-optimizer/SKILL.md +616 -0
- package/bundled-skills/triage/AGENT-BRIEF.md +207 -0
- package/bundled-skills/triage/OUT-OF-SCOPE.md +105 -0
- package/bundled-skills/triage/SKILL.md +143 -0
- package/bundled-skills/vibecode-production-qa-validator/SKILL.md +371 -141
- package/bundled-skills/wiki-builder/SKILL.md +157 -0
- package/bundled-skills/wiki-builder/agents/openai.yaml +5 -0
- package/bundled-skills/wiki-builder/references/wiki-flavors.md +98 -0
- package/bundled-skills/wiki-builder/scripts/init_wiki.sh +105 -0
- package/bundled-skills/wiki-builder/templates/index.md +20 -0
- package/bundled-skills/wiki-builder/templates/maintenance-log.md +7 -0
- package/bundled-skills/wiki-builder/templates/prompts/compile-concept-page.md +12 -0
- package/bundled-skills/wiki-builder/templates/prompts/compile-index.md +11 -0
- package/bundled-skills/wiki-builder/templates/prompts/compile-source-page.md +12 -0
- package/bundled-skills/wiki-builder/templates/prompts/lint-wiki.md +10 -0
- package/bundled-skills/wiki-builder/templates/prompts/query-and-file.md +11 -0
- package/bundled-skills/wiki-builder/templates/sources.md +9 -0
- package/bundled-skills/wiki-builder/templates/wiki.config.md +53 -0
- package/bundled-skills/writing-great-skills/GLOSSARY.md +181 -0
- package/bundled-skills/writing-great-skills/SKILL.md +111 -0
- package/bundled-skills/yao-meta-skill/SKILL.md +86 -0
- package/bundled-skills/yao-meta-skill/agents/interface.yaml +26 -0
- package/bundled-skills/yao-meta-skill/manifest.json +24 -0
- package/bundled-skills/yao-meta-skill/references/artifact-design-doctrine.md +49 -0
- package/bundled-skills/yao-meta-skill/references/authoring-discipline.md +78 -0
- package/bundled-skills/yao-meta-skill/references/autonomous-adaptation.md +65 -0
- package/bundled-skills/yao-meta-skill/references/distribution-registry-method.md +60 -0
- package/bundled-skills/yao-meta-skill/references/eval-playbook.md +69 -0
- package/bundled-skills/yao-meta-skill/references/gate-selection.md +68 -0
- package/bundled-skills/yao-meta-skill/references/governance.md +134 -0
- package/bundled-skills/yao-meta-skill/references/human-review-template.md +54 -0
- package/bundled-skills/yao-meta-skill/references/intent-dialogue.md +138 -0
- package/bundled-skills/yao-meta-skill/references/iteration-philosophy.md +30 -0
- package/bundled-skills/yao-meta-skill/references/non-skill-decision-tree.md +39 -0
- package/bundled-skills/yao-meta-skill/references/operating-modes.md +107 -0
- package/bundled-skills/yao-meta-skill/references/output-eval-method.md +113 -0
- package/bundled-skills/yao-meta-skill/references/output-quality-risk.md +41 -0
- package/bundled-skills/yao-meta-skill/references/output-visual-quality.md +53 -0
- package/bundled-skills/yao-meta-skill/references/packaging-contracts.md +70 -0
- package/bundled-skills/yao-meta-skill/references/pattern-extraction-doctrine.md +76 -0
- package/bundled-skills/yao-meta-skill/references/platform-capability-matrix.md +49 -0
- package/bundled-skills/yao-meta-skill/references/prompt-engineering-doctrine.md +76 -0
- package/bundled-skills/yao-meta-skill/references/qa-ladder.md +57 -0
- package/bundled-skills/yao-meta-skill/references/reference-scan.md +126 -0
- package/bundled-skills/yao-meta-skill/references/regression-cause-taxonomy.md +80 -0
- package/bundled-skills/yao-meta-skill/references/resource-boundaries.md +120 -0
- package/bundled-skills/yao-meta-skill/references/review-studio-method.md +87 -0
- package/bundled-skills/yao-meta-skill/references/review-waiver-method.md +76 -0
- package/bundled-skills/yao-meta-skill/references/runtime-conformance-method.md +21 -0
- package/bundled-skills/yao-meta-skill/references/skill-archetypes.md +86 -0
- package/bundled-skills/yao-meta-skill/references/skill-atlas-method.md +35 -0
- package/bundled-skills/yao-meta-skill/references/skill-engineering-method.md +210 -0
- package/bundled-skills/yao-meta-skill/references/skill-ir-method.md +41 -0
- package/bundled-skills/yao-meta-skill/references/skillops-decision-policy.md +53 -0
- package/bundled-skills/yao-meta-skill/references/systems-thinking-doctrine.md +75 -0
- package/bundled-skills/yao-meta-skill/references/telemetry-drift-method.md +182 -0
- package/bundled-skills/yao-meta-skill/references/trust-security-method.md +79 -0
- package/bundled-skills/yao-meta-skill/references/user-memory-policy.md +35 -0
- package/bundled-skills/youtube-notetaker/SKILL.md +209 -0
- package/bundled-skills/youtube-notetaker/reference/artifact.html +269 -0
- package/bundled-skills/youtube-notetaker/scripts/contact_sheet.py +53 -0
- package/bundled-skills/youtube-notetaker/scripts/detect_slides.sh +19 -0
- package/bundled-skills/youtube-notetaker/scripts/download.sh +24 -0
- package/bundled-skills/youtube-notetaker/scripts/extract_slides.py +43 -0
- package/bundled-skills/youtube-notetaker/scripts/serve.py +173 -0
- package/bundled-skills/youtube-notetaker/scripts/setup.sh +27 -0
- package/bundled-skills/youtube-notetaker/scripts/verify.sh +31 -0
- package/bundled-skills/youtube-notetaker/scripts/vtt_to_transcript.py +59 -0
- package/bundled-skills/youtube-notetaker/scripts/write_library_item.py +69 -0
- package/dist/skill-pointer/config-loader.d.ts +14 -0
- package/dist/skill-pointer/config-loader.js +30 -3
- package/dist/skill-pointer/content-scanner.d.ts +38 -0
- package/dist/skill-pointer/content-scanner.js +118 -0
- package/dist/skill-pointer/index.d.ts +7 -2
- package/dist/skill-pointer/index.js +14 -4
- package/dist/skill-pointer/pointer-generator.js +2 -0
- package/dist/skill-pointer/skill-patcher.d.ts +13 -0
- package/dist/skill-pointer/skill-patcher.js +99 -0
- package/package.json +1 -1
- package/skills_index.json +1956 -286
- package/bundled-skills/ai-md/SKILL.md +0 -523
- package/bundled-skills/atlas-contract/SKILL.md +0 -650
- package/bundled-skills/busybox-on-windows/SKILL.md +0 -40
- package/bundled-skills/monte-carlo-prevent/SKILL.md +0 -257
- package/bundled-skills/monte-carlo-prevent/references/TROUBLESHOOTING.md +0 -23
- package/bundled-skills/monte-carlo-prevent/references/parameters.md +0 -32
- package/bundled-skills/monte-carlo-prevent/references/workflows.md +0 -478
- package/bundled-skills/monte-carlo-push-ingestion/SKILL.md +0 -372
- package/bundled-skills/monte-carlo-push-ingestion/references/anomaly-detection.md +0 -87
- package/bundled-skills/monte-carlo-push-ingestion/references/custom-lineage.md +0 -203
- package/bundled-skills/monte-carlo-push-ingestion/references/direct-http-api.md +0 -207
- package/bundled-skills/monte-carlo-push-ingestion/references/prerequisites.md +0 -150
- package/bundled-skills/monte-carlo-push-ingestion/references/push-lineage.md +0 -160
- package/bundled-skills/monte-carlo-push-ingestion/references/push-metadata.md +0 -158
- package/bundled-skills/monte-carlo-push-ingestion/references/push-query-logs.md +0 -219
- package/bundled-skills/monte-carlo-push-ingestion/references/validation.md +0 -257
- package/bundled-skills/monte-carlo-push-ingestion/scripts/sample_verify.py +0 -357
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_and_push_lineage.py +0 -70
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_and_push_metadata.py +0 -65
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_and_push_query_logs.py +0 -70
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_lineage.py +0 -214
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_metadata.py +0 -160
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/collect_query_logs.py +0 -164
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/push_lineage.py +0 -198
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/push_metadata.py +0 -193
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery/push_query_logs.py +0 -207
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_and_push_metadata.py +0 -71
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_and_push_query_logs.py +0 -64
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_metadata.py +0 -253
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/collect_query_logs.py +0 -149
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/push_metadata.py +0 -190
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/bigquery-iceberg/push_query_logs.py +0 -208
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_and_push_lineage.py +0 -83
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_and_push_metadata.py +0 -77
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_and_push_query_logs.py +0 -83
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_lineage.py +0 -240
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_metadata.py +0 -212
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/collect_query_logs.py +0 -204
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/push_lineage.py +0 -192
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/push_metadata.py +0 -178
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/databricks/push_query_logs.py +0 -200
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_and_push_lineage.py +0 -119
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_and_push_metadata.py +0 -119
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_and_push_query_logs.py +0 -117
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_lineage.py +0 -265
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_metadata.py +0 -313
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/collect_query_logs.py +0 -284
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/push_lineage.py +0 -309
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/push_metadata.py +0 -245
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/hive/push_query_logs.py +0 -255
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_and_push_lineage.py +0 -78
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_and_push_metadata.py +0 -80
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_and_push_query_logs.py +0 -88
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_lineage.py +0 -235
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_metadata.py +0 -219
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/collect_query_logs.py +0 -239
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/push_lineage.py +0 -178
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/push_metadata.py +0 -178
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/redshift/push_query_logs.py +0 -196
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_and_push_lineage.py +0 -154
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_and_push_metadata.py +0 -137
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_and_push_query_logs.py +0 -137
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_lineage.py +0 -349
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_metadata.py +0 -329
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/collect_query_logs.py +0 -254
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/push_lineage.py +0 -307
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/push_metadata.py +0 -228
- package/bundled-skills/monte-carlo-push-ingestion/scripts/templates/snowflake/push_query_logs.py +0 -248
- package/bundled-skills/monte-carlo-push-ingestion/scripts/test_template_sdk_usage.py +0 -340
- package/bundled-skills/skill-optimizer/SKILL.md +0 -271
- package/bundled-skills/using-superpowers/SKILL.md +0 -98
|
@@ -0,0 +1,331 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: vaporwave
|
|
3
|
+
description: Web and App implementation guide for Vaporwave. Trigger when user wants neon colors, retro digital aesthetics, 90s OS elements, and Roman statues.
|
|
4
|
+
date_added: "2026-06-17"
|
|
5
|
+
risk: safe
|
|
6
|
+
source: self
|
|
7
|
+
source_type: self
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# Vaporwave
|
|
11
|
+
|
|
12
|
+
> "A surreal, nostalgic dream of 90s computing and pastel neon."
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## When to Use
|
|
16
|
+
Use this sub-style when the user's request matches the aesthetic described above. This is a child reference of the `design-it` skill and is not meant to be triggered directly.
|
|
17
|
+
|
|
18
|
+
## Core Principles
|
|
19
|
+
1. **Windows 95 / Mac OS 9 Motifs**: UI elements designed to look explicitly like 1990s operating systems (grey boxes, hard bevels, blue title bars).
|
|
20
|
+
2. **Surreal Pastels & Neons**: A mix of soft pinks, cyans, and harsh neon overlays.
|
|
21
|
+
3. **Collage Aesthetic**: Mixing classical art (Roman busts), early 3D renders (checkerboard floors), and Japanese text (Kanji/Katakana).
|
|
22
|
+
|
|
23
|
+
## Visual DNA
|
|
24
|
+
- **Colors**: Cyan (`#00FFFF`), Magenta (`#FF00FF`), Lavender (`#E6E6FA`), and classic Windows Grey (`#C0C0C0`).
|
|
25
|
+
- **Typography**: `MS Sans Serif`, `Tahoma`, or pixel fonts. Fullwidth characters (AESTHETIC) are highly encouraged for headers.
|
|
26
|
+
- **Styling**: Hard, 1px outsets and insets to simulate 90s 3D buttons.
|
|
27
|
+
|
|
28
|
+
## Web Implementation
|
|
29
|
+
- Use standard CSS borders to create the classic 90s button look.
|
|
30
|
+
- **CSS Example**:
|
|
31
|
+
```css
|
|
32
|
+
body {
|
|
33
|
+
background: linear-gradient(180deg, #ff99cc 0%, #99ccff 100%);
|
|
34
|
+
color: #000;
|
|
35
|
+
font-family: 'Tahoma', sans-serif;
|
|
36
|
+
min-height: 100vh;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
/* Windows 95 Style Window */
|
|
40
|
+
.vapor-window {
|
|
41
|
+
background-color: #C0C0C0;
|
|
42
|
+
border: 2px outset #fff;
|
|
43
|
+
border-right-color: #808080;
|
|
44
|
+
border-bottom-color: #808080;
|
|
45
|
+
width: 400px;
|
|
46
|
+
padding: 2px;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.vapor-titlebar {
|
|
50
|
+
background: linear-gradient(90deg, #000080, #1084d0);
|
|
51
|
+
color: white;
|
|
52
|
+
font-weight: bold;
|
|
53
|
+
padding: 4px 8px;
|
|
54
|
+
display: flex;
|
|
55
|
+
justify-content: space-between;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.vapor-button {
|
|
59
|
+
background-color: #C0C0C0;
|
|
60
|
+
border: 2px outset #fff;
|
|
61
|
+
border-right-color: #808080;
|
|
62
|
+
border-bottom-color: #808080;
|
|
63
|
+
padding: 4px 12px;
|
|
64
|
+
}
|
|
65
|
+
.vapor-button:active {
|
|
66
|
+
border-style: inset;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
/* The iconic vaporwave sun/grid */
|
|
70
|
+
.vapor-sun {
|
|
71
|
+
width: 200px; height: 200px;
|
|
72
|
+
background: linear-gradient(to bottom, #ff00ff, #ffff00);
|
|
73
|
+
border-radius: 50%;
|
|
74
|
+
box-shadow: 0 0 20px #ff00ff;
|
|
75
|
+
}
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
## App Implementation
|
|
79
|
+
|
|
80
|
+
### SwiftUI
|
|
81
|
+
```swift
|
|
82
|
+
struct VaporwaveView: View {
|
|
83
|
+
var body: some View {
|
|
84
|
+
ZStack {
|
|
85
|
+
// Neon Gradient Background
|
|
86
|
+
LinearGradient(colors: [Color(hex: "ff99cc"), Color(hex: "99ccff")], startPoint: .top, endPoint: .bottom)
|
|
87
|
+
.ignoresSafeArea()
|
|
88
|
+
|
|
89
|
+
// Win95 Window
|
|
90
|
+
VStack(spacing: 0) {
|
|
91
|
+
// Title Bar
|
|
92
|
+
HStack {
|
|
93
|
+
Text("AESTHETIC.exe")
|
|
94
|
+
.font(.system(size: 14, weight: .bold, design: .monospaced))
|
|
95
|
+
.foregroundColor(.white)
|
|
96
|
+
Spacer()
|
|
97
|
+
Text("X")
|
|
98
|
+
.font(.system(size: 12, weight: .bold))
|
|
99
|
+
.padding(.horizontal, 6)
|
|
100
|
+
.background(Color(hex: "C0C0C0"))
|
|
101
|
+
.border(.white, width: 1) // Faux 3D
|
|
102
|
+
}
|
|
103
|
+
.padding(4)
|
|
104
|
+
.background(LinearGradient(colors: [Color(hex: "000080"), Color(hex: "1084d0")], startPoint: .leading, endPoint: .trailing))
|
|
105
|
+
|
|
106
|
+
// Content
|
|
107
|
+
VStack {
|
|
108
|
+
Text("It's all in your head.")
|
|
109
|
+
.font(.custom("Tahoma", size: 16))
|
|
110
|
+
.padding()
|
|
111
|
+
|
|
112
|
+
// Win95 Button
|
|
113
|
+
Button(action: {}) {
|
|
114
|
+
Text("OK")
|
|
115
|
+
.foregroundColor(.black)
|
|
116
|
+
.padding(.horizontal, 24)
|
|
117
|
+
.padding(.vertical, 8)
|
|
118
|
+
}
|
|
119
|
+
.background(Color(hex: "C0C0C0"))
|
|
120
|
+
// Complex borders to simulate Outset
|
|
121
|
+
.overlay(
|
|
122
|
+
Rectangle().stroke(Color.black, lineWidth: 1) // Outer bottom/right
|
|
123
|
+
)
|
|
124
|
+
.overlay(
|
|
125
|
+
Rectangle().stroke(Color.white, lineWidth: 1).padding(1) // Inner top/left
|
|
126
|
+
)
|
|
127
|
+
}
|
|
128
|
+
.frame(maxWidth: .infinity)
|
|
129
|
+
.padding(16)
|
|
130
|
+
.background(Color(hex: "C0C0C0"))
|
|
131
|
+
}
|
|
132
|
+
.frame(width: 300)
|
|
133
|
+
// Outset border for window
|
|
134
|
+
.border(Color(hex: "808080"), width: 2)
|
|
135
|
+
.padding()
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
```
|
|
140
|
+
- You cannot use `.cornerRadius()` anywhere in Vaporwave design.
|
|
141
|
+
- The Win95 3D bevel is achieved by stacking `.border()` and `.overlay(Rectangle().stroke())` with different colors (white for top/left, dark gray for bottom/right).
|
|
142
|
+
|
|
143
|
+
### Flutter
|
|
144
|
+
```dart
|
|
145
|
+
class VaporwaveScreen extends StatelessWidget {
|
|
146
|
+
@override
|
|
147
|
+
Widget build(BuildContext context) {
|
|
148
|
+
return Scaffold(
|
|
149
|
+
body: Container(
|
|
150
|
+
decoration: const BoxDecoration(
|
|
151
|
+
gradient: LinearGradient(begin: Alignment.topCenter, end: Alignment.bottomCenter, colors: [Color(0xFFFF99CC), Color(0xFF99CCFF)]),
|
|
152
|
+
),
|
|
153
|
+
child: Center(
|
|
154
|
+
child: Container(
|
|
155
|
+
width: 300,
|
|
156
|
+
decoration: const BoxDecoration(
|
|
157
|
+
color: Color(0xFFC0C0C0),
|
|
158
|
+
// Classic Win95 Outset Border
|
|
159
|
+
border: Border(
|
|
160
|
+
top: BorderSide(color: Colors.white, width: 2),
|
|
161
|
+
left: BorderSide(color: Colors.white, width: 2),
|
|
162
|
+
bottom: BorderSide(color: Color(0xFF808080), width: 2),
|
|
163
|
+
right: BorderSide(color: Color(0xFF808080), width: 2),
|
|
164
|
+
),
|
|
165
|
+
),
|
|
166
|
+
child: Column(
|
|
167
|
+
mainAxisSize: MainAxisSize.min,
|
|
168
|
+
children: [
|
|
169
|
+
// Title Bar
|
|
170
|
+
Container(
|
|
171
|
+
padding: const EdgeInsets.symmetric(horizontal: 4, vertical: 2),
|
|
172
|
+
margin: const EdgeInsets.all(2),
|
|
173
|
+
decoration: const BoxDecoration(gradient: LinearGradient(colors: [Color(0xFF000080), Color(0xFF1084D0)])),
|
|
174
|
+
child: Row(
|
|
175
|
+
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
|
176
|
+
children: [
|
|
177
|
+
const Text('AESTHETIC.exe', style: TextStyle(color: Colors.white, fontWeight: FontWeight.bold)),
|
|
178
|
+
Container(color: const Color(0xFFC0C0C0), padding: const EdgeInsets.symmetric(horizontal: 4), child: const Text('X', style: TextStyle(fontWeight: FontWeight.bold))),
|
|
179
|
+
],
|
|
180
|
+
),
|
|
181
|
+
),
|
|
182
|
+
// Content
|
|
183
|
+
Padding(
|
|
184
|
+
padding: const EdgeInsets.all(16.0),
|
|
185
|
+
child: Column(
|
|
186
|
+
children: [
|
|
187
|
+
const Text('nostalgia.sys loaded.', style: TextStyle(fontFamily: 'Tahoma')),
|
|
188
|
+
const SizedBox(height: 16),
|
|
189
|
+
// Outset Button
|
|
190
|
+
Container(
|
|
191
|
+
padding: const EdgeInsets.symmetric(horizontal: 24, vertical: 8),
|
|
192
|
+
decoration: const BoxDecoration(
|
|
193
|
+
color: Color(0xFFC0C0C0),
|
|
194
|
+
border: Border(
|
|
195
|
+
top: BorderSide(color: Colors.white, width: 2), left: BorderSide(color: Colors.white, width: 2),
|
|
196
|
+
bottom: BorderSide(color: Color(0xFF808080), width: 2), right: BorderSide(color: Color(0xFF808080), width: 2),
|
|
197
|
+
),
|
|
198
|
+
),
|
|
199
|
+
child: const Text('OK'),
|
|
200
|
+
)
|
|
201
|
+
],
|
|
202
|
+
),
|
|
203
|
+
)
|
|
204
|
+
],
|
|
205
|
+
),
|
|
206
|
+
),
|
|
207
|
+
),
|
|
208
|
+
),
|
|
209
|
+
);
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
```
|
|
213
|
+
- Flutter's `BoxDecoration` supports complex `Border` definitions where you can set `BorderSide` colors independently. This perfectly recreates CSS `outset` / `inset`.
|
|
214
|
+
|
|
215
|
+
### React Native
|
|
216
|
+
```jsx
|
|
217
|
+
const VaporwaveScreen = () => {
|
|
218
|
+
return (
|
|
219
|
+
<LinearGradient colors={['#ff99cc', '#99ccff']} style={{ flex: 1, justifyContent: 'center', alignItems: 'center' }}>
|
|
220
|
+
|
|
221
|
+
{/* Window */}
|
|
222
|
+
<View style={{
|
|
223
|
+
backgroundColor: '#C0C0C0', width: 300,
|
|
224
|
+
borderTopWidth: 2, borderLeftWidth: 2, borderTopColor: '#FFF', borderLeftColor: '#FFF',
|
|
225
|
+
borderBottomWidth: 2, borderRightWidth: 2, borderBottomColor: '#808080', borderRightColor: '#808080',
|
|
226
|
+
padding: 2
|
|
227
|
+
}}>
|
|
228
|
+
|
|
229
|
+
{/* Title Bar */}
|
|
230
|
+
<LinearGradient colors={['#000080', '#1084d0']} start={{x: 0, y: 0}} end={{x: 1, y: 0}} style={{ flexDirection: 'row', justifyContent: 'space-between', padding: 4 }}>
|
|
231
|
+
<Text style={{ color: '#FFF', fontWeight: 'bold' }}>AESTHETIC.exe</Text>
|
|
232
|
+
<View style={{ backgroundColor: '#C0C0C0', paddingHorizontal: 4 }}><Text style={{ fontWeight: 'bold' }}>X</Text></View>
|
|
233
|
+
</LinearGradient>
|
|
234
|
+
|
|
235
|
+
<View style={{ padding: 16, alignItems: 'center' }}>
|
|
236
|
+
<Text style={{ fontFamily: 'monospace', marginBottom: 16 }}>nostalgia.sys</Text>
|
|
237
|
+
|
|
238
|
+
{/* Outset Button */}
|
|
239
|
+
<TouchableOpacity style={{
|
|
240
|
+
backgroundColor: '#C0C0C0', paddingHorizontal: 24, paddingVertical: 8,
|
|
241
|
+
borderTopWidth: 2, borderLeftWidth: 2, borderTopColor: '#FFF', borderLeftColor: '#FFF',
|
|
242
|
+
borderBottomWidth: 2, borderRightWidth: 2, borderBottomColor: '#808080', borderRightColor: '#808080',
|
|
243
|
+
}}>
|
|
244
|
+
<Text style={{ fontWeight: 'bold' }}>OK</Text>
|
|
245
|
+
</TouchableOpacity>
|
|
246
|
+
</View>
|
|
247
|
+
|
|
248
|
+
</View>
|
|
249
|
+
|
|
250
|
+
</LinearGradient>
|
|
251
|
+
);
|
|
252
|
+
};
|
|
253
|
+
```
|
|
254
|
+
- Use independent border color styles (`borderTopColor: '#FFF'`, `borderBottomColor: '#808080'`) to build 90s OS chroming.
|
|
255
|
+
- Make sure to use Japanese fullwidth characters for text for maximum vaporwave aesthetic.
|
|
256
|
+
|
|
257
|
+
### Jetpack Compose
|
|
258
|
+
```kotlin
|
|
259
|
+
@Composable
|
|
260
|
+
fun VaporwaveScreen() {
|
|
261
|
+
Box(
|
|
262
|
+
modifier = Modifier
|
|
263
|
+
.fillMaxSize()
|
|
264
|
+
.background(Brush.verticalGradient(listOf(Color(0xFFFF99CC), Color(0xFF99CCFF)))),
|
|
265
|
+
contentAlignment = Alignment.Center
|
|
266
|
+
) {
|
|
267
|
+
// Window
|
|
268
|
+
Column(
|
|
269
|
+
modifier = Modifier
|
|
270
|
+
.width(300.dp)
|
|
271
|
+
// Custom drawn Outset border
|
|
272
|
+
.drawBehind {
|
|
273
|
+
val stroke = 4f
|
|
274
|
+
// Bottom/Right (Dark)
|
|
275
|
+
drawLine(Color(0xFF808080), Offset(0f, size.height), Offset(size.width, size.height), stroke)
|
|
276
|
+
drawLine(Color(0xFF808080), Offset(size.width, 0f), Offset(size.width, size.height), stroke)
|
|
277
|
+
// Top/Left (Light)
|
|
278
|
+
drawLine(Color.White, Offset(0f, 0f), Offset(size.width, 0f), stroke)
|
|
279
|
+
drawLine(Color.White, Offset(0f, 0f), Offset(0f, size.height), stroke)
|
|
280
|
+
}
|
|
281
|
+
.background(Color(0xFFC0C0C0))
|
|
282
|
+
.padding(2.dp)
|
|
283
|
+
) {
|
|
284
|
+
// Title Bar
|
|
285
|
+
Row(
|
|
286
|
+
modifier = Modifier
|
|
287
|
+
.fillMaxWidth()
|
|
288
|
+
.background(Brush.horizontalGradient(listOf(Color(0xFF000080), Color(0xFF1084D0))))
|
|
289
|
+
.padding(4.dp),
|
|
290
|
+
horizontalArrangement = Arrangement.SpaceBetween
|
|
291
|
+
) {
|
|
292
|
+
Text("AESTHETIC.exe", color = Color.White, fontWeight = FontWeight.Bold)
|
|
293
|
+
Box(modifier = Modifier.background(Color(0xFFC0C0C0)).padding(horizontal = 4.dp)) {
|
|
294
|
+
Text("X", fontWeight = FontWeight.Bold)
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
// Content
|
|
299
|
+
Column(modifier = Modifier.fillMaxWidth().padding(16.dp), horizontalAlignment = Alignment.CenterHorizontally) {
|
|
300
|
+
Text("Welcome to the 90s.", fontFamily = FontFamily.Monospace)
|
|
301
|
+
Spacer(Modifier.height(16.dp))
|
|
302
|
+
|
|
303
|
+
// Win95 Button
|
|
304
|
+
Box(
|
|
305
|
+
modifier = Modifier
|
|
306
|
+
.clickable { }
|
|
307
|
+
.drawBehind {
|
|
308
|
+
val stroke = 4f
|
|
309
|
+
drawLine(Color(0xFF808080), Offset(0f, size.height), Offset(size.width, size.height), stroke)
|
|
310
|
+
drawLine(Color(0xFF808080), Offset(size.width, 0f), Offset(size.width, size.height), stroke)
|
|
311
|
+
drawLine(Color.White, Offset(0f, 0f), Offset(size.width, 0f), stroke)
|
|
312
|
+
drawLine(Color.White, Offset(0f, 0f), Offset(0f, size.height), stroke)
|
|
313
|
+
}
|
|
314
|
+
.padding(horizontal = 24.dp, vertical = 8.dp)
|
|
315
|
+
) {
|
|
316
|
+
Text("OK", fontWeight = FontWeight.Bold)
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
}
|
|
322
|
+
```
|
|
323
|
+
- Compose's `Modifier.border` draws on all sides equally. To achieve the 90s outset look, you must use `Modifier.drawBehind` and manually draw the top/left lines in white and bottom/right lines in dark gray.
|
|
324
|
+
|
|
325
|
+
## Do's and Don'ts
|
|
326
|
+
- **DO**: Use authentic 90s icons (pixelated hourglasses, folders, error dialogs).
|
|
327
|
+
- **DON'T**: Use modern drop shadows or rounded corners. The 90s UI was sharp and jagged.
|
|
328
|
+
|
|
329
|
+
## Limitations
|
|
330
|
+
- This is a styling reference and does not replace environment-specific validation, accessibility testing, or expert review.
|
|
331
|
+
- Ensure appropriate contrast ratios and responsive behaviors are verified separately.
|
|
@@ -0,0 +1,291 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: vibrant-maximalism
|
|
3
|
+
description: Web and App implementation guide for Vibrant Maximalism. Trigger when user wants rich colors, dense layouts, extreme sensory input, and "more is more".
|
|
4
|
+
date_added: "2026-06-17"
|
|
5
|
+
risk: safe
|
|
6
|
+
source: self
|
|
7
|
+
source_type: self
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
# Vibrant Maximalism
|
|
11
|
+
|
|
12
|
+
> "More is more. An explosion of color, pattern, and typography."
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
## When to Use
|
|
16
|
+
Use this sub-style when the user's request matches the aesthetic described above. This is a child reference of the `design-it` skill and is not meant to be triggered directly.
|
|
17
|
+
|
|
18
|
+
## Core Principles
|
|
19
|
+
1. **Sensory Overload**: Every pixel is doing something. Patterns on top of gradients on top of photos.
|
|
20
|
+
2. **Clashing Colors**: Forget the standard rules of color harmony. Pair neon green with hot pink, or bright orange with electric blue.
|
|
21
|
+
3. **Multiple Fonts**: Mix 3 or 4 completely different typefaces in the same layout.
|
|
22
|
+
|
|
23
|
+
## Visual DNA
|
|
24
|
+
- **Colors**: All of them. Highly saturated, unmuted hues. No calm neutrals allowed.
|
|
25
|
+
- **Typography**: A chaotic mix. A massive serif headline, a bubble-letter subhead, and a monospace body text.
|
|
26
|
+
- **Visuals**: Stickers, repeating patterns, emojis, 3D renders, and marquee scrolling text.
|
|
27
|
+
|
|
28
|
+
## Web Implementation
|
|
29
|
+
- **CSS Example**:
|
|
30
|
+
```css
|
|
31
|
+
body {
|
|
32
|
+
/* Complex clashing background */
|
|
33
|
+
background:
|
|
34
|
+
radial-gradient(circle at 20% 30%, #FF00FF 0%, transparent 40%),
|
|
35
|
+
radial-gradient(circle at 80% 70%, #00FFFF 0%, transparent 40%),
|
|
36
|
+
url('checkerboard-pattern.png') repeat;
|
|
37
|
+
background-color: #FFFF00;
|
|
38
|
+
color: #000;
|
|
39
|
+
overflow-x: hidden;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.max-headline {
|
|
43
|
+
font-family: 'Anton', sans-serif;
|
|
44
|
+
font-size: 8rem;
|
|
45
|
+
text-transform: uppercase;
|
|
46
|
+
line-height: 0.8;
|
|
47
|
+
color: #FF0000;
|
|
48
|
+
/* Crazy shadow effect */
|
|
49
|
+
text-shadow:
|
|
50
|
+
4px 4px 0px #000,
|
|
51
|
+
8px 8px 0px #00FFFF,
|
|
52
|
+
12px 12px 0px #FF00FF;
|
|
53
|
+
transform: rotate(-3deg);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.max-sticker {
|
|
57
|
+
position: absolute;
|
|
58
|
+
background: #000;
|
|
59
|
+
color: #00FF00;
|
|
60
|
+
font-family: monospace;
|
|
61
|
+
padding: 10px;
|
|
62
|
+
border-radius: 50%;
|
|
63
|
+
width: 100px;
|
|
64
|
+
height: 100px;
|
|
65
|
+
display: flex;
|
|
66
|
+
align-items: center;
|
|
67
|
+
justify-content: center;
|
|
68
|
+
text-align: center;
|
|
69
|
+
border: 4px dashed #FF00FF;
|
|
70
|
+
animation: spin 10s linear infinite;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
@keyframes spin { 100% { transform: rotate(360deg); } }
|
|
74
|
+
|
|
75
|
+
.max-card {
|
|
76
|
+
background: rgba(255, 255, 255, 0.9);
|
|
77
|
+
border: 5px solid #000;
|
|
78
|
+
box-shadow: 10px 10px 0px #0000FF;
|
|
79
|
+
padding: 40px;
|
|
80
|
+
border-radius: 0 40px 0 40px; /* Weird asymmetrical corners */
|
|
81
|
+
}
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
## App Implementation
|
|
85
|
+
|
|
86
|
+
### SwiftUI
|
|
87
|
+
```swift
|
|
88
|
+
struct VibrantMaximalismView: View {
|
|
89
|
+
var body: some View {
|
|
90
|
+
ScrollView {
|
|
91
|
+
ZStack {
|
|
92
|
+
// Chaotic Layered Background
|
|
93
|
+
Color(hex: "FFFF00").ignoresSafeArea() // Pure Yellow
|
|
94
|
+
|
|
95
|
+
Circle()
|
|
96
|
+
.fill(RadialGradient(colors: [Color(hex: "FF00FF"), .clear], center: .center, startRadius: 0, endRadius: 200))
|
|
97
|
+
.frame(width: 400, height: 400)
|
|
98
|
+
.offset(x: -100, y: -200)
|
|
99
|
+
|
|
100
|
+
Circle()
|
|
101
|
+
.fill(RadialGradient(colors: [Color(hex: "00FFFF"), .clear], center: .center, startRadius: 0, endRadius: 200))
|
|
102
|
+
.frame(width: 400, height: 400)
|
|
103
|
+
.offset(x: 150, y: 200)
|
|
104
|
+
|
|
105
|
+
// Content
|
|
106
|
+
VStack(spacing: 40) {
|
|
107
|
+
Text("OVERLOAD")
|
|
108
|
+
.font(.custom("Anton", size: 80))
|
|
109
|
+
.foregroundColor(Color(hex: "FF0000"))
|
|
110
|
+
.shadow(color: .black, radius: 0, x: 4, y: 4)
|
|
111
|
+
.shadow(color: Color(hex: "00FFFF"), radius: 0, x: 8, y: 8)
|
|
112
|
+
.rotationEffect(.degrees(-3))
|
|
113
|
+
|
|
114
|
+
// Weird shaped card
|
|
115
|
+
VStack {
|
|
116
|
+
Text("More is more.")
|
|
117
|
+
.font(.system(size: 24, weight: .black, design: .monospaced))
|
|
118
|
+
}
|
|
119
|
+
.padding(40)
|
|
120
|
+
.background(Color.white.opacity(0.9))
|
|
121
|
+
.border(.black, width: 5)
|
|
122
|
+
.cornerRadius(40, corners: [.topRight, .bottomLeft]) // Custom corner radius extension needed
|
|
123
|
+
.shadow(color: Color(hex: "0000FF"), radius: 0, x: 10, y: 10)
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
```
|
|
130
|
+
- Layer multiple `RadialGradient`s in a `ZStack` behind the content to create the complex, clashing color blobs.
|
|
131
|
+
- Use multiple hard drop shadows (radius 0, but large X/Y offsets) in clashing colors to build the loud text effect.
|
|
132
|
+
|
|
133
|
+
### Flutter
|
|
134
|
+
```dart
|
|
135
|
+
class VibrantMaximalismScreen extends StatelessWidget {
|
|
136
|
+
@override
|
|
137
|
+
Widget build(BuildContext context) {
|
|
138
|
+
return Scaffold(
|
|
139
|
+
body: Stack(
|
|
140
|
+
children: [
|
|
141
|
+
// Background Color
|
|
142
|
+
Container(color: const Color(0xFFFFFF00)),
|
|
143
|
+
// Gradient Blob 1
|
|
144
|
+
Positioned(
|
|
145
|
+
top: -100, left: -100,
|
|
146
|
+
child: Container(
|
|
147
|
+
width: 400, height: 400,
|
|
148
|
+
decoration: const BoxDecoration(
|
|
149
|
+
shape: BoxShape.circle,
|
|
150
|
+
gradient: RadialGradient(colors: [Color(0xFFFF00FF), Colors.transparent]),
|
|
151
|
+
),
|
|
152
|
+
),
|
|
153
|
+
),
|
|
154
|
+
|
|
155
|
+
Center(
|
|
156
|
+
child: Column(
|
|
157
|
+
mainAxisAlignment: MainAxisAlignment.center,
|
|
158
|
+
children: [
|
|
159
|
+
Transform.rotate(
|
|
160
|
+
angle: -0.05, // Slight tilt
|
|
161
|
+
child: const Text(
|
|
162
|
+
'OVERLOAD',
|
|
163
|
+
style: TextStyle(
|
|
164
|
+
fontFamily: 'Anton', fontSize: 80, color: Color(0xFFFF0000),
|
|
165
|
+
shadows: [
|
|
166
|
+
Shadow(color: Colors.black, offset: Offset(4, 4)),
|
|
167
|
+
Shadow(color: Color(0xFF00FFFF), offset: Offset(8, 8)),
|
|
168
|
+
]
|
|
169
|
+
),
|
|
170
|
+
),
|
|
171
|
+
),
|
|
172
|
+
const SizedBox(height: 40),
|
|
173
|
+
|
|
174
|
+
// Weird asymmetrical card
|
|
175
|
+
Container(
|
|
176
|
+
padding: const EdgeInsets.all(40),
|
|
177
|
+
decoration: BoxDecoration(
|
|
178
|
+
color: Colors.white.withOpacity(0.9),
|
|
179
|
+
border: Border.all(color: Colors.black, width: 5),
|
|
180
|
+
borderRadius: const BorderRadius.only(topRight: Radius.circular(40), bottomLeft: Radius.circular(40)),
|
|
181
|
+
boxShadow: const [BoxShadow(color: Color(0xFF0000FF), offset: Offset(10, 10))],
|
|
182
|
+
),
|
|
183
|
+
child: const Text('More is more.', style: TextStyle(fontFamily: 'Courier', fontSize: 24, fontWeight: FontWeight.bold)),
|
|
184
|
+
)
|
|
185
|
+
],
|
|
186
|
+
),
|
|
187
|
+
),
|
|
188
|
+
],
|
|
189
|
+
),
|
|
190
|
+
);
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
```
|
|
194
|
+
- Flutter's `Stack` with `Positioned` widgets lets you throw clashing radial gradients anywhere on the screen easily.
|
|
195
|
+
- Apply `BorderRadius.only` to create bizarre, asymmetrical containers that break typical UI norms.
|
|
196
|
+
|
|
197
|
+
### React Native
|
|
198
|
+
```jsx
|
|
199
|
+
const VibrantMaximalismScreen = () => {
|
|
200
|
+
return (
|
|
201
|
+
<ScrollView style={{ flex: 1, backgroundColor: '#FFFF00' }}>
|
|
202
|
+
|
|
203
|
+
{/* Emulating radial blobs in RN usually requires SVG or ImageBackground. For simplicity, we use absolute views here */}
|
|
204
|
+
<View style={{ position: 'absolute', top: -50, left: -50, width: 300, height: 300, borderRadius: 150, backgroundColor: '#FF00FF', opacity: 0.5, filter: 'blur(50px)' }} />
|
|
205
|
+
|
|
206
|
+
<View style={{ padding: 40, alignItems: 'center', marginTop: 100 }}>
|
|
207
|
+
|
|
208
|
+
{/* Loud Text */}
|
|
209
|
+
<Text style={{
|
|
210
|
+
fontFamily: 'Anton-Regular', fontSize: 64, color: '#FF0000',
|
|
211
|
+
transform: [{ rotate: '-3deg' }],
|
|
212
|
+
textShadowColor: '#00FFFF', textShadowOffset: { width: 8, height: 8 }, textShadowRadius: 0
|
|
213
|
+
}}>
|
|
214
|
+
OVERLOAD
|
|
215
|
+
</Text>
|
|
216
|
+
|
|
217
|
+
{/* Asymmetrical Card */}
|
|
218
|
+
<View style={{
|
|
219
|
+
marginTop: 60, padding: 40, backgroundColor: 'rgba(255,255,255,0.9)',
|
|
220
|
+
borderWidth: 5, borderColor: '#000',
|
|
221
|
+
borderTopRightRadius: 40, borderBottomLeftRadius: 40,
|
|
222
|
+
shadowColor: '#0000FF', shadowOffset: { width: 10, height: 10 }, shadowOpacity: 1, shadowRadius: 0, elevation: 10
|
|
223
|
+
}}>
|
|
224
|
+
<Text style={{ fontFamily: 'monospace', fontSize: 24, fontWeight: '900' }}>More is more.</Text>
|
|
225
|
+
</View>
|
|
226
|
+
|
|
227
|
+
</View>
|
|
228
|
+
</ScrollView>
|
|
229
|
+
);
|
|
230
|
+
};
|
|
231
|
+
```
|
|
232
|
+
- Use `textShadowRadius: 0` to create hard, offset, brutalist-style text shadows in clashing colors (e.g. Red text with a Cyan hard shadow).
|
|
233
|
+
- Apply `transform: [{ rotate: '-3deg' }]` to break alignment intentionally.
|
|
234
|
+
|
|
235
|
+
### Jetpack Compose
|
|
236
|
+
```kotlin
|
|
237
|
+
@Composable
|
|
238
|
+
fun VibrantMaximalismScreen() {
|
|
239
|
+
Box(modifier = Modifier.fillMaxSize().background(Color(0xFFFFFF00))) {
|
|
240
|
+
|
|
241
|
+
// Emulated Radial Gradients
|
|
242
|
+
Box(modifier = Modifier.offset(x = (-100).dp, y = (-100).dp).size(400.dp).background(Brush.radialGradient(listOf(Color(0xFFFF00FF), Color.Transparent))))
|
|
243
|
+
Box(modifier = Modifier.offset(x = 100.dp, y = 300.dp).size(400.dp).background(Brush.radialGradient(listOf(Color(0xFF00FFFF), Color.Transparent))))
|
|
244
|
+
|
|
245
|
+
Column(
|
|
246
|
+
modifier = Modifier.fillMaxSize().padding(40.dp),
|
|
247
|
+
horizontalAlignment = Alignment.CenterHorizontally,
|
|
248
|
+
verticalArrangement = Arrangement.Center
|
|
249
|
+
) {
|
|
250
|
+
// Rotated Headline
|
|
251
|
+
Text(
|
|
252
|
+
text = "OVERLOAD",
|
|
253
|
+
fontSize = 80.sp,
|
|
254
|
+
fontFamily = FontFamily.SansSerif, // Replace with Anton
|
|
255
|
+
color = Color(0xFFFF0000),
|
|
256
|
+
modifier = Modifier.rotate(-3f),
|
|
257
|
+
style = TextStyle(
|
|
258
|
+
shadow = Shadow(color = Color(0xFF00FFFF), offset = Offset(16f, 16f), blurRadius = 0f)
|
|
259
|
+
)
|
|
260
|
+
)
|
|
261
|
+
|
|
262
|
+
Spacer(Modifier.height(60.dp))
|
|
263
|
+
|
|
264
|
+
// Asymmetrical Card
|
|
265
|
+
Box(
|
|
266
|
+
modifier = Modifier
|
|
267
|
+
.shadow(elevation = 0.dp) // Reset default shadow
|
|
268
|
+
// Custom hard shadow trick: draw the shadow shape first
|
|
269
|
+
.offset(10.dp, 10.dp)
|
|
270
|
+
.background(Color(0xFF0000FF), RoundedCornerShape(topEnd = 40.dp, bottomStart = 40.dp))
|
|
271
|
+
.offset((-10).dp, (-10).dp)
|
|
272
|
+
.background(Color.White.copy(alpha = 0.9f), RoundedCornerShape(topEnd = 40.dp, bottomStart = 40.dp))
|
|
273
|
+
.border(5.dp, Color.Black, RoundedCornerShape(topEnd = 40.dp, bottomStart = 40.dp))
|
|
274
|
+
.padding(40.dp)
|
|
275
|
+
) {
|
|
276
|
+
Text("More is more.", fontFamily = FontFamily.Monospace, fontSize = 24.sp, fontWeight = FontWeight.Black)
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
```
|
|
282
|
+
- `Brush.radialGradient` works perfectly for dropping color blobs into the background.
|
|
283
|
+
- Compose's default `shadow` modifier blurs edges. To get a hard, brutalist shadow in Compose, render an identical shape offset behind the main shape with a solid color.
|
|
284
|
+
|
|
285
|
+
## Do's and Don'ts
|
|
286
|
+
- **DO**: Break the grid. Let elements overlap awkwardly.
|
|
287
|
+
- **DON'T**: Use whitespace. If there is an empty area, fill it with a pattern, a marquee, or a giant emoji.
|
|
288
|
+
|
|
289
|
+
## Limitations
|
|
290
|
+
- This is a styling reference and does not replace environment-specific validation, accessibility testing, or expert review.
|
|
291
|
+
- Ensure appropriate contrast ratios and responsive behaviors are verified separately.
|