@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
|
@@ -1,487 +1,129 @@
|
|
|
1
1
|
---
|
|
2
|
-
name: seo-
|
|
3
|
-
description:
|
|
4
|
-
|
|
5
|
-
and organic performance. Use when the user asks for an SEO audit, technical SEO
|
|
6
|
-
review, ranking diagnosis, on-page SEO review, meta tag audit, or SEO health check.
|
|
7
|
-
This skill identifies issues and prioritizes actions but does not execute changes.
|
|
8
|
-
For large-scale page creation, use programmatic-seo. For structured data, use
|
|
9
|
-
schema-markup.
|
|
2
|
+
name: seo-fundamentals
|
|
3
|
+
description: SEO fundamentals, E-E-A-T, Core Web Vitals, and Google algorithm principles.
|
|
4
|
+
allowed-tools: Read, Glob, Grep
|
|
10
5
|
---
|
|
11
6
|
|
|
12
|
-
# SEO
|
|
7
|
+
# SEO Fundamentals
|
|
13
8
|
|
|
14
|
-
|
|
15
|
-
Your role is to **identify, explain, and prioritize SEO issues** that affect organic visibility—**not to implement fixes unless explicitly requested**.
|
|
16
|
-
|
|
17
|
-
Your output must be **evidence-based, scoped, and actionable**.
|
|
18
|
-
|
|
19
|
-
---
|
|
20
|
-
|
|
21
|
-
## Scope Gate (Ask First if Missing)
|
|
22
|
-
|
|
23
|
-
Before performing a full audit, clarify:
|
|
24
|
-
|
|
25
|
-
1. **Business Context**
|
|
26
|
-
|
|
27
|
-
* Site type (SaaS, e-commerce, blog, local, marketplace, etc.)
|
|
28
|
-
* Primary SEO goal (traffic, conversions, leads, brand visibility)
|
|
29
|
-
* Target markets and languages
|
|
30
|
-
|
|
31
|
-
2. **SEO Focus**
|
|
32
|
-
|
|
33
|
-
* Full site audit or specific sections/pages?
|
|
34
|
-
* Technical SEO, on-page, content, or all?
|
|
35
|
-
* Desktop, mobile, or both?
|
|
36
|
-
|
|
37
|
-
3. **Data Access**
|
|
38
|
-
|
|
39
|
-
* Google Search Console access?
|
|
40
|
-
* Analytics access?
|
|
41
|
-
* Known issues, penalties, or recent changes (migration, redesign, CMS change)?
|
|
42
|
-
|
|
43
|
-
If critical context is missing, **state assumptions explicitly** before proceeding.
|
|
44
|
-
|
|
45
|
-
---
|
|
46
|
-
|
|
47
|
-
## Audit Framework (Priority Order)
|
|
48
|
-
|
|
49
|
-
1. **Crawlability & Indexation** – Can search engines access and index the site?
|
|
50
|
-
2. **Technical Foundations** – Is the site fast, stable, and accessible?
|
|
51
|
-
3. **On-Page Optimization** – Is each page clearly optimized for its intent?
|
|
52
|
-
4. **Content Quality & E-E-A-T** – Does the content deserve to rank?
|
|
53
|
-
5. **Authority & Signals** – Does the site demonstrate trust and relevance?
|
|
54
|
-
|
|
55
|
-
---
|
|
56
|
-
|
|
57
|
-
## Technical SEO Audit
|
|
58
|
-
|
|
59
|
-
### Crawlability
|
|
60
|
-
|
|
61
|
-
**Robots.txt**
|
|
62
|
-
|
|
63
|
-
* Accidental blocking of important paths
|
|
64
|
-
* Sitemap reference present
|
|
65
|
-
* Environment-specific rules (prod vs staging)
|
|
66
|
-
|
|
67
|
-
**XML Sitemaps**
|
|
68
|
-
|
|
69
|
-
* Accessible and valid
|
|
70
|
-
* Contains only canonical, indexable URLs
|
|
71
|
-
* Reasonable size and segmentation
|
|
72
|
-
* Submitted and processed successfully
|
|
73
|
-
|
|
74
|
-
**Site Architecture**
|
|
75
|
-
|
|
76
|
-
* Key pages within ~3 clicks
|
|
77
|
-
* Logical hierarchy
|
|
78
|
-
* Internal linking coverage
|
|
79
|
-
* No orphaned URLs
|
|
80
|
-
|
|
81
|
-
**Crawl Efficiency (Large Sites)**
|
|
82
|
-
|
|
83
|
-
* Parameter handling
|
|
84
|
-
* Faceted navigation controls
|
|
85
|
-
* Infinite scroll with crawlable pagination
|
|
86
|
-
* Session IDs avoided
|
|
87
|
-
|
|
88
|
-
---
|
|
89
|
-
|
|
90
|
-
### Indexation
|
|
91
|
-
|
|
92
|
-
**Coverage Analysis**
|
|
93
|
-
|
|
94
|
-
* Indexed vs expected pages
|
|
95
|
-
* Excluded URLs (intentional vs accidental)
|
|
96
|
-
|
|
97
|
-
**Common Indexation Issues**
|
|
98
|
-
|
|
99
|
-
* Incorrect `noindex`
|
|
100
|
-
* Canonical conflicts
|
|
101
|
-
* Redirect chains or loops
|
|
102
|
-
* Soft 404s
|
|
103
|
-
* Duplicate content without consolidation
|
|
104
|
-
|
|
105
|
-
**Canonicalization Consistency**
|
|
106
|
-
|
|
107
|
-
* Self-referencing canonicals
|
|
108
|
-
* HTTPS consistency
|
|
109
|
-
* Hostname consistency (www / non-www)
|
|
110
|
-
* Trailing slash rules
|
|
111
|
-
|
|
112
|
-
---
|
|
113
|
-
|
|
114
|
-
### Performance & Core Web Vitals
|
|
115
|
-
|
|
116
|
-
**Key Metrics**
|
|
117
|
-
|
|
118
|
-
* LCP < 2.5s
|
|
119
|
-
* INP < 200ms
|
|
120
|
-
* CLS < 0.1
|
|
121
|
-
|
|
122
|
-
**Contributing Factors**
|
|
123
|
-
|
|
124
|
-
* Server response time
|
|
125
|
-
* Image handling
|
|
126
|
-
* JavaScript execution cost
|
|
127
|
-
* CSS delivery
|
|
128
|
-
* Caching strategy
|
|
129
|
-
* CDN usage
|
|
130
|
-
* Font loading behavior
|
|
131
|
-
|
|
132
|
-
---
|
|
133
|
-
|
|
134
|
-
### Mobile-Friendliness
|
|
135
|
-
|
|
136
|
-
* Responsive layout
|
|
137
|
-
* Proper viewport configuration
|
|
138
|
-
* Tap target sizing
|
|
139
|
-
* No horizontal scrolling
|
|
140
|
-
* Content parity with desktop
|
|
141
|
-
* Mobile-first indexing readiness
|
|
142
|
-
|
|
143
|
-
---
|
|
144
|
-
|
|
145
|
-
### Security & Accessibility Signals
|
|
146
|
-
|
|
147
|
-
* HTTPS everywhere
|
|
148
|
-
* Valid certificates
|
|
149
|
-
* No mixed content
|
|
150
|
-
* HTTP → HTTPS redirects
|
|
151
|
-
* Accessibility issues that impact UX or crawling
|
|
152
|
-
|
|
153
|
-
---
|
|
154
|
-
|
|
155
|
-
## On-Page SEO Audit
|
|
156
|
-
|
|
157
|
-
### Title Tags
|
|
158
|
-
|
|
159
|
-
* Unique per page
|
|
160
|
-
* Keyword-aligned
|
|
161
|
-
* Appropriate length
|
|
162
|
-
* Clear intent and differentiation
|
|
163
|
-
|
|
164
|
-
### Meta Descriptions
|
|
165
|
-
|
|
166
|
-
* Unique and descriptive
|
|
167
|
-
* Supports click-through
|
|
168
|
-
* Not auto-generated noise
|
|
169
|
-
|
|
170
|
-
### Heading Structure
|
|
171
|
-
|
|
172
|
-
* One clear H1
|
|
173
|
-
* Logical hierarchy
|
|
174
|
-
* Headings reflect content structure
|
|
175
|
-
|
|
176
|
-
### Content Optimization
|
|
177
|
-
|
|
178
|
-
* Satisfies search intent
|
|
179
|
-
* Sufficient topical depth
|
|
180
|
-
* Natural keyword usage
|
|
181
|
-
* Not competing with other internal pages
|
|
182
|
-
|
|
183
|
-
### Images
|
|
184
|
-
|
|
185
|
-
* Descriptive filenames
|
|
186
|
-
* Accurate alt text
|
|
187
|
-
* Proper compression and formats
|
|
188
|
-
* Responsive handling and lazy loading
|
|
189
|
-
|
|
190
|
-
### Internal Linking
|
|
191
|
-
|
|
192
|
-
* Important pages reinforced
|
|
193
|
-
* Descriptive anchor text
|
|
194
|
-
* No broken links
|
|
195
|
-
* Balanced link distribution
|
|
196
|
-
|
|
197
|
-
---
|
|
198
|
-
|
|
199
|
-
## Content Quality & E-E-A-T
|
|
200
|
-
|
|
201
|
-
### Experience & Expertise
|
|
202
|
-
|
|
203
|
-
* First-hand knowledge
|
|
204
|
-
* Original insights or data
|
|
205
|
-
* Clear author attribution
|
|
206
|
-
|
|
207
|
-
### Authoritativeness
|
|
208
|
-
|
|
209
|
-
* Citations or recognition
|
|
210
|
-
* Consistent topical focus
|
|
211
|
-
|
|
212
|
-
### Trustworthiness
|
|
213
|
-
|
|
214
|
-
* Accurate, updated content
|
|
215
|
-
* Transparent business information
|
|
216
|
-
* Policies (privacy, terms)
|
|
217
|
-
* Secure site
|
|
9
|
+
> Principles for search engine visibility.
|
|
218
10
|
|
|
219
11
|
---
|
|
220
|
-
## 🔢 SEO Health Index & Scoring Layer (Additive)
|
|
221
12
|
|
|
222
|
-
|
|
13
|
+
## 1. E-E-A-T Framework
|
|
223
14
|
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
* Track improvement over time
|
|
231
|
-
* Avoid misleading “one-number SEO” claims
|
|
15
|
+
| Principle | Signals |
|
|
16
|
+
|-----------|---------|
|
|
17
|
+
| **Experience** | First-hand knowledge, real examples |
|
|
18
|
+
| **Expertise** | Credentials, depth of knowledge |
|
|
19
|
+
| **Authoritativeness** | Backlinks, mentions, industry recognition |
|
|
20
|
+
| **Trustworthiness** | HTTPS, transparency, accurate info |
|
|
232
21
|
|
|
233
22
|
---
|
|
234
23
|
|
|
235
|
-
##
|
|
236
|
-
|
|
237
|
-
### Total Score: **0–100**
|
|
238
|
-
|
|
239
|
-
The score is a **weighted composite**, not an average.
|
|
24
|
+
## 2. Core Web Vitals
|
|
240
25
|
|
|
241
|
-
|
|
|
242
|
-
|
|
243
|
-
|
|
|
244
|
-
|
|
|
245
|
-
|
|
|
246
|
-
| Content Quality & E-E-A-T | 15 |
|
|
247
|
-
| Authority & Trust Signals | 10 |
|
|
248
|
-
| **Total** | **100** |
|
|
249
|
-
|
|
250
|
-
> If a category is **out of scope**, redistribute its weight proportionally and state this explicitly.
|
|
26
|
+
| Metric | Target | Measures |
|
|
27
|
+
|--------|--------|----------|
|
|
28
|
+
| **LCP** | < 2.5s | Loading performance |
|
|
29
|
+
| **INP** | < 200ms | Interactivity |
|
|
30
|
+
| **CLS** | < 0.1 | Visual stability |
|
|
251
31
|
|
|
252
32
|
---
|
|
253
33
|
|
|
254
|
-
##
|
|
255
|
-
|
|
256
|
-
Each category is scored **independently**, then weighted.
|
|
257
|
-
|
|
258
|
-
### Per-Category Score: 0–100
|
|
34
|
+
## 3. Technical SEO Principles
|
|
259
35
|
|
|
260
|
-
|
|
36
|
+
### Site Structure
|
|
261
37
|
|
|
262
|
-
|
|
38
|
+
| Element | Purpose |
|
|
39
|
+
|---------|---------|
|
|
40
|
+
| XML sitemap | Help crawling |
|
|
41
|
+
| robots.txt | Control access |
|
|
42
|
+
| Canonical tags | Prevent duplicates |
|
|
43
|
+
| HTTPS | Security signal |
|
|
263
44
|
|
|
264
|
-
|
|
265
|
-
| ------------------------------------------- | ---------- |
|
|
266
|
-
| Critical (blocks crawling/indexing/ranking) | −15 to −30 |
|
|
267
|
-
| High impact | −10 |
|
|
268
|
-
| Medium impact | −5 |
|
|
269
|
-
| Low impact / cosmetic | −1 to −3 |
|
|
45
|
+
### Performance
|
|
270
46
|
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
47
|
+
| Factor | Impact |
|
|
48
|
+
|--------|--------|
|
|
49
|
+
| Page speed | Core Web Vital |
|
|
50
|
+
| Mobile-friendly | Ranking factor |
|
|
51
|
+
| Clean URLs | Crawlability |
|
|
275
52
|
|
|
276
53
|
---
|
|
277
54
|
|
|
278
|
-
##
|
|
279
|
-
|
|
280
|
-
> Crawlability & Indexation (Weight: 30)
|
|
281
|
-
|
|
282
|
-
* Noindex on key category pages → Critical (−25, High confidence)
|
|
283
|
-
* XML sitemap includes redirected URLs → Medium (−5, Medium confidence → −2.5)
|
|
284
|
-
* Missing sitemap reference in robots.txt → Low (−2)
|
|
285
|
-
|
|
286
|
-
**Raw score:** 100 − 29.5 = **70.5**
|
|
287
|
-
**Weighted contribution:** 70.5 × 0.30 = **21.15**
|
|
288
|
-
|
|
289
|
-
---
|
|
55
|
+
## 4. Content SEO Principles
|
|
290
56
|
|
|
291
|
-
|
|
57
|
+
### Page Elements
|
|
292
58
|
|
|
293
|
-
|
|
59
|
+
| Element | Best Practice |
|
|
60
|
+
|---------|---------------|
|
|
61
|
+
| Title tag | 50-60 chars, keyword front |
|
|
62
|
+
| Meta description | 150-160 chars, compelling |
|
|
63
|
+
| H1 | One per page, main keyword |
|
|
64
|
+
| H2-H6 | Logical hierarchy |
|
|
65
|
+
| Alt text | Descriptive, not stuffed |
|
|
294
66
|
|
|
295
|
-
|
|
296
|
-
SEO Health Index =
|
|
297
|
-
Σ (Category Score × Category Weight)
|
|
298
|
-
```
|
|
67
|
+
### Content Quality
|
|
299
68
|
|
|
300
|
-
|
|
69
|
+
| Factor | Importance |
|
|
70
|
+
|--------|------------|
|
|
71
|
+
| Depth | Comprehensive coverage |
|
|
72
|
+
| Freshness | Regular updates |
|
|
73
|
+
| Uniqueness | Original value |
|
|
74
|
+
| Readability | Clear writing |
|
|
301
75
|
|
|
302
76
|
---
|
|
303
77
|
|
|
304
|
-
##
|
|
78
|
+
## 5. Schema Markup Types
|
|
305
79
|
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
|
309
|
-
|
|
|
310
|
-
|
|
|
311
|
-
|
|
|
312
|
-
|
|
|
313
|
-
|
|
|
314
|
-
|
|
|
80
|
+
| Type | Use |
|
|
81
|
+
|------|-----|
|
|
82
|
+
| Article | Blog posts, news |
|
|
83
|
+
| Organization | Company info |
|
|
84
|
+
| Person | Author profiles |
|
|
85
|
+
| FAQPage | Q&A content |
|
|
86
|
+
| Product | E-commerce |
|
|
87
|
+
| Review | Ratings |
|
|
88
|
+
| BreadcrumbList | Navigation |
|
|
315
89
|
|
|
316
90
|
---
|
|
317
91
|
|
|
318
|
-
##
|
|
319
|
-
|
|
320
|
-
Include this **after the Executive Summary**:
|
|
321
|
-
|
|
322
|
-
### SEO Health Index
|
|
92
|
+
## 6. AI Content Guidelines
|
|
323
93
|
|
|
324
|
-
|
|
325
|
-
* **Health Status:** [Excellent / Good / Fair / Poor / Critical]
|
|
94
|
+
### What Google Looks For
|
|
326
95
|
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
|
330
|
-
|
|
|
331
|
-
|
|
|
332
|
-
|
|
|
333
|
-
| On-Page Optimization | XX | 20 | XX |
|
|
334
|
-
| Content Quality & E-E-A-T | XX | 15 | XX |
|
|
335
|
-
| Authority & Trust | XX | 10 | XX |
|
|
96
|
+
| ✅ Do | ❌ Don't |
|
|
97
|
+
|-------|----------|
|
|
98
|
+
| AI draft + human edit | Publish raw AI content |
|
|
99
|
+
| Add original insights | Copy without value |
|
|
100
|
+
| Expert review | Skip fact-checking |
|
|
101
|
+
| Follow E-E-A-T | Keyword stuffing |
|
|
336
102
|
|
|
337
103
|
---
|
|
338
104
|
|
|
339
|
-
##
|
|
105
|
+
## 7. Ranking Factors (Prioritized)
|
|
340
106
|
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
107
|
+
| Priority | Factor |
|
|
108
|
+
|----------|--------|
|
|
109
|
+
| 1 | Quality, relevant content |
|
|
110
|
+
| 2 | Backlinks from authority sites |
|
|
111
|
+
| 3 | Page experience (Core Web Vitals) |
|
|
112
|
+
| 4 | Mobile optimization |
|
|
113
|
+
| 5 | Technical SEO fundamentals |
|
|
345
114
|
|
|
346
115
|
---
|
|
347
116
|
|
|
348
|
-
##
|
|
349
|
-
|
|
350
|
-
If a previous audit exists:
|
|
117
|
+
## 8. Measurement
|
|
351
118
|
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
119
|
+
| Metric | Tool |
|
|
120
|
+
|--------|------|
|
|
121
|
+
| Rankings | Search Console, Ahrefs |
|
|
122
|
+
| Traffic | Analytics |
|
|
123
|
+
| Core Web Vitals | PageSpeed Insights |
|
|
124
|
+
| Indexing | Search Console |
|
|
125
|
+
| Backlinks | Ahrefs, Semrush |
|
|
355
126
|
|
|
356
127
|
---
|
|
357
128
|
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
* Score reflects **SEO readiness**, not guaranteed rankings
|
|
361
|
-
* External factors (competition, algorithm updates) are not scored
|
|
362
|
-
* Authority score is directional, not exhaustive
|
|
363
|
-
|
|
364
|
-
### Findings Classification (Required · Scoring-Aligned)
|
|
365
|
-
|
|
366
|
-
For **every identified issue**, provide the following fields.
|
|
367
|
-
These fields are **mandatory** and directly inform the SEO Health Index.
|
|
368
|
-
|
|
369
|
-
* **Issue**
|
|
370
|
-
A concise description of what is wrong (one sentence, no solution).
|
|
371
|
-
|
|
372
|
-
* **Category**
|
|
373
|
-
One of:
|
|
374
|
-
|
|
375
|
-
* Crawlability & Indexation
|
|
376
|
-
* Technical Foundations
|
|
377
|
-
* On-Page Optimization
|
|
378
|
-
* Content Quality & E-E-A-T
|
|
379
|
-
* Authority & Trust Signals
|
|
380
|
-
|
|
381
|
-
* **Evidence**
|
|
382
|
-
Objective proof of the issue (e.g. URLs, reports, headers, crawl data, screenshots, metrics).
|
|
383
|
-
*Do not rely on intuition or best-practice claims.*
|
|
384
|
-
|
|
385
|
-
* **Severity**
|
|
386
|
-
One of:
|
|
387
|
-
|
|
388
|
-
* Critical (blocks crawling, indexation, or ranking)
|
|
389
|
-
* High
|
|
390
|
-
* Medium
|
|
391
|
-
* Low
|
|
392
|
-
|
|
393
|
-
* **Confidence**
|
|
394
|
-
One of:
|
|
395
|
-
|
|
396
|
-
* High (directly observed, repeatable)
|
|
397
|
-
* Medium (strong indicators, partial confirmation)
|
|
398
|
-
* Low (indirect or sample-based)
|
|
399
|
-
|
|
400
|
-
* **Why It Matters**
|
|
401
|
-
A short explanation of the SEO impact in plain language.
|
|
402
|
-
|
|
403
|
-
* **Score Impact**
|
|
404
|
-
The point deduction applied to the relevant category **before weighting**, including confidence modifier.
|
|
405
|
-
|
|
406
|
-
* **Recommendation**
|
|
407
|
-
What should be done to resolve the issue.
|
|
408
|
-
**Do not include implementation steps unless explicitly requested.**
|
|
409
|
-
|
|
410
|
-
---
|
|
411
|
-
|
|
412
|
-
### Prioritized Action Plan (Derived from Findings)
|
|
413
|
-
|
|
414
|
-
The action plan must be **derived directly from findings and scores**, not subjective judgment.
|
|
415
|
-
|
|
416
|
-
Group actions as follows:
|
|
417
|
-
|
|
418
|
-
1. **Critical Blockers**
|
|
419
|
-
|
|
420
|
-
* Issues with *Critical severity*
|
|
421
|
-
* Issues that invalidate the SEO Health Index if unresolved
|
|
422
|
-
* Highest negative score impact
|
|
423
|
-
|
|
424
|
-
2. **High-Impact Improvements**
|
|
425
|
-
|
|
426
|
-
* High or Medium severity issues with large cumulative score deductions
|
|
427
|
-
* Issues affecting multiple pages or templates
|
|
428
|
-
|
|
429
|
-
3. **Quick Wins**
|
|
430
|
-
|
|
431
|
-
* Low or Medium severity issues
|
|
432
|
-
* Easy to fix with measurable score improvement
|
|
433
|
-
|
|
434
|
-
4. **Longer-Term Opportunities**
|
|
435
|
-
|
|
436
|
-
* Structural or content improvements
|
|
437
|
-
* Items that improve resilience, depth, or authority over time
|
|
438
|
-
|
|
439
|
-
For each action group:
|
|
440
|
-
|
|
441
|
-
* Reference the **related findings**
|
|
442
|
-
* Explain **expected score recovery range**
|
|
443
|
-
* Avoid timelines unless explicitly requested
|
|
444
|
-
|
|
445
|
-
---
|
|
446
|
-
|
|
447
|
-
### Tools (Evidence Sources Only)
|
|
448
|
-
|
|
449
|
-
Tools may be referenced **only to support evidence**, never as authority by themselves.
|
|
450
|
-
|
|
451
|
-
Acceptable uses:
|
|
452
|
-
|
|
453
|
-
* Demonstrating an issue exists
|
|
454
|
-
* Quantifying impact
|
|
455
|
-
* Providing reproducible data
|
|
456
|
-
|
|
457
|
-
Examples:
|
|
458
|
-
|
|
459
|
-
* Search Console (coverage, CWV, indexing)
|
|
460
|
-
* PageSpeed Insights (field vs lab metrics)
|
|
461
|
-
* Crawlers (URL discovery, metadata validation)
|
|
462
|
-
* Log analysis (crawl behavior, frequency)
|
|
463
|
-
|
|
464
|
-
Rules:
|
|
465
|
-
|
|
466
|
-
* Do not rely on a single tool for conclusions
|
|
467
|
-
* Do not report tool “scores” without interpretation
|
|
468
|
-
* Always explain *what the data shows* and *why it matters*
|
|
469
|
-
|
|
470
|
-
---
|
|
471
|
-
|
|
472
|
-
### Related Skills (Non-Overlapping)
|
|
473
|
-
|
|
474
|
-
Use these skills **only after the audit is complete** and findings are accepted.
|
|
475
|
-
|
|
476
|
-
* **programmatic-seo**
|
|
477
|
-
Use when the action plan requires **scaling page creation** across many URLs.
|
|
478
|
-
|
|
479
|
-
* **schema-markup**
|
|
480
|
-
Use when structured data implementation is approved as a remediation.
|
|
481
|
-
|
|
482
|
-
* **page-cro**
|
|
483
|
-
Use when the goal shifts from ranking to **conversion optimization**.
|
|
484
|
-
|
|
485
|
-
* **analytics-tracking**
|
|
486
|
-
Use when measurement gaps prevent confident auditing or score validation.
|
|
487
|
-
|
|
129
|
+
> **Remember:** SEO is a long-term game. Quality content + technical excellence + patience = results.
|