@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.
Files changed (376) hide show
  1. package/README.md +187 -74
  2. package/bin/index.js +4 -4
  3. package/package.json +4 -3
  4. package/templates/.agent/agents/backend-specialist.md +263 -0
  5. package/templates/.agent/agents/database-architect.md +226 -0
  6. package/templates/.agent/agents/debugger.md +225 -0
  7. package/templates/.agent/agents/devops-engineer.md +242 -0
  8. package/templates/.agent/agents/documentation-writer.md +104 -0
  9. package/templates/.agent/agents/explorer-agent.md +73 -0
  10. package/templates/.agent/agents/frontend-specialist.md +527 -0
  11. package/templates/.agent/agents/game-developer.md +162 -0
  12. package/templates/.agent/agents/mobile-developer.md +377 -0
  13. package/templates/.agent/agents/orchestrator.md +400 -0
  14. package/templates/.agent/agents/penetration-tester.md +188 -0
  15. package/templates/.agent/agents/performance-optimizer.md +187 -0
  16. package/templates/.agent/agents/project-planner.md +403 -0
  17. package/templates/.agent/agents/security-auditor.md +170 -0
  18. package/templates/.agent/agents/seo-specialist.md +111 -0
  19. package/templates/.agent/agents/test-engineer.md +158 -0
  20. package/templates/.agent/rules/GEMINI.md +248 -0
  21. package/templates/.agent/skills/analytics-marketing/SKILL.md +172 -324
  22. package/templates/.agent/skills/api-patterns/SKILL.md +81 -0
  23. package/templates/.agent/skills/api-patterns/api-style.md +42 -0
  24. package/templates/.agent/skills/api-patterns/auth.md +24 -0
  25. package/templates/.agent/skills/api-patterns/documentation.md +26 -0
  26. package/templates/.agent/skills/api-patterns/graphql.md +41 -0
  27. package/templates/.agent/skills/api-patterns/rate-limiting.md +31 -0
  28. package/templates/.agent/skills/api-patterns/response.md +37 -0
  29. package/templates/.agent/skills/api-patterns/rest.md +40 -0
  30. package/templates/.agent/skills/api-patterns/scripts/api_validator.py +211 -0
  31. package/templates/.agent/skills/api-patterns/security-testing.md +122 -0
  32. package/templates/.agent/skills/api-patterns/trpc.md +41 -0
  33. package/templates/.agent/skills/api-patterns/versioning.md +22 -0
  34. package/templates/.agent/skills/app-builder/SKILL.md +75 -0
  35. package/templates/.agent/skills/app-builder/agent-coordination.md +71 -0
  36. package/templates/.agent/skills/app-builder/feature-building.md +53 -0
  37. package/templates/.agent/skills/app-builder/project-detection.md +34 -0
  38. package/templates/.agent/skills/app-builder/scaffolding.md +118 -0
  39. package/templates/.agent/skills/app-builder/tech-stack.md +40 -0
  40. package/templates/.agent/skills/app-builder/templates/SKILL.md +39 -0
  41. package/templates/.agent/skills/app-builder/templates/astro-static/TEMPLATE.md +76 -0
  42. package/templates/.agent/skills/app-builder/templates/chrome-extension/TEMPLATE.md +92 -0
  43. package/templates/.agent/skills/app-builder/templates/cli-tool/TEMPLATE.md +88 -0
  44. package/templates/.agent/skills/app-builder/templates/electron-desktop/TEMPLATE.md +88 -0
  45. package/templates/.agent/skills/app-builder/templates/express-api/TEMPLATE.md +83 -0
  46. package/templates/.agent/skills/app-builder/templates/flutter-app/TEMPLATE.md +90 -0
  47. package/templates/.agent/skills/app-builder/templates/monorepo-turborepo/TEMPLATE.md +90 -0
  48. package/templates/.agent/skills/app-builder/templates/nextjs-fullstack/TEMPLATE.md +82 -0
  49. package/templates/.agent/skills/app-builder/templates/nextjs-saas/TEMPLATE.md +100 -0
  50. package/templates/.agent/skills/app-builder/templates/nextjs-static/TEMPLATE.md +106 -0
  51. package/templates/.agent/skills/app-builder/templates/nuxt-app/TEMPLATE.md +101 -0
  52. package/templates/.agent/skills/app-builder/templates/python-fastapi/TEMPLATE.md +83 -0
  53. package/templates/.agent/skills/app-builder/templates/react-native-app/TEMPLATE.md +93 -0
  54. package/templates/.agent/skills/architecture/SKILL.md +55 -0
  55. package/templates/.agent/skills/architecture/context-discovery.md +43 -0
  56. package/templates/.agent/skills/architecture/examples.md +94 -0
  57. package/templates/.agent/skills/architecture/pattern-selection.md +68 -0
  58. package/templates/.agent/skills/architecture/patterns-reference.md +50 -0
  59. package/templates/.agent/skills/architecture/trade-off-analysis.md +77 -0
  60. package/templates/.agent/skills/banner-design/SKILL.md +192 -0
  61. package/templates/.agent/skills/banner-design/references/banner-sizes-and-styles.md +118 -0
  62. package/templates/.agent/skills/bash-linux/SKILL.md +199 -0
  63. package/templates/.agent/skills/behavioral-modes/SKILL.md +242 -0
  64. package/templates/.agent/skills/brainstorming/SKILL.md +163 -0
  65. package/templates/.agent/skills/brainstorming/dynamic-questioning.md +350 -0
  66. package/templates/.agent/skills/brand/SKILL.md +97 -0
  67. package/templates/.agent/skills/brand/references/approval-checklist.md +169 -0
  68. package/templates/.agent/skills/brand/references/asset-organization.md +157 -0
  69. package/templates/.agent/skills/brand/references/brand-guideline-template.md +140 -0
  70. package/templates/.agent/skills/brand/references/color-palette-management.md +186 -0
  71. package/templates/.agent/skills/brand/references/consistency-checklist.md +94 -0
  72. package/templates/.agent/skills/brand/references/logo-usage-rules.md +185 -0
  73. package/templates/.agent/skills/brand/references/messaging-framework.md +85 -0
  74. package/templates/.agent/skills/brand/references/typography-specifications.md +214 -0
  75. package/templates/.agent/skills/brand/references/update.md +118 -0
  76. package/templates/.agent/skills/brand/references/visual-identity.md +96 -0
  77. package/templates/.agent/skills/brand/references/voice-framework.md +88 -0
  78. package/templates/.agent/skills/brand/scripts/extract-colors.cjs +341 -0
  79. package/templates/.agent/skills/brand/scripts/inject-brand-context.cjs +349 -0
  80. package/templates/.agent/skills/brand/scripts/sync-brand-to-tokens.cjs +266 -0
  81. package/templates/.agent/skills/brand/scripts/validate-asset.cjs +387 -0
  82. package/templates/.agent/skills/brand/templates/brand-guidelines-starter.md +275 -0
  83. package/templates/.agent/skills/clean-code/SKILL.md +201 -0
  84. package/templates/.agent/skills/code-review-checklist/SKILL.md +109 -0
  85. package/templates/.agent/skills/copywriting/SKILL.md +250 -0
  86. package/templates/.agent/skills/database-design/SKILL.md +52 -0
  87. package/templates/.agent/skills/database-design/database-selection.md +43 -0
  88. package/templates/.agent/skills/database-design/indexing.md +39 -0
  89. package/templates/.agent/skills/database-design/migrations.md +48 -0
  90. package/templates/.agent/skills/database-design/optimization.md +36 -0
  91. package/templates/.agent/skills/database-design/orm-selection.md +30 -0
  92. package/templates/.agent/skills/database-design/schema-design.md +56 -0
  93. package/templates/.agent/skills/database-design/scripts/schema_validator.py +172 -0
  94. package/templates/.agent/skills/deployment-procedures/SKILL.md +241 -0
  95. package/templates/.agent/skills/docker-expert/SKILL.md +409 -0
  96. package/templates/.agent/skills/frontend-design/animation-guide.md +331 -0
  97. package/templates/.agent/skills/frontend-design/color-system.md +311 -0
  98. package/templates/.agent/skills/frontend-design/decision-trees.md +418 -0
  99. package/templates/.agent/skills/frontend-design/motion-graphics.md +306 -0
  100. package/templates/.agent/skills/frontend-design/scripts/accessibility_checker.py +183 -0
  101. package/templates/.agent/skills/frontend-design/scripts/ux_audit.py +722 -0
  102. package/templates/.agent/skills/frontend-design/typography-system.md +345 -0
  103. package/templates/.agent/skills/frontend-design/ux-psychology.md +541 -0
  104. package/templates/.agent/skills/frontend-design/visual-effects.md +383 -0
  105. package/templates/.agent/skills/frontend-slides/SKILL.md +92 -0
  106. package/templates/.agent/skills/frontend-slides/STYLE_PRESETS.md +347 -0
  107. package/templates/.agent/skills/frontend-slides/animation-patterns.md +110 -0
  108. package/templates/.agent/skills/frontend-slides/examples/n8n-jupviec-automation.html +789 -0
  109. package/templates/.agent/skills/frontend-slides/examples/n8n-jupviec-automation.pptx +0 -0
  110. package/templates/.agent/skills/frontend-slides/html-template.md +347 -0
  111. package/templates/.agent/skills/frontend-slides/scripts/export-pptx.py +58 -0
  112. package/templates/.agent/skills/frontend-slides/scripts/extract-pptx.py +96 -0
  113. package/templates/.agent/skills/frontend-slides/viewport-base.css +153 -0
  114. package/templates/.agent/skills/game-development/2d-games/SKILL.md +119 -0
  115. package/templates/.agent/skills/game-development/3d-games/SKILL.md +135 -0
  116. package/templates/.agent/skills/game-development/SKILL.md +167 -0
  117. package/templates/.agent/skills/game-development/game-art/SKILL.md +185 -0
  118. package/templates/.agent/skills/game-development/game-audio/SKILL.md +190 -0
  119. package/templates/.agent/skills/game-development/game-design/SKILL.md +129 -0
  120. package/templates/.agent/skills/game-development/mobile-games/SKILL.md +108 -0
  121. package/templates/.agent/skills/game-development/multiplayer/SKILL.md +132 -0
  122. package/templates/.agent/skills/game-development/pc-games/SKILL.md +144 -0
  123. package/templates/.agent/skills/game-development/vr-ar/SKILL.md +123 -0
  124. package/templates/.agent/skills/game-development/web-games/SKILL.md +150 -0
  125. package/templates/.agent/skills/geo-fundamentals/SKILL.md +156 -0
  126. package/templates/.agent/skills/geo-fundamentals/scripts/geo_checker.py +289 -0
  127. package/templates/.agent/skills/growth-engine/SKILL.md +244 -0
  128. package/templates/.agent/skills/i18n-localization/SKILL.md +154 -0
  129. package/templates/.agent/skills/i18n-localization/scripts/i18n_checker.py +241 -0
  130. package/templates/.agent/skills/lint-and-validate/SKILL.md +45 -0
  131. package/templates/.agent/skills/lint-and-validate/scripts/lint_runner.py +172 -0
  132. package/templates/.agent/skills/lint-and-validate/scripts/type_coverage.py +173 -0
  133. package/templates/.agent/skills/marketing-report-expert/SKILL.md +70 -0
  134. package/templates/.agent/skills/mcp-builder/SKILL.md +176 -0
  135. package/templates/.agent/skills/minimax-docx/LICENSE +21 -0
  136. package/templates/.agent/skills/minimax-docx/SKILL.md +274 -0
  137. package/templates/.agent/skills/minimax-docx/assets/styles/academic_styles.xml +250 -0
  138. package/templates/.agent/skills/minimax-docx/assets/styles/corporate_styles.xml +284 -0
  139. package/templates/.agent/skills/minimax-docx/assets/styles/default_styles.xml +449 -0
  140. package/templates/.agent/skills/minimax-docx/assets/xsd/aesthetic-rules.xsd +470 -0
  141. package/templates/.agent/skills/minimax-docx/assets/xsd/business-rules.xsd +130 -0
  142. package/templates/.agent/skills/minimax-docx/assets/xsd/common-types.xsd +159 -0
  143. package/templates/.agent/skills/minimax-docx/assets/xsd/wml-subset.xsd +589 -0
  144. package/templates/.agent/skills/minimax-docx/references/cjk_typography.md +357 -0
  145. package/templates/.agent/skills/minimax-docx/references/cjk_university_template_guide.md +184 -0
  146. package/templates/.agent/skills/minimax-docx/references/comments_guide.md +191 -0
  147. package/templates/.agent/skills/minimax-docx/references/design_good_bad_examples.md +829 -0
  148. package/templates/.agent/skills/minimax-docx/references/design_principles.md +819 -0
  149. package/templates/.agent/skills/minimax-docx/references/openxml_element_order.md +308 -0
  150. package/templates/.agent/skills/minimax-docx/references/openxml_encyclopedia_part1.md +4061 -0
  151. package/templates/.agent/skills/minimax-docx/references/openxml_encyclopedia_part2.md +2820 -0
  152. package/templates/.agent/skills/minimax-docx/references/openxml_encyclopedia_part3.md +3381 -0
  153. package/templates/.agent/skills/minimax-docx/references/openxml_namespaces.md +82 -0
  154. package/templates/.agent/skills/minimax-docx/references/openxml_units.md +72 -0
  155. package/templates/.agent/skills/minimax-docx/references/scenario_a_create.md +284 -0
  156. package/templates/.agent/skills/minimax-docx/references/scenario_b_edit_content.md +295 -0
  157. package/templates/.agent/skills/minimax-docx/references/scenario_c_apply_template.md +456 -0
  158. package/templates/.agent/skills/minimax-docx/references/track_changes_guide.md +200 -0
  159. package/templates/.agent/skills/minimax-docx/references/troubleshooting.md +506 -0
  160. package/templates/.agent/skills/minimax-docx/references/typography_guide.md +294 -0
  161. package/templates/.agent/skills/minimax-docx/references/xsd_validation_guide.md +158 -0
  162. package/templates/.agent/skills/minimax-docx/scripts/doc_to_docx.sh +40 -0
  163. package/templates/.agent/skills/minimax-docx/scripts/docx_preview.sh +37 -0
  164. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/MiniMaxAIDocx.Cli.csproj +19 -0
  165. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Cli/Program.cs +18 -0
  166. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/AnalyzeCommand.cs +147 -0
  167. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/ApplyTemplateCommand.cs +322 -0
  168. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/CreateCommand.cs +324 -0
  169. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/DiffCommand.cs +155 -0
  170. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/EditContentCommand.cs +487 -0
  171. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/FixOrderCommand.cs +108 -0
  172. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/MergeRunsCommand.cs +122 -0
  173. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Commands/ValidateCommand.cs +107 -0
  174. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/MiniMaxAIDocx.Core.csproj +15 -0
  175. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/CommentSynchronizer.cs +169 -0
  176. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/ElementOrder.cs +80 -0
  177. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/NamespaceConstants.cs +42 -0
  178. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/RunMerger.cs +81 -0
  179. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/StyleAnalyzer.cs +81 -0
  180. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/TrackChangesHelper.cs +99 -0
  181. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/OpenXml/UnitConverter.cs +23 -0
  182. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples.cs +1832 -0
  183. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch1.cs +910 -0
  184. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch2.cs +999 -0
  185. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch3.cs +1048 -0
  186. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/AestheticRecipeSamples_Batch4.cs +1038 -0
  187. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/CharacterFormattingSamples.cs +1020 -0
  188. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/DocumentCreationSamples.cs +1121 -0
  189. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/FieldAndTocSamples.cs +624 -0
  190. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/FootnoteAndCommentSamples.cs +675 -0
  191. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/HeaderFooterSamples.cs +838 -0
  192. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/ImageSamples.cs +917 -0
  193. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/ListAndNumberingSamples.cs +826 -0
  194. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/ParagraphFormattingSamples.cs +1199 -0
  195. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/StyleSystemSamples.cs +1487 -0
  196. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/TableSamples.cs +1163 -0
  197. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Samples/TrackChangesSamples.cs +595 -0
  198. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Typography/CjkHelper.cs +39 -0
  199. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Typography/FontDefaults.cs +24 -0
  200. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Typography/PageSizes.cs +20 -0
  201. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Validation/BusinessRuleValidator.cs +224 -0
  202. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Validation/GateCheckValidator.cs +148 -0
  203. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Validation/ValidationResult.cs +23 -0
  204. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.Core/Validation/XsdValidator.cs +69 -0
  205. package/templates/.agent/skills/minimax-docx/scripts/dotnet/MiniMaxAIDocx.slnx +4 -0
  206. package/templates/.agent/skills/minimax-docx/scripts/env_check.sh +196 -0
  207. package/templates/.agent/skills/minimax-docx/scripts/setup.ps1 +274 -0
  208. package/templates/.agent/skills/minimax-docx/scripts/setup.sh +504 -0
  209. package/templates/.agent/skills/minimax-multimodal-toolkit/SKILL.md +359 -0
  210. package/templates/.agent/skills/minimax-pdf/README.md +222 -0
  211. package/templates/.agent/skills/minimax-pdf/SKILL.md +201 -0
  212. package/templates/.agent/skills/minimax-pdf/design/design.md +381 -0
  213. package/templates/.agent/skills/minimax-pdf/scripts/cover.py +1579 -0
  214. package/templates/.agent/skills/minimax-pdf/scripts/fill_inspect.py +200 -0
  215. package/templates/.agent/skills/minimax-pdf/scripts/fill_write.py +242 -0
  216. package/templates/.agent/skills/minimax-pdf/scripts/make.sh +491 -0
  217. package/templates/.agent/skills/minimax-pdf/scripts/merge.py +112 -0
  218. package/templates/.agent/skills/minimax-pdf/scripts/palette.py +559 -0
  219. package/templates/.agent/skills/minimax-pdf/scripts/reformat_parse.py +374 -0
  220. package/templates/.agent/skills/minimax-pdf/scripts/render_body.py +1055 -0
  221. package/templates/.agent/skills/minimax-pdf/scripts/render_cover.cjs +111 -0
  222. package/templates/.agent/skills/minimax-xlsx/SKILL.md +138 -0
  223. package/templates/.agent/skills/minimax-xlsx/references/create.md +691 -0
  224. package/templates/.agent/skills/minimax-xlsx/references/edit.md +684 -0
  225. package/templates/.agent/skills/minimax-xlsx/references/fix.md +37 -0
  226. package/templates/.agent/skills/minimax-xlsx/references/format.md +768 -0
  227. package/templates/.agent/skills/minimax-xlsx/references/ooxml-cheatsheet.md +231 -0
  228. package/templates/.agent/skills/minimax-xlsx/references/read-analyze.md +97 -0
  229. package/templates/.agent/skills/minimax-xlsx/references/validate.md +772 -0
  230. package/templates/.agent/skills/minimax-xlsx/scripts/formula_check.py +422 -0
  231. package/templates/.agent/skills/minimax-xlsx/scripts/libreoffice_recalc.py +248 -0
  232. package/templates/.agent/skills/minimax-xlsx/scripts/shared_strings_builder.py +163 -0
  233. package/templates/.agent/skills/minimax-xlsx/scripts/style_audit.py +575 -0
  234. package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_add_column.py +395 -0
  235. package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_insert_row.py +274 -0
  236. package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_pack.py +87 -0
  237. package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_reader.py +362 -0
  238. package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_shift_rows.py +396 -0
  239. package/templates/.agent/skills/minimax-xlsx/scripts/xlsx_unpack.py +130 -0
  240. package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/[Content_Types].xml +9 -0
  241. package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/_rels/.rels +6 -0
  242. package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/xl/_rels/workbook.xml.rels +19 -0
  243. package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/xl/sharedStrings.xml +33 -0
  244. package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/xl/styles.xml +160 -0
  245. package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/xl/workbook.xml +30 -0
  246. package/templates/.agent/skills/minimax-xlsx/templates/minimal_xlsx/xl/worksheets/sheet1.xml +70 -0
  247. package/templates/.agent/skills/mobile-design/SKILL.md +394 -0
  248. package/templates/.agent/skills/mobile-design/decision-trees.md +516 -0
  249. package/templates/.agent/skills/mobile-design/mobile-backend.md +491 -0
  250. package/templates/.agent/skills/mobile-design/mobile-color-system.md +420 -0
  251. package/templates/.agent/skills/mobile-design/mobile-debugging.md +122 -0
  252. package/templates/.agent/skills/mobile-design/mobile-design-thinking.md +357 -0
  253. package/templates/.agent/skills/mobile-design/mobile-navigation.md +458 -0
  254. package/templates/.agent/skills/mobile-design/mobile-performance.md +767 -0
  255. package/templates/.agent/skills/mobile-design/mobile-testing.md +356 -0
  256. package/templates/.agent/skills/mobile-design/mobile-typography.md +433 -0
  257. package/templates/.agent/skills/mobile-design/platform-android.md +666 -0
  258. package/templates/.agent/skills/mobile-design/platform-ios.md +561 -0
  259. package/templates/.agent/skills/mobile-design/scripts/mobile_audit.py +670 -0
  260. package/templates/.agent/skills/mobile-design/touch-psychology.md +537 -0
  261. package/templates/.agent/skills/nestjs-expert/SKILL.md +552 -0
  262. package/templates/.agent/skills/nextjs-best-practices/SKILL.md +203 -0
  263. package/templates/.agent/skills/nodejs-best-practices/SKILL.md +333 -0
  264. package/templates/.agent/skills/parallel-agents/SKILL.md +175 -0
  265. package/templates/.agent/skills/performance-profiling/SKILL.md +143 -0
  266. package/templates/.agent/skills/performance-profiling/scripts/lighthouse_audit.py +76 -0
  267. package/templates/.agent/skills/plan-writing/SKILL.md +152 -0
  268. package/templates/.agent/skills/powershell-windows/SKILL.md +167 -0
  269. package/templates/.agent/skills/ppc-advertising/SKILL.md +183 -475
  270. package/templates/.agent/skills/pptx-generator/SKILL.md +249 -0
  271. package/templates/.agent/skills/pptx-generator/references/design-system.md +392 -0
  272. package/templates/.agent/skills/pptx-generator/references/editing.md +162 -0
  273. package/templates/.agent/skills/pptx-generator/references/pitfalls.md +112 -0
  274. package/templates/.agent/skills/pptx-generator/references/pptxgenjs.md +420 -0
  275. package/templates/.agent/skills/pptx-generator/references/slide-types.md +413 -0
  276. package/templates/.agent/skills/prisma-expert/SKILL.md +355 -0
  277. package/templates/.agent/skills/python-patterns/SKILL.md +441 -0
  278. package/templates/.agent/skills/react-patterns/SKILL.md +198 -0
  279. package/templates/.agent/skills/red-team-tactics/SKILL.md +199 -0
  280. package/templates/.agent/skills/remotion-best-practices/SKILL.md +45 -111
  281. package/templates/.agent/skills/remotion-best-practices/rules/3d.md +4 -4
  282. package/templates/.agent/skills/remotion-best-practices/rules/animations.md +5 -7
  283. package/templates/.agent/skills/remotion-best-practices/rules/assets/charts-bar-chart.tsx +173 -0
  284. package/templates/.agent/skills/remotion-best-practices/rules/assets/text-animations-typewriter.tsx +100 -0
  285. package/templates/.agent/skills/remotion-best-practices/rules/assets/text-animations-word-highlight.tsx +103 -0
  286. package/templates/.agent/skills/remotion-best-practices/rules/assets.md +78 -0
  287. package/templates/.agent/skills/remotion-best-practices/rules/audio-visualization.md +198 -0
  288. package/templates/.agent/skills/remotion-best-practices/rules/audio.md +1 -4
  289. package/templates/.agent/skills/remotion-best-practices/rules/calculate-metadata.md +47 -17
  290. package/templates/.agent/skills/remotion-best-practices/rules/can-decode.md +75 -0
  291. package/templates/.agent/skills/remotion-best-practices/rules/charts.md +80 -48
  292. package/templates/.agent/skills/remotion-best-practices/rules/compositions.md +22 -14
  293. package/templates/.agent/skills/remotion-best-practices/rules/display-captions.md +79 -21
  294. package/templates/.agent/skills/remotion-best-practices/rules/extract-frames.md +229 -0
  295. package/templates/.agent/skills/remotion-best-practices/rules/ffmpeg.md +38 -0
  296. package/templates/.agent/skills/remotion-best-practices/rules/fonts.md +96 -54
  297. package/templates/.agent/skills/remotion-best-practices/rules/get-audio-duration.md +58 -0
  298. package/templates/.agent/skills/remotion-best-practices/rules/get-video-dimensions.md +68 -0
  299. package/templates/.agent/skills/remotion-best-practices/rules/get-video-duration.md +60 -0
  300. package/templates/.agent/skills/remotion-best-practices/rules/gifs.md +21 -18
  301. package/templates/.agent/skills/remotion-best-practices/rules/images.md +6 -2
  302. package/templates/.agent/skills/remotion-best-practices/rules/import-srt-captions.md +69 -0
  303. package/templates/.agent/skills/remotion-best-practices/rules/light-leaks.md +73 -0
  304. package/templates/.agent/skills/remotion-best-practices/rules/lottie.md +10 -7
  305. package/templates/.agent/skills/remotion-best-practices/rules/maps.md +412 -0
  306. package/templates/.agent/skills/remotion-best-practices/rules/measuring-dom-nodes.md +34 -0
  307. package/templates/.agent/skills/remotion-best-practices/rules/measuring-text.md +140 -0
  308. package/templates/.agent/skills/remotion-best-practices/rules/parameters.md +109 -0
  309. package/templates/.agent/skills/remotion-best-practices/rules/sequencing.md +13 -1
  310. package/templates/.agent/skills/remotion-best-practices/rules/sfx.md +26 -0
  311. package/templates/.agent/skills/remotion-best-practices/rules/subtitles.md +36 -0
  312. package/templates/.agent/skills/remotion-best-practices/rules/tailwind.md +11 -0
  313. package/templates/.agent/skills/remotion-best-practices/rules/text-animations.md +4 -115
  314. package/templates/.agent/skills/remotion-best-practices/rules/timing.md +19 -19
  315. package/templates/.agent/skills/remotion-best-practices/rules/transcribe-captions.md +70 -0
  316. package/templates/.agent/skills/remotion-best-practices/rules/transitions.md +117 -42
  317. package/templates/.agent/skills/remotion-best-practices/rules/transparent-videos.md +106 -0
  318. package/templates/.agent/skills/remotion-best-practices/rules/trimming.md +51 -0
  319. package/templates/.agent/skills/remotion-best-practices/rules/voiceover.md +99 -0
  320. package/templates/.agent/skills/seo-fundamentals/SKILL.md +83 -441
  321. package/templates/.agent/skills/seo-fundamentals/scripts/seo_checker.py +219 -0
  322. package/templates/.agent/skills/server-management/SKILL.md +161 -0
  323. package/templates/.agent/skills/systematic-debugging/SKILL.md +109 -0
  324. package/templates/.agent/skills/tdd-workflow/SKILL.md +149 -0
  325. package/templates/.agent/skills/testing-patterns/SKILL.md +178 -0
  326. package/templates/.agent/skills/testing-patterns/scripts/test_runner.py +219 -0
  327. package/templates/.agent/skills/tutorial-video-expert/SKILL.md +88 -0
  328. package/templates/.agent/skills/typescript-expert/SKILL.md +429 -0
  329. package/templates/.agent/skills/ui-ux-pro-max/SKILL.md +1 -1
  330. package/templates/.agent/skills/ui-ux-pro-max/data/charts.csv +26 -0
  331. package/templates/.agent/skills/ui-ux-pro-max/data/colors.csv +97 -0
  332. package/templates/.agent/skills/ui-ux-pro-max/data/icons.csv +101 -0
  333. package/templates/.agent/skills/ui-ux-pro-max/data/landing.csv +31 -0
  334. package/templates/.agent/skills/ui-ux-pro-max/data/products.csv +97 -0
  335. package/templates/.agent/skills/ui-ux-pro-max/data/prompts.csv +24 -0
  336. package/templates/.agent/skills/ui-ux-pro-max/data/react-performance.csv +45 -0
  337. package/templates/.agent/skills/ui-ux-pro-max/data/stacks/flutter.csv +53 -0
  338. package/templates/.agent/skills/ui-ux-pro-max/data/stacks/html-tailwind.csv +56 -0
  339. package/templates/.agent/skills/ui-ux-pro-max/data/stacks/nextjs.csv +53 -0
  340. package/templates/.agent/skills/ui-ux-pro-max/data/stacks/nuxt-ui.csv +51 -0
  341. package/templates/.agent/skills/ui-ux-pro-max/data/stacks/nuxtjs.csv +59 -0
  342. package/templates/.agent/skills/ui-ux-pro-max/data/stacks/react-native.csv +52 -0
  343. package/templates/.agent/skills/ui-ux-pro-max/data/stacks/react.csv +54 -0
  344. package/templates/.agent/skills/ui-ux-pro-max/data/stacks/shadcn.csv +61 -0
  345. package/templates/.agent/skills/ui-ux-pro-max/data/stacks/svelte.csv +54 -0
  346. package/templates/.agent/skills/ui-ux-pro-max/data/stacks/swiftui.csv +51 -0
  347. package/templates/.agent/skills/ui-ux-pro-max/data/stacks/vue.csv +50 -0
  348. package/templates/.agent/skills/ui-ux-pro-max/data/styles.csv +59 -0
  349. package/templates/.agent/skills/ui-ux-pro-max/data/typography.csv +58 -0
  350. package/templates/.agent/skills/ui-ux-pro-max/data/ui-reasoning.csv +101 -0
  351. package/templates/.agent/skills/ui-ux-pro-max/data/ux-guidelines.csv +100 -0
  352. package/templates/.agent/skills/ui-ux-pro-max/data/web-interface.csv +31 -0
  353. package/templates/.agent/skills/ui-ux-pro-max/scripts/core.py +257 -0
  354. package/templates/.agent/skills/ui-ux-pro-max/scripts/design_system.py +487 -0
  355. package/templates/.agent/skills/ui-ux-pro-max/scripts/search.py +76 -0
  356. package/templates/.agent/skills/vision-analysis/SKILL.md +174 -0
  357. package/templates/.agent/skills/vue-expert/SKILL.md +374 -0
  358. package/templates/.agent/skills/vulnerability-scanner/SKILL.md +276 -0
  359. package/templates/.agent/skills/vulnerability-scanner/checklists.md +121 -0
  360. package/templates/.agent/skills/vulnerability-scanner/scripts/security_scan.py +458 -0
  361. package/templates/.agent/skills/webapp-testing/SKILL.md +187 -0
  362. package/templates/.agent/skills/webapp-testing/scripts/playwright_runner.py +173 -0
  363. package/templates/.agent/workflows/analyze.md +3 -0
  364. package/templates/.agent/workflows/brainstorm.md +113 -0
  365. package/templates/.agent/workflows/brand-report.md +44 -0
  366. package/templates/.agent/workflows/create.md +59 -0
  367. package/templates/.agent/workflows/debug.md +103 -0
  368. package/templates/.agent/workflows/deploy.md +176 -0
  369. package/templates/.agent/workflows/enhance.md +63 -0
  370. package/templates/.agent/workflows/orchestrate.md +237 -0
  371. package/templates/.agent/workflows/plan.md +89 -0
  372. package/templates/.agent/workflows/preview.md +80 -0
  373. package/templates/.agent/workflows/report.md +49 -0
  374. package/templates/.agent/workflows/status.md +86 -0
  375. package/templates/.agent/workflows/test.md +144 -0
  376. package/templates/.agent/workflows/ui-ux-pro-max.md +231 -0
@@ -1,487 +1,129 @@
1
1
  ---
2
- name: seo-audit
3
- description: >
4
- Diagnose and audit SEO issues affecting crawlability, indexation, rankings,
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 Audit
7
+ # SEO Fundamentals
13
8
 
14
- You are an **SEO diagnostic specialist**.
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
- ### Purpose
13
+ ## 1. E-E-A-T Framework
223
14
 
224
- The **SEO Health Index** provides a **normalized, explainable score** that summarizes overall SEO health **without replacing detailed findings**.
225
-
226
- It is designed to:
227
-
228
- * Communicate severity at a glance
229
- * Support prioritization
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
- ## Scoring Model Overview
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
- | Category | Weight |
242
- | ------------------------- | ------- |
243
- | Crawlability & Indexation | 30 |
244
- | Technical Foundations | 25 |
245
- | On-Page Optimization | 20 |
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
- ## Category Scoring Rules
255
-
256
- Each category is scored **independently**, then weighted.
257
-
258
- ### Per-Category Score: 0–100
34
+ ## 3. Technical SEO Principles
259
35
 
260
- Start each category at **100** and subtract points based on issues found.
36
+ ### Site Structure
261
37
 
262
- #### Severity Deductions
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
- | Issue Severity | Deduction |
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
- #### Confidence Modifier
272
-
273
- If confidence is **Medium**, apply **50%** of the deduction
274
- If confidence is **Low**, apply **25%** of the deduction
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
- ## Example (Category)
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
- ## Overall SEO Health Index
57
+ ### Page Elements
292
58
 
293
- ### Calculation
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
- Rounded to nearest whole number.
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
- ## Health Bands (Required)
78
+ ## 5. Schema Markup Types
305
79
 
306
- Always classify the final score into a band:
307
-
308
- | Score Range | Health Status | Interpretation |
309
- | ----------- | ------------- | ----------------------------------------------- |
310
- | 90–100 | Excellent | Strong SEO foundation, minor optimizations only |
311
- | 75–89 | Good | Solid performance with clear improvement areas |
312
- | 60–74 | Fair | Meaningful issues limiting growth |
313
- | 40–59 | Poor | Serious SEO constraints |
314
- | <40 | Critical | SEO is fundamentally broken |
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
- ## Output Requirements (Scoring Section)
319
-
320
- Include this **after the Executive Summary**:
321
-
322
- ### SEO Health Index
92
+ ## 6. AI Content Guidelines
323
93
 
324
- * **Overall Score:** XX / 100
325
- * **Health Status:** [Excellent / Good / Fair / Poor / Critical]
94
+ ### What Google Looks For
326
95
 
327
- #### Category Breakdown
328
-
329
- | Category | Score | Weight | Weighted Contribution |
330
- | ------------------------- | ----- | ------ | --------------------- |
331
- | Crawlability & Indexation | XX | 30 | XX |
332
- | Technical Foundations | XX | 25 | XX |
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
- ## Interpretation Rules (Mandatory)
105
+ ## 7. Ranking Factors (Prioritized)
340
106
 
341
- * The score **does not replace findings**
342
- * Improvements must be traceable to **specific issues**
343
- * A high score with unresolved **Critical issues is invalid** → flag inconsistency
344
- * Always explain **what limits the score from being higher**
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
- ## Change Tracking (Optional but Recommended)
349
-
350
- If a previous audit exists:
117
+ ## 8. Measurement
351
118
 
352
- * Include **score delta** (+/−)
353
- * Attribute change to specific fixes
354
- * Avoid celebrating score increases without validating outcomes
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
- ## Explicit Limitations (Always State)
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.