heraspec 0.1.13 → 0.1.15
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/LICENSE +209 -22
- package/README.md +205 -137
- package/bin/heraspec.js +4950 -1161
- package/bin/heraspec.js.map +4 -4
- package/dist/core/templates/skills/CHANGELOG.md +117 -117
- package/dist/core/templates/skills/README-template.md +58 -58
- package/dist/core/templates/skills/README.md +35 -32
- package/dist/core/templates/skills/campaign-plan/skill.md +76 -0
- package/dist/core/templates/skills/campaign-plan/skill.vi.md +76 -0
- package/dist/core/templates/skills/campaign-plan-skill.md +76 -0
- package/dist/core/templates/skills/campaign-plan-skill.vi.md +76 -0
- package/dist/core/templates/skills/code-review/skill.md +70 -0
- package/dist/core/templates/skills/code-review/skill.vi.md +70 -0
- package/dist/core/templates/skills/code-review-skill.md +70 -0
- package/dist/core/templates/skills/code-review-skill.vi.md +70 -0
- package/dist/core/templates/skills/content-creation/skill.md +69 -0
- package/dist/core/templates/skills/content-creation/skill.vi.md +69 -0
- package/dist/core/templates/skills/content-creation-skill.md +69 -0
- package/dist/core/templates/skills/content-creation-skill.vi.md +69 -0
- package/dist/core/templates/skills/content-optimization/skill.md +104 -0
- package/dist/core/templates/skills/content-optimization-skill.md +104 -104
- package/dist/core/templates/skills/data/design-systems.csv +54 -0
- package/dist/core/templates/skills/data/pages-proposed.csv +21 -21
- package/dist/core/templates/skills/data/pages.csv +9 -9
- package/dist/core/templates/skills/data/typography.csv +57 -57
- package/dist/core/templates/skills/debug/skill.md +69 -0
- package/dist/core/templates/skills/debug/skill.vi.md +69 -0
- package/dist/core/templates/skills/debug-skill.md +69 -0
- package/dist/core/templates/skills/debug-skill.vi.md +69 -0
- package/dist/core/templates/skills/deploy-documentation/skill.md +408 -0
- package/dist/core/templates/skills/deploy-documentation-skill.md +408 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/airbnb/DESIGN.md +246 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/airtable/DESIGN.md +89 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/apple/DESIGN.md +313 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/bmw/DESIGN.md +180 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/cal/DESIGN.md +259 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/claude/DESIGN.md +312 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/clay/DESIGN.md +304 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/clickhouse/DESIGN.md +281 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/cohere/DESIGN.md +266 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/coinbase/DESIGN.md +129 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/composio/DESIGN.md +307 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/cursor/DESIGN.md +309 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/elevenlabs/DESIGN.md +265 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/expo/DESIGN.md +281 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/figma/DESIGN.md +220 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/framer/DESIGN.md +246 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/hashicorp/DESIGN.md +278 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/ibm/DESIGN.md +332 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/index.json +72 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/intercom/DESIGN.md +146 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/kraken/DESIGN.md +125 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/linear.app/DESIGN.md +367 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/lovable/DESIGN.md +298 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/minimax/DESIGN.md +257 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/mintlify/DESIGN.md +326 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/miro/DESIGN.md +108 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/mistral.ai/DESIGN.md +261 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/mongodb/DESIGN.md +266 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/notion/DESIGN.md +309 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/nvidia/DESIGN.md +293 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/ollama/DESIGN.md +267 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/opencode.ai/DESIGN.md +281 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/pinterest/DESIGN.md +230 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/posthog/DESIGN.md +256 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/raycast/DESIGN.md +268 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/replicate/DESIGN.md +261 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/resend/DESIGN.md +303 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/revolut/DESIGN.md +185 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/runwayml/DESIGN.md +244 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/sanity/DESIGN.md +357 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/sentry/DESIGN.md +262 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/spacex/DESIGN.md +194 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/spotify/DESIGN.md +246 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/stripe/DESIGN.md +322 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/supabase/DESIGN.md +255 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/superhuman/DESIGN.md +252 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/together.ai/DESIGN.md +263 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/uber/DESIGN.md +295 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/vercel/DESIGN.md +310 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/voltagent/DESIGN.md +323 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/warp/DESIGN.md +253 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/webflow/DESIGN.md +92 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/wise/DESIGN.md +173 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/x.ai/DESIGN.md +257 -0
- package/dist/core/templates/skills/design-system/knowledge/design-systems/zapier/DESIGN.md +328 -0
- package/dist/core/templates/skills/design-system/skill.md +176 -0
- package/dist/core/templates/skills/design-system-skill.md +176 -0
- package/dist/core/templates/skills/documents/skill.md +104 -0
- package/dist/core/templates/skills/documents/templates/documentation-landing-page.html +63 -63
- package/dist/core/templates/skills/documents/templates/documentation.html +49 -49
- package/dist/core/templates/skills/documents/templates/landing-script.js +38 -38
- package/dist/core/templates/skills/documents/templates/landing-style.css +158 -158
- package/dist/core/templates/skills/documents/templates/script.js +56 -56
- package/dist/core/templates/skills/documents/templates/style.css +155 -155
- package/dist/core/templates/skills/documents/templates/technical-doc-template.md +16 -16
- package/dist/core/templates/skills/documents/templates/user-guide-template.md +16 -16
- package/dist/core/templates/skills/documents-skill.md +104 -104
- package/dist/core/templates/skills/e2e-test/skill.md +119 -0
- package/dist/core/templates/skills/e2e-test-skill.md +119 -119
- package/dist/core/templates/skills/email-sequence/skill.md +68 -0
- package/dist/core/templates/skills/email-sequence/skill.vi.md +68 -0
- package/dist/core/templates/skills/email-sequence-skill.md +68 -0
- package/dist/core/templates/skills/email-sequence-skill.vi.md +68 -0
- package/dist/core/templates/skills/git-embed/skill.md +57 -0
- package/dist/core/templates/skills/git-embed-skill.md +57 -0
- package/dist/core/templates/skills/integration-test/skill.md +118 -0
- package/dist/core/templates/skills/integration-test-skill.md +118 -118
- package/dist/core/templates/skills/knowledge/README.md +63 -0
- package/dist/core/templates/skills/knowledge/design-systems/airbnb/DESIGN.md +246 -0
- package/dist/core/templates/skills/knowledge/design-systems/airtable/DESIGN.md +89 -0
- package/dist/core/templates/skills/knowledge/design-systems/apple/DESIGN.md +313 -0
- package/dist/core/templates/skills/knowledge/design-systems/bmw/DESIGN.md +180 -0
- package/dist/core/templates/skills/knowledge/design-systems/cal/DESIGN.md +259 -0
- package/dist/core/templates/skills/knowledge/design-systems/claude/DESIGN.md +312 -0
- package/dist/core/templates/skills/knowledge/design-systems/clay/DESIGN.md +304 -0
- package/dist/core/templates/skills/knowledge/design-systems/clickhouse/DESIGN.md +281 -0
- package/dist/core/templates/skills/knowledge/design-systems/cohere/DESIGN.md +266 -0
- package/dist/core/templates/skills/knowledge/design-systems/coinbase/DESIGN.md +129 -0
- package/dist/core/templates/skills/knowledge/design-systems/composio/DESIGN.md +307 -0
- package/dist/core/templates/skills/knowledge/design-systems/cursor/DESIGN.md +309 -0
- package/dist/core/templates/skills/knowledge/design-systems/elevenlabs/DESIGN.md +265 -0
- package/dist/core/templates/skills/knowledge/design-systems/expo/DESIGN.md +281 -0
- package/dist/core/templates/skills/knowledge/design-systems/figma/DESIGN.md +220 -0
- package/dist/core/templates/skills/knowledge/design-systems/framer/DESIGN.md +246 -0
- package/dist/core/templates/skills/knowledge/design-systems/hashicorp/DESIGN.md +278 -0
- package/dist/core/templates/skills/knowledge/design-systems/ibm/DESIGN.md +332 -0
- package/dist/core/templates/skills/knowledge/design-systems/index.json +72 -0
- package/dist/core/templates/skills/knowledge/design-systems/intercom/DESIGN.md +146 -0
- package/dist/core/templates/skills/knowledge/design-systems/kraken/DESIGN.md +125 -0
- package/dist/core/templates/skills/knowledge/design-systems/linear.app/DESIGN.md +367 -0
- package/dist/core/templates/skills/knowledge/design-systems/lovable/DESIGN.md +298 -0
- package/dist/core/templates/skills/knowledge/design-systems/minimax/DESIGN.md +257 -0
- package/dist/core/templates/skills/knowledge/design-systems/mintlify/DESIGN.md +326 -0
- package/dist/core/templates/skills/knowledge/design-systems/miro/DESIGN.md +108 -0
- package/dist/core/templates/skills/knowledge/design-systems/mistral.ai/DESIGN.md +261 -0
- package/dist/core/templates/skills/knowledge/design-systems/mongodb/DESIGN.md +266 -0
- package/dist/core/templates/skills/knowledge/design-systems/notion/DESIGN.md +309 -0
- package/dist/core/templates/skills/knowledge/design-systems/nvidia/DESIGN.md +293 -0
- package/dist/core/templates/skills/knowledge/design-systems/ollama/DESIGN.md +267 -0
- package/dist/core/templates/skills/knowledge/design-systems/opencode.ai/DESIGN.md +281 -0
- package/dist/core/templates/skills/knowledge/design-systems/pinterest/DESIGN.md +230 -0
- package/dist/core/templates/skills/knowledge/design-systems/posthog/DESIGN.md +256 -0
- package/dist/core/templates/skills/knowledge/design-systems/raycast/DESIGN.md +268 -0
- package/dist/core/templates/skills/knowledge/design-systems/replicate/DESIGN.md +261 -0
- package/dist/core/templates/skills/knowledge/design-systems/resend/DESIGN.md +303 -0
- package/dist/core/templates/skills/knowledge/design-systems/revolut/DESIGN.md +185 -0
- package/dist/core/templates/skills/knowledge/design-systems/runwayml/DESIGN.md +244 -0
- package/dist/core/templates/skills/knowledge/design-systems/sanity/DESIGN.md +357 -0
- package/dist/core/templates/skills/knowledge/design-systems/sentry/DESIGN.md +262 -0
- package/dist/core/templates/skills/knowledge/design-systems/spacex/DESIGN.md +194 -0
- package/dist/core/templates/skills/knowledge/design-systems/spotify/DESIGN.md +246 -0
- package/dist/core/templates/skills/knowledge/design-systems/stripe/DESIGN.md +322 -0
- package/dist/core/templates/skills/knowledge/design-systems/supabase/DESIGN.md +255 -0
- package/dist/core/templates/skills/knowledge/design-systems/superhuman/DESIGN.md +252 -0
- package/dist/core/templates/skills/knowledge/design-systems/together.ai/DESIGN.md +263 -0
- package/dist/core/templates/skills/knowledge/design-systems/uber/DESIGN.md +295 -0
- package/dist/core/templates/skills/knowledge/design-systems/vercel/DESIGN.md +310 -0
- package/dist/core/templates/skills/knowledge/design-systems/voltagent/DESIGN.md +323 -0
- package/dist/core/templates/skills/knowledge/design-systems/warp/DESIGN.md +253 -0
- package/dist/core/templates/skills/knowledge/design-systems/webflow/DESIGN.md +92 -0
- package/dist/core/templates/skills/knowledge/design-systems/wise/DESIGN.md +173 -0
- package/dist/core/templates/skills/knowledge/design-systems/x.ai/DESIGN.md +257 -0
- package/dist/core/templates/skills/knowledge/design-systems/zapier/DESIGN.md +328 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/codeigniter/rise-cms/profile.json +27 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/codeigniter/rise-cms/structure.md +137 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/laravel/botble/profile.json +39 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/laravel/botble/structure.md +208 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/wordpress/core/profile.json +51 -0
- package/dist/core/templates/skills/knowledge/frameworks/php/wordpress/core/structure.md +369 -0
- package/dist/core/templates/skills/knowledge/index.json +65 -0
- package/dist/core/templates/skills/module-codebase-skill.md +110 -110
- package/dist/core/templates/skills/perfex-module/module-codebase/skill.md +110 -0
- package/dist/core/templates/skills/plugin-directory-skill.md +396 -396
- package/dist/core/templates/skills/project-memory/skill.md +222 -0
- package/dist/core/templates/skills/project-memory/skill.vi.md +223 -0
- package/dist/core/templates/skills/project-memory-skill.md +222 -0
- package/dist/core/templates/skills/project-memory-skill.vi.md +223 -0
- package/dist/core/templates/skills/scripts/CODE_EXPLANATION.md +394 -394
- package/dist/core/templates/skills/scripts/SEARCH_ALGORITHMS_COMPARISON.md +421 -421
- package/dist/core/templates/skills/scripts/SEARCH_MODES_GUIDE.md +238 -238
- package/dist/core/templates/skills/scripts/__pycache__/core.cpython-311.pyc +0 -0
- package/dist/core/templates/skills/scripts/core.py +391 -385
- package/dist/core/templates/skills/scripts/search.py +1 -1
- package/dist/core/templates/skills/seo-audit/skill.md +75 -0
- package/dist/core/templates/skills/seo-audit/skill.vi.md +75 -0
- package/dist/core/templates/skills/seo-audit-skill.md +75 -0
- package/dist/core/templates/skills/seo-audit-skill.vi.md +75 -0
- package/dist/core/templates/skills/smart-explore/skill.md +141 -0
- package/dist/core/templates/skills/smart-explore-skill.md +141 -0
- package/dist/core/templates/skills/sourcecode-analyzer/skill.md +210 -0
- package/dist/core/templates/skills/sourcecode-analyzer/skill.vi.md +210 -0
- package/dist/core/templates/skills/sourcecode-analyzer-skill.md +210 -0
- package/dist/core/templates/skills/sourcecode-analyzer-skill.vi.md +210 -0
- package/dist/core/templates/skills/spec-writer/skill.md +61 -0
- package/dist/core/templates/skills/spec-writer/skill.vi.md +61 -0
- package/dist/core/templates/skills/spec-writer-skill.md +61 -0
- package/dist/core/templates/skills/spec-writer-skill.vi.md +61 -0
- package/dist/core/templates/skills/sql-queries/skill.md +67 -0
- package/dist/core/templates/skills/sql-queries/skill.vi.md +67 -0
- package/dist/core/templates/skills/sql-queries-skill.md +67 -0
- package/dist/core/templates/skills/sql-queries-skill.vi.md +67 -0
- package/dist/core/templates/skills/suggestion/skill.md +118 -0
- package/dist/core/templates/skills/suggestion-skill.md +118 -118
- package/dist/core/templates/skills/system-design/skill.md +70 -0
- package/dist/core/templates/skills/system-design/skill.vi.md +70 -0
- package/dist/core/templates/skills/system-design-skill.md +70 -0
- package/dist/core/templates/skills/system-design-skill.vi.md +70 -0
- package/dist/core/templates/skills/tech-debt/skill.md +70 -0
- package/dist/core/templates/skills/tech-debt/skill.vi.md +70 -0
- package/dist/core/templates/skills/tech-debt-skill.md +70 -0
- package/dist/core/templates/skills/tech-debt-skill.vi.md +70 -0
- package/dist/core/templates/skills/templates/accessibility-checklist.md +40 -40
- package/dist/core/templates/skills/templates/example-prompt-full-theme.md +333 -333
- package/dist/core/templates/skills/templates/page-types-guide.md +338 -338
- package/dist/core/templates/skills/templates/pages-proposed-summary.md +273 -273
- package/dist/core/templates/skills/templates/pre-delivery-checklist.md +42 -42
- package/dist/core/templates/skills/templates/prompt-template-full-theme.md +313 -313
- package/dist/core/templates/skills/templates/responsive-design.md +40 -40
- package/dist/core/templates/skills/ui-ux/data/charts.csv +26 -0
- package/dist/core/templates/skills/ui-ux/data/colors.csv +97 -0
- package/dist/core/templates/skills/ui-ux/data/design-systems.csv +54 -0
- package/dist/core/templates/skills/ui-ux/data/landing.csv +31 -0
- package/dist/core/templates/skills/ui-ux/data/pages-proposed.csv +22 -0
- package/dist/core/templates/skills/ui-ux/data/pages.csv +10 -0
- package/dist/core/templates/skills/ui-ux/data/products.csv +97 -0
- package/dist/core/templates/skills/ui-ux/data/prompts.csv +24 -0
- package/dist/core/templates/skills/ui-ux/data/stacks/flutter.csv +53 -0
- package/dist/core/templates/skills/ui-ux/data/stacks/html-tailwind.csv +56 -0
- package/dist/core/templates/skills/ui-ux/data/stacks/nextjs.csv +53 -0
- package/dist/core/templates/skills/ui-ux/data/stacks/react-native.csv +52 -0
- package/dist/core/templates/skills/ui-ux/data/stacks/react.csv +54 -0
- package/dist/core/templates/skills/ui-ux/data/stacks/svelte.csv +54 -0
- package/dist/core/templates/skills/ui-ux/data/stacks/swiftui.csv +51 -0
- package/dist/core/templates/skills/ui-ux/data/stacks/vue.csv +50 -0
- package/dist/core/templates/skills/ui-ux/data/styles.csv +59 -0
- package/dist/core/templates/skills/ui-ux/data/typography.csv +58 -0
- package/dist/core/templates/skills/ui-ux/data/ux-guidelines.csv +100 -0
- package/dist/core/templates/skills/ui-ux/scripts/CODE_EXPLANATION.md +394 -0
- package/dist/core/templates/skills/ui-ux/scripts/SEARCH_ALGORITHMS_COMPARISON.md +421 -0
- package/dist/core/templates/skills/ui-ux/scripts/SEARCH_MODES_GUIDE.md +238 -0
- package/dist/core/templates/skills/ui-ux/scripts/core.py +391 -0
- package/dist/core/templates/skills/ui-ux/scripts/search.py +73 -0
- package/dist/core/templates/skills/ui-ux/skill.md +595 -0
- package/dist/core/templates/skills/ui-ux/templates/accessibility-checklist.md +40 -0
- package/dist/core/templates/skills/ui-ux/templates/example-prompt-full-theme.md +333 -0
- package/dist/core/templates/skills/ui-ux/templates/page-types-guide.md +338 -0
- package/dist/core/templates/skills/ui-ux/templates/pages-proposed-summary.md +273 -0
- package/dist/core/templates/skills/ui-ux/templates/pre-delivery-checklist.md +42 -0
- package/dist/core/templates/skills/ui-ux/templates/prompt-template-full-theme.md +313 -0
- package/dist/core/templates/skills/ui-ux/templates/responsive-design.md +40 -0
- package/dist/core/templates/skills/ui-ux-skill.md +595 -584
- package/dist/core/templates/skills/unit-test/skill.md +111 -0
- package/dist/core/templates/skills/unit-test-skill.md +111 -111
- package/dist/core/templates/skills/ux-element/templates/Controller.php +50 -50
- package/dist/core/templates/skills/ux-element/templates/Shortcode.php +23 -23
- package/dist/core/templates/skills/ux-element/templates/Template.html +20 -20
- package/dist/core/templates/skills/ux-element/templates/Thumbnail.svg +8 -8
- package/dist/core/templates/skills/ux-element/templates/View.php +21 -21
- package/dist/core/templates/skills/ux-element-skill.md +83 -83
- package/dist/core/templates/skills/wordpress/plugin-check/skill.md +151 -0
- package/dist/core/templates/skills/wordpress/plugin-directory/skill.md +396 -0
- package/dist/core/templates/skills/wordpress/plugin-standard/skill.md +100 -0
- package/dist/core/templates/skills/wordpress/plugin-standard/templates/admin-dashboard.php +47 -0
- package/dist/core/templates/skills/wordpress/plugin-standard/templates/admin-settings.php +60 -0
- package/dist/core/templates/skills/wordpress/plugin-standard/templates/assets/admin-css.css +22 -0
- package/dist/core/templates/skills/wordpress/plugin-standard/templates/assets/admin-js.js +15 -0
- package/dist/core/templates/skills/wordpress/plugin-standard/templates/plugin-main.php +169 -0
- package/dist/core/templates/skills/wordpress/plugin-standard/templates/readme.txt +41 -0
- package/dist/core/templates/skills/wordpress/plugin-standard/templates/uninstall.php +21 -0
- package/dist/core/templates/skills/wordpress/ux-element/skill.md +83 -0
- package/dist/core/templates/skills/wordpress/ux-element/templates/Controller.php +50 -0
- package/dist/core/templates/skills/wordpress/ux-element/templates/Shortcode.php +23 -0
- package/dist/core/templates/skills/wordpress/ux-element/templates/Template.html +20 -0
- package/dist/core/templates/skills/wordpress/ux-element/templates/Thumbnail.svg +8 -0
- package/dist/core/templates/skills/wordpress/ux-element/templates/View.php +21 -0
- package/dist/core/templates/skills/wordpress-plugin-check-skill.md +151 -151
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/admin-dashboard.php +47 -47
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/admin-settings.php +60 -60
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/assets/admin-css.css +22 -22
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/assets/admin-js.js +15 -15
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/plugin-main.php +169 -169
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/readme.txt +41 -41
- package/dist/core/templates/skills/wordpress-plugin-standard/templates/uninstall.php +21 -21
- package/dist/core/templates/skills/wordpress-plugin-standard-skill.md +100 -100
- package/dist/index.js +4237 -331
- package/package.json +75 -72
|
@@ -0,0 +1,180 @@
|
|
|
1
|
+
# Design System: BMW
|
|
2
|
+
|
|
3
|
+
## 1. Visual Theme & Atmosphere
|
|
4
|
+
|
|
5
|
+
BMW's website is automotive engineering made visual — a design system that communicates precision, performance, and German industrial confidence. The page alternates between deep dark hero sections (featuring full-bleed automotive photography) and clean white content areas, creating a cinematic rhythm reminiscent of a luxury car showroom where vehicles are lit against darkness. The BMW CI2020 design language (their corporate identity refresh) defines every element.
|
|
6
|
+
|
|
7
|
+
The typography is built on BMWTypeNextLatin — a proprietary typeface in two variants: BMWTypeNextLatin Light (weight 300) for massive uppercase display headings, and BMWTypeNextLatin Regular for body and UI text. The 60px uppercase headline at weight 300 is the defining typographic gesture — light-weight type that whispers authority rather than shouting it. The fallback stack includes Helvetica and Japanese fonts (Hiragino, Meiryo), reflecting BMW's global presence.
|
|
8
|
+
|
|
9
|
+
What makes BMW distinctive is its CSS variable-driven theming system. Context-aware variables (`--site-context-highlight-color: #1c69d4`, `--site-context-focus-color: #0653b6`, `--site-context-metainfo-color: #757575`) suggest a design system built for multi-brand, multi-context deployment where colors can be swapped globally. The blue highlight color (`#1c69d4`) is BMW's signature blue — used sparingly for interactive elements and focus states, never decoratively. Zero border-radius was detected — BMW's design is angular, sharp-cornered, and uncompromisingly geometric.
|
|
10
|
+
|
|
11
|
+
**Key Characteristics:**
|
|
12
|
+
- BMWTypeNextLatin Light (weight 300) uppercase for display — whispered authority
|
|
13
|
+
- BMW Blue (`#1c69d4`) as singular accent — used only for interactive elements
|
|
14
|
+
- Zero border-radius detected — angular, sharp-cornered, industrial geometry
|
|
15
|
+
- Dark hero photography + white content sections — showroom lighting rhythm
|
|
16
|
+
- CSS variable-driven theming: `--site-context-*` tokens for brand flexibility
|
|
17
|
+
- Weight 900 for navigation emphasis — extreme contrast with 300 display
|
|
18
|
+
- Tight line-heights (1.15–1.30) throughout — compressed, efficient, German engineering
|
|
19
|
+
- Full-bleed automotive photography as primary visual content
|
|
20
|
+
|
|
21
|
+
## 2. Color Palette & Roles
|
|
22
|
+
|
|
23
|
+
### Primary Brand
|
|
24
|
+
- **Pure White** (`#ffffff`): `--site-context-theme-color`, primary surface, card backgrounds
|
|
25
|
+
- **BMW Blue** (`#1c69d4`): `--site-context-highlight-color`, primary interactive accent
|
|
26
|
+
- **BMW Focus Blue** (`#0653b6`): `--site-context-focus-color`, keyboard focus and active states
|
|
27
|
+
|
|
28
|
+
### Neutral Scale
|
|
29
|
+
- **Near Black** (`#262626`): Primary text on light surfaces, dark link text
|
|
30
|
+
- **Meta Gray** (`#757575`): `--site-context-metainfo-color`, secondary text, metadata
|
|
31
|
+
- **Silver** (`#bbbbbb`): Tertiary text, muted links, footer elements
|
|
32
|
+
|
|
33
|
+
### Interactive States
|
|
34
|
+
- All links hover to white (`#ffffff`) — suggesting primarily dark-surface navigation
|
|
35
|
+
- Text links use underline: none on hover — clean interaction
|
|
36
|
+
|
|
37
|
+
### Shadows
|
|
38
|
+
- Minimal shadow system — depth through photography and dark/light section contrast
|
|
39
|
+
|
|
40
|
+
## 3. Typography Rules
|
|
41
|
+
|
|
42
|
+
### Font Families
|
|
43
|
+
- **Display Light**: `BMWTypeNextLatin Light`, fallbacks: `Helvetica, Arial, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo`
|
|
44
|
+
- **Body / UI**: `BMWTypeNextLatin`, same fallback stack
|
|
45
|
+
|
|
46
|
+
### Hierarchy
|
|
47
|
+
|
|
48
|
+
| Role | Font | Size | Weight | Line Height | Notes |
|
|
49
|
+
|------|------|------|--------|-------------|-------|
|
|
50
|
+
| Display Hero | BMWTypeNextLatin Light | 60px (3.75rem) | 300 | 1.30 (tight) | `text-transform: uppercase` |
|
|
51
|
+
| Section Heading | BMWTypeNextLatin | 32px (2.00rem) | 400 | 1.30 (tight) | Major section titles |
|
|
52
|
+
| Nav Emphasis | BMWTypeNextLatin | 18px (1.13rem) | 900 | 1.30 (tight) | Navigation bold items |
|
|
53
|
+
| Body | BMWTypeNextLatin | 16px (1.00rem) | 400 | 1.15 (tight) | Standard body text |
|
|
54
|
+
| Button Bold | BMWTypeNextLatin | 16px (1.00rem) | 700 | 1.20–2.88 | CTA buttons |
|
|
55
|
+
| Button | BMWTypeNextLatin | 16px (1.00rem) | 400 | 1.15 (tight) | Standard buttons |
|
|
56
|
+
|
|
57
|
+
### Principles
|
|
58
|
+
- **Light display, heavy navigation**: Weight 300 for hero headlines creates whispered elegance; weight 900 for navigation creates stark authority. This extreme weight contrast (300 vs 900) is the signature typographic tension.
|
|
59
|
+
- **Universal uppercase display**: The 60px hero is always uppercase — creating a monumental, architectural quality.
|
|
60
|
+
- **Tight everything**: Line-heights from 1.15 to 1.30 across the entire system. Nothing breathes — every line is compressed, efficient, German-engineered.
|
|
61
|
+
- **Single font family**: BMWTypeNextLatin handles everything from 60px display to 16px body — unity through one typeface at different weights.
|
|
62
|
+
|
|
63
|
+
## 4. Component Stylings
|
|
64
|
+
|
|
65
|
+
### Buttons
|
|
66
|
+
- Text: 16px BMWTypeNextLatin, weight 700 for primary, 400 for secondary
|
|
67
|
+
- Line-height: 1.15–2.88 (large variation suggests padding-driven sizing)
|
|
68
|
+
- Border: white bottom-border on dark surfaces (`1px solid #ffffff`)
|
|
69
|
+
- No border-radius — sharp rectangular buttons
|
|
70
|
+
|
|
71
|
+
### Cards & Containers
|
|
72
|
+
- No border-radius — all containers are sharp-cornered rectangles
|
|
73
|
+
- White backgrounds on light sections
|
|
74
|
+
- Dark backgrounds for hero/feature sections
|
|
75
|
+
- No visible borders on most elements
|
|
76
|
+
|
|
77
|
+
### Navigation
|
|
78
|
+
- BMWTypeNextLatin 18px weight 900 for primary nav links
|
|
79
|
+
- White text on dark header
|
|
80
|
+
- BMW logo 54x54px
|
|
81
|
+
- Hover: remains white, text-decoration none
|
|
82
|
+
- "Home" text link in header
|
|
83
|
+
|
|
84
|
+
### Image Treatment
|
|
85
|
+
- Full-bleed automotive photography
|
|
86
|
+
- Dark cinematic lighting
|
|
87
|
+
- Edge-to-edge hero images
|
|
88
|
+
- Car photography as primary visual content
|
|
89
|
+
|
|
90
|
+
## 5. Layout Principles
|
|
91
|
+
|
|
92
|
+
### Spacing System
|
|
93
|
+
- Base unit: 8px
|
|
94
|
+
- Scale: 1px, 5px, 8px, 10px, 12px, 15px, 16px, 20px, 24px, 30px, 32px, 40px, 45px, 56px, 60px
|
|
95
|
+
|
|
96
|
+
### Grid & Container
|
|
97
|
+
- Full-width hero photography
|
|
98
|
+
- Centered content sections
|
|
99
|
+
- Footer: multi-column link grid
|
|
100
|
+
|
|
101
|
+
### Whitespace Philosophy
|
|
102
|
+
- **Showroom pacing**: Dark hero sections with generous padding create the feeling of walking through a showroom where each vehicle is spotlit in its own space.
|
|
103
|
+
- **Compressed content**: Body text areas use tight line-heights and compact spacing — information-dense, no waste.
|
|
104
|
+
|
|
105
|
+
### Border Radius Scale
|
|
106
|
+
- **None detected.** BMW uses sharp corners exclusively — every element is a precise rectangle. This is the most angular design system analyzed.
|
|
107
|
+
|
|
108
|
+
## 6. Depth & Elevation
|
|
109
|
+
|
|
110
|
+
| Level | Treatment | Use |
|
|
111
|
+
|-------|-----------|-----|
|
|
112
|
+
| Photography (Level 0) | Full-bleed dark imagery | Hero backgrounds |
|
|
113
|
+
| Flat (Level 1) | White surface, no shadow | Content sections |
|
|
114
|
+
| Focus (Accessibility) | BMW Focus Blue (`#0653b6`) | Focus states |
|
|
115
|
+
|
|
116
|
+
**Shadow Philosophy**: BMW uses virtually no shadows. Depth is created entirely through the contrast between dark photographic sections and white content sections — the automotive lighting does the elevation work.
|
|
117
|
+
|
|
118
|
+
## 7. Do's and Don'ts
|
|
119
|
+
|
|
120
|
+
### Do
|
|
121
|
+
- Use BMWTypeNextLatin Light (300) uppercase for all display headings
|
|
122
|
+
- Keep ALL corners sharp (0px radius) — angular geometry is non-negotiable
|
|
123
|
+
- Use BMW Blue (`#1c69d4`) only for interactive elements — never decoratively
|
|
124
|
+
- Apply weight 900 for navigation emphasis — the extreme weight contrast is intentional
|
|
125
|
+
- Use full-bleed automotive photography for hero sections
|
|
126
|
+
- Keep line-heights tight (1.15–1.30) throughout
|
|
127
|
+
- Use `--site-context-*` CSS variables for theming
|
|
128
|
+
|
|
129
|
+
### Don't
|
|
130
|
+
- Don't round corners — zero radius is the BMW identity
|
|
131
|
+
- Don't use BMW Blue for backgrounds or large surfaces — it's an accent only
|
|
132
|
+
- Don't use medium font weights (500–600) — the system uses 300, 400, 700, 900 extremes
|
|
133
|
+
- Don't add decorative elements — the photography and typography carry everything
|
|
134
|
+
- Don't use relaxed line-heights — BMW text is always compressed
|
|
135
|
+
- Don't lighten the dark hero sections — the contrast with white IS the design
|
|
136
|
+
|
|
137
|
+
## 8. Responsive Behavior
|
|
138
|
+
|
|
139
|
+
### Breakpoints
|
|
140
|
+
| Name | Width | Key Changes |
|
|
141
|
+
|------|-------|-------------|
|
|
142
|
+
| Mobile Small | <375px | Minimum supported |
|
|
143
|
+
| Mobile | 375–480px | Single column |
|
|
144
|
+
| Mobile Large | 480–640px | Slight adjustments |
|
|
145
|
+
| Tablet Small | 640–768px | 2-column begins |
|
|
146
|
+
| Tablet | 768–920px | Standard tablet |
|
|
147
|
+
| Desktop Small | 920–1024px | Desktop layout begins |
|
|
148
|
+
| Desktop | 1024–1280px | Standard desktop |
|
|
149
|
+
| Large Desktop | 1280–1440px | Expanded |
|
|
150
|
+
| Ultra-wide | 1440–1600px | Maximum layout |
|
|
151
|
+
|
|
152
|
+
### Collapsing Strategy
|
|
153
|
+
- Hero: 60px → scales down, maintains uppercase
|
|
154
|
+
- Navigation: horizontal → hamburger
|
|
155
|
+
- Photography: full-bleed maintained at all sizes
|
|
156
|
+
- Content sections: stack vertically
|
|
157
|
+
- Footer: multi-column → stacked
|
|
158
|
+
|
|
159
|
+
## 9. Agent Prompt Guide
|
|
160
|
+
|
|
161
|
+
### Quick Color Reference
|
|
162
|
+
- Background: Pure White (`#ffffff`)
|
|
163
|
+
- Text: Near Black (`#262626`)
|
|
164
|
+
- Secondary text: Meta Gray (`#757575`)
|
|
165
|
+
- Accent: BMW Blue (`#1c69d4`)
|
|
166
|
+
- Focus: BMW Focus Blue (`#0653b6`)
|
|
167
|
+
- Muted: Silver (`#bbbbbb`)
|
|
168
|
+
|
|
169
|
+
### Example Component Prompts
|
|
170
|
+
- "Create a hero: full-width dark automotive photography background. Heading at 60px BMWTypeNextLatin Light weight 300, uppercase, line-height 1.30, white text. No border-radius anywhere."
|
|
171
|
+
- "Design navigation: dark background. BMWTypeNextLatin 18px weight 900 for links, white text. BMW logo 54x54. Sharp rectangular layout."
|
|
172
|
+
- "Build a button: 16px BMWTypeNextLatin weight 700, line-height 1.20. Sharp corners (0px radius). White bottom border on dark surface."
|
|
173
|
+
- "Create content section: white background. Heading at 32px weight 400, line-height 1.30, #262626. Body at 16px weight 400, line-height 1.15."
|
|
174
|
+
|
|
175
|
+
### Iteration Guide
|
|
176
|
+
1. Zero border-radius — every corner is sharp, no exceptions
|
|
177
|
+
2. Weight extremes: 300 (display), 400 (body), 700 (buttons), 900 (nav)
|
|
178
|
+
3. BMW Blue for interactive only — never as background or decoration
|
|
179
|
+
4. Photography carries emotion — the UI is pure precision
|
|
180
|
+
5. Tight line-heights everywhere — 1.15 to 1.30 is the range
|
|
@@ -0,0 +1,259 @@
|
|
|
1
|
+
# Design System: Cal.com
|
|
2
|
+
|
|
3
|
+
## 1. Visual Theme & Atmosphere
|
|
4
|
+
|
|
5
|
+
Cal.com's website is a masterclass in monochromatic restraint — a grayscale world where boldness comes not from color but from the sheer confidence of black text on white space. Inspired by Uber's minimal aesthetic, the palette is deliberately stripped of hue: near-black headings (`#242424`), mid-gray secondary text (`#898989`), and pure white surfaces. Color is treated as a foreign substance — when it appears (a rare blue link, a green trust badge), it feels like a controlled accent in an otherwise black-and-white photograph.
|
|
6
|
+
|
|
7
|
+
Cal Sans, the brand's custom geometric display typeface designed by Mark Davis, is the visual centerpiece. Letters are intentionally spaced extremely close at large sizes, creating dense, architectural headlines that feel like they're carved into the page. At 64px and 48px, Cal Sans headings sit at weight 600 with a tight 1.10 line-height — confident, compressed, and immediately recognizable. For body text, the system switches to Inter, providing "rock-solid" readability that complements Cal Sans's display personality. The typography pairing creates a clear division: Cal Sans speaks, Inter explains.
|
|
8
|
+
|
|
9
|
+
The elevation system is notably sophisticated for a minimal site — 11 shadow definitions create a nuanced depth hierarchy using multi-layered shadows that combine ring borders (`0px 0px 0px 1px`), soft diffused shadows, and inset highlights. This shadow-first approach to depth (rather than border-first) gives surfaces a subtle three-dimensionality that feels modern and polished. Built on Framer with a border-radius scale from 2px to 9999px (pill), Cal.com balances geometric precision with soft, rounded interactive elements.
|
|
10
|
+
|
|
11
|
+
**Key Characteristics:**
|
|
12
|
+
- Purely grayscale brand palette — no brand colors, boldness through monochrome
|
|
13
|
+
- Cal Sans custom geometric display font with extremely tight default letter-spacing
|
|
14
|
+
- Multi-layered shadow system (11 definitions) with ring borders + diffused shadows + inset highlights
|
|
15
|
+
- Cal Sans for headings, Inter for body — clean typographic division
|
|
16
|
+
- Wide border-radius scale from 2px to 9999px (pill) — versatile rounding
|
|
17
|
+
- White canvas with near-black (#242424) text — maximum contrast, zero decoration
|
|
18
|
+
- Product screenshots as primary visual content — the scheduling UI sells itself
|
|
19
|
+
- Built on Framer platform
|
|
20
|
+
|
|
21
|
+
## 2. Color Palette & Roles
|
|
22
|
+
|
|
23
|
+
### Primary
|
|
24
|
+
- **Charcoal** (`#242424`): Primary heading and button text — Cal.com's signature near-black, warmer than pure black
|
|
25
|
+
- **Midnight** (`#111111`): Deepest text/overlay color — used at 50% opacity for subtle overlays
|
|
26
|
+
- **White** (`#ffffff`): Primary background and surface — the dominant canvas
|
|
27
|
+
|
|
28
|
+
### Secondary & Accent
|
|
29
|
+
- **Link Blue** (`#0099ff`): In-text links with underline decoration — the only blue in the system, reserved strictly for hyperlinks
|
|
30
|
+
- **Focus Ring** (`#3b82f6` at 50% opacity): Keyboard focus indicator — accessibility-only, invisible in normal interaction
|
|
31
|
+
- **Default Link** (`#0000ee`): Browser-default link color on some elements — unmodified, signaling openness
|
|
32
|
+
|
|
33
|
+
### Surface & Background
|
|
34
|
+
- **Pure White** (`#ffffff`): Primary page background and card surfaces
|
|
35
|
+
- **Light Gray** (approx `#f5f5f5`): Subtle section differentiation — barely visible tint
|
|
36
|
+
- **Mid Gray** (`#898989`): Secondary text, descriptions, and muted labels
|
|
37
|
+
|
|
38
|
+
### Neutrals & Text
|
|
39
|
+
- **Charcoal** (`#242424`): Headlines, buttons, primary UI text
|
|
40
|
+
- **Midnight** (`#111111`): Deep black for high-contrast links and nav text
|
|
41
|
+
- **Mid Gray** (`#898989`): Descriptions, secondary labels, muted content
|
|
42
|
+
- **Pure Black** (`#000000`): Certain link text elements
|
|
43
|
+
- **Border Gray** (approx `rgba(34, 42, 53, 0.08–0.10)`): Shadow-based borders using ring shadows instead of CSS borders
|
|
44
|
+
|
|
45
|
+
### Semantic & Accent
|
|
46
|
+
- Cal.com is deliberately colorless for brand elements — "a grayscale brand to emphasise on boldness and professionalism"
|
|
47
|
+
- Product UI screenshots show color (blues, greens in the scheduling interface), but the marketing site itself stays monochrome
|
|
48
|
+
- The philosophy mirrors Uber's approach: let the content carry color, the frame stays neutral
|
|
49
|
+
|
|
50
|
+
### Gradient System
|
|
51
|
+
- No gradients on the marketing site — the design is fully flat and monochrome
|
|
52
|
+
- Depth is achieved entirely through shadows, not color transitions
|
|
53
|
+
|
|
54
|
+
## 3. Typography Rules
|
|
55
|
+
|
|
56
|
+
### Font Family
|
|
57
|
+
- **Display**: `Cal Sans` — custom geometric sans-serif by Mark Davis. Open-source, available on Google Fonts and GitHub. Extremely tight default letter-spacing designed for large headlines. Has 6 character variants (Cc, j, t, u, 0, 1)
|
|
58
|
+
- **Body**: `Inter` — "rock-solid" standard body font. Fallback: `Inter Placeholder`
|
|
59
|
+
- **UI Light**: `Cal Sans UI Variable Light` — light-weight variant (300) for softer UI text with -0.2px letter-spacing
|
|
60
|
+
- **UI Medium**: `Cal Sans UI Medium` — medium-weight variant (500) for emphasized captions
|
|
61
|
+
- **Mono**: `Roboto Mono` — for code blocks and technical content
|
|
62
|
+
- **Tertiary**: `Matter Regular` / `Matter SemiBold` / `Matter Medium` — additional body fonts for specific contexts
|
|
63
|
+
|
|
64
|
+
### Hierarchy
|
|
65
|
+
|
|
66
|
+
| Role | Font | Size | Weight | Line Height | Letter Spacing | Notes |
|
|
67
|
+
|------|------|------|--------|-------------|----------------|-------|
|
|
68
|
+
| Display Hero | Cal Sans | 64px | 600 | 1.10 | 0px | Maximum impact, tight default spacing |
|
|
69
|
+
| Section Heading | Cal Sans | 48px | 600 | 1.10 | 0px | Large section titles |
|
|
70
|
+
| Feature Heading | Cal Sans | 24px | 600 | 1.30 | 0px | Feature block headlines |
|
|
71
|
+
| Sub-heading | Cal Sans | 20px | 600 | 1.20 | +0.2px | Positive spacing for readability at smaller size |
|
|
72
|
+
| Sub-heading Alt | Cal Sans | 20px | 600 | 1.50 | 0px | Relaxed line-height variant |
|
|
73
|
+
| Card Title | Cal Sans | 16px | 600 | 1.10 | 0px | Smallest Cal Sans usage |
|
|
74
|
+
| Caption Label | Cal Sans | 12px | 600 | 1.50 | 0px | Small labels in Cal Sans |
|
|
75
|
+
| Body Light | Cal Sans UI Light | 18px | 300 | 1.30 | -0.2px | Light-weight body intro text |
|
|
76
|
+
| Body Light Standard | Cal Sans UI Light | 16px | 300 | 1.50 | -0.2px | Light-weight body text |
|
|
77
|
+
| Caption Light | Cal Sans UI Light | 14px | 300 | 1.40–1.50 | -0.2 to -0.28px | Light captions and descriptions |
|
|
78
|
+
| UI Label | Inter | 16px | 600 | 1.00 | 0px | UI buttons and nav labels |
|
|
79
|
+
| Caption Inter | Inter | 14px | 500 | 1.14 | 0px | Small UI text |
|
|
80
|
+
| Micro | Inter | 12px | 500 | 1.00 | 0px | Smallest Inter text |
|
|
81
|
+
| Code | Roboto Mono | 14px | 600 | 1.00 | 0px | Code snippets, technical text |
|
|
82
|
+
| Body Matter | Matter Regular | 14px | 400 | 1.14 | 0px | Alternate body text (product UI) |
|
|
83
|
+
|
|
84
|
+
### Principles
|
|
85
|
+
- **Cal Sans at large, Inter at small**: Cal Sans is exclusively for headings and display — never for body text. The system enforces this division strictly
|
|
86
|
+
- **Tight by default, space when small**: Cal Sans letters are "intentionally spaced to be extremely close" at large sizes. At 20px and below, positive letter-spacing (+0.2px) must be applied to prevent cramming
|
|
87
|
+
- **Weight 300 body variant**: Cal Sans UI Variable Light at 300 weight creates an elegant, airy body text that contrasts with the dense 600-weight headlines
|
|
88
|
+
- **Weight 600 dominance**: Nearly all Cal Sans usage is at weight 600 (semi-bold) — the font was designed to perform at this weight
|
|
89
|
+
- **Negative tracking on light text**: Cal Sans UI Light uses -0.2px to -0.28px letter-spacing, subtly tightening the already-compact letterforms
|
|
90
|
+
|
|
91
|
+
## 4. Component Stylings
|
|
92
|
+
|
|
93
|
+
### Buttons
|
|
94
|
+
- **Dark Primary**: `#242424` (or `#1e1f23`) background, white text, 6–8px radius. Hover: opacity reduction to 0.7. The signature CTA — maximally dark on white
|
|
95
|
+
- **White/Ghost**: White background with shadow-ring border, dark text. Uses the multi-layered shadow system for subtle elevation
|
|
96
|
+
- **Pill**: 9999px radius for rounded pill-shaped actions and badges
|
|
97
|
+
- **Compact**: 4px padding, small text — utility actions within product UI
|
|
98
|
+
- **Inset highlight**: Some buttons feature `rgba(255, 255, 255, 0.15) 0px 2px 0px inset` — a subtle inner-top highlight creating a 3D pressed effect
|
|
99
|
+
|
|
100
|
+
### Cards & Containers
|
|
101
|
+
- **Shadow Card**: White background, multi-layered shadow — `rgba(19, 19, 22, 0.7) 0px 1px 5px -4px, rgba(34, 42, 53, 0.08) 0px 0px 0px 1px, rgba(34, 42, 53, 0.05) 0px 4px 8px 0px`. The ring shadow (0px 0px 0px 1px) acts as a shadow-border
|
|
102
|
+
- **Product UI Cards**: Screenshots of the scheduling interface displayed in card containers with shadow elevation
|
|
103
|
+
- **Radius**: 8px for standard cards, 12px for larger containers, 16px for prominent sections
|
|
104
|
+
- **Hover**: Likely subtle shadow deepening or scale transform
|
|
105
|
+
|
|
106
|
+
### Inputs & Forms
|
|
107
|
+
- **Select dropdown**: White background, `#000000` text, 1px solid `rgb(118, 118, 118)` border
|
|
108
|
+
- **Focus**: Uses Framer's focus outline system (`--framer-focus-outline`)
|
|
109
|
+
- **Text input**: 8px radius, standard border treatment
|
|
110
|
+
- **Minimal form presence**: The marketing site prioritizes CTA buttons over complex forms
|
|
111
|
+
|
|
112
|
+
### Navigation
|
|
113
|
+
- **Top nav**: White/transparent background, Cal Sans links at near-black
|
|
114
|
+
- **Nav text**: `#111111` (Midnight) for primary links, `#000000` for emphasis
|
|
115
|
+
- **CTA button**: Dark Primary in the nav — high contrast call-to-action
|
|
116
|
+
- **Mobile**: Collapses to hamburger with simplified navigation
|
|
117
|
+
- **Sticky**: Fixed on scroll
|
|
118
|
+
|
|
119
|
+
### Image Treatment
|
|
120
|
+
- **Product screenshots**: Large scheduling UI screenshots — the product is the primary visual
|
|
121
|
+
- **Trust logos**: Grayscale company logos in a horizontal trust bar
|
|
122
|
+
- **Aspect ratios**: Wide landscape for product UI screenshots
|
|
123
|
+
- **No decorative imagery**: No illustrations, photos, or abstract graphics — pure product + typography
|
|
124
|
+
|
|
125
|
+
## 5. Layout Principles
|
|
126
|
+
|
|
127
|
+
### Spacing System
|
|
128
|
+
- **Base unit**: 8px
|
|
129
|
+
- **Scale**: 1px, 2px, 3px, 4px, 6px, 8px, 12px, 16px, 20px, 24px, 28px, 80px, 96px
|
|
130
|
+
- **Section padding**: 80px–96px vertical between major sections (generous)
|
|
131
|
+
- **Card padding**: 12px–24px internal
|
|
132
|
+
- **Component gaps**: 4px–8px between related elements
|
|
133
|
+
- **Notable jump**: From 28px to 80px — a deliberate gap emphasizing the section-level spacing tier
|
|
134
|
+
|
|
135
|
+
### Grid & Container
|
|
136
|
+
- **Max width**: ~1200px content container, centered
|
|
137
|
+
- **Column patterns**: Full-width hero, centered text blocks, 2-3 column feature grids
|
|
138
|
+
- **Feature showcase**: Product screenshots flanked by description text
|
|
139
|
+
- **Breakpoints**: 98px, 640px, 768px, 810px, 1024px, 1199px — Framer-generated
|
|
140
|
+
|
|
141
|
+
### Whitespace Philosophy
|
|
142
|
+
- **Lavish section spacing**: 80px–96px between sections creates a breathable, premium feel
|
|
143
|
+
- **Product-first content**: Screenshots dominate the visual space — minimal surrounding decoration
|
|
144
|
+
- **Centered headlines**: Cal Sans headings centered with generous margins above and below
|
|
145
|
+
|
|
146
|
+
### Border Radius Scale
|
|
147
|
+
- **2px**: Subtle rounding on inline elements
|
|
148
|
+
- **4px**: Small UI components
|
|
149
|
+
- **6px–7px**: Buttons, small cards, images
|
|
150
|
+
- **8px**: Standard interactive elements — buttons, inputs, images
|
|
151
|
+
- **12px**: Medium containers — links, larger cards, images
|
|
152
|
+
- **16px**: Large section containers
|
|
153
|
+
- **29px**: Special rounded elements
|
|
154
|
+
- **100px**: Large rounding — nearly circular on small elements
|
|
155
|
+
- **1000px**: Very large rounding
|
|
156
|
+
- **9999px**: Full pill shape — badges, links
|
|
157
|
+
|
|
158
|
+
## 6. Depth & Elevation
|
|
159
|
+
|
|
160
|
+
| Level | Treatment | Use |
|
|
161
|
+
|-------|-----------|-----|
|
|
162
|
+
| Level 0 (Flat) | No shadow | Page canvas, basic text containers |
|
|
163
|
+
| Level 1 (Inset) | `rgba(0,0,0,0.16) 0px 1px 1.9px 0px inset` | Pressed/recessed elements, input wells |
|
|
164
|
+
| Level 2 (Ring + Soft) | `rgba(19,19,22,0.7) 0px 1px 5px -4px, rgba(34,42,53,0.08) 0px 0px 0px 1px, rgba(34,42,53,0.05) 0px 4px 8px` | Cards, containers — the workhorse shadow |
|
|
165
|
+
| Level 3 (Ring + Soft Alt) | `rgba(36,36,36,0.7) 0px 1px 5px -4px, rgba(36,36,36,0.05) 0px 4px 8px` | Alt card elevation without ring border |
|
|
166
|
+
| Level 4 (Inset Highlight) | `rgba(255,255,255,0.15) 0px 2px 0px inset` or `rgb(255,255,255) 0px 2px 0px inset` | Button inner highlight — 3D pressed effect |
|
|
167
|
+
| Level 5 (Soft Only) | `rgba(34,42,53,0.05) 0px 4px 8px` | Subtle ambient shadow |
|
|
168
|
+
|
|
169
|
+
### Shadow Philosophy
|
|
170
|
+
Cal.com's shadow system is the most sophisticated element of the design — 11 shadow definitions using a multi-layered compositing technique:
|
|
171
|
+
- **Ring borders**: `0px 0px 0px 1px` shadows act as borders, avoiding CSS `border` entirely. This creates hairline containment without affecting layout
|
|
172
|
+
- **Diffused soft shadows**: `0px 4px 8px` at 5% opacity add gentle ambient depth
|
|
173
|
+
- **Sharp contact shadows**: `0px 1px 5px -4px` at 70% opacity create tight bottom-edge shadows for grounding
|
|
174
|
+
- **Inset highlights**: White inset shadows at the top of buttons create a subtle 3D bevel
|
|
175
|
+
- Shadows are composed in comma-separated stacks — each surface gets 2-3 layered shadow definitions working together
|
|
176
|
+
|
|
177
|
+
### Decorative Depth
|
|
178
|
+
- No gradients or glow effects
|
|
179
|
+
- All depth comes from the sophisticated shadow compositing system
|
|
180
|
+
- The overall effect is subtle but precise — surfaces feel like physical cards sitting on a table
|
|
181
|
+
|
|
182
|
+
## 7. Do's and Don'ts
|
|
183
|
+
|
|
184
|
+
### Do
|
|
185
|
+
- Use Cal Sans exclusively for headings (24px+) and never for body text — it's a display font with tight default spacing
|
|
186
|
+
- Apply positive letter-spacing (+0.2px) when using Cal Sans below 24px — the font cramps at small sizes without it
|
|
187
|
+
- Maintain the grayscale palette — boldness comes from contrast, not color
|
|
188
|
+
- Use the multi-layered shadow system for card elevation — ring shadow + diffused shadow + contact shadow
|
|
189
|
+
- Keep backgrounds pure white — the monochrome philosophy requires a clean canvas
|
|
190
|
+
- Use Inter for all body text at weight 300–600 — it's the reliable counterpart to Cal Sans's display personality
|
|
191
|
+
- Let product screenshots be the visual content — no illustrations, no decorative graphics
|
|
192
|
+
- Apply generous section spacing (80px–96px) — the breathing room is essential to the premium feel
|
|
193
|
+
|
|
194
|
+
### Don't
|
|
195
|
+
- Use Cal Sans for body text or text below 16px — it wasn't designed for extended reading
|
|
196
|
+
- Add brand colors — Cal.com is intentionally grayscale, color is reserved for links and UI states only
|
|
197
|
+
- Use CSS borders when shadows can achieve the same containment — the ring-shadow technique is the system's approach
|
|
198
|
+
- Apply negative letter-spacing to Cal Sans at small sizes — it needs positive spacing (+0.2px) below 24px
|
|
199
|
+
- Create heavy, dark shadows — Cal.com's shadows are subtle (5% opacity diffused) with sharp contact edges
|
|
200
|
+
- Use illustrations, abstract graphics, or decorative elements — the visual language is typography + product UI only
|
|
201
|
+
- Mix Cal Sans weights — the font is designed for weight 600, other weights break the intended character
|
|
202
|
+
- Reduce section spacing below 48px — the generous whitespace is core to the premium monochrome aesthetic
|
|
203
|
+
|
|
204
|
+
## 8. Responsive Behavior
|
|
205
|
+
|
|
206
|
+
### Breakpoints
|
|
207
|
+
| Name | Width | Key Changes |
|
|
208
|
+
|------|-------|-------------|
|
|
209
|
+
| Mobile | <640px | Single column, hero text ~36px, stacked features, hamburger nav |
|
|
210
|
+
| Tablet Small | 640px–768px | 2-column begins for some elements |
|
|
211
|
+
| Tablet | 768px–810px | Layout adjustments, fuller grid |
|
|
212
|
+
| Tablet Large | 810px–1024px | Multi-column feature grids |
|
|
213
|
+
| Desktop | 1024px–1199px | Full layout, expanded navigation |
|
|
214
|
+
| Large Desktop | >1199px | Max-width container, centered content |
|
|
215
|
+
|
|
216
|
+
### Touch Targets
|
|
217
|
+
- Buttons: 8px radius with comfortable padding (10px+ vertical)
|
|
218
|
+
- Nav links: Dark text with adequate spacing
|
|
219
|
+
- Mobile CTAs: Full-width dark buttons for easy thumb access
|
|
220
|
+
- Pill badges: 9999px radius creates large, tappable targets
|
|
221
|
+
|
|
222
|
+
### Collapsing Strategy
|
|
223
|
+
- **Navigation**: Full horizontal nav → hamburger on mobile
|
|
224
|
+
- **Hero**: 64px Cal Sans display → ~36px on mobile
|
|
225
|
+
- **Feature grids**: Multi-column → 2-column → single stacked column
|
|
226
|
+
- **Product screenshots**: Scale within containers, maintaining aspect ratios
|
|
227
|
+
- **Section spacing**: Reduces from 80px–96px to ~48px on mobile
|
|
228
|
+
|
|
229
|
+
### Image Behavior
|
|
230
|
+
- Product screenshots scale responsively
|
|
231
|
+
- Trust logos reflow to multi-row grid on mobile
|
|
232
|
+
- No art direction changes — same compositions at all sizes
|
|
233
|
+
- Images use 7px–12px border-radius for consistent rounded corners
|
|
234
|
+
|
|
235
|
+
## 9. Agent Prompt Guide
|
|
236
|
+
|
|
237
|
+
### Quick Color Reference
|
|
238
|
+
- Primary Text: Charcoal (`#242424`)
|
|
239
|
+
- Deep Text: Midnight (`#111111`)
|
|
240
|
+
- Secondary Text: Mid Gray (`#898989`)
|
|
241
|
+
- Background: Pure White (`#ffffff`)
|
|
242
|
+
- Link: Link Blue (`#0099ff`)
|
|
243
|
+
- CTA Button: Charcoal (`#242424`) bg, white text
|
|
244
|
+
- Shadow Border: `rgba(34, 42, 53, 0.08)` ring
|
|
245
|
+
|
|
246
|
+
### Example Component Prompts
|
|
247
|
+
- "Create a hero section with white background, 64px Cal Sans heading at weight 600, line-height 1.10, #242424 text, centered layout with a dark CTA button (#242424, 8px radius, white text)"
|
|
248
|
+
- "Design a scheduling card with white background, multi-layered shadow (0px 1px 5px -4px rgba(19,19,22,0.7), 0px 0px 0px 1px rgba(34,42,53,0.08), 0px 4px 8px rgba(34,42,53,0.05)), 12px radius"
|
|
249
|
+
- "Build a navigation bar with white background, Inter links at 14px weight 500 in #111111, a dark CTA button (#242424), sticky positioning"
|
|
250
|
+
- "Create a trust bar with grayscale company logos, horizontally centered, 16px gap between logos, on white background"
|
|
251
|
+
- "Design a feature section with 48px Cal Sans heading (weight 600, #242424), 16px Inter body text (weight 300, #898989, line-height 1.50), and a product screenshot with 12px radius and the card shadow"
|
|
252
|
+
|
|
253
|
+
### Iteration Guide
|
|
254
|
+
When refining existing screens generated with this design system:
|
|
255
|
+
1. Verify headings use Cal Sans at weight 600, body uses Inter — never mix them
|
|
256
|
+
2. Check that the palette is purely grayscale — if you see brand colors, remove them
|
|
257
|
+
3. Ensure card elevation uses the multi-layered shadow stack, not CSS borders
|
|
258
|
+
4. Confirm section spacing is generous (80px+) — if sections feel cramped, add more space
|
|
259
|
+
5. The overall tone should feel like a clean, professional scheduling tool — monochrome confidence without any decorative flourishes
|