@nguyenphp/antigravity-marketing 1.0.16 → 1.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +187 -74
- package/bin/index.js +4 -4
- package/package.json +4 -3
- package/templates/.agent/agents/backend-specialist.md +263 -0
- package/templates/.agent/agents/database-architect.md +226 -0
- package/templates/.agent/agents/debugger.md +225 -0
- package/templates/.agent/agents/devops-engineer.md +242 -0
- package/templates/.agent/agents/documentation-writer.md +104 -0
- package/templates/.agent/agents/explorer-agent.md +73 -0
- package/templates/.agent/agents/frontend-specialist.md +527 -0
- package/templates/.agent/agents/game-developer.md +162 -0
- package/templates/.agent/agents/mobile-developer.md +377 -0
- package/templates/.agent/agents/orchestrator.md +400 -0
- package/templates/.agent/agents/penetration-tester.md +188 -0
- package/templates/.agent/agents/performance-optimizer.md +187 -0
- package/templates/.agent/agents/project-planner.md +403 -0
- package/templates/.agent/agents/security-auditor.md +170 -0
- package/templates/.agent/agents/seo-specialist.md +111 -0
- package/templates/.agent/agents/test-engineer.md +158 -0
- package/templates/.agent/rules/GEMINI.md +248 -0
- package/templates/.agent/skills/analytics-marketing/SKILL.md +172 -324
- package/templates/.agent/skills/api-patterns/SKILL.md +81 -0
- package/templates/.agent/skills/api-patterns/api-style.md +42 -0
- package/templates/.agent/skills/api-patterns/auth.md +24 -0
- package/templates/.agent/skills/api-patterns/documentation.md +26 -0
- package/templates/.agent/skills/api-patterns/graphql.md +41 -0
- package/templates/.agent/skills/api-patterns/rate-limiting.md +31 -0
- package/templates/.agent/skills/api-patterns/response.md +37 -0
- package/templates/.agent/skills/api-patterns/rest.md +40 -0
- package/templates/.agent/skills/api-patterns/scripts/api_validator.py +211 -0
- package/templates/.agent/skills/api-patterns/security-testing.md +122 -0
- package/templates/.agent/skills/api-patterns/trpc.md +41 -0
- package/templates/.agent/skills/api-patterns/versioning.md +22 -0
- package/templates/.agent/skills/app-builder/SKILL.md +75 -0
- package/templates/.agent/skills/app-builder/agent-coordination.md +71 -0
- package/templates/.agent/skills/app-builder/feature-building.md +53 -0
- package/templates/.agent/skills/app-builder/project-detection.md +34 -0
- package/templates/.agent/skills/app-builder/scaffolding.md +118 -0
- package/templates/.agent/skills/app-builder/tech-stack.md +40 -0
- package/templates/.agent/skills/app-builder/templates/SKILL.md +39 -0
- package/templates/.agent/skills/app-builder/templates/astro-static/TEMPLATE.md +76 -0
- package/templates/.agent/skills/app-builder/templates/chrome-extension/TEMPLATE.md +92 -0
- package/templates/.agent/skills/app-builder/templates/cli-tool/TEMPLATE.md +88 -0
- package/templates/.agent/skills/app-builder/templates/electron-desktop/TEMPLATE.md +88 -0
- package/templates/.agent/skills/app-builder/templates/express-api/TEMPLATE.md +83 -0
- package/templates/.agent/skills/app-builder/templates/flutter-app/TEMPLATE.md +90 -0
- package/templates/.agent/skills/app-builder/templates/monorepo-turborepo/TEMPLATE.md +90 -0
- package/templates/.agent/skills/app-builder/templates/nextjs-fullstack/TEMPLATE.md +82 -0
- package/templates/.agent/skills/app-builder/templates/nextjs-saas/TEMPLATE.md +100 -0
- package/templates/.agent/skills/app-builder/templates/nextjs-static/TEMPLATE.md +106 -0
- package/templates/.agent/skills/app-builder/templates/nuxt-app/TEMPLATE.md +101 -0
- package/templates/.agent/skills/app-builder/templates/python-fastapi/TEMPLATE.md +83 -0
- package/templates/.agent/skills/app-builder/templates/react-native-app/TEMPLATE.md +93 -0
- package/templates/.agent/skills/architecture/SKILL.md +55 -0
- package/templates/.agent/skills/architecture/context-discovery.md +43 -0
- package/templates/.agent/skills/architecture/examples.md +94 -0
- package/templates/.agent/skills/architecture/pattern-selection.md +68 -0
- package/templates/.agent/skills/architecture/patterns-reference.md +50 -0
- package/templates/.agent/skills/architecture/trade-off-analysis.md +77 -0
- package/templates/.agent/skills/banner-design/SKILL.md +192 -0
- package/templates/.agent/skills/banner-design/references/banner-sizes-and-styles.md +118 -0
- package/templates/.agent/skills/bash-linux/SKILL.md +199 -0
- package/templates/.agent/skills/behavioral-modes/SKILL.md +242 -0
- package/templates/.agent/skills/brainstorming/SKILL.md +163 -0
- package/templates/.agent/skills/brainstorming/dynamic-questioning.md +350 -0
- package/templates/.agent/skills/brand/SKILL.md +97 -0
- package/templates/.agent/skills/brand/references/approval-checklist.md +169 -0
- package/templates/.agent/skills/brand/references/asset-organization.md +157 -0
- package/templates/.agent/skills/brand/references/brand-guideline-template.md +140 -0
- package/templates/.agent/skills/brand/references/color-palette-management.md +186 -0
- package/templates/.agent/skills/brand/references/consistency-checklist.md +94 -0
- package/templates/.agent/skills/brand/references/logo-usage-rules.md +185 -0
- package/templates/.agent/skills/brand/references/messaging-framework.md +85 -0
- package/templates/.agent/skills/brand/references/typography-specifications.md +214 -0
- package/templates/.agent/skills/brand/references/update.md +118 -0
- package/templates/.agent/skills/brand/references/visual-identity.md +96 -0
- package/templates/.agent/skills/brand/references/voice-framework.md +88 -0
- package/templates/.agent/skills/brand/scripts/extract-colors.cjs +341 -0
- package/templates/.agent/skills/brand/scripts/inject-brand-context.cjs +349 -0
- package/templates/.agent/skills/brand/scripts/sync-brand-to-tokens.cjs +266 -0
- package/templates/.agent/skills/brand/scripts/validate-asset.cjs +387 -0
- package/templates/.agent/skills/brand/templates/brand-guidelines-starter.md +275 -0
- package/templates/.agent/skills/clean-code/SKILL.md +201 -0
- package/templates/.agent/skills/code-review-checklist/SKILL.md +109 -0
- package/templates/.agent/skills/copywriting/SKILL.md +250 -0
- package/templates/.agent/skills/database-design/SKILL.md +52 -0
- package/templates/.agent/skills/database-design/database-selection.md +43 -0
- package/templates/.agent/skills/database-design/indexing.md +39 -0
- package/templates/.agent/skills/database-design/migrations.md +48 -0
- package/templates/.agent/skills/database-design/optimization.md +36 -0
- package/templates/.agent/skills/database-design/orm-selection.md +30 -0
- package/templates/.agent/skills/database-design/schema-design.md +56 -0
- package/templates/.agent/skills/database-design/scripts/schema_validator.py +172 -0
- package/templates/.agent/skills/deployment-procedures/SKILL.md +241 -0
- package/templates/.agent/skills/docker-expert/SKILL.md +409 -0
- package/templates/.agent/skills/frontend-design/animation-guide.md +331 -0
- package/templates/.agent/skills/frontend-design/color-system.md +311 -0
- package/templates/.agent/skills/frontend-design/decision-trees.md +418 -0
- package/templates/.agent/skills/frontend-design/motion-graphics.md +306 -0
- package/templates/.agent/skills/frontend-design/scripts/accessibility_checker.py +183 -0
- package/templates/.agent/skills/frontend-design/scripts/ux_audit.py +722 -0
- package/templates/.agent/skills/frontend-design/typography-system.md +345 -0
- package/templates/.agent/skills/frontend-design/ux-psychology.md +541 -0
- package/templates/.agent/skills/frontend-design/visual-effects.md +383 -0
- package/templates/.agent/skills/frontend-slides/SKILL.md +92 -0
- package/templates/.agent/skills/frontend-slides/STYLE_PRESETS.md +347 -0
- package/templates/.agent/skills/frontend-slides/animation-patterns.md +110 -0
- package/templates/.agent/skills/frontend-slides/examples/n8n-jupviec-automation.html +789 -0
- package/templates/.agent/skills/frontend-slides/examples/n8n-jupviec-automation.pptx +0 -0
- package/templates/.agent/skills/frontend-slides/html-template.md +347 -0
- package/templates/.agent/skills/frontend-slides/scripts/export-pptx.py +58 -0
- package/templates/.agent/skills/frontend-slides/scripts/extract-pptx.py +96 -0
- package/templates/.agent/skills/frontend-slides/viewport-base.css +153 -0
- package/templates/.agent/skills/game-development/2d-games/SKILL.md +119 -0
- package/templates/.agent/skills/game-development/3d-games/SKILL.md +135 -0
- package/templates/.agent/skills/game-development/SKILL.md +167 -0
- package/templates/.agent/skills/game-development/game-art/SKILL.md +185 -0
- package/templates/.agent/skills/game-development/game-audio/SKILL.md +190 -0
- package/templates/.agent/skills/game-development/game-design/SKILL.md +129 -0
- package/templates/.agent/skills/game-development/mobile-games/SKILL.md +108 -0
- package/templates/.agent/skills/game-development/multiplayer/SKILL.md +132 -0
- package/templates/.agent/skills/game-development/pc-games/SKILL.md +144 -0
- package/templates/.agent/skills/game-development/vr-ar/SKILL.md +123 -0
- package/templates/.agent/skills/game-development/web-games/SKILL.md +150 -0
- package/templates/.agent/skills/geo-fundamentals/SKILL.md +156 -0
- package/templates/.agent/skills/geo-fundamentals/scripts/geo_checker.py +289 -0
- package/templates/.agent/skills/growth-engine/SKILL.md +244 -0
- package/templates/.agent/skills/i18n-localization/SKILL.md +154 -0
- package/templates/.agent/skills/i18n-localization/scripts/i18n_checker.py +241 -0
- package/templates/.agent/skills/lint-and-validate/SKILL.md +45 -0
- package/templates/.agent/skills/lint-and-validate/scripts/lint_runner.py +172 -0
- package/templates/.agent/skills/lint-and-validate/scripts/type_coverage.py +173 -0
- package/templates/.agent/skills/marketing-report-expert/SKILL.md +70 -0
- package/templates/.agent/skills/mcp-builder/SKILL.md +176 -0
- package/templates/.agent/skills/minimax-docx/LICENSE +21 -0
- package/templates/.agent/skills/minimax-docx/SKILL.md +274 -0
- package/templates/.agent/skills/minimax-docx/assets/styles/academic_styles.xml +250 -0
- package/templates/.agent/skills/minimax-docx/assets/styles/corporate_styles.xml +284 -0
- package/templates/.agent/skills/minimax-docx/assets/styles/default_styles.xml +449 -0
- package/templates/.agent/skills/minimax-docx/assets/xsd/aesthetic-rules.xsd +470 -0
- package/templates/.agent/skills/minimax-docx/assets/xsd/business-rules.xsd +130 -0
- package/templates/.agent/skills/minimax-docx/assets/xsd/common-types.xsd +159 -0
- package/templates/.agent/skills/minimax-docx/assets/xsd/wml-subset.xsd +589 -0
- package/templates/.agent/skills/minimax-docx/references/cjk_typography.md +357 -0
- package/templates/.agent/skills/minimax-docx/references/cjk_university_template_guide.md +184 -0
- package/templates/.agent/skills/minimax-docx/references/comments_guide.md +191 -0
- package/templates/.agent/skills/minimax-docx/references/design_good_bad_examples.md +829 -0
- package/templates/.agent/skills/minimax-docx/references/design_principles.md +819 -0
- package/templates/.agent/skills/minimax-docx/references/openxml_element_order.md +308 -0
- package/templates/.agent/skills/minimax-docx/references/openxml_encyclopedia_part1.md +4061 -0
- package/templates/.agent/skills/minimax-docx/references/openxml_encyclopedia_part2.md +2820 -0
- package/templates/.agent/skills/minimax-docx/references/openxml_encyclopedia_part3.md +3381 -0
- package/templates/.agent/skills/minimax-docx/references/openxml_namespaces.md +82 -0
- package/templates/.agent/skills/minimax-docx/references/openxml_units.md +72 -0
- package/templates/.agent/skills/minimax-docx/references/scenario_a_create.md +284 -0
- package/templates/.agent/skills/minimax-docx/references/scenario_b_edit_content.md +295 -0
- package/templates/.agent/skills/minimax-docx/references/scenario_c_apply_template.md +456 -0
- package/templates/.agent/skills/minimax-docx/references/track_changes_guide.md +200 -0
- package/templates/.agent/skills/minimax-docx/references/troubleshooting.md +506 -0
- package/templates/.agent/skills/minimax-docx/references/typography_guide.md +294 -0
- package/templates/.agent/skills/minimax-docx/references/xsd_validation_guide.md +158 -0
- package/templates/.agent/skills/minimax-docx/scripts/doc_to_docx.sh +40 -0
- package/templates/.agent/skills/minimax-docx/scripts/docx_preview.sh +37 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/MiniMaxAIDocx.Cli.csproj +19 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/Program.cs +18 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/AnalyzeCommand.cs +147 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/ApplyTemplateCommand.cs +322 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/CreateCommand.cs +324 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/DiffCommand.cs +155 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/EditContentCommand.cs +487 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/FixOrderCommand.cs +108 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/MergeRunsCommand.cs +122 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/ValidateCommand.cs +107 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/MiniMaxAIDocx.Core.csproj +15 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/CommentSynchronizer.cs +169 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/ElementOrder.cs +80 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/NamespaceConstants.cs +42 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/RunMerger.cs +81 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/StyleAnalyzer.cs +81 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/TrackChangesHelper.cs +99 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/UnitConverter.cs +23 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples.cs +1832 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch1.cs +910 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch2.cs +999 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch3.cs +1048 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch4.cs +1038 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/CharacterFormattingSamples.cs +1020 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/DocumentCreationSamples.cs +1121 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/FieldAndTocSamples.cs +624 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/FootnoteAndCommentSamples.cs +675 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/HeaderFooterSamples.cs +838 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/ImageSamples.cs +917 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/ListAndNumberingSamples.cs +826 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/ParagraphFormattingSamples.cs +1199 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/StyleSystemSamples.cs +1487 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/TableSamples.cs +1163 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/TrackChangesSamples.cs +595 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Typography/CjkHelper.cs +39 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Typography/FontDefaults.cs +24 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Typography/PageSizes.cs +20 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Validation/BusinessRuleValidator.cs +224 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Validation/GateCheckValidator.cs +148 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Validation/ValidationResult.cs +23 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Validation/XsdValidator.cs +69 -0
- package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.slnx +4 -0
- package/templates/.agent/skills/minimax-docx/scripts/env_check.sh +196 -0
- package/templates/.agent/skills/minimax-docx/scripts/setup.ps1 +274 -0
- package/templates/.agent/skills/minimax-docx/scripts/setup.sh +504 -0
- package/templates/.agent/skills/minimax-multimodal-toolkit/SKILL.md +359 -0
- package/templates/.agent/skills/minimax-pdf/README.md +222 -0
- package/templates/.agent/skills/minimax-pdf/SKILL.md +201 -0
- package/templates/.agent/skills/minimax-pdf/design/design.md +381 -0
- package/templates/.agent/skills/minimax-pdf/scripts/cover.py +1579 -0
- package/templates/.agent/skills/minimax-pdf/scripts/fill_inspect.py +200 -0
- package/templates/.agent/skills/minimax-pdf/scripts/fill_write.py +242 -0
- package/templates/.agent/skills/minimax-pdf/scripts/make.sh +491 -0
- package/templates/.agent/skills/minimax-pdf/scripts/merge.py +112 -0
- package/templates/.agent/skills/minimax-pdf/scripts/palette.py +559 -0
- package/templates/.agent/skills/minimax-pdf/scripts/reformat_parse.py +374 -0
- package/templates/.agent/skills/minimax-pdf/scripts/render_body.py +1055 -0
- package/templates/.agent/skills/minimax-pdf/scripts/render_cover.cjs +111 -0
- package/templates/.agent/skills/minimax-xlsx/SKILL.md +138 -0
- package/templates/.agent/skills/minimax-xlsx/references/create.md +691 -0
- package/templates/.agent/skills/minimax-xlsx/references/edit.md +684 -0
- package/templates/.agent/skills/minimax-xlsx/references/fix.md +37 -0
- package/templates/.agent/skills/minimax-xlsx/references/format.md +768 -0
- package/templates/.agent/skills/minimax-xlsx/references/ooxml-cheatsheet.md +231 -0
- package/templates/.agent/skills/minimax-xlsx/references/read-analyze.md +97 -0
- package/templates/.agent/skills/minimax-xlsx/references/validate.md +772 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/formula_check.py +422 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/libreoffice_recalc.py +248 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/shared_strings_builder.py +163 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/style_audit.py +575 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_add_column.py +395 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_insert_row.py +274 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_pack.py +87 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_reader.py +362 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_shift_rows.py +396 -0
- package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_unpack.py +130 -0
- package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/[Content_Types].xml +9 -0
- package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/_rels/.rels +6 -0
- package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/xl/_rels/workbook.xml.rels +19 -0
- package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/xl/sharedStrings.xml +33 -0
- package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/xl/styles.xml +160 -0
- package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/xl/workbook.xml +30 -0
- package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/xl/worksheets/sheet1.xml +70 -0
- package/templates/.agent/skills/mobile-design/SKILL.md +394 -0
- package/templates/.agent/skills/mobile-design/decision-trees.md +516 -0
- package/templates/.agent/skills/mobile-design/mobile-backend.md +491 -0
- package/templates/.agent/skills/mobile-design/mobile-color-system.md +420 -0
- package/templates/.agent/skills/mobile-design/mobile-debugging.md +122 -0
- package/templates/.agent/skills/mobile-design/mobile-design-thinking.md +357 -0
- package/templates/.agent/skills/mobile-design/mobile-navigation.md +458 -0
- package/templates/.agent/skills/mobile-design/mobile-performance.md +767 -0
- package/templates/.agent/skills/mobile-design/mobile-testing.md +356 -0
- package/templates/.agent/skills/mobile-design/mobile-typography.md +433 -0
- package/templates/.agent/skills/mobile-design/platform-android.md +666 -0
- package/templates/.agent/skills/mobile-design/platform-ios.md +561 -0
- package/templates/.agent/skills/mobile-design/scripts/mobile_audit.py +670 -0
- package/templates/.agent/skills/mobile-design/touch-psychology.md +537 -0
- package/templates/.agent/skills/nestjs-expert/SKILL.md +552 -0
- package/templates/.agent/skills/nextjs-best-practices/SKILL.md +203 -0
- package/templates/.agent/skills/nodejs-best-practices/SKILL.md +333 -0
- package/templates/.agent/skills/parallel-agents/SKILL.md +175 -0
- package/templates/.agent/skills/performance-profiling/SKILL.md +143 -0
- package/templates/.agent/skills/performance-profiling/scripts/lighthouse_audit.py +76 -0
- package/templates/.agent/skills/plan-writing/SKILL.md +152 -0
- package/templates/.agent/skills/powershell-windows/SKILL.md +167 -0
- package/templates/.agent/skills/ppc-advertising/SKILL.md +183 -475
- package/templates/.agent/skills/pptx-generator/SKILL.md +249 -0
- package/templates/.agent/skills/pptx-generator/references/design-system.md +392 -0
- package/templates/.agent/skills/pptx-generator/references/editing.md +162 -0
- package/templates/.agent/skills/pptx-generator/references/pitfalls.md +112 -0
- package/templates/.agent/skills/pptx-generator/references/pptxgenjs.md +420 -0
- package/templates/.agent/skills/pptx-generator/references/slide-types.md +413 -0
- package/templates/.agent/skills/prisma-expert/SKILL.md +355 -0
- package/templates/.agent/skills/python-patterns/SKILL.md +441 -0
- package/templates/.agent/skills/react-patterns/SKILL.md +198 -0
- package/templates/.agent/skills/red-team-tactics/SKILL.md +199 -0
- package/templates/.agent/skills/remotion-best-practices/SKILL.md +45 -111
- package/templates/.agent/skills/remotion-best-practices/rules/3d.md +4 -4
- package/templates/.agent/skills/remotion-best-practices/rules/animations.md +5 -7
- package/templates/.agent/skills/remotion-best-practices/rules/assets/charts-bar-chart.tsx +173 -0
- package/templates/.agent/skills/remotion-best-practices/rules/assets/text-animations-typewriter.tsx +100 -0
- package/templates/.agent/skills/remotion-best-practices/rules/assets/text-animations-word-highlight.tsx +103 -0
- package/templates/.agent/skills/remotion-best-practices/rules/assets.md +78 -0
- package/templates/.agent/skills/remotion-best-practices/rules/audio-visualization.md +198 -0
- package/templates/.agent/skills/remotion-best-practices/rules/audio.md +1 -4
- package/templates/.agent/skills/remotion-best-practices/rules/calculate-metadata.md +47 -17
- package/templates/.agent/skills/remotion-best-practices/rules/can-decode.md +75 -0
- package/templates/.agent/skills/remotion-best-practices/rules/charts.md +80 -48
- package/templates/.agent/skills/remotion-best-practices/rules/compositions.md +22 -14
- package/templates/.agent/skills/remotion-best-practices/rules/display-captions.md +79 -21
- package/templates/.agent/skills/remotion-best-practices/rules/extract-frames.md +229 -0
- package/templates/.agent/skills/remotion-best-practices/rules/ffmpeg.md +38 -0
- package/templates/.agent/skills/remotion-best-practices/rules/fonts.md +96 -54
- package/templates/.agent/skills/remotion-best-practices/rules/get-audio-duration.md +58 -0
- package/templates/.agent/skills/remotion-best-practices/rules/get-video-dimensions.md +68 -0
- package/templates/.agent/skills/remotion-best-practices/rules/get-video-duration.md +60 -0
- package/templates/.agent/skills/remotion-best-practices/rules/gifs.md +21 -18
- package/templates/.agent/skills/remotion-best-practices/rules/images.md +6 -2
- package/templates/.agent/skills/remotion-best-practices/rules/import-srt-captions.md +69 -0
- package/templates/.agent/skills/remotion-best-practices/rules/light-leaks.md +73 -0
- package/templates/.agent/skills/remotion-best-practices/rules/lottie.md +10 -7
- package/templates/.agent/skills/remotion-best-practices/rules/maps.md +412 -0
- package/templates/.agent/skills/remotion-best-practices/rules/measuring-dom-nodes.md +34 -0
- package/templates/.agent/skills/remotion-best-practices/rules/measuring-text.md +140 -0
- package/templates/.agent/skills/remotion-best-practices/rules/parameters.md +109 -0
- package/templates/.agent/skills/remotion-best-practices/rules/sequencing.md +13 -1
- package/templates/.agent/skills/remotion-best-practices/rules/sfx.md +26 -0
- package/templates/.agent/skills/remotion-best-practices/rules/subtitles.md +36 -0
- package/templates/.agent/skills/remotion-best-practices/rules/tailwind.md +11 -0
- package/templates/.agent/skills/remotion-best-practices/rules/text-animations.md +4 -115
- package/templates/.agent/skills/remotion-best-practices/rules/timing.md +19 -19
- package/templates/.agent/skills/remotion-best-practices/rules/transcribe-captions.md +70 -0
- package/templates/.agent/skills/remotion-best-practices/rules/transitions.md +117 -42
- package/templates/.agent/skills/remotion-best-practices/rules/transparent-videos.md +106 -0
- package/templates/.agent/skills/remotion-best-practices/rules/trimming.md +51 -0
- package/templates/.agent/skills/remotion-best-practices/rules/voiceover.md +99 -0
- package/templates/.agent/skills/seo-fundamentals/SKILL.md +83 -441
- package/templates/.agent/skills/seo-fundamentals/scripts/seo_checker.py +219 -0
- package/templates/.agent/skills/server-management/SKILL.md +161 -0
- package/templates/.agent/skills/systematic-debugging/SKILL.md +109 -0
- package/templates/.agent/skills/tdd-workflow/SKILL.md +149 -0
- package/templates/.agent/skills/testing-patterns/SKILL.md +178 -0
- package/templates/.agent/skills/testing-patterns/scripts/test_runner.py +219 -0
- package/templates/.agent/skills/tutorial-video-expert/SKILL.md +88 -0
- package/templates/.agent/skills/typescript-expert/SKILL.md +429 -0
- package/templates/.agent/skills/ui-ux-pro-max/SKILL.md +1 -1
- package/templates/.agent/skills/ui-ux-pro-max/data/charts.csv +26 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/colors.csv +97 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/icons.csv +101 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/landing.csv +31 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/products.csv +97 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/prompts.csv +24 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/react-performance.csv +45 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/nuxt-ui.csv +51 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/nuxtjs.csv +59 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/react.csv +54 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/shadcn.csv +61 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/stacks/vue.csv +50 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/styles.csv +59 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/typography.csv +58 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/ui-reasoning.csv +101 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
- package/templates/.agent/skills/ui-ux-pro-max/data/web-interface.csv +31 -0
- package/templates/.agent/skills/ui-ux-pro-max/scripts/core.py +257 -0
- package/templates/.agent/skills/ui-ux-pro-max/scripts/design_system.py +487 -0
- package/templates/.agent/skills/ui-ux-pro-max/scripts/search.py +76 -0
- package/templates/.agent/skills/vision-analysis/SKILL.md +174 -0
- package/templates/.agent/skills/vue-expert/SKILL.md +374 -0
- package/templates/.agent/skills/vulnerability-scanner/SKILL.md +276 -0
- package/templates/.agent/skills/vulnerability-scanner/checklists.md +121 -0
- package/templates/.agent/skills/vulnerability-scanner/scripts/security_scan.py +458 -0
- package/templates/.agent/skills/webapp-testing/SKILL.md +187 -0
- package/templates/.agent/skills/webapp-testing/scripts/playwright_runner.py +173 -0
- package/templates/.agent/workflows/analyze.md +3 -0
- package/templates/.agent/workflows/brainstorm.md +113 -0
- package/templates/.agent/workflows/brand-report.md +44 -0
- package/templates/.agent/workflows/create.md +59 -0
- package/templates/.agent/workflows/debug.md +103 -0
- package/templates/.agent/workflows/deploy.md +176 -0
- package/templates/.agent/workflows/enhance.md +63 -0
- package/templates/.agent/workflows/orchestrate.md +237 -0
- package/templates/.agent/workflows/plan.md +89 -0
- package/templates/.agent/workflows/preview.md +80 -0
- package/templates/.agent/workflows/report.md +49 -0
- package/templates/.agent/workflows/status.md +86 -0
- package/templates/.agent/workflows/test.md +144 -0
- package/templates/.agent/workflows/ui-ux-pro-max.md +231 -0
|
@@ -0,0 +1,347 @@
|
|
|
1
|
+
# Style Presets Reference
|
|
2
|
+
|
|
3
|
+
Curated visual styles for Frontend Slides. Each preset is inspired by real design references — no generic "AI slop" aesthetics. **Abstract shapes only — no illustrations.**
|
|
4
|
+
|
|
5
|
+
**Viewport CSS:** For mandatory base styles, see [viewport-base.css](viewport-base.css). Include in every presentation.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Dark Themes
|
|
10
|
+
|
|
11
|
+
### 1. Bold Signal
|
|
12
|
+
|
|
13
|
+
**Vibe:** Confident, bold, modern, high-impact
|
|
14
|
+
|
|
15
|
+
**Layout:** Colored card on dark gradient. Number top-left, navigation top-right, title bottom-left.
|
|
16
|
+
|
|
17
|
+
**Typography:**
|
|
18
|
+
- Display: `Archivo Black` (900)
|
|
19
|
+
- Body: `Space Grotesk` (400/500)
|
|
20
|
+
|
|
21
|
+
**Colors:**
|
|
22
|
+
```css
|
|
23
|
+
:root {
|
|
24
|
+
--bg-primary: #1a1a1a;
|
|
25
|
+
--bg-gradient: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 100%);
|
|
26
|
+
--card-bg: #FF5722;
|
|
27
|
+
--text-primary: #ffffff;
|
|
28
|
+
--text-on-card: #1a1a1a;
|
|
29
|
+
}
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
**Signature Elements:**
|
|
33
|
+
- Bold colored card as focal point (orange, coral, or vibrant accent)
|
|
34
|
+
- Large section numbers (01, 02, etc.)
|
|
35
|
+
- Navigation breadcrumbs with active/inactive opacity states
|
|
36
|
+
- Grid-based layout for precise alignment
|
|
37
|
+
|
|
38
|
+
---
|
|
39
|
+
|
|
40
|
+
### 2. Electric Studio
|
|
41
|
+
|
|
42
|
+
**Vibe:** Bold, clean, professional, high contrast
|
|
43
|
+
|
|
44
|
+
**Layout:** Split panel—white top, blue bottom. Brand marks in corners.
|
|
45
|
+
|
|
46
|
+
**Typography:**
|
|
47
|
+
- Display: `Manrope` (800)
|
|
48
|
+
- Body: `Manrope` (400/500)
|
|
49
|
+
|
|
50
|
+
**Colors:**
|
|
51
|
+
```css
|
|
52
|
+
:root {
|
|
53
|
+
--bg-dark: #0a0a0a;
|
|
54
|
+
--bg-white: #ffffff;
|
|
55
|
+
--accent-blue: #4361ee;
|
|
56
|
+
--text-dark: #0a0a0a;
|
|
57
|
+
--text-light: #ffffff;
|
|
58
|
+
}
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
**Signature Elements:**
|
|
62
|
+
- Two-panel vertical split
|
|
63
|
+
- Accent bar on panel edge
|
|
64
|
+
- Quote typography as hero element
|
|
65
|
+
- Minimal, confident spacing
|
|
66
|
+
|
|
67
|
+
---
|
|
68
|
+
|
|
69
|
+
### 3. Creative Voltage
|
|
70
|
+
|
|
71
|
+
**Vibe:** Bold, creative, energetic, retro-modern
|
|
72
|
+
|
|
73
|
+
**Layout:** Split panels—electric blue left, dark right. Script accents.
|
|
74
|
+
|
|
75
|
+
**Typography:**
|
|
76
|
+
- Display: `Syne` (700/800)
|
|
77
|
+
- Mono: `Space Mono` (400/700)
|
|
78
|
+
|
|
79
|
+
**Colors:**
|
|
80
|
+
```css
|
|
81
|
+
:root {
|
|
82
|
+
--bg-primary: #0066ff;
|
|
83
|
+
--bg-dark: #1a1a2e;
|
|
84
|
+
--accent-neon: #d4ff00;
|
|
85
|
+
--text-light: #ffffff;
|
|
86
|
+
}
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
**Signature Elements:**
|
|
90
|
+
- Electric blue + neon yellow contrast
|
|
91
|
+
- Halftone texture patterns
|
|
92
|
+
- Neon badges/callouts
|
|
93
|
+
- Script typography for creative flair
|
|
94
|
+
|
|
95
|
+
---
|
|
96
|
+
|
|
97
|
+
### 4. Dark Botanical
|
|
98
|
+
|
|
99
|
+
**Vibe:** Elegant, sophisticated, artistic, premium
|
|
100
|
+
|
|
101
|
+
**Layout:** Centered content on dark. Abstract soft shapes in corner.
|
|
102
|
+
|
|
103
|
+
**Typography:**
|
|
104
|
+
- Display: `Cormorant` (400/600) — elegant serif
|
|
105
|
+
- Body: `IBM Plex Sans` (300/400)
|
|
106
|
+
|
|
107
|
+
**Colors:**
|
|
108
|
+
```css
|
|
109
|
+
:root {
|
|
110
|
+
--bg-primary: #0f0f0f;
|
|
111
|
+
--text-primary: #e8e4df;
|
|
112
|
+
--text-secondary: #9a9590;
|
|
113
|
+
--accent-warm: #d4a574;
|
|
114
|
+
--accent-pink: #e8b4b8;
|
|
115
|
+
--accent-gold: #c9b896;
|
|
116
|
+
}
|
|
117
|
+
```
|
|
118
|
+
|
|
119
|
+
**Signature Elements:**
|
|
120
|
+
- Abstract soft gradient circles (blurred, overlapping)
|
|
121
|
+
- Warm color accents (pink, gold, terracotta)
|
|
122
|
+
- Thin vertical accent lines
|
|
123
|
+
- Italic signature typography
|
|
124
|
+
- **No illustrations—only abstract CSS shapes**
|
|
125
|
+
|
|
126
|
+
---
|
|
127
|
+
|
|
128
|
+
## Light Themes
|
|
129
|
+
|
|
130
|
+
### 5. Notebook Tabs
|
|
131
|
+
|
|
132
|
+
**Vibe:** Editorial, organized, elegant, tactile
|
|
133
|
+
|
|
134
|
+
**Layout:** Cream paper card on dark background. Colorful tabs on right edge.
|
|
135
|
+
|
|
136
|
+
**Typography:**
|
|
137
|
+
- Display: `Bodoni Moda` (400/700) — classic editorial
|
|
138
|
+
- Body: `DM Sans` (400/500)
|
|
139
|
+
|
|
140
|
+
**Colors:**
|
|
141
|
+
```css
|
|
142
|
+
:root {
|
|
143
|
+
--bg-outer: #2d2d2d;
|
|
144
|
+
--bg-page: #f8f6f1;
|
|
145
|
+
--text-primary: #1a1a1a;
|
|
146
|
+
--tab-1: #98d4bb; /* Mint */
|
|
147
|
+
--tab-2: #c7b8ea; /* Lavender */
|
|
148
|
+
--tab-3: #f4b8c5; /* Pink */
|
|
149
|
+
--tab-4: #a8d8ea; /* Sky */
|
|
150
|
+
--tab-5: #ffe6a7; /* Cream */
|
|
151
|
+
}
|
|
152
|
+
```
|
|
153
|
+
|
|
154
|
+
**Signature Elements:**
|
|
155
|
+
- Paper container with subtle shadow
|
|
156
|
+
- Colorful section tabs on right edge (vertical text)
|
|
157
|
+
- Binder hole decorations on left
|
|
158
|
+
- Tab text must scale with viewport: `font-size: clamp(0.5rem, 1vh, 0.7rem)`
|
|
159
|
+
|
|
160
|
+
---
|
|
161
|
+
|
|
162
|
+
### 6. Pastel Geometry
|
|
163
|
+
|
|
164
|
+
**Vibe:** Friendly, organized, modern, approachable
|
|
165
|
+
|
|
166
|
+
**Layout:** White card on pastel background. Vertical pills on right edge.
|
|
167
|
+
|
|
168
|
+
**Typography:**
|
|
169
|
+
- Display: `Plus Jakarta Sans` (700/800)
|
|
170
|
+
- Body: `Plus Jakarta Sans` (400/500)
|
|
171
|
+
|
|
172
|
+
**Colors:**
|
|
173
|
+
```css
|
|
174
|
+
:root {
|
|
175
|
+
--bg-primary: #c8d9e6;
|
|
176
|
+
--card-bg: #faf9f7;
|
|
177
|
+
--pill-pink: #f0b4d4;
|
|
178
|
+
--pill-mint: #a8d4c4;
|
|
179
|
+
--pill-sage: #5a7c6a;
|
|
180
|
+
--pill-lavender: #9b8dc4;
|
|
181
|
+
--pill-violet: #7c6aad;
|
|
182
|
+
}
|
|
183
|
+
```
|
|
184
|
+
|
|
185
|
+
**Signature Elements:**
|
|
186
|
+
- Rounded card with soft shadow
|
|
187
|
+
- **Vertical pills on right edge** with varying heights (like tabs)
|
|
188
|
+
- Consistent pill width, heights: short → medium → tall → medium → short
|
|
189
|
+
- Download/action icon in corner
|
|
190
|
+
|
|
191
|
+
---
|
|
192
|
+
|
|
193
|
+
### 7. Split Pastel
|
|
194
|
+
|
|
195
|
+
**Vibe:** Playful, modern, friendly, creative
|
|
196
|
+
|
|
197
|
+
**Layout:** Two-color vertical split (peach left, lavender right).
|
|
198
|
+
|
|
199
|
+
**Typography:**
|
|
200
|
+
- Display: `Outfit` (700/800)
|
|
201
|
+
- Body: `Outfit` (400/500)
|
|
202
|
+
|
|
203
|
+
**Colors:**
|
|
204
|
+
```css
|
|
205
|
+
:root {
|
|
206
|
+
--bg-peach: #f5e6dc;
|
|
207
|
+
--bg-lavender: #e4dff0;
|
|
208
|
+
--text-dark: #1a1a1a;
|
|
209
|
+
--badge-mint: #c8f0d8;
|
|
210
|
+
--badge-yellow: #f0f0c8;
|
|
211
|
+
--badge-pink: #f0d4e0;
|
|
212
|
+
}
|
|
213
|
+
```
|
|
214
|
+
|
|
215
|
+
**Signature Elements:**
|
|
216
|
+
- Split background colors
|
|
217
|
+
- Playful badge pills with icons
|
|
218
|
+
- Grid pattern overlay on right panel
|
|
219
|
+
- Rounded CTA buttons
|
|
220
|
+
|
|
221
|
+
---
|
|
222
|
+
|
|
223
|
+
### 8. Vintage Editorial
|
|
224
|
+
|
|
225
|
+
**Vibe:** Witty, confident, editorial, personality-driven
|
|
226
|
+
|
|
227
|
+
**Layout:** Centered content on cream. Abstract geometric shapes as accent.
|
|
228
|
+
|
|
229
|
+
**Typography:**
|
|
230
|
+
- Display: `Fraunces` (700/900) — distinctive serif
|
|
231
|
+
- Body: `Work Sans` (400/500)
|
|
232
|
+
|
|
233
|
+
**Colors:**
|
|
234
|
+
```css
|
|
235
|
+
:root {
|
|
236
|
+
--bg-cream: #f5f3ee;
|
|
237
|
+
--text-primary: #1a1a1a;
|
|
238
|
+
--text-secondary: #555;
|
|
239
|
+
--accent-warm: #e8d4c0;
|
|
240
|
+
}
|
|
241
|
+
```
|
|
242
|
+
|
|
243
|
+
**Signature Elements:**
|
|
244
|
+
- Abstract geometric shapes (circle outline + line + dot)
|
|
245
|
+
- Bold bordered CTA boxes
|
|
246
|
+
- Witty, conversational copy style
|
|
247
|
+
- **No illustrations—only geometric CSS shapes**
|
|
248
|
+
|
|
249
|
+
---
|
|
250
|
+
|
|
251
|
+
## Specialty Themes
|
|
252
|
+
|
|
253
|
+
### 9. Neon Cyber
|
|
254
|
+
|
|
255
|
+
**Vibe:** Futuristic, techy, confident
|
|
256
|
+
|
|
257
|
+
**Typography:** `Clash Display` + `Satoshi` (Fontshare)
|
|
258
|
+
|
|
259
|
+
**Colors:** Deep navy (#0a0f1c), cyan accent (#00ffcc), magenta (#ff00aa)
|
|
260
|
+
|
|
261
|
+
**Signature:** Particle backgrounds, neon glow, grid patterns
|
|
262
|
+
|
|
263
|
+
---
|
|
264
|
+
|
|
265
|
+
### 10. Terminal Green
|
|
266
|
+
|
|
267
|
+
**Vibe:** Developer-focused, hacker aesthetic
|
|
268
|
+
|
|
269
|
+
**Typography:** `JetBrains Mono` (monospace only)
|
|
270
|
+
|
|
271
|
+
**Colors:** GitHub dark (#0d1117), terminal green (#39d353)
|
|
272
|
+
|
|
273
|
+
**Signature:** Scan lines, blinking cursor, code syntax styling
|
|
274
|
+
|
|
275
|
+
---
|
|
276
|
+
|
|
277
|
+
### 11. Swiss Modern
|
|
278
|
+
|
|
279
|
+
**Vibe:** Clean, precise, Bauhaus-inspired
|
|
280
|
+
|
|
281
|
+
**Typography:** `Archivo` (800) + `Nunito` (400)
|
|
282
|
+
|
|
283
|
+
**Colors:** Pure white, pure black, red accent (#ff3300)
|
|
284
|
+
|
|
285
|
+
**Signature:** Visible grid, asymmetric layouts, geometric shapes
|
|
286
|
+
|
|
287
|
+
---
|
|
288
|
+
|
|
289
|
+
### 12. Paper & Ink
|
|
290
|
+
|
|
291
|
+
**Vibe:** Editorial, literary, thoughtful
|
|
292
|
+
|
|
293
|
+
**Typography:** `Cormorant Garamond` + `Source Serif 4`
|
|
294
|
+
|
|
295
|
+
**Colors:** Warm cream (#faf9f7), charcoal (#1a1a1a), crimson accent (#c41e3a)
|
|
296
|
+
|
|
297
|
+
**Signature:** Drop caps, pull quotes, elegant horizontal rules
|
|
298
|
+
|
|
299
|
+
---
|
|
300
|
+
|
|
301
|
+
## Font Pairing Quick Reference
|
|
302
|
+
|
|
303
|
+
| Preset | Display Font | Body Font | Source |
|
|
304
|
+
|--------|--------------|-----------|--------|
|
|
305
|
+
| Bold Signal | Archivo Black | Space Grotesk | Google |
|
|
306
|
+
| Electric Studio | Manrope | Manrope | Google |
|
|
307
|
+
| Creative Voltage | Syne | Space Mono | Google |
|
|
308
|
+
| Dark Botanical | Cormorant | IBM Plex Sans | Google |
|
|
309
|
+
| Notebook Tabs | Bodoni Moda | DM Sans | Google |
|
|
310
|
+
| Pastel Geometry | Plus Jakarta Sans | Plus Jakarta Sans | Google |
|
|
311
|
+
| Split Pastel | Outfit | Outfit | Google |
|
|
312
|
+
| Vintage Editorial | Fraunces | Work Sans | Google |
|
|
313
|
+
| Neon Cyber | Clash Display | Satoshi | Fontshare |
|
|
314
|
+
| Terminal Green | JetBrains Mono | JetBrains Mono | JetBrains |
|
|
315
|
+
|
|
316
|
+
---
|
|
317
|
+
|
|
318
|
+
## DO NOT USE (Generic AI Patterns)
|
|
319
|
+
|
|
320
|
+
**Fonts:** Inter, Roboto, Arial, system fonts as display
|
|
321
|
+
|
|
322
|
+
**Colors:** `#6366f1` (generic indigo), purple gradients on white
|
|
323
|
+
|
|
324
|
+
**Layouts:** Everything centered, generic hero sections, identical card grids
|
|
325
|
+
|
|
326
|
+
**Decorations:** Realistic illustrations, gratuitous glassmorphism, drop shadows without purpose
|
|
327
|
+
|
|
328
|
+
---
|
|
329
|
+
|
|
330
|
+
## CSS Gotchas
|
|
331
|
+
|
|
332
|
+
### Negating CSS Functions
|
|
333
|
+
|
|
334
|
+
**WRONG — silently ignored by browsers (no console error):**
|
|
335
|
+
```css
|
|
336
|
+
right: -clamp(28px, 3.5vw, 44px); /* Browser ignores this */
|
|
337
|
+
margin-left: -min(10vw, 100px); /* Browser ignores this */
|
|
338
|
+
```
|
|
339
|
+
|
|
340
|
+
**CORRECT — wrap in `calc()`:**
|
|
341
|
+
```css
|
|
342
|
+
right: calc(-1 * clamp(28px, 3.5vw, 44px)); /* Works */
|
|
343
|
+
margin-left: calc(-1 * min(10vw, 100px)); /* Works */
|
|
344
|
+
```
|
|
345
|
+
|
|
346
|
+
CSS does not allow a leading `-` before function names. The browser silently discards the entire declaration — no error, the element just appears in the wrong position. **Always use `calc(-1 * ...)` to negate CSS function values.**
|
|
347
|
+
|
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
# Animation Patterns Reference
|
|
2
|
+
|
|
3
|
+
Use this reference when generating presentations. Match animations to the intended feeling.
|
|
4
|
+
|
|
5
|
+
## Effect-to-Feeling Guide
|
|
6
|
+
|
|
7
|
+
| Feeling | Animations | Visual Cues |
|
|
8
|
+
|---------|-----------|-------------|
|
|
9
|
+
| **Dramatic / Cinematic** | Slow fade-ins (1-1.5s), large scale transitions (0.9 to 1), parallax scrolling | Dark backgrounds, spotlight effects, full-bleed images |
|
|
10
|
+
| **Techy / Futuristic** | Neon glow (box-shadow), glitch/scramble text, grid reveals | Particle systems (canvas), grid patterns, monospace accents, cyan/magenta/electric blue |
|
|
11
|
+
| **Playful / Friendly** | Bouncy easing (spring physics), floating/bobbing | Rounded corners, pastel/bright colors, hand-drawn elements |
|
|
12
|
+
| **Professional / Corporate** | Subtle fast animations (200-300ms), clean slides | Navy/slate/charcoal, precise spacing, data visualization focus |
|
|
13
|
+
| **Calm / Minimal** | Very slow subtle motion, gentle fades | High whitespace, muted palette, serif typography, generous padding |
|
|
14
|
+
| **Editorial / Magazine** | Staggered text reveals, image-text interplay | Strong type hierarchy, pull quotes, grid-breaking layouts, serif headlines + sans body |
|
|
15
|
+
|
|
16
|
+
## Entrance Animations
|
|
17
|
+
|
|
18
|
+
```css
|
|
19
|
+
/* Fade + Slide Up (most versatile) */
|
|
20
|
+
.reveal {
|
|
21
|
+
opacity: 0;
|
|
22
|
+
transform: translateY(30px);
|
|
23
|
+
transition: opacity 0.6s var(--ease-out-expo),
|
|
24
|
+
transform 0.6s var(--ease-out-expo);
|
|
25
|
+
}
|
|
26
|
+
.visible .reveal {
|
|
27
|
+
opacity: 1;
|
|
28
|
+
transform: translateY(0);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
/* Scale In */
|
|
32
|
+
.reveal-scale {
|
|
33
|
+
opacity: 0;
|
|
34
|
+
transform: scale(0.9);
|
|
35
|
+
transition: opacity 0.6s, transform 0.6s var(--ease-out-expo);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
/* Slide from Left */
|
|
39
|
+
.reveal-left {
|
|
40
|
+
opacity: 0;
|
|
41
|
+
transform: translateX(-50px);
|
|
42
|
+
transition: opacity 0.6s, transform 0.6s var(--ease-out-expo);
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
/* Blur In */
|
|
46
|
+
.reveal-blur {
|
|
47
|
+
opacity: 0;
|
|
48
|
+
filter: blur(10px);
|
|
49
|
+
transition: opacity 0.8s, filter 0.8s var(--ease-out-expo);
|
|
50
|
+
}
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
## Background Effects
|
|
54
|
+
|
|
55
|
+
```css
|
|
56
|
+
/* Gradient Mesh — layered radial gradients for depth */
|
|
57
|
+
.gradient-bg {
|
|
58
|
+
background:
|
|
59
|
+
radial-gradient(ellipse at 20% 80%, rgba(120, 0, 255, 0.3) 0%, transparent 50%),
|
|
60
|
+
radial-gradient(ellipse at 80% 20%, rgba(0, 255, 200, 0.2) 0%, transparent 50%),
|
|
61
|
+
var(--bg-primary);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/* Noise Texture — inline SVG for grain */
|
|
65
|
+
.noise-bg {
|
|
66
|
+
background-image: url("data:image/svg+xml,..."); /* Inline SVG noise */
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
/* Grid Pattern — subtle structural lines */
|
|
70
|
+
.grid-bg {
|
|
71
|
+
background-image:
|
|
72
|
+
linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
|
|
73
|
+
linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
|
|
74
|
+
background-size: 50px 50px;
|
|
75
|
+
}
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
## Interactive Effects
|
|
79
|
+
|
|
80
|
+
```javascript
|
|
81
|
+
/* 3D Tilt on Hover — adds depth to cards/panels */
|
|
82
|
+
class TiltEffect {
|
|
83
|
+
constructor(element) {
|
|
84
|
+
this.element = element;
|
|
85
|
+
this.element.style.transformStyle = 'preserve-3d';
|
|
86
|
+
this.element.style.perspective = '1000px';
|
|
87
|
+
|
|
88
|
+
this.element.addEventListener('mousemove', (e) => {
|
|
89
|
+
const rect = this.element.getBoundingClientRect();
|
|
90
|
+
const x = (e.clientX - rect.left) / rect.width - 0.5;
|
|
91
|
+
const y = (e.clientY - rect.top) / rect.height - 0.5;
|
|
92
|
+
this.element.style.transform = `rotateY(${x * 10}deg) rotateX(${-y * 10}deg)`;
|
|
93
|
+
});
|
|
94
|
+
|
|
95
|
+
this.element.addEventListener('mouseleave', () => {
|
|
96
|
+
this.element.style.transform = 'rotateY(0) rotateX(0)';
|
|
97
|
+
});
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
## Troubleshooting
|
|
103
|
+
|
|
104
|
+
| Problem | Fix |
|
|
105
|
+
|---------|-----|
|
|
106
|
+
| Fonts not loading | Check Fontshare/Google Fonts URL; ensure font names match in CSS |
|
|
107
|
+
| Animations not triggering | Verify Intersection Observer is running; check `.visible` class is being added |
|
|
108
|
+
| Scroll snap not working | Ensure `scroll-snap-type: y mandatory` on html; each slide needs `scroll-snap-align: start` |
|
|
109
|
+
| Mobile issues | Disable heavy effects at 768px breakpoint; test touch events; reduce particle count |
|
|
110
|
+
| Performance issues | Use `will-change` sparingly; prefer `transform`/`opacity` animations; throttle scroll handlers |
|