@mohammadhprp/system-prompt 0.10.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/LICENSE +21 -0
- package/README.md +35 -0
- package/bin/system-prompt.js +8 -0
- package/framework/README.md +163 -0
- package/framework/agents/README.md +49 -0
- package/framework/agents/backend-architect.md +146 -0
- package/framework/agents/researcher.md +79 -0
- package/framework/agents/reviewer.md +183 -0
- package/framework/agents/security-auditor.md +131 -0
- package/framework/commands/README.md +43 -0
- package/framework/commands/changelog.md +44 -0
- package/framework/commands/commit.md +31 -0
- package/framework/commands/learn.md +24 -0
- package/framework/commands/mr.md +46 -0
- package/framework/commands/pr.md +39 -0
- package/framework/commands/release.md +34 -0
- package/framework/commands/review.md +24 -0
- package/framework/commands/summarize-changes.md +49 -0
- package/framework/mcps/README.md +78 -0
- package/framework/mcps/excalidraw/README.md +37 -0
- package/framework/mcps/excalidraw/capabilities.md +54 -0
- package/framework/mcps/excalidraw/configs/opencode.json +8 -0
- package/framework/mcps/excalidraw/install.md +92 -0
- package/framework/mcps/excalidraw/troubleshooting.md +67 -0
- package/framework/mcps/figma-mcp-go/README.md +51 -0
- package/framework/mcps/figma-mcp-go/capabilities.md +190 -0
- package/framework/mcps/figma-mcp-go/configs/opencode.json +9 -0
- package/framework/mcps/figma-mcp-go/install.md +74 -0
- package/framework/mcps/figma-mcp-go/troubleshooting.md +99 -0
- package/framework/mcps/github-mcp/README.md +51 -0
- package/framework/mcps/github-mcp/capabilities.md +83 -0
- package/framework/mcps/github-mcp/configs/.env.example +1 -0
- package/framework/mcps/github-mcp/configs/opencode.json +13 -0
- package/framework/mcps/github-mcp/install.md +60 -0
- package/framework/mcps/github-mcp/troubleshooting.md +79 -0
- package/framework/mcps/gitlab-mcp/README.md +54 -0
- package/framework/mcps/gitlab-mcp/capabilities.md +216 -0
- package/framework/mcps/gitlab-mcp/configs/.env.example +2 -0
- package/framework/mcps/gitlab-mcp/configs/opencode.json +13 -0
- package/framework/mcps/gitlab-mcp/install.md +99 -0
- package/framework/mcps/gitlab-mcp/troubleshooting.md +116 -0
- package/framework/mcps/jira-mcp/README.md +53 -0
- package/framework/mcps/jira-mcp/capabilities.md +79 -0
- package/framework/mcps/jira-mcp/configs/.env.example +2 -0
- package/framework/mcps/jira-mcp/configs/opencode.json +13 -0
- package/framework/mcps/jira-mcp/install.md +94 -0
- package/framework/mcps/jira-mcp/troubleshooting.md +113 -0
- package/framework/mcps/laravel-boost/README.md +53 -0
- package/framework/mcps/laravel-boost/capabilities.md +92 -0
- package/framework/mcps/laravel-boost/configs/opencode.json +9 -0
- package/framework/mcps/laravel-boost/install.md +106 -0
- package/framework/mcps/laravel-boost/troubleshooting.md +119 -0
- package/framework/mcps/notion-mcp/README.md +58 -0
- package/framework/mcps/notion-mcp/capabilities.md +118 -0
- package/framework/mcps/notion-mcp/configs/opencode.json +9 -0
- package/framework/mcps/notion-mcp/install.md +70 -0
- package/framework/mcps/notion-mcp/troubleshooting.md +95 -0
- package/framework/mcps/playwright-mcp/README.md +50 -0
- package/framework/mcps/playwright-mcp/capabilities.md +149 -0
- package/framework/mcps/playwright-mcp/configs/opencode.json +9 -0
- package/framework/mcps/playwright-mcp/install.md +136 -0
- package/framework/mcps/playwright-mcp/troubleshooting.md +154 -0
- package/framework/mcps/supabase-mcp/README.md +66 -0
- package/framework/mcps/supabase-mcp/capabilities.md +127 -0
- package/framework/mcps/supabase-mcp/configs/opencode.json +9 -0
- package/framework/mcps/supabase-mcp/install.md +85 -0
- package/framework/mcps/supabase-mcp/troubleshooting.md +113 -0
- package/framework/memory/README.md +17 -0
- package/framework/memory/codebase-insights.md +6 -0
- package/framework/memory/user-preferences.md +5 -0
- package/framework/modes/README.md +52 -0
- package/framework/modes/audit.md +88 -0
- package/framework/plugins/README.md +65 -0
- package/framework/plugins/opencode-goal-plugin/README.md +45 -0
- package/framework/plugins/opencode-goal-plugin/capabilities.md +127 -0
- package/framework/plugins/opencode-goal-plugin/install.md +71 -0
- package/framework/plugins/opencode-goal-plugin/troubleshooting.md +112 -0
- package/framework/plugins/ponytail/README.md +44 -0
- package/framework/plugins/ponytail/capabilities.md +112 -0
- package/framework/plugins/ponytail/install.md +77 -0
- package/framework/plugins/ponytail/troubleshooting.md +116 -0
- package/framework/references/standards/api.md +44 -0
- package/framework/references/standards/architecture.md +43 -0
- package/framework/references/standards/database.md +43 -0
- package/framework/references/standards/debugging.md +44 -0
- package/framework/references/standards/documentation.md +43 -0
- package/framework/references/standards/logging.md +43 -0
- package/framework/references/standards/naming.md +43 -0
- package/framework/references/standards/observability.md +43 -0
- package/framework/references/standards/performance.md +43 -0
- package/framework/references/standards/pull-requests.md +43 -0
- package/framework/references/standards/security.md +43 -0
- package/framework/references/standards/testing.md +43 -0
- package/framework/references/templates/adr.md +28 -0
- package/framework/references/templates/api-spec.md +56 -0
- package/framework/references/templates/design-document.md +39 -0
- package/framework/references/templates/incident-report.md +38 -0
- package/framework/references/templates/postmortem.md +41 -0
- package/framework/references/templates/pull-request.md +34 -0
- package/framework/references/templates/runbook.md +48 -0
- package/framework/references/templates/task.md +27 -0
- package/framework/skills/README.md +68 -0
- package/framework/skills/agent-browser/SKILL.md +51 -0
- package/framework/skills/backend-best-practices/SKILL.md +136 -0
- package/framework/skills/backend-best-practices/examples.md +31 -0
- package/framework/skills/backend-best-practices/references/api-design.md +79 -0
- package/framework/skills/backend-best-practices/references/architecture-review.md +77 -0
- package/framework/skills/backend-best-practices/references/database-design.md +78 -0
- package/framework/skills/backend-best-practices/references/debugging.md +76 -0
- package/framework/skills/backend-best-practices/references/observability.md +78 -0
- package/framework/skills/backend-best-practices/references/performance.md +78 -0
- package/framework/skills/backend-best-practices/references/refactoring.md +77 -0
- package/framework/skills/backend-best-practices/references/security.md +80 -0
- package/framework/skills/backend-best-practices/references/testing.md +77 -0
- package/framework/skills/backend-engineer/SKILL.md +76 -0
- package/framework/skills/backend-engineer/examples.md +31 -0
- package/framework/skills/brainstorming/SKILL.md +159 -0
- package/framework/skills/brainstorming/examples.md +49 -0
- package/framework/skills/brainstorming/scripts/frame-template.html +213 -0
- package/framework/skills/brainstorming/scripts/helper.js +167 -0
- package/framework/skills/brainstorming/scripts/server.cjs +723 -0
- package/framework/skills/brainstorming/scripts/start-server.sh +209 -0
- package/framework/skills/brainstorming/scripts/stop-server.sh +120 -0
- package/framework/skills/brainstorming/visual-companion.md +291 -0
- package/framework/skills/brand-guidelines/LICENSE.txt +202 -0
- package/framework/skills/brand-guidelines/SKILL.md +73 -0
- package/framework/skills/code-review/SKILL.md +72 -0
- package/framework/skills/code-review/examples.md +31 -0
- package/framework/skills/design/SKILL.md +399 -0
- package/framework/skills/design/examples.md +34 -0
- package/framework/skills/diagram-design/SKILL.md +485 -0
- package/framework/skills/diagram-design/assets/example-architecture-dark.html +180 -0
- package/framework/skills/diagram-design/assets/example-architecture-full.html +192 -0
- package/framework/skills/diagram-design/assets/example-architecture.html +181 -0
- package/framework/skills/diagram-design/assets/example-bar-dark.html +127 -0
- package/framework/skills/diagram-design/assets/example-bar-full.html +103 -0
- package/framework/skills/diagram-design/assets/example-bar.html +127 -0
- package/framework/skills/diagram-design/assets/example-data-flow-dark.html +143 -0
- package/framework/skills/diagram-design/assets/example-data-flow-full.html +185 -0
- package/framework/skills/diagram-design/assets/example-data-flow.html +143 -0
- package/framework/skills/diagram-design/assets/example-datalake-dark.html +241 -0
- package/framework/skills/diagram-design/assets/example-datalake-full.html +246 -0
- package/framework/skills/diagram-design/assets/example-datalake.html +267 -0
- package/framework/skills/diagram-design/assets/example-dp-integration-dark.html +78 -0
- package/framework/skills/diagram-design/assets/example-dp-integration-full.html +88 -0
- package/framework/skills/diagram-design/assets/example-dp-integration.html +78 -0
- package/framework/skills/diagram-design/assets/example-dp-security-matrix-dark.html +31 -0
- package/framework/skills/diagram-design/assets/example-dp-security-matrix-full.html +32 -0
- package/framework/skills/diagram-design/assets/example-dp-security-matrix.html +88 -0
- package/framework/skills/diagram-design/assets/example-er-dark.html +200 -0
- package/framework/skills/diagram-design/assets/example-er-full.html +203 -0
- package/framework/skills/diagram-design/assets/example-er.html +200 -0
- package/framework/skills/diagram-design/assets/example-flowchart-dark.html +154 -0
- package/framework/skills/diagram-design/assets/example-flowchart-full.html +157 -0
- package/framework/skills/diagram-design/assets/example-flowchart.html +154 -0
- package/framework/skills/diagram-design/assets/example-gantt-dark.html +135 -0
- package/framework/skills/diagram-design/assets/example-gantt-full.html +125 -0
- package/framework/skills/diagram-design/assets/example-gantt.html +135 -0
- package/framework/skills/diagram-design/assets/example-high-level-dark.html +249 -0
- package/framework/skills/diagram-design/assets/example-high-level-full.html +245 -0
- package/framework/skills/diagram-design/assets/example-high-level-vertical-dark.html +272 -0
- package/framework/skills/diagram-design/assets/example-high-level-vertical-full.html +250 -0
- package/framework/skills/diagram-design/assets/example-high-level-vertical.html +323 -0
- package/framework/skills/diagram-design/assets/example-high-level.html +299 -0
- package/framework/skills/diagram-design/assets/example-it-state-dark.html +90 -0
- package/framework/skills/diagram-design/assets/example-it-state-full.html +69 -0
- package/framework/skills/diagram-design/assets/example-it-state.html +128 -0
- package/framework/skills/diagram-design/assets/example-layers-dark.html +121 -0
- package/framework/skills/diagram-design/assets/example-layers-full.html +124 -0
- package/framework/skills/diagram-design/assets/example-layers.html +121 -0
- package/framework/skills/diagram-design/assets/example-line-dark.html +109 -0
- package/framework/skills/diagram-design/assets/example-line-full.html +103 -0
- package/framework/skills/diagram-design/assets/example-line.html +109 -0
- package/framework/skills/diagram-design/assets/example-loop-dark.html +100 -0
- package/framework/skills/diagram-design/assets/example-loop-full.html +137 -0
- package/framework/skills/diagram-design/assets/example-loop-terminal.html +347 -0
- package/framework/skills/diagram-design/assets/example-loop.html +100 -0
- package/framework/skills/diagram-design/assets/example-medallion-dark.html +159 -0
- package/framework/skills/diagram-design/assets/example-medallion-full.html +201 -0
- package/framework/skills/diagram-design/assets/example-medallion.html +159 -0
- package/framework/skills/diagram-design/assets/example-nested-dark.html +130 -0
- package/framework/skills/diagram-design/assets/example-nested-full.html +133 -0
- package/framework/skills/diagram-design/assets/example-nested.html +134 -0
- package/framework/skills/diagram-design/assets/example-org-chart-dark.html +45 -0
- package/framework/skills/diagram-design/assets/example-org-chart-full.html +45 -0
- package/framework/skills/diagram-design/assets/example-org-chart.html +45 -0
- package/framework/skills/diagram-design/assets/example-process-dark.html +62 -0
- package/framework/skills/diagram-design/assets/example-process-full.html +72 -0
- package/framework/skills/diagram-design/assets/example-process.html +62 -0
- package/framework/skills/diagram-design/assets/example-pyramid-dark.html +117 -0
- package/framework/skills/diagram-design/assets/example-pyramid-full.html +120 -0
- package/framework/skills/diagram-design/assets/example-pyramid.html +117 -0
- package/framework/skills/diagram-design/assets/example-quadrant-consultant.html +164 -0
- package/framework/skills/diagram-design/assets/example-quadrant-dark.html +133 -0
- package/framework/skills/diagram-design/assets/example-quadrant-full.html +136 -0
- package/framework/skills/diagram-design/assets/example-quadrant.html +133 -0
- package/framework/skills/diagram-design/assets/example-radar-dark.html +137 -0
- package/framework/skills/diagram-design/assets/example-radar-full.html +133 -0
- package/framework/skills/diagram-design/assets/example-radar.html +137 -0
- package/framework/skills/diagram-design/assets/example-scatter-dark.html +139 -0
- package/framework/skills/diagram-design/assets/example-scatter-full.html +114 -0
- package/framework/skills/diagram-design/assets/example-scatter.html +139 -0
- package/framework/skills/diagram-design/assets/example-sequence-dark.html +220 -0
- package/framework/skills/diagram-design/assets/example-sequence-full.html +386 -0
- package/framework/skills/diagram-design/assets/example-sequence.html +220 -0
- package/framework/skills/diagram-design/assets/example-state-dark.html +145 -0
- package/framework/skills/diagram-design/assets/example-state-full.html +148 -0
- package/framework/skills/diagram-design/assets/example-state.html +145 -0
- package/framework/skills/diagram-design/assets/example-swimlane-dark.html +170 -0
- package/framework/skills/diagram-design/assets/example-swimlane-full.html +173 -0
- package/framework/skills/diagram-design/assets/example-swimlane.html +170 -0
- package/framework/skills/diagram-design/assets/example-timeline-dark.html +133 -0
- package/framework/skills/diagram-design/assets/example-timeline-full.html +136 -0
- package/framework/skills/diagram-design/assets/example-timeline.html +133 -0
- package/framework/skills/diagram-design/assets/example-tree-dark.html +171 -0
- package/framework/skills/diagram-design/assets/example-tree-full.html +174 -0
- package/framework/skills/diagram-design/assets/example-tree.html +171 -0
- package/framework/skills/diagram-design/assets/example-venn-dark.html +130 -0
- package/framework/skills/diagram-design/assets/example-venn-full.html +133 -0
- package/framework/skills/diagram-design/assets/example-venn.html +108 -0
- package/framework/skills/diagram-design/assets/icons.html +230 -0
- package/framework/skills/diagram-design/assets/index.html +333 -0
- package/framework/skills/diagram-design/assets/template-dark.html +82 -0
- package/framework/skills/diagram-design/assets/template-full.html +410 -0
- package/framework/skills/diagram-design/assets/template-terminal.html +170 -0
- package/framework/skills/diagram-design/assets/template.html +83 -0
- package/framework/skills/diagram-design/references/export.md +107 -0
- package/framework/skills/diagram-design/references/onboarding.md +268 -0
- package/framework/skills/diagram-design/references/primitive-annotation.md +36 -0
- package/framework/skills/diagram-design/references/primitive-icons.md +821 -0
- package/framework/skills/diagram-design/references/primitive-sketchy.md +43 -0
- package/framework/skills/diagram-design/references/primitive-terminal.md +76 -0
- package/framework/skills/diagram-design/references/style-guide.md +139 -0
- package/framework/skills/diagram-design/references/type-architecture.md +78 -0
- package/framework/skills/diagram-design/references/type-bar.md +48 -0
- package/framework/skills/diagram-design/references/type-data-flow.md +374 -0
- package/framework/skills/diagram-design/references/type-dp-integration.md +410 -0
- package/framework/skills/diagram-design/references/type-dp-security-matrix.md +379 -0
- package/framework/skills/diagram-design/references/type-er.md +23 -0
- package/framework/skills/diagram-design/references/type-flowchart.md +23 -0
- package/framework/skills/diagram-design/references/type-gantt.md +45 -0
- package/framework/skills/diagram-design/references/type-high-level.md +458 -0
- package/framework/skills/diagram-design/references/type-it-state.md +470 -0
- package/framework/skills/diagram-design/references/type-layers.md +26 -0
- package/framework/skills/diagram-design/references/type-line.md +44 -0
- package/framework/skills/diagram-design/references/type-loop.md +223 -0
- package/framework/skills/diagram-design/references/type-medallion.md +356 -0
- package/framework/skills/diagram-design/references/type-nested.md +22 -0
- package/framework/skills/diagram-design/references/type-org-chart.md +44 -0
- package/framework/skills/diagram-design/references/type-process.md +495 -0
- package/framework/skills/diagram-design/references/type-pyramid.md +33 -0
- package/framework/skills/diagram-design/references/type-quadrant.md +81 -0
- package/framework/skills/diagram-design/references/type-radar.md +80 -0
- package/framework/skills/diagram-design/references/type-scatter.md +39 -0
- package/framework/skills/diagram-design/references/type-sequence.md +35 -0
- package/framework/skills/diagram-design/references/type-state.md +21 -0
- package/framework/skills/diagram-design/references/type-swimlane.md +20 -0
- package/framework/skills/diagram-design/references/type-timeline.md +20 -0
- package/framework/skills/diagram-design/references/type-tree.md +24 -0
- package/framework/skills/diagram-design/references/type-venn.md +26 -0
- package/framework/skills/documentation/SKILL.md +74 -0
- package/framework/skills/documentation/examples.md +31 -0
- package/framework/skills/find-skills/SKILL.md +141 -0
- package/framework/skills/find-skills/examples.md +35 -0
- package/framework/skills/gitlab-mcp/SKILL.md +83 -0
- package/framework/skills/gitlab-mcp/examples.md +31 -0
- package/framework/skills/gitlab-mcp/references/code-review.md +110 -0
- package/framework/skills/gitlab-mcp/references/issues.md +141 -0
- package/framework/skills/gitlab-mcp/references/merge-requests.md +120 -0
- package/framework/skills/gitlab-mcp/references/pipelines.md +67 -0
- package/framework/skills/gitlab-mcp/references/search.md +17 -0
- package/framework/skills/gitlab-mcp/references/webhooks.md +32 -0
- package/framework/skills/gitlab-mcp/references/work-items.md +50 -0
- package/framework/skills/jira-mcp/SKILL.md +57 -0
- package/framework/skills/jira-mcp/examples.md +31 -0
- package/framework/skills/jira-mcp/references/comments.md +27 -0
- package/framework/skills/jira-mcp/references/issues.md +97 -0
- package/framework/skills/jira-mcp/references/projects.md +39 -0
- package/framework/skills/laravel-best-practices/SKILL.md +229 -0
- package/framework/skills/laravel-best-practices/examples.md +31 -0
- package/framework/skills/laravel-best-practices/references/advanced-queries.md +106 -0
- package/framework/skills/laravel-best-practices/references/architecture.md +202 -0
- package/framework/skills/laravel-best-practices/references/blade-views.md +36 -0
- package/framework/skills/laravel-best-practices/references/caching.md +70 -0
- package/framework/skills/laravel-best-practices/references/collections.md +44 -0
- package/framework/skills/laravel-best-practices/references/config.md +73 -0
- package/framework/skills/laravel-best-practices/references/db-performance.md +192 -0
- package/framework/skills/laravel-best-practices/references/eloquent.md +148 -0
- package/framework/skills/laravel-best-practices/references/error-handling.md +72 -0
- package/framework/skills/laravel-best-practices/references/events-notifications.md +52 -0
- package/framework/skills/laravel-best-practices/references/http-client.md +160 -0
- package/framework/skills/laravel-best-practices/references/mail.md +27 -0
- package/framework/skills/laravel-best-practices/references/migrations.md +121 -0
- package/framework/skills/laravel-best-practices/references/passport.md +197 -0
- package/framework/skills/laravel-best-practices/references/pennant.md +61 -0
- package/framework/skills/laravel-best-practices/references/pest-testing.md +166 -0
- package/framework/skills/laravel-best-practices/references/pulse.md +196 -0
- package/framework/skills/laravel-best-practices/references/queue-jobs.md +144 -0
- package/framework/skills/laravel-best-practices/references/routing.md +99 -0
- package/framework/skills/laravel-best-practices/references/scheduling.md +39 -0
- package/framework/skills/laravel-best-practices/references/scout.md +176 -0
- package/framework/skills/laravel-best-practices/references/security.md +198 -0
- package/framework/skills/laravel-best-practices/references/spatie-laravel-backup.md +222 -0
- package/framework/skills/laravel-best-practices/references/spatie-laravel-permission.md +272 -0
- package/framework/skills/laravel-best-practices/references/spatie-medialibrary.md +672 -0
- package/framework/skills/laravel-best-practices/references/style.md +125 -0
- package/framework/skills/laravel-best-practices/references/tailwindcss.md +112 -0
- package/framework/skills/laravel-best-practices/references/testing.md +43 -0
- package/framework/skills/laravel-best-practices/references/validation.md +75 -0
- package/framework/skills/lavish/SKILL.md +67 -0
- package/framework/skills/lavish/examples.md +31 -0
- package/framework/skills/notion-mcp/SKILL.md +57 -0
- package/framework/skills/notion-mcp/examples.md +31 -0
- package/framework/skills/notion-mcp/references/comments.md +112 -0
- package/framework/skills/notion-mcp/references/databases.md +193 -0
- package/framework/skills/notion-mcp/references/pages.md +235 -0
- package/framework/skills/skill-creator/LICENSE.txt +202 -0
- package/framework/skills/skill-creator/SKILL.md +485 -0
- package/framework/skills/skill-creator/agents/analyzer.md +274 -0
- package/framework/skills/skill-creator/agents/comparator.md +202 -0
- package/framework/skills/skill-creator/agents/grader.md +223 -0
- package/framework/skills/skill-creator/assets/eval_review.html +146 -0
- package/framework/skills/skill-creator/eval-viewer/generate_review.py +471 -0
- package/framework/skills/skill-creator/eval-viewer/viewer.html +1325 -0
- package/framework/skills/skill-creator/examples.md +31 -0
- package/framework/skills/skill-creator/references/schemas.md +430 -0
- package/framework/skills/skill-creator/scripts/__init__.py +0 -0
- package/framework/skills/skill-creator/scripts/aggregate_benchmark.py +401 -0
- package/framework/skills/skill-creator/scripts/generate_report.py +326 -0
- package/framework/skills/skill-creator/scripts/improve_description.py +247 -0
- package/framework/skills/skill-creator/scripts/package_skill.py +136 -0
- package/framework/skills/skill-creator/scripts/quick_validate.py +103 -0
- package/framework/skills/skill-creator/scripts/run_eval.py +310 -0
- package/framework/skills/skill-creator/scripts/run_loop.py +328 -0
- package/framework/skills/skill-creator/scripts/utils.py +47 -0
- package/framework/styles/README.md +35 -0
- package/framework/styles/linear/DESIGN.md +478 -0
- package/framework/styles/linear/README.md +36 -0
- package/framework/styles/linear/assets/preview.jpg +0 -0
- package/framework/styles/raycast/DESIGN.md +495 -0
- package/framework/styles/raycast/README.md +35 -0
- package/framework/styles/raycast/assets/preview.jpg +0 -0
- package/package.json +33 -0
- package/src/agent-configs.js +96 -0
- package/src/catalog.js +145 -0
- package/src/cli.js +254 -0
- package/src/installer.js +303 -0
|
@@ -0,0 +1,399 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: design-like-damien
|
|
3
|
+
description: >
|
|
4
|
+
Apply Damien Ghader's (Creme Digital) design philosophy and Lovable prompting system
|
|
5
|
+
to produce premium, editorial-quality UI that never looks "AI-generated." Use this skill
|
|
6
|
+
whenever building apps, landing pages, dashboards, or components in Lovable — especially
|
|
7
|
+
when the user wants results that feel like Linear, Mercury, Wealthsimple, or Audi-quality
|
|
8
|
+
design. Trigger on any request involving Lovable UI/UX, design systems, component design,
|
|
9
|
+
typography, dark mode, scroll animations, or premium SaaS aesthetics. Also trigger when
|
|
10
|
+
the user says "design like Damien," "Creme Digital style," "make it premium," or asks
|
|
11
|
+
for Framer-quality output from Lovable. Do not skip this skill for any visual design task —
|
|
12
|
+
it defines the entire standard of quality expected.
|
|
13
|
+
---
|
|
14
|
+
|
|
15
|
+
# Design Like Damien — Creme Digital Design System
|
|
16
|
+
|
|
17
|
+
A complete design philosophy and Lovable prompting system from **Damien Ghader**, co-founder of [Creme Digital](https://www.creme.digital) — the #1 AI product studio building premium apps with Lovable.
|
|
18
|
+
|
|
19
|
+
---
|
|
20
|
+
|
|
21
|
+
## Core Philosophy
|
|
22
|
+
|
|
23
|
+
> "Our apps never look 'AI'. Because we create custom UI in Lovable."
|
|
24
|
+
|
|
25
|
+
The goal is always to produce interfaces that make people say: *"Wait, an AI made this?"*
|
|
26
|
+
|
|
27
|
+
Three non-negotiables:
|
|
28
|
+
1. **Component-first, not page-first.** Real design systems are built from atoms up. Define tokens and components before you build any page.
|
|
29
|
+
2. **Restraint is premium.** Less is more. The best UI uses fewer colors, simpler type scales, and purposeful whitespace — not decoration.
|
|
30
|
+
3. **Motion earns its place.** Every animation must have a reason. Scroll-driven, physics-based, intentional — never decorative noise.
|
|
31
|
+
|
|
32
|
+
---
|
|
33
|
+
|
|
34
|
+
## The Design Language
|
|
35
|
+
|
|
36
|
+
### Aesthetic References
|
|
37
|
+
When prompting, reference these brands to set the quality bar:
|
|
38
|
+
- **Linear** — ultra-crisp dark UI, tight spacing, monospace accents
|
|
39
|
+
- **Mercury** — editorial elegance, generous whitespace, refined typography
|
|
40
|
+
- **Wealthsimple** — Canadian premium, editorial serif + modern sans pairings
|
|
41
|
+
- **Audi / F1** — motorsport precision, monochromatic confidence, structured grids
|
|
42
|
+
- **Framer** — interactive depth, micro-interaction mastery
|
|
43
|
+
|
|
44
|
+
Use these as reference points in prompts: *"Inspired by Linear's dark UI and Mercury's editorial spacing."*
|
|
45
|
+
|
|
46
|
+
### Color Systems
|
|
47
|
+
Never use more than **3 primary colors** in a project:
|
|
48
|
+
|
|
49
|
+
**Dark mode (preferred for premium products):**
|
|
50
|
+
```
|
|
51
|
+
Background: #0A0A0A or #111111 (near-black, not pure black)
|
|
52
|
+
Surface: #141414 or #1A1A1A (card/panel layer)
|
|
53
|
+
Border: rgba(255,255,255,0.08) to rgba(255,255,255,0.12)
|
|
54
|
+
Primary text: #F5F5F5 or #FAFAFA
|
|
55
|
+
Secondary text: rgba(255,255,255,0.5)
|
|
56
|
+
Accent: Single brand color — electric, saturated, used sparingly
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
**Light/editorial mode (for athlete sites, editorial, journalism):**
|
|
60
|
+
```
|
|
61
|
+
Background: #FAFAFA or pure #FFFFFF
|
|
62
|
+
Surface: #F4F4F4
|
|
63
|
+
Border: rgba(0,0,0,0.08)
|
|
64
|
+
Primary text: #0A0A0A
|
|
65
|
+
Secondary text: rgba(0,0,0,0.45)
|
|
66
|
+
Accent: Black, or a single muted brand tone
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
**Charcoal dark (for sports apps like Paddock):**
|
|
70
|
+
```
|
|
71
|
+
Background: #1C1C1E
|
|
72
|
+
Surface: #2C2C2E
|
|
73
|
+
Accent: One saturated color (red, teal, electric blue) — used only on CTAs and active states
|
|
74
|
+
```
|
|
75
|
+
|
|
76
|
+
### Accent Color Rule
|
|
77
|
+
- One accent. Not two, not three.
|
|
78
|
+
- Applied only to: primary CTAs, active navigation states, key data highlights.
|
|
79
|
+
- Never use accent color for backgrounds or large surfaces.
|
|
80
|
+
|
|
81
|
+
---
|
|
82
|
+
|
|
83
|
+
## Typography System
|
|
84
|
+
|
|
85
|
+
### Pairing Principles
|
|
86
|
+
- Maximum **2 typefaces** per project. Often just 1 is better.
|
|
87
|
+
- Serif for editorial presence, sans-serif for UI clarity.
|
|
88
|
+
- Combine contrast: *Display serif + neutral sans*, or *geometric sans + monospace*.
|
|
89
|
+
|
|
90
|
+
### Proven Pairings (Damien's go-to combinations)
|
|
91
|
+
|
|
92
|
+
| Style | Display / Heading | Body / UI |
|
|
93
|
+
|---|---|---|
|
|
94
|
+
| Editorial (athlete sites) | Fraunces | Inter Tight |
|
|
95
|
+
| Premium SaaS | Geist | Geist Mono (accents) |
|
|
96
|
+
| Motorsport / Dark | Space Grotesk | Space Mono (labels) |
|
|
97
|
+
| Minimal product | DM Sans (–2 tracking) | DM Sans |
|
|
98
|
+
| Luxury / Finance | Playfair Display | Inter |
|
|
99
|
+
|
|
100
|
+
### Type Scale Rules
|
|
101
|
+
```
|
|
102
|
+
Tracking (letter-spacing): -0.02em to -0.04em on headings (tight is premium)
|
|
103
|
+
Line height: 1.1 to 1.2 on large headings; 1.5 to 1.6 on body
|
|
104
|
+
Weight contrast: Pair 300 (light) with 700 (bold) — avoid mid-weights like 400 on headings
|
|
105
|
+
Uppercase: Sparingly, for labels and navigation only — never body text
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
### Typography in Prompts
|
|
109
|
+
Always specify this explicitly:
|
|
110
|
+
```
|
|
111
|
+
Font: [Name], weight [X]. Letter-spacing: -0.03em on headings, -0.01em on body.
|
|
112
|
+
Line-height: 1.15 headings, 1.6 body. No uppercase except nav labels.
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
---
|
|
116
|
+
|
|
117
|
+
## Spacing & Layout
|
|
118
|
+
|
|
119
|
+
- Use **8pt grid** as the base unit (8, 16, 24, 32, 48, 64, 96, 128)
|
|
120
|
+
- **Generous padding is premium.** Section padding: minimum 80px vertical, 120px+ preferred.
|
|
121
|
+
- Cards: `p-6` minimum, `p-8` for hero cards. Round corners `rounded-2xl` (Damien's default).
|
|
122
|
+
- Borders: always `rounded-2xl` or `rounded-3xl`. Sharp corners only for motorsport/brutalist aesthetic.
|
|
123
|
+
- Subtle shadows only: `shadow-sm` or custom `box-shadow: 0 1px 3px rgba(0,0,0,0.12)`. Never heavy drop shadows.
|
|
124
|
+
|
|
125
|
+
---
|
|
126
|
+
|
|
127
|
+
## Component Architecture: The Creme Digital Way
|
|
128
|
+
|
|
129
|
+
### Step 1: Define Design Tokens First
|
|
130
|
+
Before building any page, set your token layer in Lovable:
|
|
131
|
+
|
|
132
|
+
```
|
|
133
|
+
Prompt template:
|
|
134
|
+
"Before building any UI, establish a design system foundation:
|
|
135
|
+
- Colors: [paste your palette with hex values and semantic names]
|
|
136
|
+
- Typography: [font name], sizes [list scale], weights [list weights], tracking [value]
|
|
137
|
+
- Spacing: 8pt grid — 8/16/24/32/48/64/96px
|
|
138
|
+
- Border radius: rounded-2xl as default (16px)
|
|
139
|
+
- Shadows: subtle only — shadow-sm
|
|
140
|
+
- Borders: rgba(255,255,255,0.08) on dark, rgba(0,0,0,0.06) on light
|
|
141
|
+
|
|
142
|
+
Apply these tokens globally. Do not deviate."
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
### Step 2: Build Core Components
|
|
146
|
+
Build in this order — never skip to pages:
|
|
147
|
+
1. **Button system** — primary, secondary, ghost, destructive
|
|
148
|
+
2. **Card component** — with hover states
|
|
149
|
+
3. **Navigation** — desktop + mobile responsive
|
|
150
|
+
4. **Input/Form elements**
|
|
151
|
+
5. **Typography components** — heading scales, body, labels
|
|
152
|
+
|
|
153
|
+
### Step 3: Build Pages from Components
|
|
154
|
+
Once tokens and components exist, pages compose naturally with minimal prompting.
|
|
155
|
+
|
|
156
|
+
---
|
|
157
|
+
|
|
158
|
+
## Lovable Prompting System
|
|
159
|
+
|
|
160
|
+
### The Anatomy of a Damien Prompt
|
|
161
|
+
|
|
162
|
+
Every strong Lovable prompt has 5 parts:
|
|
163
|
+
|
|
164
|
+
```
|
|
165
|
+
1. PRODUCT PURPOSE (what + who)
|
|
166
|
+
2. EMOTIONAL TONE (how it should feel)
|
|
167
|
+
3. DESIGN REFERENCES (brand/site comparisons)
|
|
168
|
+
4. TECHNICAL SPECS (fonts, colors, stack)
|
|
169
|
+
5. COMPONENT/PAGE DETAILS (what to build)
|
|
170
|
+
```
|
|
171
|
+
|
|
172
|
+
### Master Prompt Template
|
|
173
|
+
|
|
174
|
+
```
|
|
175
|
+
Build a [type of product] for [target audience].
|
|
176
|
+
|
|
177
|
+
FEEL: It should feel [emotional descriptors — e.g. "editorial, restrained, precise"].
|
|
178
|
+
Inspired by [reference 1] and [reference 2].
|
|
179
|
+
|
|
180
|
+
DESIGN SYSTEM:
|
|
181
|
+
- Background: [hex]
|
|
182
|
+
- Surface: [hex]
|
|
183
|
+
- Accent: [hex]
|
|
184
|
+
- Font: [name], weight [X/Y]. Tracking: -0.03em headings. Line-height: 1.15 headings / 1.6 body.
|
|
185
|
+
- Border radius: rounded-2xl
|
|
186
|
+
- Shadows: shadow-sm only
|
|
187
|
+
- Borders: rgba(255,255,255,0.08)
|
|
188
|
+
|
|
189
|
+
STACK: React + Tailwind + shadcn/ui. Mobile-first, fully responsive.
|
|
190
|
+
|
|
191
|
+
BUILD:
|
|
192
|
+
[Detailed component/page list with specific interactions]
|
|
193
|
+
|
|
194
|
+
DO NOT use: generic gradients, rainbow accents, heavy drop shadows, stock-looking card layouts.
|
|
195
|
+
Make it look like it was crafted by a world-class design team.
|
|
196
|
+
```
|
|
197
|
+
|
|
198
|
+
### Emotional Tone Words That Work in Lovable
|
|
199
|
+
Use these descriptors — Lovable understands them as design parameters:
|
|
200
|
+
- `editorial` → wide margins, serif accents, clean white space
|
|
201
|
+
- `premium` → restraint, monochromatic, precise type
|
|
202
|
+
- `cinematic` → full-bleed imagery, dramatic contrast, bold scale
|
|
203
|
+
- `brutalist` → raw typography, sharp edges, high contrast
|
|
204
|
+
- `developer-focused` → monospace, dark mode default, dense information
|
|
205
|
+
- `luxurious` → generous padding, serif typography, gold/cream palette
|
|
206
|
+
- `athletic / motorsport` → bold weight, tight tracking, single saturated accent
|
|
207
|
+
|
|
208
|
+
---
|
|
209
|
+
|
|
210
|
+
## Animation System
|
|
211
|
+
|
|
212
|
+
### Damien's Animation Stack
|
|
213
|
+
- **Framer Motion** — for all React entrance animations and layout transitions
|
|
214
|
+
- **Lenis** — smooth scroll engine (replaces native browser scroll)
|
|
215
|
+
- **GSAP + ScrollTrigger** — for complex scroll-driven animations and cinematic effects
|
|
216
|
+
|
|
217
|
+
### When to Use Each
|
|
218
|
+
| Need | Tool |
|
|
219
|
+
|---|---|
|
|
220
|
+
| Component entrance (fade, slide, scale) | Framer Motion |
|
|
221
|
+
| Page transitions | Framer Motion |
|
|
222
|
+
| Smooth scrolling feel | Lenis |
|
|
223
|
+
| Scroll-triggered reveals | Framer Motion (whileInView) or GSAP ScrollTrigger |
|
|
224
|
+
| Cinematic parallax / path animations | GSAP |
|
|
225
|
+
| Counter animations / SVG drawing | GSAP |
|
|
226
|
+
|
|
227
|
+
### Scroll Animation Prompt (Framer Motion)
|
|
228
|
+
```
|
|
229
|
+
Add scroll-driven entrance animations using Framer Motion:
|
|
230
|
+
- All sections: fade up on enter (y: 40 → 0, opacity: 0 → 1)
|
|
231
|
+
- Duration: 0.6s, ease: [0.25, 0.1, 0.25, 1]
|
|
232
|
+
- Stagger children by 0.1s
|
|
233
|
+
- Use whileInView with viewport: { once: true, margin: "-100px" }
|
|
234
|
+
- Do not animate on mobile if reduce-motion is preferred
|
|
235
|
+
```
|
|
236
|
+
|
|
237
|
+
### Lenis Smooth Scroll Setup
|
|
238
|
+
```
|
|
239
|
+
Integrate Lenis smooth scroll:
|
|
240
|
+
- Install @studio-freight/lenis
|
|
241
|
+
- Initialize in useEffect with lerp: 0.1, duration: 1.2
|
|
242
|
+
- Sync with Framer Motion using lenis.on('scroll', ScrollTrigger.update)
|
|
243
|
+
- Apply to root wrapper, not individual sections
|
|
244
|
+
```
|
|
245
|
+
|
|
246
|
+
### Animation Principles
|
|
247
|
+
- **Entrance only.** Things animate in; they don't animate out.
|
|
248
|
+
- **Subtle by default.** Max travel distance: 40px on y-axis. Scale from 0.95, not 0.5.
|
|
249
|
+
- **Fast.** 0.4s–0.7s. Anything over 0.8s feels slow.
|
|
250
|
+
- **Once.** `viewport: { once: true }`. Don't repeat animations on re-entry.
|
|
251
|
+
|
|
252
|
+
---
|
|
253
|
+
|
|
254
|
+
## Project-Type Playbooks
|
|
255
|
+
|
|
256
|
+
### Landing Page / Marketing Site
|
|
257
|
+
```
|
|
258
|
+
Priority: Hero impact → Social proof → Feature breakdown → CTA
|
|
259
|
+
Typography: Large display heading (clamp 48–96px), tight tracking
|
|
260
|
+
Hero: Full-viewport, single headline, one CTA, optional subtle background motion
|
|
261
|
+
Animation: Staggered hero entrance, section reveals on scroll
|
|
262
|
+
Mobile: Stack everything single column, increase tap targets
|
|
263
|
+
```
|
|
264
|
+
|
|
265
|
+
### SaaS Dashboard
|
|
266
|
+
```
|
|
267
|
+
Priority: Data clarity → Navigation efficiency → Status at a glance
|
|
268
|
+
Layout: Fixed sidebar (240px) + main content area
|
|
269
|
+
Colors: Dark mode preferred, single accent for active/alert states
|
|
270
|
+
Components: Cards with live data, charts (Recharts), status badges
|
|
271
|
+
Density: Information-dense but never cluttered — use dividers, not padding to separate
|
|
272
|
+
```
|
|
273
|
+
|
|
274
|
+
### Athlete / Personal Site
|
|
275
|
+
```
|
|
276
|
+
Priority: Visual impact → Story → Stats → Contact
|
|
277
|
+
Aesthetic: White editorial (Bortoleto model) OR dark cinematic
|
|
278
|
+
Typography: Fraunces/Inter Tight or bold sans-serif, large scale
|
|
279
|
+
Data: Real season stats via API or static, displayed as hero numbers
|
|
280
|
+
Motion: Dramatic page entrance, parallax on hero image
|
|
281
|
+
```
|
|
282
|
+
|
|
283
|
+
### Motorsport / Sports App
|
|
284
|
+
```
|
|
285
|
+
Priority: Race data → Standings → Dark mode
|
|
286
|
+
Colors: Charcoal base (#1C1C1E) + single accent (team color)
|
|
287
|
+
Typography: Space Grotesk or similar geometric sans
|
|
288
|
+
Components: Data tables with accent on active rows, live ticker elements
|
|
289
|
+
Icons: Lucide React, thin weight
|
|
290
|
+
```
|
|
291
|
+
|
|
292
|
+
### Proposal / Slide Deck App
|
|
293
|
+
```
|
|
294
|
+
Priority: Client impression → Content hierarchy → Easy navigation
|
|
295
|
+
Aesthetic: Agency-grade, not generic
|
|
296
|
+
Layout: Full-bleed sections, one key point per "slide"
|
|
297
|
+
Typography: Bold display for headlines, restrained body
|
|
298
|
+
Export: Always plan for PDF or shareable link output
|
|
299
|
+
```
|
|
300
|
+
|
|
301
|
+
---
|
|
302
|
+
|
|
303
|
+
## The "Not AI" Checklist
|
|
304
|
+
|
|
305
|
+
Before shipping any Lovable build, check these:
|
|
306
|
+
|
|
307
|
+
- [ ] Background is NOT pure white (#FFFFFF) or pure black (#000000) — use near-tones
|
|
308
|
+
- [ ] No more than 2 fonts in use
|
|
309
|
+
- [ ] No generic blue primary color (unless brand requires it)
|
|
310
|
+
- [ ] No heavy card shadows (`shadow-lg` or larger) — use `shadow-sm` or none
|
|
311
|
+
- [ ] No stock-looking hero with centered text on gradient blob
|
|
312
|
+
- [ ] Spacing feels intentional — sections have real breathing room
|
|
313
|
+
- [ ] Typography has tight negative tracking on headings
|
|
314
|
+
- [ ] Accent color appears in ≤3 places per page
|
|
315
|
+
- [ ] Animations are subtle (max 40px travel, max 0.7s duration)
|
|
316
|
+
- [ ] All components are mobile-responsive (test at 375px)
|
|
317
|
+
- [ ] Navigation works on both desktop and mobile
|
|
318
|
+
|
|
319
|
+
---
|
|
320
|
+
|
|
321
|
+
## Figma → Lovable Fidelity Workflow
|
|
322
|
+
|
|
323
|
+
When converting Figma designs to Lovable:
|
|
324
|
+
|
|
325
|
+
1. **Extract tokens from Figma** — copy exact hex values, font sizes, spacing
|
|
326
|
+
2. **Set Knowledge Base first** — paste the full design system spec into Lovable's Knowledge
|
|
327
|
+
3. **Build component by component** — never ask Lovable to rebuild a whole page at once
|
|
328
|
+
4. **Use Select mode** — click individual elements in Lovable to make targeted edits without breaking other components
|
|
329
|
+
5. **Iterate one layer at a time** — typography first, then spacing, then color, then animation
|
|
330
|
+
|
|
331
|
+
---
|
|
332
|
+
|
|
333
|
+
## Prompt Refinement Strategy
|
|
334
|
+
|
|
335
|
+
### When Output Looks "Generic"
|
|
336
|
+
Add these modifiers to any prompt:
|
|
337
|
+
```
|
|
338
|
+
"Make this look like it was designed by the team behind [Linear / Stripe / Mercury].
|
|
339
|
+
Avoid any of the following: gradient blobs, rainbow accent systems, Poppins font,
|
|
340
|
+
purple-to-blue gradients, glassmorphism for the sake of it, or centered hero layouts
|
|
341
|
+
with stock-looking imagery. Use restraint. Less decoration, more intention."
|
|
342
|
+
```
|
|
343
|
+
|
|
344
|
+
### When Type Looks Off
|
|
345
|
+
```
|
|
346
|
+
"Fix the typography:
|
|
347
|
+
- Headings: tracking -0.03em, weight 700, line-height 1.1
|
|
348
|
+
- Body: tracking -0.01em, weight 400, line-height 1.6
|
|
349
|
+
- Labels: uppercase, tracking 0.08em, weight 500, font-size 11px
|
|
350
|
+
- Remove any use of font-weight 600 on large headings"
|
|
351
|
+
```
|
|
352
|
+
|
|
353
|
+
### When Spacing Feels Cramped
|
|
354
|
+
```
|
|
355
|
+
"Increase all section padding to py-24 minimum (96px).
|
|
356
|
+
Increase card padding to p-8. Add gap-8 between grid items.
|
|
357
|
+
The design should breathe — premium products have generous whitespace."
|
|
358
|
+
```
|
|
359
|
+
|
|
360
|
+
### When Colors Feel Off
|
|
361
|
+
```
|
|
362
|
+
"Audit and fix the color system:
|
|
363
|
+
- Background: [exact hex]
|
|
364
|
+
- One accent color only: [hex] — remove any secondary accent
|
|
365
|
+
- All borders: rgba(255,255,255,0.08) — no solid gray borders
|
|
366
|
+
- Text hierarchy: #F5F5F5 primary, rgba(255,255,255,0.5) secondary, rgba(255,255,255,0.3) tertiary"
|
|
367
|
+
```
|
|
368
|
+
|
|
369
|
+
---
|
|
370
|
+
|
|
371
|
+
## Creme Digital Stack
|
|
372
|
+
|
|
373
|
+
The default technical foundation for all Creme Digital builds:
|
|
374
|
+
|
|
375
|
+
| Layer | Technology |
|
|
376
|
+
|---|---|
|
|
377
|
+
| Framework | React + Vite + TypeScript |
|
|
378
|
+
| Styling | Tailwind CSS |
|
|
379
|
+
| Components | shadcn/ui (customized, not default) |
|
|
380
|
+
| Backend | Supabase (auth, database, storage) |
|
|
381
|
+
| Animation | Framer Motion + Lenis |
|
|
382
|
+
| Icons | Lucide React |
|
|
383
|
+
| Charts | Recharts |
|
|
384
|
+
| Hosting | Lovable (built-in) or Vercel |
|
|
385
|
+
|
|
386
|
+
---
|
|
387
|
+
|
|
388
|
+
## Quick Reference: Damien's Signature Moves
|
|
389
|
+
|
|
390
|
+
1. **Dark near-black backgrounds** (`#0A0A0A`, `#111111`) — never pure black
|
|
391
|
+
2. **Tight negative tracking** on all headings (`-0.03em`)
|
|
392
|
+
3. **Single accent color** — used only 2-3 times per page
|
|
393
|
+
4. **Fraunces + Inter Tight** for editorial/athlete projects
|
|
394
|
+
5. **Space Grotesk** for motorsport/tech projects
|
|
395
|
+
6. **`rounded-2xl` everywhere** — 16px corner radius as default
|
|
396
|
+
7. **Subtle borders**: `rgba(255,255,255,0.08)` — barely visible, but present
|
|
397
|
+
8. **Framer Motion whileInView** for all scroll reveals — always `once: true`
|
|
398
|
+
9. **Lenis smooth scroll** on every marketing/portfolio site
|
|
399
|
+
10. **Component-first always** — tokens → components → pages, never the reverse
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# Design Like Damien Examples
|
|
2
|
+
|
|
3
|
+
## Example 1: Premium SaaS Landing Page
|
|
4
|
+
|
|
5
|
+
Build a landing page for a new AI-powered project management tool. Good agent behavior:
|
|
6
|
+
|
|
7
|
+
- Establish design tokens first: near-black background (#0A0A0A), single electric blue accent, Geist font with tight -0.03em tracking on headings.
|
|
8
|
+
- Build the component system before any page — button variants, card components with hover states, responsive navigation.
|
|
9
|
+
- Use a full-viewport hero with a single headline, one CTA, and subtle background motion — no gradient blobs or stock imagery.
|
|
10
|
+
- Apply generous section padding (py-24 minimum) and rounded-2xl cards with shadow-sm only.
|
|
11
|
+
- Add scroll-driven entrance animations via Framer Motion whileInView (y: 40 → 0, opacity: 0 → 1, duration: 0.6s, once: true).
|
|
12
|
+
- Verify against the "Not AI" checklist: no pure black/white, no more than 2 fonts, accent used ≤3 times per page.
|
|
13
|
+
|
|
14
|
+
## Example 2: Converting Figma Design to Lovable
|
|
15
|
+
|
|
16
|
+
A designer provides a Figma mockup for an athlete portfolio site. Good agent behavior:
|
|
17
|
+
|
|
18
|
+
- Extract exact tokens from Figma: hex values, font sizes, spacing values — paste into Lovable's Knowledge Base.
|
|
19
|
+
- Identify the aesthetic as "white editorial": background #FAFAFA, Fraunces for display headings, Inter Tight for body.
|
|
20
|
+
- Build component by component: typography system → card components → navigation → page layout.
|
|
21
|
+
- Use Select mode in Lovable to make targeted edits on individual elements without breaking surrounding components.
|
|
22
|
+
- Iterate one layer at a time: typography spacing first, then color refinement, then scroll-triggered reveals.
|
|
23
|
+
- Add Lenis smooth scroll for the premium editorial feel; stagger hero entrance with 0.1s delay between children.
|
|
24
|
+
|
|
25
|
+
## Example 3: Fixing Generic AI-Generated UI
|
|
26
|
+
|
|
27
|
+
A user has a Lovable-built dashboard that looks “AI-generated” — generic blue gradient hero, Poppins font, heavy shadows. Good agent behavior:
|
|
28
|
+
|
|
29
|
+
- Diagnose the issues against the "Not AI" checklist: gradient background, too many colors, wrong font choice, heavy shadows.
|
|
30
|
+
- Replace the gradient background with a solid near-black (#111111) and define a single accent color.
|
|
31
|
+
- Swap Poppins for Space Grotesk with tight tracking (-0.03em), add border-radius of rounded-2xl to all cards.
|
|
32
|
+
- Remove all shadow-lg and replace with shadow-sm; replace solid borders with rgba(255,255,255,0.08).
|
|
33
|
+
- Refactor the component order: define tokens → rebuild button system → fix navigation → recompose pages.
|
|
34
|
+
- Apply the "When Output Looks Generic" refinement prompt to guide the final polish pass.
|