@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,185 @@
|
|
|
1
|
+
# Logo Usage Rules
|
|
2
|
+
|
|
3
|
+
Guidelines for proper logo implementation across all marketing materials.
|
|
4
|
+
|
|
5
|
+
## Logo Variants
|
|
6
|
+
|
|
7
|
+
### Primary Variants
|
|
8
|
+
| Variant | File Name | Use Case |
|
|
9
|
+
|---------|-----------|----------|
|
|
10
|
+
| Full Horizontal | logo-full-horizontal.{ext} | Website headers, documents |
|
|
11
|
+
| Stacked | logo-stacked.{ext} | Square spaces, social avatars |
|
|
12
|
+
| Icon Only | logo-icon.{ext} | Favicons, app icons, small spaces |
|
|
13
|
+
| Wordmark Only | logo-wordmark.{ext} | When icon already present |
|
|
14
|
+
|
|
15
|
+
### Color Variants
|
|
16
|
+
| Variant | Use Case |
|
|
17
|
+
|---------|----------|
|
|
18
|
+
| Full Color | Default on white/light backgrounds |
|
|
19
|
+
| Reversed | On dark backgrounds |
|
|
20
|
+
| Monochrome Dark | On light backgrounds when color not possible |
|
|
21
|
+
| Monochrome Light | On dark backgrounds when color not possible |
|
|
22
|
+
|
|
23
|
+
## Clear Space
|
|
24
|
+
|
|
25
|
+
### Minimum Clear Space
|
|
26
|
+
The clear space around the logo should equal the height of the logo mark (icon portion).
|
|
27
|
+
|
|
28
|
+
```
|
|
29
|
+
┌─────────────────────────────┐
|
|
30
|
+
│ [x] │
|
|
31
|
+
│ ┌───────────────────┐ │
|
|
32
|
+
│ │ │ │
|
|
33
|
+
[x] │ │ [LOGO] │ [x] │
|
|
34
|
+
│ │ │ │
|
|
35
|
+
│ └───────────────────┘ │
|
|
36
|
+
│ [x] │
|
|
37
|
+
└─────────────────────────────┘
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
Where [x] = height of logo mark
|
|
41
|
+
|
|
42
|
+
## Minimum Size
|
|
43
|
+
|
|
44
|
+
### Digital
|
|
45
|
+
| Format | Minimum Width | Notes |
|
|
46
|
+
|--------|---------------|-------|
|
|
47
|
+
| Full Logo | 120px | All elements legible |
|
|
48
|
+
| Icon Only | 24px | Favicon/small icons |
|
|
49
|
+
| Icon Only | 32px | UI elements |
|
|
50
|
+
|
|
51
|
+
### Print
|
|
52
|
+
| Format | Minimum Width | Notes |
|
|
53
|
+
|--------|---------------|-------|
|
|
54
|
+
| Full Logo | 35mm | Business cards, letterhead |
|
|
55
|
+
| Icon Only | 10mm | Small print items |
|
|
56
|
+
|
|
57
|
+
## Color Usage
|
|
58
|
+
|
|
59
|
+
### Approved Backgrounds
|
|
60
|
+
| Background | Logo Version |
|
|
61
|
+
|------------|--------------|
|
|
62
|
+
| White | Full color or dark mono |
|
|
63
|
+
| Light gray (#F5F5F5+) | Full color or dark mono |
|
|
64
|
+
| Brand primary | Reversed (white) |
|
|
65
|
+
| Dark (#333 or darker) | Reversed (white) |
|
|
66
|
+
| Photography | Ensure sufficient contrast |
|
|
67
|
+
|
|
68
|
+
### Color Rules
|
|
69
|
+
1. Never change logo colors outside approved palette
|
|
70
|
+
2. Don't use gradients on the logo
|
|
71
|
+
3. Don't apply transparency to logo elements
|
|
72
|
+
4. Don't add shadows or effects
|
|
73
|
+
|
|
74
|
+
## Incorrect Usage
|
|
75
|
+
|
|
76
|
+
### Absolute Don'ts
|
|
77
|
+
- ❌ Stretch or compress logo
|
|
78
|
+
- ❌ Rotate at angles
|
|
79
|
+
- ❌ Add drop shadows
|
|
80
|
+
- ❌ Apply gradient fills
|
|
81
|
+
- ❌ Use unapproved colors
|
|
82
|
+
- ❌ Add strokes or outlines
|
|
83
|
+
- ❌ Place on busy backgrounds
|
|
84
|
+
- ❌ Crop any portion
|
|
85
|
+
- ❌ Rearrange elements
|
|
86
|
+
- ❌ Add additional elements
|
|
87
|
+
|
|
88
|
+
### Visual Examples
|
|
89
|
+
```
|
|
90
|
+
WRONG: Stretched WRONG: Rotated WRONG: Wrong color
|
|
91
|
+
┌──────────────┐ ┌────────┐ ┌────────┐
|
|
92
|
+
│ L O G O │ │ / │ │ LOGO │ <- wrong color
|
|
93
|
+
└──────────────┘ │ /LOGO │ └────────┘
|
|
94
|
+
└───────/
|
|
95
|
+
```
|
|
96
|
+
|
|
97
|
+
## Co-branding
|
|
98
|
+
|
|
99
|
+
### Partner Logo Guidelines
|
|
100
|
+
1. Equal visual weight (same height)
|
|
101
|
+
2. Adequate separation between logos
|
|
102
|
+
3. Use divider line if needed
|
|
103
|
+
4. Both logos in their approved colors
|
|
104
|
+
5. Clear space applies to both
|
|
105
|
+
|
|
106
|
+
### Layout Options
|
|
107
|
+
```
|
|
108
|
+
Option A: Side by side with divider
|
|
109
|
+
[OUR LOGO] | [PARTNER LOGO]
|
|
110
|
+
|
|
111
|
+
Option B: Stacked
|
|
112
|
+
[OUR LOGO]
|
|
113
|
+
+
|
|
114
|
+
[PARTNER LOGO]
|
|
115
|
+
```
|
|
116
|
+
|
|
117
|
+
## File Formats
|
|
118
|
+
|
|
119
|
+
### Recommended Formats
|
|
120
|
+
| Usage | Format | Notes |
|
|
121
|
+
|-------|--------|-------|
|
|
122
|
+
| Web | SVG | Preferred, scalable |
|
|
123
|
+
| Web fallback | PNG | With transparency |
|
|
124
|
+
| Print | PDF | Vector, high quality |
|
|
125
|
+
| Print alt | EPS | Legacy systems |
|
|
126
|
+
| Documents | PNG | High res (300dpi) |
|
|
127
|
+
|
|
128
|
+
### File Organization
|
|
129
|
+
```
|
|
130
|
+
assets/logos/
|
|
131
|
+
├── full-horizontal/
|
|
132
|
+
│ ├── logo-full-color.svg
|
|
133
|
+
│ ├── logo-full-color.png
|
|
134
|
+
│ ├── logo-reversed.svg
|
|
135
|
+
│ ├── logo-mono-dark.svg
|
|
136
|
+
│ └── logo-mono-light.svg
|
|
137
|
+
├── icon-only/
|
|
138
|
+
│ ├── icon-full-color.svg
|
|
139
|
+
│ ├── icon-reversed.svg
|
|
140
|
+
│ └── favicon.ico
|
|
141
|
+
└── monochrome/
|
|
142
|
+
├── logo-black.svg
|
|
143
|
+
└── logo-white.svg
|
|
144
|
+
```
|
|
145
|
+
|
|
146
|
+
## Platform-Specific Guidelines
|
|
147
|
+
|
|
148
|
+
### Social Media
|
|
149
|
+
| Platform | Format | Size | Notes |
|
|
150
|
+
|----------|--------|------|-------|
|
|
151
|
+
| LinkedIn | PNG | 300x300px | Icon only |
|
|
152
|
+
| Twitter/X | PNG | 400x400px | Icon only |
|
|
153
|
+
| Facebook | PNG | 180x180px | Icon only |
|
|
154
|
+
| Instagram | PNG | 320x320px | Icon only |
|
|
155
|
+
|
|
156
|
+
### Website
|
|
157
|
+
| Location | Variant | Size |
|
|
158
|
+
|----------|---------|------|
|
|
159
|
+
| Header | Full horizontal | 120-200px width |
|
|
160
|
+
| Footer | Full horizontal | 100-150px width |
|
|
161
|
+
| Favicon | Icon only | 32x32px |
|
|
162
|
+
| Apple Touch | Icon only | 180x180px |
|
|
163
|
+
|
|
164
|
+
### Documents
|
|
165
|
+
| Document | Variant | Placement |
|
|
166
|
+
|----------|---------|-----------|
|
|
167
|
+
| Letterhead | Full horizontal | Top left |
|
|
168
|
+
| Presentation | Icon + wordmark | Title slide |
|
|
169
|
+
| Report | Full horizontal | Cover + footer |
|
|
170
|
+
|
|
171
|
+
## Logo Approval Process
|
|
172
|
+
|
|
173
|
+
### Before Using Logo
|
|
174
|
+
1. Verify you have the correct version
|
|
175
|
+
2. Check background compatibility
|
|
176
|
+
3. Ensure minimum size requirements
|
|
177
|
+
4. Confirm clear space allocation
|
|
178
|
+
5. Review against these guidelines
|
|
179
|
+
|
|
180
|
+
### Requesting Approval
|
|
181
|
+
For non-standard uses:
|
|
182
|
+
1. Submit mockup showing proposed usage
|
|
183
|
+
2. Include context (medium, audience)
|
|
184
|
+
3. Wait for brand team approval
|
|
185
|
+
4. Document approved exceptions
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
# Messaging Framework
|
|
2
|
+
|
|
3
|
+
## Framework Structure
|
|
4
|
+
|
|
5
|
+
```
|
|
6
|
+
Mission (Why we exist)
|
|
7
|
+
↓
|
|
8
|
+
Vision (Where we're going)
|
|
9
|
+
↓
|
|
10
|
+
Value Proposition (What we offer)
|
|
11
|
+
↓
|
|
12
|
+
Positioning Statement (How we're different)
|
|
13
|
+
↓
|
|
14
|
+
Key Messages (What we say)
|
|
15
|
+
↓
|
|
16
|
+
Proof Points (Why to believe)
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
## Core Statements
|
|
20
|
+
|
|
21
|
+
### Mission Statement
|
|
22
|
+
```
|
|
23
|
+
We [action] for [audience] by [method] so they can [outcome].
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
### Vision Statement
|
|
27
|
+
```
|
|
28
|
+
A world where [aspiration/change we want to see].
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
### Value Proposition
|
|
32
|
+
```
|
|
33
|
+
For [target customer] who [need/problem],
|
|
34
|
+
[Product/Brand] is a [category]
|
|
35
|
+
that [key benefit].
|
|
36
|
+
Unlike [competitors],
|
|
37
|
+
we [unique differentiator].
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
### Positioning Statement
|
|
41
|
+
```
|
|
42
|
+
[Brand] is the [category] for [audience]
|
|
43
|
+
who want [desired outcome]
|
|
44
|
+
because [reason to believe].
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
## Message Architecture
|
|
48
|
+
|
|
49
|
+
### Primary Message
|
|
50
|
+
One sentence that captures your core value.
|
|
51
|
+
|
|
52
|
+
### Supporting Messages (3-5)
|
|
53
|
+
Each addresses a different benefit or audience need.
|
|
54
|
+
|
|
55
|
+
| Message | Audience Need | Proof Point |
|
|
56
|
+
|---------|---------------|-------------|
|
|
57
|
+
| [Message 1] | [Need] | [Evidence] |
|
|
58
|
+
| [Message 2] | [Need] | [Evidence] |
|
|
59
|
+
| [Message 3] | [Need] | [Evidence] |
|
|
60
|
+
|
|
61
|
+
### Elevator Pitches
|
|
62
|
+
|
|
63
|
+
**10-second:**
|
|
64
|
+
[One sentence that sparks interest]
|
|
65
|
+
|
|
66
|
+
**30-second:**
|
|
67
|
+
[Problem + solution + differentiation]
|
|
68
|
+
|
|
69
|
+
**60-second:**
|
|
70
|
+
[Full pitch with proof points]
|
|
71
|
+
|
|
72
|
+
## Message by Audience
|
|
73
|
+
|
|
74
|
+
| Audience | Pain Point | Key Message | CTA |
|
|
75
|
+
|----------|------------|-------------|-----|
|
|
76
|
+
| [Segment 1] | [Pain] | [Message] | [Action] |
|
|
77
|
+
| [Segment 2] | [Pain] | [Message] | [Action] |
|
|
78
|
+
|
|
79
|
+
## Message Testing
|
|
80
|
+
|
|
81
|
+
1. Is it clear? (No jargon)
|
|
82
|
+
2. Is it differentiated? (Competitors can't say it)
|
|
83
|
+
3. Is it credible? (Can we prove it)
|
|
84
|
+
4. Is it compelling? (Does audience care)
|
|
85
|
+
5. Is it consistent? (Aligns with brand)
|
|
@@ -0,0 +1,214 @@
|
|
|
1
|
+
# Typography Specifications
|
|
2
|
+
|
|
3
|
+
Guidelines for defining and implementing brand typography.
|
|
4
|
+
|
|
5
|
+
## Font Stack Structure
|
|
6
|
+
|
|
7
|
+
### Primary Fonts
|
|
8
|
+
```css
|
|
9
|
+
/* Headings - Display font for impact */
|
|
10
|
+
--font-heading: 'Inter', system-ui, -apple-system, sans-serif;
|
|
11
|
+
|
|
12
|
+
/* Body - Readable for long-form content */
|
|
13
|
+
--font-body: 'Inter', system-ui, -apple-system, sans-serif;
|
|
14
|
+
|
|
15
|
+
/* Monospace - Code, technical content */
|
|
16
|
+
--font-mono: 'JetBrains Mono', 'Fira Code', monospace;
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
### Font Loading
|
|
20
|
+
```html
|
|
21
|
+
<!-- Google Fonts (recommended) -->
|
|
22
|
+
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
23
|
+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
24
|
+
```
|
|
25
|
+
|
|
26
|
+
## Type Scale
|
|
27
|
+
|
|
28
|
+
### Base System
|
|
29
|
+
- Base size: 16px (1rem)
|
|
30
|
+
- Scale ratio: 1.25 (Major Third)
|
|
31
|
+
|
|
32
|
+
### Scale Definition
|
|
33
|
+
| Element | Size (rem) | Size (px) | Weight | Line Height |
|
|
34
|
+
|---------|------------|-----------|--------|-------------|
|
|
35
|
+
| Display | 3.815rem | 61px | 700 | 1.1 |
|
|
36
|
+
| H1 | 3.052rem | 49px | 700 | 1.2 |
|
|
37
|
+
| H2 | 2.441rem | 39px | 600 | 1.25 |
|
|
38
|
+
| H3 | 1.953rem | 31px | 600 | 1.3 |
|
|
39
|
+
| H4 | 1.563rem | 25px | 600 | 1.35 |
|
|
40
|
+
| H5 | 1.25rem | 20px | 600 | 1.4 |
|
|
41
|
+
| Body Large | 1.125rem | 18px | 400 | 1.6 |
|
|
42
|
+
| Body | 1rem | 16px | 400 | 1.5 |
|
|
43
|
+
| Small | 0.875rem | 14px | 400 | 1.5 |
|
|
44
|
+
| Caption | 0.75rem | 12px | 400 | 1.4 |
|
|
45
|
+
|
|
46
|
+
### Responsive Adjustments
|
|
47
|
+
```css
|
|
48
|
+
/* Mobile (< 768px) */
|
|
49
|
+
h1 { font-size: 2rem; } /* 32px */
|
|
50
|
+
h2 { font-size: 1.5rem; } /* 24px */
|
|
51
|
+
h3 { font-size: 1.25rem; } /* 20px */
|
|
52
|
+
body { font-size: 1rem; } /* 16px */
|
|
53
|
+
|
|
54
|
+
/* Desktop (>= 768px) */
|
|
55
|
+
h1 { font-size: 3rem; } /* 48px */
|
|
56
|
+
h2 { font-size: 2.25rem; } /* 36px */
|
|
57
|
+
h3 { font-size: 1.75rem; } /* 28px */
|
|
58
|
+
body { font-size: 1rem; } /* 16px */
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
## Font Weights
|
|
62
|
+
|
|
63
|
+
### Weight Scale
|
|
64
|
+
| Name | Value | Usage |
|
|
65
|
+
|------|-------|-------|
|
|
66
|
+
| Regular | 400 | Body text, paragraphs |
|
|
67
|
+
| Medium | 500 | Buttons, nav items |
|
|
68
|
+
| Semibold | 600 | Subheadings, emphasis |
|
|
69
|
+
| Bold | 700 | Headings, CTAs |
|
|
70
|
+
|
|
71
|
+
### Weight Pairing
|
|
72
|
+
- Headings: 600-700
|
|
73
|
+
- Body: 400
|
|
74
|
+
- Links: 500
|
|
75
|
+
- Buttons: 600
|
|
76
|
+
|
|
77
|
+
## Line Height Guidelines
|
|
78
|
+
|
|
79
|
+
### Rules
|
|
80
|
+
| Content Type | Line Height | Notes |
|
|
81
|
+
|--------------|-------------|-------|
|
|
82
|
+
| Headings | 1.1-1.3 | Tighter for visual impact |
|
|
83
|
+
| Body text | 1.5-1.6 | Optimal readability |
|
|
84
|
+
| Small text | 1.4-1.5 | Slightly tighter |
|
|
85
|
+
| Long-form | 1.6-1.75 | Extra comfortable |
|
|
86
|
+
|
|
87
|
+
## Letter Spacing
|
|
88
|
+
|
|
89
|
+
### Guidelines
|
|
90
|
+
| Element | Tracking | Value |
|
|
91
|
+
|---------|----------|-------|
|
|
92
|
+
| Display | Tighter | -0.02em |
|
|
93
|
+
| Headings | Normal | 0 |
|
|
94
|
+
| Body | Normal | 0 |
|
|
95
|
+
| All caps | Wider | 0.05em |
|
|
96
|
+
| Small caps | Wider | 0.1em |
|
|
97
|
+
|
|
98
|
+
## Paragraph Spacing
|
|
99
|
+
|
|
100
|
+
### Margins
|
|
101
|
+
```css
|
|
102
|
+
/* Heading spacing */
|
|
103
|
+
h1, h2 { margin-top: 2rem; margin-bottom: 1rem; }
|
|
104
|
+
h3, h4 { margin-top: 1.5rem; margin-bottom: 0.75rem; }
|
|
105
|
+
|
|
106
|
+
/* Paragraph spacing */
|
|
107
|
+
p { margin-bottom: 1rem; }
|
|
108
|
+
p + p { margin-top: 0; }
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
### Maximum Line Length
|
|
112
|
+
- Body text: 65-75 characters (optimal)
|
|
113
|
+
- Headings: Can be wider
|
|
114
|
+
- Code blocks: 80-100 characters
|
|
115
|
+
|
|
116
|
+
```css
|
|
117
|
+
.prose {
|
|
118
|
+
max-width: 65ch;
|
|
119
|
+
}
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
## CSS Implementation
|
|
123
|
+
|
|
124
|
+
### Full Variables
|
|
125
|
+
```css
|
|
126
|
+
:root {
|
|
127
|
+
/* Font Families */
|
|
128
|
+
--font-heading: 'Inter', system-ui, sans-serif;
|
|
129
|
+
--font-body: 'Inter', system-ui, sans-serif;
|
|
130
|
+
--font-mono: 'JetBrains Mono', monospace;
|
|
131
|
+
|
|
132
|
+
/* Font Sizes */
|
|
133
|
+
--text-xs: 0.75rem;
|
|
134
|
+
--text-sm: 0.875rem;
|
|
135
|
+
--text-base: 1rem;
|
|
136
|
+
--text-lg: 1.125rem;
|
|
137
|
+
--text-xl: 1.25rem;
|
|
138
|
+
--text-2xl: 1.5rem;
|
|
139
|
+
--text-3xl: 1.875rem;
|
|
140
|
+
--text-4xl: 2.25rem;
|
|
141
|
+
--text-5xl: 3rem;
|
|
142
|
+
|
|
143
|
+
/* Font Weights */
|
|
144
|
+
--font-normal: 400;
|
|
145
|
+
--font-medium: 500;
|
|
146
|
+
--font-semibold: 600;
|
|
147
|
+
--font-bold: 700;
|
|
148
|
+
|
|
149
|
+
/* Line Heights */
|
|
150
|
+
--leading-none: 1;
|
|
151
|
+
--leading-tight: 1.25;
|
|
152
|
+
--leading-snug: 1.375;
|
|
153
|
+
--leading-normal: 1.5;
|
|
154
|
+
--leading-relaxed: 1.625;
|
|
155
|
+
--leading-loose: 2;
|
|
156
|
+
}
|
|
157
|
+
```
|
|
158
|
+
|
|
159
|
+
### Tailwind Config
|
|
160
|
+
```javascript
|
|
161
|
+
theme: {
|
|
162
|
+
fontFamily: {
|
|
163
|
+
heading: ['Inter', 'system-ui', 'sans-serif'],
|
|
164
|
+
body: ['Inter', 'system-ui', 'sans-serif'],
|
|
165
|
+
mono: ['JetBrains Mono', 'monospace'],
|
|
166
|
+
},
|
|
167
|
+
fontSize: {
|
|
168
|
+
xs: ['0.75rem', { lineHeight: '1rem' }],
|
|
169
|
+
sm: ['0.875rem', { lineHeight: '1.25rem' }],
|
|
170
|
+
base: ['1rem', { lineHeight: '1.5rem' }],
|
|
171
|
+
lg: ['1.125rem', { lineHeight: '1.75rem' }],
|
|
172
|
+
xl: ['1.25rem', { lineHeight: '1.75rem' }],
|
|
173
|
+
'2xl': ['1.5rem', { lineHeight: '2rem' }],
|
|
174
|
+
'3xl': ['1.875rem', { lineHeight: '2.25rem' }],
|
|
175
|
+
'4xl': ['2.25rem', { lineHeight: '2.5rem' }],
|
|
176
|
+
'5xl': ['3rem', { lineHeight: '1.1' }],
|
|
177
|
+
}
|
|
178
|
+
}
|
|
179
|
+
```
|
|
180
|
+
|
|
181
|
+
## Common Font Pairings
|
|
182
|
+
|
|
183
|
+
### Clean & Modern
|
|
184
|
+
- Heading: Inter
|
|
185
|
+
- Body: Inter
|
|
186
|
+
|
|
187
|
+
### Professional
|
|
188
|
+
- Heading: Playfair Display
|
|
189
|
+
- Body: Source Sans Pro
|
|
190
|
+
|
|
191
|
+
### Startup/Tech
|
|
192
|
+
- Heading: Poppins
|
|
193
|
+
- Body: Open Sans
|
|
194
|
+
|
|
195
|
+
### Editorial
|
|
196
|
+
- Heading: Merriweather
|
|
197
|
+
- Body: Lato
|
|
198
|
+
|
|
199
|
+
## Accessibility
|
|
200
|
+
|
|
201
|
+
### Minimum Sizes
|
|
202
|
+
- Body text: 16px minimum
|
|
203
|
+
- Small text: 14px minimum, not for long content
|
|
204
|
+
- Caption: 12px minimum, use sparingly
|
|
205
|
+
|
|
206
|
+
### Contrast Requirements
|
|
207
|
+
- Text on background: 4.5:1 minimum (AA)
|
|
208
|
+
- Large text (18px+): 3:1 minimum
|
|
209
|
+
|
|
210
|
+
### Best Practices
|
|
211
|
+
- Don't use all caps for long text
|
|
212
|
+
- Avoid justified text (use left-align)
|
|
213
|
+
- Ensure adequate line spacing
|
|
214
|
+
- Don't use thin weights (<400) at small sizes
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
Update brand colors, typography, and style - automatically syncs to all design system files.
|
|
2
|
+
|
|
3
|
+
<args>$ARGUMENTS</args>
|
|
4
|
+
|
|
5
|
+
## Overview
|
|
6
|
+
|
|
7
|
+
This command systematically updates:
|
|
8
|
+
1. `docs/brand-guidelines.md` - Human-readable brand doc
|
|
9
|
+
2. `assets/design-tokens.json` - Token source of truth
|
|
10
|
+
3. `assets/design-tokens.css` - Generated CSS variables
|
|
11
|
+
|
|
12
|
+
## Workflow
|
|
13
|
+
|
|
14
|
+
### Step 1: Gather Brand Input
|
|
15
|
+
|
|
16
|
+
Use `AskUserQuestion` to collect:
|
|
17
|
+
|
|
18
|
+
**Theme Selection:**
|
|
19
|
+
- Theme name (e.g., "Ocean Professional", "Electric Creative", "Forest Calm")
|
|
20
|
+
|
|
21
|
+
**Primary Color:**
|
|
22
|
+
- Color name (e.g., "Ocean Blue", "Coral", "Forest Green")
|
|
23
|
+
- Hex code (e.g., #3B82F6)
|
|
24
|
+
|
|
25
|
+
**Secondary Color:**
|
|
26
|
+
- Color name (e.g., "Golden Amber", "Electric Purple")
|
|
27
|
+
- Hex code
|
|
28
|
+
|
|
29
|
+
**Accent Color:**
|
|
30
|
+
- Color name (e.g., "Emerald", "Neon Mint")
|
|
31
|
+
- Hex code
|
|
32
|
+
|
|
33
|
+
**Brand Mood (for AI image generation):**
|
|
34
|
+
- Mood keywords (e.g., "professional, trustworthy, premium" or "bold, creative, energetic")
|
|
35
|
+
|
|
36
|
+
### Step 2: Update Brand Guidelines
|
|
37
|
+
|
|
38
|
+
Edit `docs/brand-guidelines.md`:
|
|
39
|
+
|
|
40
|
+
1. **Quick Reference table** - Update color names and hex codes
|
|
41
|
+
2. **Brand Concept section** - Update theme name and description
|
|
42
|
+
3. **Color Palette section** - Update Primary, Secondary, Accent colors with shades
|
|
43
|
+
4. **AI Image Generation section** - Update base prompt, keywords, mood descriptors
|
|
44
|
+
|
|
45
|
+
### Step 3: Sync to Design Tokens
|
|
46
|
+
|
|
47
|
+
Run the sync script:
|
|
48
|
+
```bash
|
|
49
|
+
node .claude/skills/brand/scripts/sync-brand-to-tokens.cjs
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
This will:
|
|
53
|
+
- Update `assets/design-tokens.json` with new color names and values
|
|
54
|
+
- Regenerate `assets/design-tokens.css` with correct CSS variables
|
|
55
|
+
|
|
56
|
+
### Step 4: Verify Sync
|
|
57
|
+
|
|
58
|
+
Confirm all files are updated:
|
|
59
|
+
```bash
|
|
60
|
+
# Check brand context extraction
|
|
61
|
+
node .claude/skills/brand/scripts/inject-brand-context.cjs --json | head -30
|
|
62
|
+
|
|
63
|
+
# Check CSS variables
|
|
64
|
+
grep "primary" assets/design-tokens.css | head -5
|
|
65
|
+
```
|
|
66
|
+
|
|
67
|
+
### Step 5: Report
|
|
68
|
+
|
|
69
|
+
Output summary:
|
|
70
|
+
- Theme: [name]
|
|
71
|
+
- Primary: [name] ([hex])
|
|
72
|
+
- Secondary: [name] ([hex])
|
|
73
|
+
- Accent: [name] ([hex])
|
|
74
|
+
- Files updated: brand-guidelines.md, design-tokens.json, design-tokens.css
|
|
75
|
+
|
|
76
|
+
## Files Modified
|
|
77
|
+
|
|
78
|
+
| File | Purpose |
|
|
79
|
+
|------|---------|
|
|
80
|
+
| `docs/brand-guidelines.md` | Human-readable brand documentation |
|
|
81
|
+
| `assets/design-tokens.json` | Token definitions (primitive→semantic→component) |
|
|
82
|
+
| `assets/design-tokens.css` | CSS variables for UI components |
|
|
83
|
+
|
|
84
|
+
## Skills Used
|
|
85
|
+
|
|
86
|
+
- `brand` - Brand context extraction and sync
|
|
87
|
+
- `design-system` - Token generation
|
|
88
|
+
|
|
89
|
+
## Examples
|
|
90
|
+
|
|
91
|
+
```bash
|
|
92
|
+
# Interactive mode
|
|
93
|
+
/brand:update
|
|
94
|
+
|
|
95
|
+
# With theme hint
|
|
96
|
+
/brand:update "Ocean Professional"
|
|
97
|
+
|
|
98
|
+
# Quick preset
|
|
99
|
+
/brand:update "midnight purple"
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
## Color Presets
|
|
103
|
+
|
|
104
|
+
If user specifies a preset name, use these defaults:
|
|
105
|
+
|
|
106
|
+
| Preset | Primary | Secondary | Accent |
|
|
107
|
+
|--------|---------|-----------|--------|
|
|
108
|
+
| ocean-professional | #3B82F6 Ocean Blue | #F59E0B Golden Amber | #10B981 Emerald |
|
|
109
|
+
| electric-creative | #FF6B6B Coral | #9B5DE5 Electric Purple | #00F5D4 Neon Mint |
|
|
110
|
+
| forest-calm | #059669 Forest Green | #92400E Warm Brown | #FBBF24 Sunlight |
|
|
111
|
+
| midnight-purple | #7C3AED Violet | #EC4899 Pink | #06B6D4 Cyan |
|
|
112
|
+
| sunset-warm | #F97316 Orange | #DC2626 Red | #FACC15 Yellow |
|
|
113
|
+
|
|
114
|
+
## Important
|
|
115
|
+
|
|
116
|
+
- **Always sync all three files** - Never update just brand-guidelines.md alone
|
|
117
|
+
- **Verify extraction** - Run inject-brand-context.cjs after update to confirm
|
|
118
|
+
- **Test image generation** - Optionally generate a test image to verify brand application
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
# Visual Identity Basics
|
|
2
|
+
|
|
3
|
+
## Core Visual Elements
|
|
4
|
+
|
|
5
|
+
### Logo
|
|
6
|
+
- **Primary:** Full logo (horizontal/stacked)
|
|
7
|
+
- **Secondary:** Abbreviated version
|
|
8
|
+
- **Icon/Mark:** Symbol only
|
|
9
|
+
- **Clear space:** Minimum padding around logo
|
|
10
|
+
- **Minimum size:** Smallest readable size
|
|
11
|
+
|
|
12
|
+
### Color Palette
|
|
13
|
+
```
|
|
14
|
+
Primary Colors (1-2)
|
|
15
|
+
├── Main brand color
|
|
16
|
+
└── Supporting primary
|
|
17
|
+
|
|
18
|
+
Secondary Colors (2-3)
|
|
19
|
+
├── Accent colors
|
|
20
|
+
└── Supporting visuals
|
|
21
|
+
|
|
22
|
+
Neutrals (3-4)
|
|
23
|
+
├── Text colors
|
|
24
|
+
├── Background colors
|
|
25
|
+
└── UI elements
|
|
26
|
+
```
|
|
27
|
+
|
|
28
|
+
### Typography
|
|
29
|
+
| Usage | Font | Weight | Size |
|
|
30
|
+
|-------|------|--------|------|
|
|
31
|
+
| H1 | [Font] | Bold | 32-48px |
|
|
32
|
+
| H2 | [Font] | Semibold | 24-32px |
|
|
33
|
+
| Body | [Font] | Regular | 16-18px |
|
|
34
|
+
| Caption | [Font] | Regular | 12-14px |
|
|
35
|
+
|
|
36
|
+
## Visual Guidelines Template
|
|
37
|
+
|
|
38
|
+
```markdown
|
|
39
|
+
## Logo Usage
|
|
40
|
+
|
|
41
|
+
### Correct Usage
|
|
42
|
+
- [Guidelines for proper logo use]
|
|
43
|
+
|
|
44
|
+
### Incorrect Usage
|
|
45
|
+
- Don't stretch or distort
|
|
46
|
+
- Don't change colors (unless approved)
|
|
47
|
+
- Don't add effects
|
|
48
|
+
- Don't place on busy backgrounds
|
|
49
|
+
|
|
50
|
+
## Color Specifications
|
|
51
|
+
|
|
52
|
+
### Primary Palette
|
|
53
|
+
| Color | Hex | RGB | Usage |
|
|
54
|
+
|-------|-----|-----|-------|
|
|
55
|
+
| [Name] | #XXXXXX | r,g,b | [Where to use] |
|
|
56
|
+
|
|
57
|
+
### Accessibility
|
|
58
|
+
- Text contrast ratio: 4.5:1 minimum
|
|
59
|
+
- Button contrast: WCAG AA compliant
|
|
60
|
+
|
|
61
|
+
## Imagery Style
|
|
62
|
+
|
|
63
|
+
### Photography
|
|
64
|
+
- [Lighting preferences]
|
|
65
|
+
- [Subject guidelines]
|
|
66
|
+
- [Composition rules]
|
|
67
|
+
- [Editing style]
|
|
68
|
+
|
|
69
|
+
### Illustrations
|
|
70
|
+
- [Style description]
|
|
71
|
+
- [Color usage]
|
|
72
|
+
- [Complexity level]
|
|
73
|
+
|
|
74
|
+
### Icons
|
|
75
|
+
- [Style: outlined/filled/duotone]
|
|
76
|
+
- [Stroke weight]
|
|
77
|
+
- [Corner radius]
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
## Quick Checks
|
|
81
|
+
|
|
82
|
+
### Logo
|
|
83
|
+
- [ ] Correct version for context
|
|
84
|
+
- [ ] Sufficient clear space
|
|
85
|
+
- [ ] Legible at size used
|
|
86
|
+
- [ ] Correct color for background
|
|
87
|
+
|
|
88
|
+
### Colors
|
|
89
|
+
- [ ] From approved palette
|
|
90
|
+
- [ ] Accessible contrast
|
|
91
|
+
- [ ] Consistent across materials
|
|
92
|
+
|
|
93
|
+
### Typography
|
|
94
|
+
- [ ] Correct fonts
|
|
95
|
+
- [ ] Appropriate hierarchy
|
|
96
|
+
- [ ] Readable size
|