zilmate 1.9.9 → 1.10.1

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 (263) hide show
  1. package/.agents/skills/ad-creative/SKILL.md +362 -0
  2. package/.agents/skills/ad-creative/evals/evals.json +90 -0
  3. package/.agents/skills/ad-creative/references/generative-tools.md +637 -0
  4. package/.agents/skills/ad-creative/references/platform-specs.md +213 -0
  5. package/.agents/skills/ai-seo/SKILL.md +489 -0
  6. package/.agents/skills/ai-seo/evals/evals.json +90 -0
  7. package/.agents/skills/ai-seo/references/content-patterns.md +285 -0
  8. package/.agents/skills/ai-seo/references/content-types.md +71 -0
  9. package/.agents/skills/ai-seo/references/okf.md +104 -0
  10. package/.agents/skills/ai-seo/references/platform-ranking-factors.md +154 -0
  11. package/.agents/skills/clerk-backend-api/SKILL.md +426 -0
  12. package/.agents/skills/clerk-backend-api/evals/evals.json +87 -0
  13. package/.agents/skills/clerk-backend-api/scripts/api-specs-context.sh +30 -0
  14. package/.agents/skills/clerk-backend-api/scripts/execute-request.sh +88 -0
  15. package/.agents/skills/clerk-backend-api/scripts/extract-endpoint-detail.sh +165 -0
  16. package/.agents/skills/clerk-backend-api/scripts/extract-tag-endpoints.sh +208 -0
  17. package/.agents/skills/clerk-backend-api/scripts/extract-tags.js +14 -0
  18. package/.agents/skills/copy-editing/SKILL.md +457 -0
  19. package/.agents/skills/copy-editing/evals/evals.json +89 -0
  20. package/.agents/skills/copy-editing/references/checklist.md +66 -0
  21. package/.agents/skills/copy-editing/references/content-refresh.md +38 -0
  22. package/.agents/skills/copy-editing/references/plain-english-alternatives.md +394 -0
  23. package/.agents/skills/hyperframes/SKILL.md +163 -0
  24. package/.agents/skills/hyperframes-cli/SKILL.md +109 -0
  25. package/.agents/skills/hyperframes-cli/references/doctor-browser.md +45 -0
  26. package/.agents/skills/hyperframes-cli/references/init-and-scaffold.md +51 -0
  27. package/.agents/skills/hyperframes-cli/references/lambda.md +132 -0
  28. package/.agents/skills/hyperframes-cli/references/lint-validate-inspect.md +121 -0
  29. package/.agents/skills/hyperframes-cli/references/preview-render.md +109 -0
  30. package/.agents/skills/hyperframes-cli/references/upgrade-info-misc.md +75 -0
  31. package/.agents/skills/hyperframes-media/SKILL.md +97 -0
  32. package/.agents/skills/hyperframes-media/assets/sfx/CREDITS.md +35 -0
  33. package/.agents/skills/hyperframes-media/assets/sfx/manifest.json +97 -0
  34. package/.agents/skills/hyperframes-media/references/bgm.md +72 -0
  35. package/.agents/skills/hyperframes-media/references/captions/authoring.md +159 -0
  36. package/.agents/skills/hyperframes-media/references/captions/motion.md +87 -0
  37. package/.agents/skills/hyperframes-media/references/captions/transcript-handling.md +97 -0
  38. package/.agents/skills/hyperframes-media/references/remove-background.md +143 -0
  39. package/.agents/skills/hyperframes-media/references/requirements.md +29 -0
  40. package/.agents/skills/hyperframes-media/references/sfx.md +42 -0
  41. package/.agents/skills/hyperframes-media/references/transcribe.md +52 -0
  42. package/.agents/skills/hyperframes-media/references/tts-to-captions.md +24 -0
  43. package/.agents/skills/hyperframes-media/references/tts.md +135 -0
  44. package/.agents/skills/hyperframes-media/scripts/audio.mjs +282 -0
  45. package/.agents/skills/hyperframes-media/scripts/heygen-tts.mjs +121 -0
  46. package/.agents/skills/hyperframes-media/scripts/lib/bgm.mjs +235 -0
  47. package/.agents/skills/hyperframes-media/scripts/lib/heygen.mjs +131 -0
  48. package/.agents/skills/hyperframes-media/scripts/lib/sfx.mjs +128 -0
  49. package/.agents/skills/hyperframes-media/scripts/lib/tts.mjs +220 -0
  50. package/.agents/skills/hyperframes-media/scripts/lyria-recipe.py +128 -0
  51. package/.agents/skills/hyperframes-media/scripts/wait-bgm.mjs +167 -0
  52. package/.agents/skills/hyperframes-registry/SKILL.md +101 -0
  53. package/.agents/skills/hyperframes-registry/examples/add-block.md +51 -0
  54. package/.agents/skills/hyperframes-registry/examples/add-component.md +73 -0
  55. package/.agents/skills/hyperframes-registry/references/contributing.md +166 -0
  56. package/.agents/skills/hyperframes-registry/references/demo-html-pattern.md +54 -0
  57. package/.agents/skills/hyperframes-registry/references/discovery.md +215 -0
  58. package/.agents/skills/hyperframes-registry/references/install-locations.md +45 -0
  59. package/.agents/skills/hyperframes-registry/references/templates.md +417 -0
  60. package/.agents/skills/hyperframes-registry/references/wiring-blocks.md +61 -0
  61. package/.agents/skills/hyperframes-registry/references/wiring-components.md +39 -0
  62. package/.agents/skills/marketing-psychology/SKILL.md +455 -0
  63. package/.agents/skills/marketing-psychology/evals/evals.json +88 -0
  64. package/.agents/skills/mintlify/SKILL.md +328 -0
  65. package/.agents/skills/product-launch-video/SKILL.md +206 -0
  66. package/.agents/skills/product-launch-video/references/cut-catalog.md +220 -0
  67. package/.agents/skills/product-launch-video/references/motion-language.md +156 -0
  68. package/.agents/skills/product-launch-video/references/story-design.md +373 -0
  69. package/.agents/skills/product-launch-video/references/visual-design.md +126 -0
  70. package/.agents/skills/product-launch-video/scripts/assemble-index.mjs +570 -0
  71. package/.agents/skills/product-launch-video/scripts/audio.mjs +253 -0
  72. package/.agents/skills/product-launch-video/scripts/build-frame.mjs +536 -0
  73. package/.agents/skills/product-launch-video/scripts/captions.mjs +508 -0
  74. package/.agents/skills/product-launch-video/scripts/lib/assets.mjs +55 -0
  75. package/.agents/skills/product-launch-video/scripts/lib/dimensions.mjs +45 -0
  76. package/.agents/skills/product-launch-video/scripts/lib/storyboard.mjs +249 -0
  77. package/.agents/skills/product-launch-video/scripts/lib/tokens.mjs +204 -0
  78. package/.agents/skills/product-launch-video/scripts/lib/transition-registry.mjs +38 -0
  79. package/.agents/skills/product-launch-video/scripts/lib/transitions.json +71 -0
  80. package/.agents/skills/product-launch-video/scripts/stage-assets.mjs +39 -0
  81. package/.agents/skills/product-launch-video/scripts/transitions.mjs +320 -0
  82. package/.agents/skills/product-launch-video/sub-agents/frame-worker.md +74 -0
  83. package/.agents/skills/prompt-engineering-patterns/SKILL.md +144 -0
  84. package/.agents/skills/prompt-engineering-patterns/assets/few-shot-examples.json +106 -0
  85. package/.agents/skills/prompt-engineering-patterns/assets/prompt-template-library.md +264 -0
  86. package/.agents/skills/prompt-engineering-patterns/references/chain-of-thought.md +412 -0
  87. package/.agents/skills/prompt-engineering-patterns/references/details.md +338 -0
  88. package/.agents/skills/prompt-engineering-patterns/references/few-shot-learning.md +386 -0
  89. package/.agents/skills/prompt-engineering-patterns/references/prompt-optimization.md +428 -0
  90. package/.agents/skills/prompt-engineering-patterns/references/prompt-templates.md +484 -0
  91. package/.agents/skills/prompt-engineering-patterns/references/system-prompts.md +195 -0
  92. package/.agents/skills/prompt-engineering-patterns/scripts/optimize-prompt.py +279 -0
  93. package/.agents/skills/remotion-to-hyperframes/SKILL.md +127 -0
  94. package/.agents/skills/remotion-to-hyperframes/assets/.gitkeep +0 -0
  95. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/run.sh +249 -0
  96. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/README.md +41 -0
  97. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/expected.json +26 -0
  98. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/hf-src/index.html +61 -0
  99. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/remotion-src/package.json +14 -0
  100. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/remotion-src/remotion.config.ts +13 -0
  101. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/remotion-src/src/Root.tsx +13 -0
  102. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/remotion-src/src/TitleCard.tsx +34 -0
  103. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/remotion-src/src/index.ts +4 -0
  104. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/remotion-src/tsconfig.json +15 -0
  105. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/README.md +54 -0
  106. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/expected.json +29 -0
  107. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/hf-src/index.html +118 -0
  108. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/remotion-src/package.json +14 -0
  109. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/remotion-src/remotion.config.ts +13 -0
  110. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/remotion-src/src/MultiScene.tsx +105 -0
  111. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/remotion-src/src/Root.tsx +13 -0
  112. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/remotion-src/src/index.ts +4 -0
  113. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/remotion-src/tsconfig.json +15 -0
  114. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/setup.sh +34 -0
  115. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/README.md +85 -0
  116. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/expected.json +41 -0
  117. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/hf-src/index.html +269 -0
  118. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/package.json +15 -0
  119. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/remotion.config.ts +13 -0
  120. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/Root.tsx +27 -0
  121. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/Stargazed.tsx +37 -0
  122. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/components/AnimatedNumber.tsx +23 -0
  123. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/components/StatCard.tsx +59 -0
  124. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/components/UnderlinedText.tsx +47 -0
  125. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/index.ts +4 -0
  126. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/scenes/OutroScene.tsx +18 -0
  127. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/scenes/StatsScene.tsx +34 -0
  128. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/scenes/TitleScene.tsx +55 -0
  129. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/tsconfig.json +15 -0
  130. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/README.md +51 -0
  131. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/01-use-state.tsx +29 -0
  132. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/02-use-effect-deps.tsx +29 -0
  133. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/03-async-metadata.tsx +39 -0
  134. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/04-third-party-react.tsx +30 -0
  135. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/05-lambda-config.tsx +38 -0
  136. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/06-warnings-only.tsx +36 -0
  137. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/07-custom-hook.tsx +28 -0
  138. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/08-mixed.tsx +41 -0
  139. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/expected.json +85 -0
  140. package/.agents/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/validate.sh +110 -0
  141. package/.agents/skills/remotion-to-hyperframes/references/api-map.md +142 -0
  142. package/.agents/skills/remotion-to-hyperframes/references/escape-hatch.md +115 -0
  143. package/.agents/skills/remotion-to-hyperframes/references/eval.md +140 -0
  144. package/.agents/skills/remotion-to-hyperframes/references/fonts.md +112 -0
  145. package/.agents/skills/remotion-to-hyperframes/references/limitations.md +136 -0
  146. package/.agents/skills/remotion-to-hyperframes/references/lottie.md +121 -0
  147. package/.agents/skills/remotion-to-hyperframes/references/media.md +149 -0
  148. package/.agents/skills/remotion-to-hyperframes/references/parameters.md +167 -0
  149. package/.agents/skills/remotion-to-hyperframes/references/sequencing.md +195 -0
  150. package/.agents/skills/remotion-to-hyperframes/references/timing.md +165 -0
  151. package/.agents/skills/remotion-to-hyperframes/references/transitions.md +114 -0
  152. package/.agents/skills/remotion-to-hyperframes/scripts/.gitkeep +0 -0
  153. package/.agents/skills/remotion-to-hyperframes/scripts/frame_strip.sh +107 -0
  154. package/.agents/skills/remotion-to-hyperframes/scripts/lint_source.py +358 -0
  155. package/.agents/skills/remotion-to-hyperframes/scripts/render_diff.sh +103 -0
  156. package/.agents/skills/remotion-to-hyperframes/scripts/tests/fixtures/blocker.tsx +50 -0
  157. package/.agents/skills/remotion-to-hyperframes/scripts/tests/fixtures/clean.tsx +46 -0
  158. package/.agents/skills/remotion-to-hyperframes/scripts/tests/smoke.sh +90 -0
  159. package/.agents/skills/seo-audit/SKILL.md +497 -0
  160. package/.agents/skills/seo-audit/evals/evals.json +136 -0
  161. package/.agents/skills/seo-audit/references/ai-writing-detection.md +200 -0
  162. package/.agents/skills/seo-audit/references/international-seo.md +230 -0
  163. package/README.md +4 -2
  164. package/SDK.md +64 -1
  165. package/dist/agents/coding.agent.d.ts +550 -0
  166. package/dist/agents/coding.agent.d.ts.map +1 -1
  167. package/dist/agents/coding.agent.js +8 -0
  168. package/dist/agents/coding.agent.js.map +1 -1
  169. package/dist/agents/developer-helper.agent.d.ts +704 -0
  170. package/dist/agents/developer-helper.agent.d.ts.map +1 -1
  171. package/dist/agents/developer-helper.agent.js +6 -0
  172. package/dist/agents/developer-helper.agent.js.map +1 -1
  173. package/dist/agents/manager.d.ts +829 -2
  174. package/dist/agents/manager.d.ts.map +1 -1
  175. package/dist/agents/manager.js +8 -0
  176. package/dist/agents/manager.js.map +1 -1
  177. package/dist/agents/security.agent.d.ts +157 -3
  178. package/dist/agents/security.agent.d.ts.map +1 -1
  179. package/dist/agents/security.agent.js +3 -0
  180. package/dist/agents/security.agent.js.map +1 -1
  181. package/dist/agents/swarm/main.js +1 -1
  182. package/dist/agents/swarm/main.js.map +1 -1
  183. package/dist/agents/swarm/registry.d.ts.map +1 -1
  184. package/dist/agents/swarm/registry.js +232 -26
  185. package/dist/agents/swarm/registry.js.map +1 -1
  186. package/dist/cli/doctor.d.ts +14 -0
  187. package/dist/cli/doctor.d.ts.map +1 -1
  188. package/dist/cli/doctor.js +91 -0
  189. package/dist/cli/doctor.js.map +1 -1
  190. package/dist/cli/menu.d.ts.map +1 -1
  191. package/dist/cli/menu.js +102 -0
  192. package/dist/cli/menu.js.map +1 -1
  193. package/dist/cli/setup.d.ts +10 -0
  194. package/dist/cli/setup.d.ts.map +1 -1
  195. package/dist/cli/setup.js +178 -0
  196. package/dist/cli/setup.js.map +1 -1
  197. package/dist/config/env.d.ts +10 -0
  198. package/dist/config/env.d.ts.map +1 -1
  199. package/dist/config/env.js +10 -0
  200. package/dist/config/env.js.map +1 -1
  201. package/dist/index.js +14 -2
  202. package/dist/index.js.map +1 -1
  203. package/dist/jobs/trigger-orchestrator.d.ts +5 -1
  204. package/dist/jobs/trigger-orchestrator.d.ts.map +1 -1
  205. package/dist/jobs/trigger-orchestrator.js +29 -9
  206. package/dist/jobs/trigger-orchestrator.js.map +1 -1
  207. package/dist/jobs/trigger-router.d.ts.map +1 -1
  208. package/dist/jobs/trigger-router.js +3 -2
  209. package/dist/jobs/trigger-router.js.map +1 -1
  210. package/dist/memory/corporate-wiki.d.ts +15 -0
  211. package/dist/memory/corporate-wiki.d.ts.map +1 -0
  212. package/dist/memory/corporate-wiki.js +152 -0
  213. package/dist/memory/corporate-wiki.js.map +1 -0
  214. package/dist/observability/doctor.d.ts.map +1 -1
  215. package/dist/observability/doctor.js +12 -4
  216. package/dist/observability/doctor.js.map +1 -1
  217. package/dist/runtime/swarm.d.ts +0 -1
  218. package/dist/runtime/swarm.d.ts.map +1 -1
  219. package/dist/runtime/swarm.js +26 -15
  220. package/dist/runtime/swarm.js.map +1 -1
  221. package/dist/safety/approvals.d.ts +2 -2
  222. package/dist/safety/approvals.d.ts.map +1 -1
  223. package/dist/safety/approvals.js +47 -1
  224. package/dist/safety/approvals.js.map +1 -1
  225. package/dist/safety/redaction.d.ts.map +1 -1
  226. package/dist/safety/redaction.js +10 -0
  227. package/dist/safety/redaction.js.map +1 -1
  228. package/dist/tools/cloud.tool.d.ts +394 -0
  229. package/dist/tools/cloud.tool.d.ts.map +1 -0
  230. package/dist/tools/cloud.tool.js +784 -0
  231. package/dist/tools/cloud.tool.js.map +1 -0
  232. package/dist/tools/computer-use.tool.d.ts +2 -2
  233. package/dist/tools/corporate-wiki.tool.d.ts +22 -0
  234. package/dist/tools/corporate-wiki.tool.d.ts.map +1 -0
  235. package/dist/tools/corporate-wiki.tool.js +39 -0
  236. package/dist/tools/corporate-wiki.tool.js.map +1 -0
  237. package/dist/tools/devops.tool.d.ts +162 -0
  238. package/dist/tools/devops.tool.d.ts.map +1 -0
  239. package/dist/tools/devops.tool.js +377 -0
  240. package/dist/tools/devops.tool.js.map +1 -0
  241. package/dist/tools/multimedia.tool.d.ts +126 -0
  242. package/dist/tools/multimedia.tool.d.ts.map +1 -0
  243. package/dist/tools/multimedia.tool.js +533 -0
  244. package/dist/tools/multimedia.tool.js.map +1 -0
  245. package/dist/tools/osint.tool.d.ts +6 -6
  246. package/dist/tools/sandbox-dev.tool.d.ts +15 -0
  247. package/dist/tools/sandbox-dev.tool.d.ts.map +1 -0
  248. package/dist/tools/sandbox-dev.tool.js +139 -0
  249. package/dist/tools/sandbox-dev.tool.js.map +1 -0
  250. package/dist/tools/setup-assistant.tool.d.ts +1 -1
  251. package/dist/tools/swarm-ops.tool.d.ts +14 -0
  252. package/dist/tools/swarm-ops.tool.d.ts.map +1 -1
  253. package/dist/tools/swarm-ops.tool.js +44 -0
  254. package/dist/tools/swarm-ops.tool.js.map +1 -1
  255. package/dist/tools/sysops.tool.d.ts +157 -0
  256. package/dist/tools/sysops.tool.d.ts.map +1 -0
  257. package/dist/tools/sysops.tool.js +643 -0
  258. package/dist/tools/sysops.tool.js.map +1 -0
  259. package/dist/voice/deepgram.d.ts.map +1 -1
  260. package/dist/voice/deepgram.js +30 -2
  261. package/dist/voice/deepgram.js.map +1 -1
  262. package/package.json +8 -1
  263. package/scripts/release-github.mjs +23 -16
@@ -0,0 +1,489 @@
1
+ ---
2
+ name: ai-seo
3
+ description: "When the user wants to optimize content for AI search engines, get cited by LLMs, or appear in AI-generated answers. Also use when the user mentions 'AI SEO,' 'AEO,' 'GEO,' 'LLMO,' 'answer engine optimization,' 'generative engine optimization,' 'LLM optimization,' 'AI Overviews,' 'optimize for ChatGPT,' 'optimize for Perplexity,' 'AI citations,' 'AI visibility,' 'zero-click search,' 'how do I show up in AI answers,' 'LLM mentions,' 'optimize for Claude/Gemini,' 'llms.txt,' 'OKF,' 'Open Knowledge Format,' 'knowledge bundle,' or 'agent-readable site.' Use this whenever someone wants their content to be cited or surfaced by AI assistants and AI search engines. For traditional technical and on-page SEO audits, see seo-audit. For structured data implementation, see schema."
4
+ metadata:
5
+ version: 2.1.0
6
+ ---
7
+
8
+ # AI SEO
9
+
10
+ You are an expert in AI search optimization — the practice of making content discoverable, extractable, and citable by AI systems including Google AI Overviews, ChatGPT, Perplexity, Claude, Gemini, and Copilot. Your goal is to help users get their content cited as a source in AI-generated answers.
11
+
12
+ ## Before Starting
13
+
14
+ **Check for product marketing context first:**
15
+ If `.agents/product-marketing.md` exists (or `.claude/product-marketing.md`, or the legacy `product-marketing-context.md` filename, in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.
16
+
17
+ Gather this context (ask if not provided):
18
+
19
+ ### 1. Current AI Visibility
20
+ - Do you know if your brand appears in AI-generated answers today?
21
+ - Have you checked ChatGPT, Perplexity, or Google AI Overviews for your key queries?
22
+ - What queries matter most to your business?
23
+
24
+ ### 2. Content & Domain
25
+ - What type of content do you produce? (Blog, docs, comparisons, product pages)
26
+ - What's your domain authority / traditional SEO strength?
27
+ - Do you have existing structured data (schema markup)?
28
+
29
+ ### 3. Goals
30
+ - Get cited as a source in AI answers?
31
+ - Appear in Google AI Overviews for specific queries?
32
+ - Compete with specific brands already getting cited?
33
+ - Optimize existing content or create new AI-optimized content?
34
+
35
+ ### 4. Competitive Landscape
36
+ - Who are your top competitors in AI search results?
37
+ - Are they being cited where you're not?
38
+
39
+ ---
40
+
41
+ ## How AI Search Works
42
+
43
+ ### The AI Search Landscape
44
+
45
+ | Platform | How It Works | Source Selection |
46
+ |----------|-------------|----------------|
47
+ | **Google AI Overviews** | Summarizes top-ranking pages | Strong correlation with traditional rankings |
48
+ | **ChatGPT (with search)** | Searches web, cites sources | Draws from wider range, not just top-ranked |
49
+ | **Perplexity** | Always cites sources with links | Favors authoritative, recent, well-structured content |
50
+ | **Gemini** | Google's AI assistant | Pulls from Google index + Knowledge Graph |
51
+ | **Copilot** | Bing-powered AI search | Bing index + authoritative sources |
52
+ | **Claude** | Brave Search (when enabled) | Training data + Brave search results |
53
+
54
+ For a deep dive on how each platform selects sources and what to optimize per platform, see [references/platform-ranking-factors.md](references/platform-ranking-factors.md).
55
+
56
+ ### Key Difference from Traditional SEO
57
+
58
+ Traditional SEO gets you ranked. AI SEO gets you **cited**.
59
+
60
+ In traditional search, you need to rank on page 1. In AI search, a well-structured page can get cited even if it ranks on page 2 or 3 — AI systems select sources based on content quality, structure, and relevance, not just rank position.
61
+
62
+ **Critical stats:**
63
+ - AI Overviews appear in ~45% of Google searches
64
+ - AI Overviews reduce clicks to websites by up to 58%
65
+ - Brands are 6.5x more likely to be cited via third-party sources than their own domains
66
+ - Optimized content gets cited 3x more often than non-optimized
67
+ - Statistics and citations boost visibility by 40%+ across queries
68
+
69
+ ### Google's Official Stance vs. Multi-Platform Reality
70
+
71
+ This is important to read once before doing anything else.
72
+
73
+ **Google's position** ([AI features optimization guide](https://developers.google.com/search/docs/fundamentals/ai-optimization-guide)):
74
+ > "The best practices for SEO continue to be relevant because our generative AI features on Google Search are rooted in our core Search ranking and quality systems."
75
+
76
+ Google explicitly says:
77
+ - **No special markup or files are required** for AI Overviews or AI Mode
78
+ - **Don't chunk content for AI** — write for people, organize with normal headings and paragraphs
79
+ - **Don't write separate content for AI** — that risks "scaled content abuse" spam policy
80
+ - **Helpful, reliable, people-first content** wins — same E-E-A-T standards as regular Search
81
+ - **No AI-specific Search Console reporting** — use standard SEO metrics
82
+
83
+ **Other AI engines (ChatGPT, Claude, Perplexity, Copilot) behave differently:**
84
+ - They actively reward extractable structure — passages, FAQs, comparison tables, definition blocks
85
+ - They parse `llms.txt`, structured pricing pages, and machine-readable files when present
86
+ - They cite third-party sources (Reddit, Wikipedia, review sites) more heavily than top-ranked pages
87
+
88
+ **What this means for the work:**
89
+ - The structural patterns in this skill (40–60 word answer blocks, FAQ schema, comparison tables) help **non-Google AI engines** materially. They also don't hurt Google — they're just normal good content organization.
90
+ - For Google AI Overviews / AI Mode specifically: optimize for people and core Search, full stop. Strong E-E-A-T, original information, semantic HTML, clean indexability.
91
+ - For ChatGPT/Claude/Perplexity: layer on the extractable structure + llms.txt + machine-readable files.
92
+
93
+ When in doubt, default to "write for people, organize for clarity" — that satisfies both camps.
94
+
95
+ ### Query Fan-Out (Google AI Search)
96
+
97
+ Google's AI features don't just answer the one query a user typed — they generate **concurrent, related queries** under the hood and retrieve results for each.
98
+
99
+ Google's own example: a user asking "how to fix lawns" triggers fan-out queries about herbicides, chemical-free removal, weed prevention, etc. The AI synthesizes across all of them.
100
+
101
+ **Implications:**
102
+ - Single-page-per-keyword targeting is less effective. Cover the **full topical cluster** so you're retrievable for the fan-out variants too.
103
+ - Long-tail intent matters less than topical authority — Google's AI systems understand synonyms and semantic equivalence.
104
+ - A page that comprehensively answers a parent topic (with sub-questions covered) will be retrieved more often than narrow per-query pages.
105
+
106
+ **Action**: when planning content, brainstorm the 5–10 related queries the AI is likely to fan out to and make sure your content (or your site as a whole) covers them.
107
+
108
+ ---
109
+
110
+ ## AI Visibility Audit
111
+
112
+ Before optimizing, assess your current AI search presence.
113
+
114
+ ### Step 1: Check AI Answers for Your Key Queries
115
+
116
+ Test 10-20 of your most important queries across platforms:
117
+
118
+ | Query | Google AI Overview | ChatGPT | Perplexity | You Cited? | Competitors Cited? |
119
+ |-------|:-----------------:|:-------:|:----------:|:----------:|:-----------------:|
120
+ | [query 1] | Yes/No | Yes/No | Yes/No | Yes/No | [who] |
121
+ | [query 2] | Yes/No | Yes/No | Yes/No | Yes/No | [who] |
122
+
123
+ **Query types to test:**
124
+ - "What is [your product category]?"
125
+ - "Best [product category] for [use case]"
126
+ - "[Your brand] vs [competitor]"
127
+ - "How to [problem your product solves]"
128
+ - "[Your product category] pricing"
129
+
130
+ ### Step 2: Analyze Citation Patterns
131
+
132
+ When your competitors get cited and you don't, examine:
133
+ - **Content structure** — Is their content more extractable?
134
+ - **Authority signals** — Do they have more citations, stats, expert quotes?
135
+ - **Freshness** — Is their content more recently updated?
136
+ - **Schema markup** — Do they have structured data you're missing?
137
+ - **Third-party presence** — Are they cited via Wikipedia, Reddit, review sites?
138
+
139
+ ### Step 3: Content Extractability Check
140
+
141
+ For each priority page, verify:
142
+
143
+ | Check | Pass/Fail |
144
+ |-------|-----------|
145
+ | Clear definition in first paragraph? | |
146
+ | Self-contained answer blocks (work without surrounding context)? | |
147
+ | Statistics with sources cited? | |
148
+ | Comparison tables for "[X] vs [Y]" queries? | |
149
+ | FAQ section with natural-language questions? | |
150
+ | Schema markup (FAQ, HowTo, Article, Product)? | |
151
+ | Expert attribution (author name, credentials)? | |
152
+ | Recently updated (within 6 months)? | |
153
+ | Heading structure matches query patterns? | |
154
+ | AI bots allowed in robots.txt? | |
155
+
156
+ ### Step 4: AI Bot Access Check
157
+
158
+ Verify your robots.txt allows AI crawlers. Each AI platform has its own bot, and blocking it means that platform can't cite you:
159
+
160
+ - **GPTBot** and **ChatGPT-User** — OpenAI (ChatGPT)
161
+ - **PerplexityBot** — Perplexity
162
+ - **ClaudeBot** and **anthropic-ai** — Anthropic (Claude)
163
+ - **Google-Extended** — Google Gemini and AI Overviews
164
+ - **Bingbot** — Microsoft Copilot (via Bing)
165
+
166
+ Check your robots.txt for `Disallow` rules targeting any of these. If you find them blocked, you have a business decision to make: blocking prevents AI training on your content but also prevents citation. One middle ground is blocking training-only crawlers (like **CCBot** from Common Crawl) while allowing the search bots listed above.
167
+
168
+ See [references/platform-ranking-factors.md](references/platform-ranking-factors.md) for the full robots.txt configuration.
169
+
170
+ ---
171
+
172
+ ## Optimization Strategy
173
+
174
+ ### The Three Pillars
175
+
176
+ ```
177
+ 1. Structure (make it extractable)
178
+ 2. Authority (make it citable)
179
+ 3. Presence (be where AI looks)
180
+ ```
181
+
182
+ ### Pillar 1: Structure — Make Content Extractable
183
+
184
+ AI systems extract passages, not pages. Every key claim should work as a standalone statement.
185
+
186
+ **Content block patterns:**
187
+ - **Definition blocks** for "What is X?" queries
188
+ - **Step-by-step blocks** for "How to X" queries
189
+ - **Comparison tables** for "X vs Y" queries
190
+ - **Pros/cons blocks** for evaluation queries
191
+ - **FAQ blocks** for common questions
192
+ - **Statistic blocks** with cited sources
193
+
194
+ For detailed templates for each block type, see [references/content-patterns.md](references/content-patterns.md).
195
+
196
+ **Structural rules:**
197
+ - Lead every section with a direct answer (don't bury it)
198
+ - Keep key answer passages to 40-60 words (optimal for snippet extraction)
199
+ - Use H2/H3 headings that match how people phrase queries
200
+ - Tables beat prose for comparison content
201
+ - Numbered lists beat paragraphs for process content
202
+ - Each paragraph should convey one clear idea
203
+
204
+ ### Pillar 2: Authority — Make Content Citable
205
+
206
+ AI systems prefer sources they can trust. Build citation-worthiness.
207
+
208
+ **The Princeton GEO research** (KDD 2024, studied across Perplexity.ai) ranked 9 optimization methods:
209
+
210
+ | Method | Visibility Boost | How to Apply |
211
+ |--------|:---------------:|--------------|
212
+ | **Cite sources** | +40% | Add authoritative references with links |
213
+ | **Add statistics** | +37% | Include specific numbers with sources |
214
+ | **Add quotations** | +30% | Expert quotes with name and title |
215
+ | **Authoritative tone** | +25% | Write with demonstrated expertise |
216
+ | **Improve clarity** | +20% | Simplify complex concepts |
217
+ | **Technical terms** | +18% | Use domain-specific terminology |
218
+ | **Unique vocabulary** | +15% | Increase word diversity |
219
+ | **Fluency optimization** | +15-30% | Improve readability and flow |
220
+ | ~~Keyword stuffing~~ | **-10%** | **Actively hurts AI visibility** |
221
+
222
+ **Best combination:** Fluency + Statistics = maximum boost. Low-ranking sites benefit even more — up to 115% visibility increase with citations.
223
+
224
+ **Statistics and data** (+37-40% citation boost)
225
+ - Include specific numbers with sources
226
+ - Cite original research, not summaries of research
227
+ - Add dates to all statistics
228
+ - Original data beats aggregated data
229
+
230
+ **Expert attribution** (+25-30% citation boost)
231
+ - Named authors with credentials
232
+ - Expert quotes with titles and organizations
233
+ - "According to [Source]" framing for claims
234
+ - Author bios with relevant expertise
235
+
236
+ **Freshness signals**
237
+ - "Last updated: [date]" prominently displayed
238
+ - Regular content refreshes (quarterly minimum for competitive topics)
239
+ - Current year references and recent statistics
240
+ - Remove or update outdated information
241
+
242
+ **E-E-A-T alignment**
243
+ - First-hand experience demonstrated
244
+ - Specific, detailed information (not generic)
245
+ - Transparent sourcing and methodology
246
+ - Clear author expertise for the topic
247
+
248
+ ### Pillar 3: Presence — Be Where AI Looks
249
+
250
+ AI systems don't just cite your website — they cite where you appear.
251
+
252
+ **Third-party sources matter more than your own site:**
253
+ - Wikipedia mentions (7.8% of all ChatGPT citations)
254
+ - Reddit discussions (1.8% of ChatGPT citations)
255
+ - Industry publications and guest posts
256
+ - Review sites (G2, Capterra, TrustRadius for B2B SaaS)
257
+ - YouTube (frequently cited by Google AI Overviews)
258
+ - Quora answers
259
+
260
+ **Actions:**
261
+ - Ensure your Wikipedia page is accurate and current
262
+ - Participate authentically in Reddit communities
263
+ - Get featured in industry roundups and comparison articles
264
+ - Maintain updated profiles on relevant review platforms
265
+ - Create YouTube content for key how-to queries
266
+ - Answer relevant Quora questions with depth
267
+
268
+ ### Machine-Readable Files for AI Agents
269
+
270
+ > **Google's stance**: not required for AI Overviews or AI Mode. Their guide explicitly says you don't need new markup, AI files, or markdown to appear in generative AI search.
271
+ >
272
+ > **Why include them anyway**: non-Google AI engines (ChatGPT, Claude, Perplexity) and autonomous buying agents do reward extractable structure. The files below help with those engines without harming Google.
273
+
274
+ AI agents aren't just answering questions — they're becoming buyers. When an AI agent evaluates tools on behalf of a user, it needs structured, parseable information. If your pricing is locked in a JavaScript-rendered page or a "contact sales" wall, agents will skip you and recommend competitors whose information they can actually read.
275
+
276
+ Add these machine-readable files to your site root:
277
+
278
+ **`/pricing.md` or `/pricing.txt`** — Structured pricing data for AI agents
279
+
280
+ ```markdown
281
+ # Pricing — [Your Product Name]
282
+
283
+ ## Free
284
+ - Price: $0/month
285
+ - Limits: 100 emails/month, 1 user
286
+ - Features: Basic templates, API access
287
+
288
+ ## Pro
289
+ - Price: $29/month (billed annually) | $35/month (billed monthly)
290
+ - Limits: 10,000 emails/month, 5 users
291
+ - Features: Custom domains, analytics, priority support
292
+
293
+ ## Enterprise
294
+ - Price: Custom — contact sales@example.com
295
+ - Limits: Unlimited emails, unlimited users
296
+ - Features: SSO, SLA, dedicated account manager
297
+ ```
298
+
299
+ **Why this matters now:**
300
+ - AI agents increasingly compare products programmatically before a human ever visits your site
301
+ - Opaque pricing gets filtered out of AI-mediated buying journeys
302
+ - A simple markdown file is trivially parseable by any LLM — no rendering, no JavaScript, no login walls
303
+ - Same principle as `robots.txt` (for crawlers), `llms.txt` (for AI context), and `AGENTS.md` (for agent capabilities)
304
+
305
+ **Best practices:**
306
+ - Use consistent units (monthly vs. annual, per-seat vs. flat)
307
+ - Include specific limits and thresholds, not just feature names
308
+ - List what's included at each tier, not just what's different
309
+ - Keep it updated — stale pricing is worse than no file
310
+ - Link to it from your sitemap and main pricing page
311
+
312
+ **`/llms.txt`** — Context file for AI systems (see [llmstxt.org](https://llmstxt.org))
313
+
314
+ If you don't have one yet, add an `llms.txt` that gives AI systems a quick overview of what your product does, who it's for, and links to key pages (including your pricing).
315
+
316
+ **`/okf/` — Open Knowledge Format bundle (Google-backed, v0.1)**
317
+
318
+ Google [introduced OKF](https://cloud.google.com/blog/products/data-analytics/how-the-open-knowledge-format-can-improve-data-sharing) in June 2026 — a markdown spec for representing site content as a directory of cross-linked files with YAML frontmatter, agent-readable without scraping. Built primarily for data-team catalog metadata; the site-readable-by-agents repurposing was popularized by Suganthan Mohanadasan. No confirmed AI-search ranking signal today — treat it as protocol-layer registration like early schema.org. **For the full breakdown, implementation paths (free generator, WordPress plugin, by-hand), hosting guidance, and when to skip, see [references/okf.md](references/okf.md).**
319
+
320
+ ### Schema Markup for AI
321
+
322
+ Structured data helps AI systems understand your content. Key schemas:
323
+
324
+ | Content Type | Schema | Why It Helps |
325
+ |-------------|--------|-------------|
326
+ | Articles/Blog posts | `Article`, `BlogPosting` | Author, date, topic identification |
327
+ | How-to content | `HowTo` | Step extraction for process queries |
328
+ | FAQs | `FAQPage` | Direct Q&A extraction |
329
+ | Products | `Product` | Pricing, features, reviews |
330
+ | Comparisons | `ItemList` | Structured comparison data |
331
+ | Reviews | `Review`, `AggregateRating` | Trust signals |
332
+ | Organization | `Organization` | Entity recognition |
333
+
334
+ Content with proper schema shows 30-40% higher AI visibility on non-Google AI engines. **Google's note**: structured data is "not required for generative AI search" but is recommended for overall SEO strategy. For implementation, use the **schema** skill.
335
+
336
+ ---
337
+
338
+ ## Agentic Experiences
339
+
340
+ Beyond AI search engines summarizing content, autonomous agents are starting to access sites directly — clicking, reading, comparing, even buying on behalf of users. Google's guide flags this as an emerging category to plan for.
341
+
342
+ **How agents access your site:**
343
+ - **Visual rendering** — they screenshot/read the page like a user would
344
+ - **DOM inspection** — they parse the page's HTML structure
345
+ - **Accessibility tree** — they rely on the same semantic information assistive tech uses (labels, roles, landmarks, headings)
346
+
347
+ **What to do:**
348
+ - **Render meaningful content without heavy JS gymnastics** — if the page is blank until 4 frameworks finish loading, agents see blank
349
+ - **Semantic HTML** — use `<main>`, `<nav>`, `<article>`, `<button>`, proper heading hierarchy, `alt` text on images
350
+ - **Clean accessibility tree** — every interactive element labelled; ARIA used correctly (or not at all when native HTML suffices)
351
+ - **Stable selectors / predictable layouts** — agents struggle with sites that re-render every interaction
352
+ - **Visible pricing, specs, contact info** — anything an agent would need to make a buying recommendation should be on a public, indexable page (this is where `/pricing.md` and similar files help)
353
+
354
+ **Emerging — Universal Commerce Protocol (UCP):**
355
+ Google references UCP as a forthcoming protocol that will give agents standardized hooks for commerce interactions (catalog discovery, pricing, checkout). Watch for adoption; for now, the structural recommendations above are the precursor.
356
+
357
+ For ecom and local business specifically, Google highlights:
358
+ - **Merchant Center feeds** + **Google Business Profile** for product/service visibility in AI Search
359
+ - **Business Agent** for conversational customer engagement (where applicable)
360
+
361
+ ---
362
+
363
+ ## Content Types That Get Cited Most
364
+
365
+ Not all content is equally citable. Prioritize these formats:
366
+
367
+ | Content Type | Citation Share | Why AI Cites It |
368
+ |-------------|:------------:|----------------|
369
+ | **Comparison articles** | ~33% | Structured, balanced, high-intent |
370
+ | **Definitive guides** | ~15% | Comprehensive, authoritative |
371
+ | **Original research/data** | ~12% | Unique, citable statistics |
372
+ | **Best-of/listicles** | ~10% | Clear structure, entity-rich |
373
+ | **Product pages** | ~10% | Specific details AI can extract |
374
+ | **How-to guides** | ~8% | Step-by-step structure |
375
+ | **Opinion/analysis** | ~10% | Expert perspective, quotable |
376
+
377
+ **Underperformers for AI citation:**
378
+ - Generic blog posts without structure
379
+ - Thin product pages with marketing fluff
380
+ - Gated content (AI can't access it)
381
+ - Content without dates or author attribution
382
+ - PDF-only content (harder for AI to parse)
383
+
384
+ ---
385
+
386
+ ## Monitoring AI Visibility
387
+
388
+ ### What to Track
389
+
390
+ | Metric | What It Measures | How to Check |
391
+ |--------|-----------------|-------------|
392
+ | AI Overview presence | Do AI Overviews appear for your queries? | Manual check or Semrush/Ahrefs |
393
+ | Brand citation rate | How often you're cited in AI answers | AI visibility tools (see below) |
394
+ | Share of AI voice | Your citations vs. competitors | Peec AI, Otterly, ZipTie |
395
+ | Citation sentiment | How AI describes your brand | Manual review + monitoring tools |
396
+ | Source attribution | Which of your pages get cited | Track referral traffic from AI sources |
397
+
398
+ ### AI Visibility Monitoring Tools
399
+
400
+ | Tool | Coverage | Best For |
401
+ |------|----------|----------|
402
+ | **Otterly AI** | ChatGPT, Perplexity, Google AI Overviews | Share of AI voice tracking |
403
+ | **Peec AI** | ChatGPT, Gemini, Perplexity, Claude, Copilot+ | Multi-platform monitoring at scale |
404
+ | **ZipTie** | Google AI Overviews, ChatGPT, Perplexity | Brand mention + sentiment tracking |
405
+ | **LLMrefs** | ChatGPT, Perplexity, AI Overviews, Gemini | SEO keyword → AI visibility mapping |
406
+
407
+ ### DIY Monitoring (No Tools)
408
+
409
+ Monthly manual check:
410
+ 1. Pick your top 20 queries
411
+ 2. Run each through ChatGPT, Perplexity, and Google
412
+ 3. Record: Are you cited? Who is? What page?
413
+ 4. Log in a spreadsheet, track month-over-month
414
+
415
+ ### Search Console expectations
416
+
417
+ Google's guide is explicit: **there is no AI-specific Search Console reporting**. AI Overviews and AI Mode use core Search ranking, so the standard Search Console reports (Performance, Coverage, Core Web Vitals) are still what you measure with for Google. The third-party tools above are the only way to see cross-platform AI citation behavior.
418
+
419
+ ---
420
+
421
+ ## What NOT to Do
422
+
423
+ Google's guide calls these out explicitly — they hurt across both traditional Search and AI features.
424
+
425
+ 1. **Write separate content "for AI"**. Same content should serve people and AI. Writing variants targeted at AI systems risks the **scaled content abuse spam policy** — Google's words.
426
+ 2. **Chunk pages into AI-bait fragments**. Google's guide is direct: *"Don't break your content into tiny pieces for AI to better understand it."* Use normal paragraph + heading structure.
427
+ 3. **Generate at scale for ranking manipulation**. AI-generated content is fine *if* it meets Search Essentials and spam policies. Mass-producing thin variations does not.
428
+ 4. **Pursue inauthentic mentions**. Don't fabricate citations or bulk-spam Reddit/Wikipedia for AI visibility. Real participation only.
429
+ 5. **Block AI crawlers if you want citation**. Blocking GPTBot, PerplexityBot, ClaudeBot, Google-Extended means those engines literally cannot cite you. Block training-only crawlers (CCBot) if you must, not the search-and-cite ones.
430
+ 6. **Hide your main content behind JS that doesn't render**. Both core Search and AI agents need to see your content; JS-only rendering loses both audiences.
431
+ 7. **Skip E-E-A-T fundamentals**. Author identity, first-hand experience, expertise signals, transparent sourcing — Google's guide leans heavily on these for AI features.
432
+
433
+ ---
434
+
435
+ ## AI SEO by Content Type
436
+
437
+ For tactical guidance on SaaS product pages, blog content, comparison/alternative pages, documentation, and local/ecom (Google's emphasis on Merchant Center + Business Profile), see [references/content-types.md](references/content-types.md).
438
+
439
+ ---
440
+
441
+ ## Common Mistakes
442
+
443
+ - **Ignoring AI search entirely** — ~45% of Google searches now show AI Overviews, and ChatGPT/Perplexity are growing fast
444
+ - **Treating AI SEO as separate from SEO** — Good traditional SEO is the foundation; AI SEO adds structure and authority on top
445
+ - **Writing for AI, not humans** — If content reads like it was written to game an algorithm, it won't get cited or convert
446
+ - **No freshness signals** — Undated content loses to dated content because AI systems weight recency heavily. Show when content was last updated
447
+ - **Gating all content** — AI can't access gated content. Keep your most authoritative content open
448
+ - **Ignoring third-party presence** — You may get more AI citations from a Wikipedia mention than from your own blog
449
+ - **No structured data** — Schema markup gives AI systems structured context about your content
450
+ - **Keyword stuffing** — Unlike traditional SEO where it's just ineffective, keyword stuffing actively reduces AI visibility by 10% (Princeton GEO study)
451
+ - **Hiding pricing behind "contact sales" or JS-rendered pages** — AI agents evaluating your product on behalf of buyers can't parse what they can't read. Add a `/pricing.md` file
452
+ - **Blocking AI bots** — If GPTBot, PerplexityBot, or ClaudeBot are blocked in robots.txt, those platforms can't cite you
453
+ - **Generic content without data** — "We're the best" won't get cited. "Our customers see 3x improvement in [metric]" will
454
+ - **Forgetting to monitor** — You can't improve what you don't measure. Check AI visibility monthly at minimum
455
+
456
+ ---
457
+
458
+ ## Tool Integrations
459
+
460
+ For implementation, see the [tools registry](../../tools/REGISTRY.md).
461
+
462
+ | Tool | Use For |
463
+ |------|---------|
464
+ | `semrush` | AI Overview tracking, keyword research, content gap analysis |
465
+ | `ahrefs` | Backlink analysis, content explorer, AI Overview data |
466
+ | `gsc` | Search Console performance data, query tracking |
467
+ | `ga4` | Referral traffic from AI sources |
468
+
469
+ ---
470
+
471
+ ## Task-Specific Questions
472
+
473
+ 1. What are your top 10-20 most important queries?
474
+ 2. Have you checked if AI answers exist for those queries today?
475
+ 3. Do you have structured data (schema markup) on your site?
476
+ 4. What content types do you publish? (Blog, docs, comparisons, etc.)
477
+ 5. Are competitors being cited by AI where you're not?
478
+ 6. Do you have a Wikipedia page or presence on review sites?
479
+
480
+ ---
481
+
482
+ ## Related Skills
483
+
484
+ - **seo-audit**: For traditional technical and on-page SEO audits
485
+ - **schema**: For implementing structured data that helps AI understand your content
486
+ - **content-strategy**: For planning what content to create
487
+ - **competitors**: For building comparison pages that get cited
488
+ - **programmatic-seo**: For building SEO pages at scale
489
+ - **copywriting**: For writing content that's both human-readable and AI-extractable
@@ -0,0 +1,90 @@
1
+ {
2
+ "skill_name": "ai-seo",
3
+ "evals": [
4
+ {
5
+ "id": 1,
6
+ "prompt": "How do I make sure our SaaS product shows up in AI search results? We're a project management tool and we keep getting left out of ChatGPT and Perplexity recommendations when people ask about project management software.",
7
+ "expected_output": "Should check for product-marketing.md first. Should apply the three pillars framework: Structure (make content extractable), Authority (make content citable), Presence (be where AI looks). Should run through the AI Visibility Audit checklist across platforms (Google AI Overviews, ChatGPT, Perplexity, etc.). Should check content extractability (clear definitions, structured comparisons, statistics). Should reference Princeton GEO research findings (citations improve visibility +40%, statistics +37%). Should check AI bot access in robots.txt. Should provide a prioritized action plan.",
8
+ "assertions": [
9
+ "Checks for product-marketing.md",
10
+ "Applies three pillars framework (Structure, Authority, Presence)",
11
+ "Runs AI Visibility Audit across platforms",
12
+ "Checks content extractability",
13
+ "References Princeton GEO research findings",
14
+ "Checks AI bot access in robots.txt",
15
+ "Provides prioritized action plan"
16
+ ],
17
+ "files": []
18
+ },
19
+ {
20
+ "id": 2,
21
+ "prompt": "Should we block AI crawlers like GPTBot and PerplexityBot in our robots.txt? We're worried about content theft.",
22
+ "expected_output": "Should address the AI bot access question directly. Should explain the tradeoff: blocking AI bots prevents training on your content but also prevents AI platforms from citing and recommending you. Should reference the specific bots and their purposes (GPTBot, Google-Extended, PerplexityBot, ClaudeBot, etc.). Should provide the recommended robots.txt configuration. Should explain that blocking may hurt AI visibility more than it protects content. Should provide a nuanced recommendation based on business goals.",
23
+ "assertions": [
24
+ "Addresses the blocking tradeoff directly",
25
+ "Explains impact on AI visibility vs content protection",
26
+ "Lists specific AI bot user agents",
27
+ "Provides recommended robots.txt configuration",
28
+ "Gives nuanced recommendation based on business goals",
29
+ "Explains what each bot does"
30
+ ],
31
+ "files": []
32
+ },
33
+ {
34
+ "id": 3,
35
+ "prompt": "What kind of content gets cited most by AI systems? We want to create content specifically optimized for AI search.",
36
+ "expected_output": "Should reference the content types that get cited most, including comparisons (~33% of AI citations), definitive guides (~15%), and other high-citation content types. Should explain why these formats work (they provide the structured, extractable, authoritative information AI systems need). Should provide specific recommendations for creating AI-optimized content: clear definitions, structured data, original statistics, comparison tables, expert quotes. Should reference the Princeton GEO research on what increases citation probability.",
37
+ "assertions": [
38
+ "References specific content types with citation rates",
39
+ "Mentions comparisons as highest-cited format",
40
+ "Explains why these formats work for AI",
41
+ "Provides specific content creation recommendations",
42
+ "References Princeton GEO research",
43
+ "Mentions structured data, statistics, and clear definitions"
44
+ ],
45
+ "files": []
46
+ },
47
+ {
48
+ "id": 4,
49
+ "prompt": "we noticed our competitors are showing up in google AI overviews but we're not. what do we need to change?",
50
+ "expected_output": "Should trigger on casual phrasing. Should focus specifically on Google AI Overviews visibility. Should explain how AI Overviews selects sources (authoritative, well-structured, directly answers queries). Should run through the Structure pillar checklist: content extractability, heading hierarchy, answer-first format, structured data. Should check Authority signals: domain authority, citations, E-E-A-T. Should recommend specific content structure changes. Should suggest monitoring approach.",
51
+ "assertions": [
52
+ "Triggers on casual phrasing",
53
+ "Focuses on Google AI Overviews specifically",
54
+ "Explains how AI Overviews selects sources",
55
+ "Checks Structure pillar (extractability, headings, answer-first)",
56
+ "Checks Authority signals",
57
+ "Recommends specific content structure changes",
58
+ "Suggests monitoring approach"
59
+ ],
60
+ "files": []
61
+ },
62
+ {
63
+ "id": 5,
64
+ "prompt": "Can you audit our website for AI search readiness? We want to know how visible we are across ChatGPT, Perplexity, Google AI Overviews, and other AI platforms.",
65
+ "expected_output": "Should run the full AI Visibility Audit. Should check each platform in the landscape (Google AI Overviews, ChatGPT, Perplexity, Claude, Gemini, Copilot). Should evaluate all three pillars: Structure (content extractability, JSON-LD, clear definitions), Authority (citations, backlinks, E-E-A-T signals), Presence (AI bot access, platform-specific factors). Should provide findings organized by pillar. Should provide a prioritized action plan with specific fixes.",
66
+ "assertions": [
67
+ "Runs full AI Visibility Audit",
68
+ "Checks multiple AI platforms",
69
+ "Evaluates all three pillars (Structure, Authority, Presence)",
70
+ "Checks content extractability",
71
+ "Checks AI bot access",
72
+ "Provides findings organized by pillar",
73
+ "Provides prioritized action plan"
74
+ ],
75
+ "files": []
76
+ },
77
+ {
78
+ "id": 6,
79
+ "prompt": "Our organic search traffic has dropped 30% this quarter. Can you do a full SEO audit to figure out what's going on?",
80
+ "expected_output": "Should recognize this is a traditional SEO audit request, not specifically an AI SEO task. Should defer to or cross-reference the seo-audit skill, which handles comprehensive traditional SEO audits including crawlability, technical foundations, on-page optimization, and content quality. May mention AI search as one factor to investigate but should make clear that seo-audit is the primary skill for this task.",
81
+ "assertions": [
82
+ "Recognizes this as a traditional SEO audit request",
83
+ "References or defers to seo-audit skill",
84
+ "Does not attempt a full traditional SEO audit using AI SEO patterns",
85
+ "May mention AI search as one factor to consider"
86
+ ],
87
+ "files": []
88
+ }
89
+ ]
90
+ }