@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,157 @@
|
|
|
1
|
+
# Asset Organization Guide
|
|
2
|
+
|
|
3
|
+
Guidelines for organizing marketing assets in a structured, searchable system.
|
|
4
|
+
|
|
5
|
+
## Directory Structure
|
|
6
|
+
|
|
7
|
+
```
|
|
8
|
+
project-root/
|
|
9
|
+
├── .assets/ # Git-tracked metadata
|
|
10
|
+
│ ├── manifest.json # Central asset registry
|
|
11
|
+
│ ├── tags.json # Tagging system
|
|
12
|
+
│ ├── versions/ # Version history
|
|
13
|
+
│ │ └── {asset-id}/
|
|
14
|
+
│ │ └── v{n}.json
|
|
15
|
+
│ └── metadata/ # Type-specific metadata
|
|
16
|
+
│ ├── designs.json
|
|
17
|
+
│ ├── banners.json
|
|
18
|
+
│ ├── logos.json
|
|
19
|
+
│ └── videos.json
|
|
20
|
+
├── assets/ # Raw files
|
|
21
|
+
│ ├── designs/
|
|
22
|
+
│ │ ├── campaigns/ # Campaign-specific designs
|
|
23
|
+
│ │ ├── web/ # Website graphics
|
|
24
|
+
│ │ └── print/ # Print materials
|
|
25
|
+
│ ├── banners/
|
|
26
|
+
│ │ ├── social-media/ # Platform banners
|
|
27
|
+
│ │ ├── email-headers/ # Email template headers
|
|
28
|
+
│ │ └── landing-pages/ # Hero/section images
|
|
29
|
+
│ ├── logos/
|
|
30
|
+
│ │ ├── full-horizontal/ # Full logo with wordmark
|
|
31
|
+
│ │ ├── icon-only/ # Symbol only
|
|
32
|
+
│ │ ├── monochrome/ # Single color versions
|
|
33
|
+
│ │ └── variations/ # Special versions
|
|
34
|
+
│ ├── videos/
|
|
35
|
+
│ │ ├── ads/ # Promotional videos
|
|
36
|
+
│ │ ├── tutorials/ # How-to content
|
|
37
|
+
│ │ └── testimonials/ # Customer videos
|
|
38
|
+
│ ├── infographics/ # Data visualizations
|
|
39
|
+
│ └── generated/ # AI-generated assets
|
|
40
|
+
│ └── {YYYYMMDD}/ # Date-organized
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
## Naming Convention
|
|
44
|
+
|
|
45
|
+
### Format
|
|
46
|
+
```
|
|
47
|
+
{type}_{campaign}_{description}_{timestamp}_{variant}.{ext}
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
### Components
|
|
51
|
+
| Component | Format | Required | Examples |
|
|
52
|
+
|-----------|--------|----------|----------|
|
|
53
|
+
| type | lowercase | Yes | banner, logo, design, video |
|
|
54
|
+
| campaign | kebab-case | Yes* | claude-launch, q1-promo, evergreen |
|
|
55
|
+
| description | kebab-case | Yes | hero-image, email-header |
|
|
56
|
+
| timestamp | YYYYMMDD | Yes | 20251209 |
|
|
57
|
+
| variant | kebab-case | No | dark-mode, 1x1, mobile |
|
|
58
|
+
|
|
59
|
+
*Use "evergreen" for non-campaign assets
|
|
60
|
+
|
|
61
|
+
### Examples
|
|
62
|
+
```
|
|
63
|
+
banner_claude-launch_hero-image_20251209_16-9.png
|
|
64
|
+
logo_brand-refresh_horizontal-full-color_20251209.svg
|
|
65
|
+
design_holiday-campaign_email-hero_20251209_dark-mode.psd
|
|
66
|
+
video_product-demo_feature-walkthrough_20251209.mp4
|
|
67
|
+
infographic_evergreen_pricing-comparison_20251209.png
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
## Metadata Schema
|
|
71
|
+
|
|
72
|
+
### Asset Entry (manifest.json)
|
|
73
|
+
```json
|
|
74
|
+
{
|
|
75
|
+
"id": "uuid-v4",
|
|
76
|
+
"name": "Campaign Hero Banner",
|
|
77
|
+
"type": "banner",
|
|
78
|
+
"path": "assets/banners/landing-pages/banner_claude-launch_hero-image_20251209.png",
|
|
79
|
+
"dimensions": { "width": 1920, "height": 1080 },
|
|
80
|
+
"fileSize": 245760,
|
|
81
|
+
"mimeType": "image/png",
|
|
82
|
+
"tags": ["campaign", "hero", "launch"],
|
|
83
|
+
"status": "approved",
|
|
84
|
+
"source": {
|
|
85
|
+
"model": "imagen-4",
|
|
86
|
+
"prompt": "...",
|
|
87
|
+
"createdAt": "2025-12-09T10:30:00Z"
|
|
88
|
+
},
|
|
89
|
+
"version": 2,
|
|
90
|
+
"createdBy": "agent:content-creator",
|
|
91
|
+
"approvedBy": "user:john",
|
|
92
|
+
"approvedAt": "2025-12-09T14:00:00Z"
|
|
93
|
+
}
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
### Version Entry (versions/{id}/v{n}.json)
|
|
97
|
+
```json
|
|
98
|
+
{
|
|
99
|
+
"version": 2,
|
|
100
|
+
"previousVersion": 1,
|
|
101
|
+
"path": "assets/banners/landing-pages/banner_claude-launch_hero-image_20251209_v2.png",
|
|
102
|
+
"changes": "Updated CTA button color to match brand refresh",
|
|
103
|
+
"createdAt": "2025-12-09T12:00:00Z",
|
|
104
|
+
"createdBy": "agent:ui-designer"
|
|
105
|
+
}
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
## Tagging System
|
|
109
|
+
|
|
110
|
+
### Standard Tags
|
|
111
|
+
| Category | Values |
|
|
112
|
+
|----------|--------|
|
|
113
|
+
| status | draft, review, approved, archived |
|
|
114
|
+
| platform | instagram, twitter, linkedin, facebook, youtube, email, web |
|
|
115
|
+
| content-type | promotional, educational, brand, product, testimonial |
|
|
116
|
+
| format | 1x1, 4x5, 9x16, 16x9, story, reel, banner |
|
|
117
|
+
| source | imagen-4, veo-3, user-upload, canva, figma |
|
|
118
|
+
|
|
119
|
+
### Tag Usage
|
|
120
|
+
- Each asset should have: status + platform + content-type
|
|
121
|
+
- Optional: format, source, campaign
|
|
122
|
+
|
|
123
|
+
## File Organization Best Practices
|
|
124
|
+
|
|
125
|
+
1. **One file per variant** - Don't combine dark/light in one file
|
|
126
|
+
2. **Source files separate** - Keep .psd/.fig in same structure
|
|
127
|
+
3. **AI assets timestamped** - Auto-organize by generation date
|
|
128
|
+
4. **Archive don't delete** - Move to `archived/` with date prefix
|
|
129
|
+
5. **Large files external** - Videos > 100MB use cloud storage links
|
|
130
|
+
|
|
131
|
+
## Search Patterns
|
|
132
|
+
|
|
133
|
+
### By Type
|
|
134
|
+
```bash
|
|
135
|
+
# Find all banners
|
|
136
|
+
ls assets/banners/**/*
|
|
137
|
+
```
|
|
138
|
+
|
|
139
|
+
### By Campaign
|
|
140
|
+
```bash
|
|
141
|
+
# Find all assets for specific campaign
|
|
142
|
+
grep -l "claude-launch" .assets/manifest.json
|
|
143
|
+
```
|
|
144
|
+
|
|
145
|
+
### By Status
|
|
146
|
+
```bash
|
|
147
|
+
# Find approved assets only
|
|
148
|
+
jq '.assets[] | select(.status == "approved")' .assets/manifest.json
|
|
149
|
+
```
|
|
150
|
+
|
|
151
|
+
## Cleanup Workflow
|
|
152
|
+
|
|
153
|
+
1. Run `extract-colors.cjs` on new assets
|
|
154
|
+
2. Validate against brand guidelines
|
|
155
|
+
3. Update manifest.json with new entries
|
|
156
|
+
4. Tag appropriately
|
|
157
|
+
5. Remove duplicates/outdated versions
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
# Brand Guidelines Template
|
|
2
|
+
|
|
3
|
+
Use this template to create comprehensive brand guidelines for any project.
|
|
4
|
+
|
|
5
|
+
## Document Structure
|
|
6
|
+
|
|
7
|
+
```markdown
|
|
8
|
+
# Brand Guidelines v{X.Y}
|
|
9
|
+
|
|
10
|
+
## Quick Reference
|
|
11
|
+
- **Primary Color:** #XXXXXX
|
|
12
|
+
- **Secondary Color:** #XXXXXX
|
|
13
|
+
- **Primary Font:** {font-family}
|
|
14
|
+
- **Voice:** {3 key traits}
|
|
15
|
+
|
|
16
|
+
## 1. Color Palette
|
|
17
|
+
|
|
18
|
+
### Primary Colors
|
|
19
|
+
| Name | Hex | RGB | Usage |
|
|
20
|
+
|------|-----|-----|-------|
|
|
21
|
+
| {Name} | #{hex} | rgb({r},{g},{b}) | Primary brand color, CTAs, headers |
|
|
22
|
+
| {Name} | #{hex} | rgb({r},{g},{b}) | Supporting accent |
|
|
23
|
+
|
|
24
|
+
### Secondary Colors
|
|
25
|
+
| Name | Hex | RGB | Usage |
|
|
26
|
+
|------|-----|-----|-------|
|
|
27
|
+
| {Name} | #{hex} | rgb({r},{g},{b}) | Secondary elements |
|
|
28
|
+
| {Name} | #{hex} | rgb({r},{g},{b}) | Highlights |
|
|
29
|
+
|
|
30
|
+
### Neutral Palette
|
|
31
|
+
| Name | Hex | RGB | Usage |
|
|
32
|
+
|------|-----|-----|-------|
|
|
33
|
+
| Background | #{hex} | rgb({r},{g},{b}) | Page backgrounds |
|
|
34
|
+
| Text Primary | #{hex} | rgb({r},{g},{b}) | Body text |
|
|
35
|
+
| Text Secondary | #{hex} | rgb({r},{g},{b}) | Captions, muted text |
|
|
36
|
+
| Border | #{hex} | rgb({r},{g},{b}) | Dividers, borders |
|
|
37
|
+
|
|
38
|
+
### Accessibility
|
|
39
|
+
- Text/Background Contrast: {ratio}:1 (WCAG {level})
|
|
40
|
+
- CTA Contrast: {ratio}:1
|
|
41
|
+
- All interactive elements meet WCAG 2.1 AA
|
|
42
|
+
|
|
43
|
+
## 2. Typography
|
|
44
|
+
|
|
45
|
+
### Font Stack
|
|
46
|
+
```css
|
|
47
|
+
--font-heading: '{Font}', sans-serif;
|
|
48
|
+
--font-body: '{Font}', sans-serif;
|
|
49
|
+
--font-mono: '{Font}', monospace;
|
|
50
|
+
```
|
|
51
|
+
|
|
52
|
+
### Type Scale
|
|
53
|
+
| Element | Font | Weight | Size (Desktop/Mobile) | Line Height |
|
|
54
|
+
|---------|------|--------|----------------------|-------------|
|
|
55
|
+
| H1 | {font} | 700 | 48px / 32px | 1.2 |
|
|
56
|
+
| H2 | {font} | 600 | 36px / 28px | 1.25 |
|
|
57
|
+
| H3 | {font} | 600 | 28px / 24px | 1.3 |
|
|
58
|
+
| H4 | {font} | 600 | 24px / 20px | 1.35 |
|
|
59
|
+
| Body | {font} | 400 | 16px / 16px | 1.5 |
|
|
60
|
+
| Small | {font} | 400 | 14px / 14px | 1.5 |
|
|
61
|
+
| Caption | {font} | 400 | 12px / 12px | 1.4 |
|
|
62
|
+
|
|
63
|
+
## 3. Logo Usage
|
|
64
|
+
|
|
65
|
+
### Variants
|
|
66
|
+
- **Primary:** Full horizontal logo with wordmark
|
|
67
|
+
- **Stacked:** Vertical arrangement for square spaces
|
|
68
|
+
- **Icon:** Symbol only for favicons, app icons
|
|
69
|
+
- **Monochrome:** Single color for limited palettes
|
|
70
|
+
|
|
71
|
+
### Clear Space
|
|
72
|
+
Minimum clear space = height of logo mark
|
|
73
|
+
|
|
74
|
+
### Minimum Size
|
|
75
|
+
- Digital: 80px width minimum
|
|
76
|
+
- Print: 25mm width minimum
|
|
77
|
+
|
|
78
|
+
### Don'ts
|
|
79
|
+
- Don't rotate or skew
|
|
80
|
+
- Don't change colors outside approved palette
|
|
81
|
+
- Don't add effects (shadows, gradients)
|
|
82
|
+
- Don't crop or modify proportions
|
|
83
|
+
- Don't place on busy backgrounds
|
|
84
|
+
|
|
85
|
+
## 4. Voice & Tone
|
|
86
|
+
|
|
87
|
+
### Brand Personality
|
|
88
|
+
{Trait 1}: {Description}
|
|
89
|
+
{Trait 2}: {Description}
|
|
90
|
+
{Trait 3}: {Description}
|
|
91
|
+
|
|
92
|
+
### Voice Chart
|
|
93
|
+
| Trait | We Are | We Are Not |
|
|
94
|
+
|-------|--------|------------|
|
|
95
|
+
| {Trait} | {Description} | {Anti-description} |
|
|
96
|
+
|
|
97
|
+
### Tone by Context
|
|
98
|
+
| Context | Tone | Example |
|
|
99
|
+
|---------|------|---------|
|
|
100
|
+
| Marketing | {tone} | "{example}" |
|
|
101
|
+
| Support | {tone} | "{example}" |
|
|
102
|
+
| Error Messages | {tone} | "{example}" |
|
|
103
|
+
| Success | {tone} | "{example}" |
|
|
104
|
+
|
|
105
|
+
### Prohibited Terms
|
|
106
|
+
- {term 1} (reason)
|
|
107
|
+
- {term 2} (reason)
|
|
108
|
+
|
|
109
|
+
## 5. Imagery Guidelines
|
|
110
|
+
|
|
111
|
+
### Photography Style
|
|
112
|
+
- {Lighting preference}
|
|
113
|
+
- {Subject guidelines}
|
|
114
|
+
- {Color treatment}
|
|
115
|
+
|
|
116
|
+
### Illustrations
|
|
117
|
+
- Style: {description}
|
|
118
|
+
- Colors: Brand palette only
|
|
119
|
+
- Stroke: {weight}px
|
|
120
|
+
|
|
121
|
+
### Icons
|
|
122
|
+
- Style: {outlined/filled/duotone}
|
|
123
|
+
- Size: 24px base grid
|
|
124
|
+
- Corner radius: {value}px
|
|
125
|
+
```
|
|
126
|
+
|
|
127
|
+
## Usage
|
|
128
|
+
|
|
129
|
+
1. Copy template above
|
|
130
|
+
2. Fill in brand-specific values
|
|
131
|
+
3. Save as `docs/brand-guidelines.md`
|
|
132
|
+
4. Reference in content workflows
|
|
133
|
+
|
|
134
|
+
## Extractable Fields
|
|
135
|
+
|
|
136
|
+
Scripts can extract:
|
|
137
|
+
- `colors.primary`, `colors.secondary`, `colors.neutral`
|
|
138
|
+
- `typography.heading`, `typography.body`
|
|
139
|
+
- `voice.traits`, `voice.prohibited`
|
|
140
|
+
- `logo.variants`, `logo.minSize`
|
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
# Color Palette Management
|
|
2
|
+
|
|
3
|
+
Guidelines for defining, extracting, and enforcing brand colors.
|
|
4
|
+
|
|
5
|
+
## Color System Structure
|
|
6
|
+
|
|
7
|
+
### Hierarchy
|
|
8
|
+
```
|
|
9
|
+
Primary Colors (1-2)
|
|
10
|
+
├── Main brand color - Used for CTAs, headers, key elements
|
|
11
|
+
└── Supporting primary - Secondary emphasis
|
|
12
|
+
|
|
13
|
+
Secondary Colors (2-3)
|
|
14
|
+
├── Accent colors - Highlights, interactive states
|
|
15
|
+
└── Supporting visuals - Icons, illustrations
|
|
16
|
+
|
|
17
|
+
Neutral Palette (3-5)
|
|
18
|
+
├── Background colors - Page, card, modal backgrounds
|
|
19
|
+
├── Text colors - Headings, body, muted text
|
|
20
|
+
└── UI elements - Borders, dividers, shadows
|
|
21
|
+
|
|
22
|
+
Semantic Colors (4)
|
|
23
|
+
├── Success - #22C55E (green)
|
|
24
|
+
├── Warning - #F59E0B (amber)
|
|
25
|
+
├── Error - #EF4444 (red)
|
|
26
|
+
└── Info - #3B82F6 (blue)
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
## Color Documentation Format
|
|
30
|
+
|
|
31
|
+
### Markdown Table
|
|
32
|
+
```markdown
|
|
33
|
+
| Name | Hex | RGB | HSL | Usage |
|
|
34
|
+
|------|-----|-----|-----|-------|
|
|
35
|
+
| Primary Blue | #2563EB | rgb(37,99,235) | hsl(217,91%,53%) | CTAs, links |
|
|
36
|
+
```
|
|
37
|
+
|
|
38
|
+
### CSS Variables
|
|
39
|
+
```css
|
|
40
|
+
:root {
|
|
41
|
+
/* Primary */
|
|
42
|
+
--color-primary: #2563EB;
|
|
43
|
+
--color-primary-light: #3B82F6;
|
|
44
|
+
--color-primary-dark: #1D4ED8;
|
|
45
|
+
|
|
46
|
+
/* Secondary */
|
|
47
|
+
--color-secondary: #8B5CF6;
|
|
48
|
+
--color-accent: #F59E0B;
|
|
49
|
+
|
|
50
|
+
/* Neutral */
|
|
51
|
+
--color-background: #FFFFFF;
|
|
52
|
+
--color-surface: #F9FAFB;
|
|
53
|
+
--color-text-primary: #111827;
|
|
54
|
+
--color-text-secondary: #6B7280;
|
|
55
|
+
--color-border: #E5E7EB;
|
|
56
|
+
}
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
### Tailwind Config
|
|
60
|
+
```javascript
|
|
61
|
+
colors: {
|
|
62
|
+
primary: {
|
|
63
|
+
DEFAULT: '#2563EB',
|
|
64
|
+
50: '#EFF6FF',
|
|
65
|
+
100: '#DBEAFE',
|
|
66
|
+
500: '#3B82F6',
|
|
67
|
+
600: '#2563EB',
|
|
68
|
+
700: '#1D4ED8',
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
```
|
|
72
|
+
|
|
73
|
+
## Accessibility Requirements
|
|
74
|
+
|
|
75
|
+
### Contrast Ratios (WCAG 2.1)
|
|
76
|
+
| Level | Normal Text | Large Text | UI Components |
|
|
77
|
+
|-------|-------------|------------|---------------|
|
|
78
|
+
| AA | 4.5:1 | 3:1 | 3:1 |
|
|
79
|
+
| AAA | 7:1 | 4.5:1 | 4.5:1 |
|
|
80
|
+
|
|
81
|
+
### Checking Contrast
|
|
82
|
+
```javascript
|
|
83
|
+
// Formula for relative luminance
|
|
84
|
+
function luminance(r, g, b) {
|
|
85
|
+
const [rs, gs, bs] = [r, g, b].map(v => {
|
|
86
|
+
v /= 255;
|
|
87
|
+
return v <= 0.03928 ? v / 12.92 : Math.pow((v + 0.055) / 1.055, 2.4);
|
|
88
|
+
});
|
|
89
|
+
return 0.2126 * rs + 0.7152 * gs + 0.0722 * bs;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
function contrastRatio(l1, l2) {
|
|
93
|
+
const lighter = Math.max(l1, l2);
|
|
94
|
+
const darker = Math.min(l1, l2);
|
|
95
|
+
return (lighter + 0.05) / (darker + 0.05);
|
|
96
|
+
}
|
|
97
|
+
```
|
|
98
|
+
|
|
99
|
+
## Color Extraction
|
|
100
|
+
|
|
101
|
+
### From Images
|
|
102
|
+
Use `extract-colors.cjs` script to:
|
|
103
|
+
1. Load image file
|
|
104
|
+
2. Extract dominant colors using k-means clustering
|
|
105
|
+
3. Map to nearest brand colors
|
|
106
|
+
4. Report compliance percentage
|
|
107
|
+
|
|
108
|
+
### From Brand Guidelines
|
|
109
|
+
Parse markdown to extract:
|
|
110
|
+
- Hex values from tables
|
|
111
|
+
- CSS variable definitions
|
|
112
|
+
- Color names and usage descriptions
|
|
113
|
+
|
|
114
|
+
## Brand Compliance Validation
|
|
115
|
+
|
|
116
|
+
### Rules
|
|
117
|
+
1. **Primary color ratio**: 60-70% of design
|
|
118
|
+
2. **Secondary color ratio**: 20-30% of design
|
|
119
|
+
3. **Accent color ratio**: 5-10% of design
|
|
120
|
+
4. **Off-brand tolerance**: Max 20% non-palette colors
|
|
121
|
+
|
|
122
|
+
### Validation Output
|
|
123
|
+
```json
|
|
124
|
+
{
|
|
125
|
+
"compliance": 85,
|
|
126
|
+
"colors": {
|
|
127
|
+
"brand": ["#2563EB", "#8B5CF6", "#FFFFFF"],
|
|
128
|
+
"offBrand": ["#FF5500"],
|
|
129
|
+
"dominant": "#2563EB"
|
|
130
|
+
},
|
|
131
|
+
"issues": [
|
|
132
|
+
"Off-brand color #FF5500 detected (15% coverage)",
|
|
133
|
+
"Primary color underused (45% vs 60% target)"
|
|
134
|
+
]
|
|
135
|
+
}
|
|
136
|
+
```
|
|
137
|
+
|
|
138
|
+
## Color Usage Guidelines
|
|
139
|
+
|
|
140
|
+
### Do's
|
|
141
|
+
- Use primary for main CTAs and key elements
|
|
142
|
+
- Maintain consistent hover/active states
|
|
143
|
+
- Test all combinations for accessibility
|
|
144
|
+
- Document color decisions
|
|
145
|
+
|
|
146
|
+
### Don'ts
|
|
147
|
+
- Use more than 2-3 colors in single component
|
|
148
|
+
- Mix warm and cool tones without intent
|
|
149
|
+
- Use pure black (#000) for text (use #111 or similar)
|
|
150
|
+
- Rely solely on color for meaning (use icons/text too)
|
|
151
|
+
|
|
152
|
+
## Color Palette Examples
|
|
153
|
+
|
|
154
|
+
### Tech/SaaS
|
|
155
|
+
```
|
|
156
|
+
Primary: #2563EB (Blue)
|
|
157
|
+
Secondary: #8B5CF6 (Purple)
|
|
158
|
+
Accent: #10B981 (Emerald)
|
|
159
|
+
Background: #F9FAFB
|
|
160
|
+
Text: #111827
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
### Marketing/Creative
|
|
164
|
+
```
|
|
165
|
+
Primary: #F97316 (Orange)
|
|
166
|
+
Secondary: #EC4899 (Pink)
|
|
167
|
+
Accent: #14B8A6 (Teal)
|
|
168
|
+
Background: #FFFFFF
|
|
169
|
+
Text: #1F2937
|
|
170
|
+
```
|
|
171
|
+
|
|
172
|
+
### Professional/Corporate
|
|
173
|
+
```
|
|
174
|
+
Primary: #1E40AF (Navy)
|
|
175
|
+
Secondary: #475569 (Slate)
|
|
176
|
+
Accent: #0EA5E9 (Sky)
|
|
177
|
+
Background: #F8FAFC
|
|
178
|
+
Text: #0F172A
|
|
179
|
+
```
|
|
180
|
+
|
|
181
|
+
## Tools & Resources
|
|
182
|
+
|
|
183
|
+
- [Coolors](https://coolors.co) - Palette generation
|
|
184
|
+
- [WebAIM Contrast Checker](https://webaim.org/resources/contrastchecker/)
|
|
185
|
+
- [Tailwind Color Reference](https://tailwindcss.com/docs/customizing-colors)
|
|
186
|
+
- [Color Hunt](https://colorhunt.co) - Curated palettes
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
# Brand Consistency Checklist
|
|
2
|
+
|
|
3
|
+
## Visual Consistency
|
|
4
|
+
|
|
5
|
+
### Logo
|
|
6
|
+
- [ ] Correct logo version used
|
|
7
|
+
- [ ] Proper clear space maintained
|
|
8
|
+
- [ ] Approved colors only
|
|
9
|
+
- [ ] Legible at all sizes
|
|
10
|
+
- [ ] No unauthorized modifications
|
|
11
|
+
|
|
12
|
+
### Colors
|
|
13
|
+
- [ ] Only brand palette colors
|
|
14
|
+
- [ ] Consistent color application
|
|
15
|
+
- [ ] Proper contrast for accessibility
|
|
16
|
+
- [ ] Color ratios maintained
|
|
17
|
+
|
|
18
|
+
### Typography
|
|
19
|
+
- [ ] Brand fonts used
|
|
20
|
+
- [ ] Correct weights/styles
|
|
21
|
+
- [ ] Proper hierarchy
|
|
22
|
+
- [ ] Consistent formatting
|
|
23
|
+
|
|
24
|
+
### Imagery
|
|
25
|
+
- [ ] Matches brand style
|
|
26
|
+
- [ ] Consistent editing/filters
|
|
27
|
+
- [ ] Appropriate subjects
|
|
28
|
+
- [ ] Quality standards met
|
|
29
|
+
|
|
30
|
+
## Voice Consistency
|
|
31
|
+
|
|
32
|
+
### Tone
|
|
33
|
+
- [ ] Matches brand personality
|
|
34
|
+
- [ ] Appropriate for context
|
|
35
|
+
- [ ] Consistent across channels
|
|
36
|
+
- [ ] No conflicting messages
|
|
37
|
+
|
|
38
|
+
### Language
|
|
39
|
+
- [ ] Brand terminology used
|
|
40
|
+
- [ ] Consistent capitalization
|
|
41
|
+
- [ ] Proper abbreviations
|
|
42
|
+
- [ ] Jargon level appropriate
|
|
43
|
+
|
|
44
|
+
### Messaging
|
|
45
|
+
- [ ] Aligns with key messages
|
|
46
|
+
- [ ] Value prop clear
|
|
47
|
+
- [ ] Differentiators highlighted
|
|
48
|
+
- [ ] CTAs consistent
|
|
49
|
+
|
|
50
|
+
## Channel Audit
|
|
51
|
+
|
|
52
|
+
### Website
|
|
53
|
+
- [ ] Homepage
|
|
54
|
+
- [ ] Product pages
|
|
55
|
+
- [ ] Blog/content
|
|
56
|
+
- [ ] Footer/navigation
|
|
57
|
+
|
|
58
|
+
### Social Media
|
|
59
|
+
- [ ] Profile images
|
|
60
|
+
- [ ] Cover images
|
|
61
|
+
- [ ] Bio/about sections
|
|
62
|
+
- [ ] Post templates
|
|
63
|
+
|
|
64
|
+
### Email
|
|
65
|
+
- [ ] Header/footer
|
|
66
|
+
- [ ] Templates
|
|
67
|
+
- [ ] Signatures
|
|
68
|
+
- [ ] Automated messages
|
|
69
|
+
|
|
70
|
+
### Collateral
|
|
71
|
+
- [ ] Presentations
|
|
72
|
+
- [ ] One-pagers
|
|
73
|
+
- [ ] Business cards
|
|
74
|
+
- [ ] Promotional materials
|
|
75
|
+
|
|
76
|
+
## Common Issues
|
|
77
|
+
|
|
78
|
+
| Issue | Fix |
|
|
79
|
+
|-------|-----|
|
|
80
|
+
| Outdated logo | Replace with current version |
|
|
81
|
+
| Off-brand colors | Update to palette |
|
|
82
|
+
| Wrong font | Replace with brand font |
|
|
83
|
+
| Inconsistent voice | Apply style guide |
|
|
84
|
+
| Mixed messaging | Align to framework |
|
|
85
|
+
|
|
86
|
+
## Audit Frequency
|
|
87
|
+
|
|
88
|
+
| Asset Type | Frequency |
|
|
89
|
+
|------------|-----------|
|
|
90
|
+
| Website | Monthly |
|
|
91
|
+
| Social profiles | Quarterly |
|
|
92
|
+
| Email templates | Quarterly |
|
|
93
|
+
| Sales materials | Quarterly |
|
|
94
|
+
| Full brand audit | Annually |
|