arkaos 4.26.0 → 4.28.0

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 (412) hide show
  1. package/README.md +7 -5
  2. package/THE-ARKAOS-GUIDE.md +7 -7
  3. package/VERSION +1 -1
  4. package/arka/SKILL.md +1 -1
  5. package/arka/skills/human-writing/SKILL.md +106 -0
  6. package/arka/skills/human-writing/references/anti-slop-phrases.md +131 -0
  7. package/arka/skills/human-writing/references/checklist.md +66 -0
  8. package/arka/skills/human-writing/references/content-refresh.md +38 -0
  9. package/arka/skills/human-writing/references/plain-english-alternatives.md +394 -0
  10. package/arka/skills/human-writing/references/pt-pt-anti-slop.md +82 -0
  11. package/arka/skills/human-writing/references/stop-slop.LICENSE +21 -0
  12. package/arka/skills/human-writing/references/structural-patterns.md +151 -0
  13. package/config/claude-agents/content-marketer.md +1 -1
  14. package/config/claude-agents/content-strategist.md +1 -1
  15. package/config/claude-agents/eduardo-copy.md +13 -0
  16. package/config/claude-agents/lifecycle-marketer.md +50 -0
  17. package/config/claude-agents/pr-partnerships.md +50 -0
  18. package/config/claude-agents/product-marketer.md +50 -0
  19. package/config/claude-agents/repurpose-distributor.md +1 -1
  20. package/config/claude-agents/sales-copywriter.md +1 -1
  21. package/config/claude-agents/scriptwriter.md +1 -1
  22. package/config/claude-agents/viral-engineer.md +1 -1
  23. package/config/evals/community.yaml +137 -0
  24. package/config/evals/content.yaml +298 -0
  25. package/config/evals/landing.yaml +927 -0
  26. package/config/evals/marketing.yaml +3836 -0
  27. package/config/evals/saas.yaml +616 -0
  28. package/config/evals/sales.yaml +437 -0
  29. package/config/skills-curated.yaml +2 -2
  30. package/config/skills-provenance.yaml +194 -21
  31. package/core/registry/generator.py +7 -0
  32. package/departments/community/SKILL.md +1 -0
  33. package/departments/community/skills/community-marketing/SKILL.md +200 -0
  34. package/departments/content/SKILL.md +1 -0
  35. package/departments/content/agents/content-strategist.yaml +1 -0
  36. package/departments/content/agents/repurpose-distributor.yaml +1 -0
  37. package/departments/content/agents/scriptwriter.yaml +1 -0
  38. package/departments/content/agents/viral-engineer.yaml +1 -0
  39. package/departments/content/skills/image-create/SKILL.md +375 -0
  40. package/departments/content/skills/image-create/references/ai-image-prompting.md +229 -0
  41. package/departments/content/skills/video-produce/SKILL.md +220 -0
  42. package/departments/content/skills/video-produce/references/ai-video-prompting.md +175 -0
  43. package/departments/content/skills/video-produce/references/edit-anatomy.md +84 -0
  44. package/departments/landing/SKILL.md +3 -0
  45. package/departments/landing/agents/sales-copywriter.yaml +1 -0
  46. package/departments/landing/skills/affiliate-bridge/SKILL.md +291 -5
  47. package/departments/landing/skills/affiliate-bridge/references/affiliate-programs.md +167 -0
  48. package/departments/landing/skills/affiliate-bridge/references/program-examples.md +143 -0
  49. package/departments/landing/skills/copy-framework/SKILL.md +241 -0
  50. package/departments/landing/skills/copy-framework/references/copy-frameworks.md +344 -0
  51. package/departments/landing/skills/copy-framework/references/natural-transitions.md +272 -0
  52. package/departments/landing/skills/lead-magnet/SKILL.md +337 -0
  53. package/departments/landing/skills/lead-magnet/references/benchmarks.md +129 -0
  54. package/departments/landing/skills/lead-magnet/references/format-guide.md +196 -0
  55. package/departments/landing/skills/offer-create/SKILL.md +105 -8
  56. package/departments/landing/skills/offer-create/references/bonus-stacking.md +150 -0
  57. package/departments/landing/skills/offer-create/references/examples.md +215 -0
  58. package/departments/landing/skills/offer-create/references/guarantee-design.md +172 -0
  59. package/departments/landing/skills/offer-create/references/offer-anatomy.md +203 -0
  60. package/departments/landing/skills/offer-create/references/offer-formats.md +240 -0
  61. package/departments/landing/skills/offer-create/references/scarcity-urgency.md +175 -0
  62. package/departments/landing/skills/offer-create/references/value-equation.md +134 -0
  63. package/departments/landing/skills/optimize-page/SKILL.md +185 -4
  64. package/departments/landing/skills/optimize-page/references/experiments.md +248 -0
  65. package/departments/landing/skills/optimize-page/references/form.md +422 -0
  66. package/departments/landing/skills/page-architect/SKILL.md +373 -5
  67. package/departments/landing/skills/page-architect/references/mermaid-templates.md +216 -0
  68. package/departments/landing/skills/page-architect/references/navigation-patterns.md +305 -0
  69. package/departments/landing/skills/page-architect/references/site-type-templates.md +293 -0
  70. package/departments/landing/skills/popup-design/SKILL.md +481 -0
  71. package/departments/landing/skills/signup-optimize/SKILL.md +385 -0
  72. package/departments/marketing/SKILL.md +22 -1
  73. package/departments/marketing/agents/content-marketer.yaml +1 -0
  74. package/departments/marketing/agents/growth-marketing/lifecycle-marketer.yaml +75 -0
  75. package/departments/marketing/agents/growth-marketing/pr-partnerships.yaml +74 -0
  76. package/departments/marketing/agents/growth-marketing/product-marketer.yaml +79 -0
  77. package/departments/marketing/agents/marketing-director.yaml +1 -0
  78. package/departments/marketing/skills/ab-test/SKILL.md +322 -3
  79. package/departments/marketing/skills/ab-test/references/sample-size-guide.md +263 -0
  80. package/departments/marketing/skills/ab-test/references/test-templates.md +277 -0
  81. package/departments/marketing/skills/ad-creative/SKILL.md +451 -0
  82. package/departments/marketing/skills/ad-creative/references/creative-review-page.md +106 -0
  83. package/departments/marketing/skills/ad-creative/references/creative-roadmap.md +118 -0
  84. package/departments/marketing/skills/ad-creative/references/generative-tools.md +637 -0
  85. package/departments/marketing/skills/ad-creative/references/hook-system.md +115 -0
  86. package/departments/marketing/skills/ad-creative/references/imessage-video-ads.md +201 -0
  87. package/departments/marketing/skills/ad-creative/references/motion-video-ads.md +126 -0
  88. package/departments/marketing/skills/ad-creative/references/platform-specs.md +213 -0
  89. package/departments/marketing/skills/ad-creative/references/static-ad-templates.md +200 -0
  90. package/departments/marketing/skills/ai-seo/SKILL.md +520 -0
  91. package/departments/marketing/skills/ai-seo/references/citations-vs-recommendations.md +85 -0
  92. package/departments/marketing/skills/ai-seo/references/content-patterns.md +287 -0
  93. package/departments/marketing/skills/ai-seo/references/content-types.md +71 -0
  94. package/departments/marketing/skills/ai-seo/references/okf.md +104 -0
  95. package/departments/marketing/skills/ai-seo/references/platform-ranking-factors.md +154 -0
  96. package/departments/marketing/skills/analytics-report/SKILL.md +310 -1
  97. package/departments/marketing/skills/analytics-report/references/event-library.md +260 -0
  98. package/departments/marketing/skills/analytics-report/references/ga4-implementation.md +300 -0
  99. package/departments/marketing/skills/analytics-report/references/gtm-implementation.md +390 -0
  100. package/departments/marketing/skills/aso/SKILL.md +336 -0
  101. package/departments/marketing/skills/aso/references/apple-specs.md +107 -0
  102. package/departments/marketing/skills/aso/references/benchmarks.md +129 -0
  103. package/departments/marketing/skills/aso/references/google-play-specs.md +131 -0
  104. package/departments/marketing/skills/aso/references/report-template.md +213 -0
  105. package/departments/marketing/skills/aso/references/scoring-criteria.md +213 -0
  106. package/departments/marketing/skills/co-marketing/SKILL.md +316 -0
  107. package/departments/marketing/skills/cold-email/SKILL.md +80 -0
  108. package/departments/marketing/skills/cold-email/references/benchmarks.md +83 -0
  109. package/departments/marketing/skills/cold-email/references/follow-up-sequences.md +81 -0
  110. package/departments/marketing/skills/cold-email/references/frameworks.md +90 -0
  111. package/departments/marketing/skills/cold-email/references/personalization.md +79 -0
  112. package/departments/marketing/skills/cold-email/references/subject-lines.md +53 -0
  113. package/departments/marketing/skills/competitor-analysis/SKILL.md +262 -5
  114. package/departments/marketing/skills/competitor-analysis/references/content-architecture.md +271 -0
  115. package/departments/marketing/skills/competitor-analysis/references/templates.md +223 -0
  116. package/departments/marketing/skills/competitor-profile/SKILL.md +447 -0
  117. package/departments/marketing/skills/competitor-profile/references/templates.md +167 -0
  118. package/departments/marketing/skills/competitor-profile/references/tool-reference.md +179 -0
  119. package/departments/marketing/skills/content-strategy/SKILL.md +398 -0
  120. package/departments/marketing/skills/content-strategy/references/headless-cms.md +194 -0
  121. package/departments/marketing/skills/council/SKILL.md +185 -0
  122. package/departments/marketing/skills/council/references/advisor-template.md +51 -0
  123. package/departments/marketing/skills/council/references/advisors/alex-hormozi.md +43 -0
  124. package/departments/marketing/skills/council/references/advisors/ann-handley.md +43 -0
  125. package/departments/marketing/skills/council/references/advisors/april-dunford.md +41 -0
  126. package/departments/marketing/skills/council/references/advisors/byron-sharp.md +43 -0
  127. package/departments/marketing/skills/council/references/advisors/claude-hopkins.md +42 -0
  128. package/departments/marketing/skills/council/references/advisors/david-ogilvy.md +42 -0
  129. package/departments/marketing/skills/council/references/advisors/eugene-schwartz.md +42 -0
  130. package/departments/marketing/skills/council/references/advisors/gary-halbert.md +43 -0
  131. package/departments/marketing/skills/council/references/advisors/gary-vaynerchuk.md +43 -0
  132. package/departments/marketing/skills/council/references/advisors/rory-sutherland.md +42 -0
  133. package/departments/marketing/skills/council/references/advisors/russell-brunson.md +43 -0
  134. package/departments/marketing/skills/council/references/advisors/seth-godin.md +43 -0
  135. package/departments/marketing/skills/customer-research/SKILL.md +318 -0
  136. package/departments/marketing/skills/customer-research/references/source-guides.md +401 -0
  137. package/departments/marketing/skills/directory-submit/SKILL.md +409 -0
  138. package/departments/marketing/skills/directory-submit/references/directory-list.md +477 -0
  139. package/departments/marketing/skills/directory-submit/references/positioning-variations.md +232 -0
  140. package/departments/marketing/skills/directory-submit/references/submission-tracker-template.csv +266 -0
  141. package/departments/marketing/skills/email-sequence/SKILL.md +309 -2
  142. package/departments/marketing/skills/email-sequence/references/copy-guidelines.md +113 -0
  143. package/departments/marketing/skills/email-sequence/references/email-types.md +515 -0
  144. package/departments/marketing/skills/email-sequence/references/sequence-templates.md +168 -0
  145. package/departments/marketing/skills/free-tools/SKILL.md +203 -0
  146. package/departments/marketing/skills/free-tools/references/tool-types.md +217 -0
  147. package/departments/marketing/skills/marketing-ideas/SKILL.md +191 -0
  148. package/departments/marketing/skills/marketing-ideas/references/ideas-by-category.md +366 -0
  149. package/departments/marketing/skills/marketing-loops/SKILL.md +136 -0
  150. package/departments/marketing/skills/marketing-loops/references/loop-catalog.md +687 -0
  151. package/departments/marketing/skills/marketing-loops/references/loop-guardrails.md +73 -0
  152. package/departments/marketing/skills/marketing-loops/references/loop-orchestration.md +69 -0
  153. package/departments/marketing/skills/marketing-loops/references/loop-state.md +67 -0
  154. package/departments/marketing/skills/marketing-loops/references/loop-template.md +79 -0
  155. package/departments/marketing/skills/marketing-plan/SKILL.md +302 -0
  156. package/departments/marketing/skills/marketing-plan/references/aarrr-framework.md +180 -0
  157. package/departments/marketing/skills/marketing-plan/references/budget-planning.md +168 -0
  158. package/departments/marketing/skills/marketing-plan/references/client-types.md +373 -0
  159. package/departments/marketing/skills/marketing-plan/references/current-state-rubric.md +255 -0
  160. package/departments/marketing/skills/marketing-plan/references/example-quietude.md +972 -0
  161. package/departments/marketing/skills/marketing-plan/references/funding-stage-unlocks.md +230 -0
  162. package/departments/marketing/skills/marketing-plan/references/growth-patterns.md +148 -0
  163. package/departments/marketing/skills/marketing-plan/references/idea-cross-reference.md +265 -0
  164. package/departments/marketing/skills/marketing-plan/references/measurement-framework.md +213 -0
  165. package/departments/marketing/skills/marketing-plan/references/methodology.md +363 -0
  166. package/departments/marketing/skills/marketing-plan/references/ops-stack-mapping.md +197 -0
  167. package/departments/marketing/skills/marketing-plan/references/plan-template.md +494 -0
  168. package/departments/marketing/skills/marketing-plan/references/team-and-agency-model.md +278 -0
  169. package/departments/marketing/skills/marketing-psychology/SKILL.md +479 -0
  170. package/departments/marketing/skills/paid-campaign/SKILL.md +452 -3
  171. package/departments/marketing/skills/paid-campaign/references/abm-playbook.md +93 -0
  172. package/departments/marketing/skills/paid-campaign/references/ad-copy-templates.md +207 -0
  173. package/departments/marketing/skills/paid-campaign/references/audience-targeting.md +243 -0
  174. package/departments/marketing/skills/paid-campaign/references/b2b-paid-playbook.md +115 -0
  175. package/departments/marketing/skills/paid-campaign/references/conversion-tracking.md +361 -0
  176. package/departments/marketing/skills/paid-campaign/references/google-search-playbook.md +120 -0
  177. package/departments/marketing/skills/paid-campaign/references/linkedin-b2b-playbook.md +107 -0
  178. package/departments/marketing/skills/paid-campaign/references/meta-decision-system.md +143 -0
  179. package/departments/marketing/skills/paid-campaign/references/platform-setup-checklists.md +277 -0
  180. package/departments/marketing/skills/paid-campaign/references/rsa-output-spec.md +88 -0
  181. package/departments/marketing/skills/product-marketing/SKILL.md +141 -0
  182. package/departments/marketing/skills/programmatic-seo/SKILL.md +74 -3
  183. package/departments/marketing/skills/programmatic-seo/references/playbooks.md +308 -0
  184. package/departments/marketing/skills/public-relations/SKILL.md +167 -0
  185. package/departments/marketing/skills/public-relations/references/journalist-pitching.md +368 -0
  186. package/departments/marketing/skills/public-relations/references/media-outlets.md +207 -0
  187. package/departments/marketing/skills/public-relations/references/newsjacking.md +218 -0
  188. package/departments/marketing/skills/public-relations/references/press-platforms.md +188 -0
  189. package/departments/marketing/skills/schema-markup/SKILL.md +203 -0
  190. package/departments/marketing/skills/schema-markup/references/schema-examples.md +398 -0
  191. package/departments/marketing/skills/seo-audit/SKILL.md +470 -1
  192. package/departments/marketing/skills/seo-audit/references/ai-writing-detection.md +200 -0
  193. package/departments/marketing/skills/seo-audit/references/international-seo.md +230 -0
  194. package/departments/marketing/skills/sms-campaign/SKILL.md +363 -0
  195. package/departments/marketing/skills/sms-campaign/references/compliance.md +202 -0
  196. package/departments/marketing/skills/sms-campaign/references/platforms.md +318 -0
  197. package/departments/marketing/skills/sms-campaign/references/sequence-templates.md +282 -0
  198. package/departments/marketing/skills/social-strategy/SKILL.md +414 -3
  199. package/departments/marketing/skills/social-strategy/references/carousel-frameworks.md +141 -0
  200. package/departments/marketing/skills/social-strategy/references/listening-sources-template.md +123 -0
  201. package/departments/marketing/skills/social-strategy/references/listening.md +283 -0
  202. package/departments/marketing/skills/social-strategy/references/platform-limits.md +110 -0
  203. package/departments/marketing/skills/social-strategy/references/platforms.md +170 -0
  204. package/departments/marketing/skills/social-strategy/references/post-templates.md +179 -0
  205. package/departments/marketing/skills/social-strategy/references/reverse-engineering.md +195 -0
  206. package/departments/marketing/skills/social-strategy/references/short-form-video.md +237 -0
  207. package/departments/marketing/squad.yaml +10 -1
  208. package/departments/marketing/tools/LICENSE +21 -0
  209. package/departments/marketing/tools/REGISTRY.md +590 -0
  210. package/departments/marketing/tools/clis/README.md +198 -0
  211. package/departments/marketing/tools/clis/activecampaign.js +435 -0
  212. package/departments/marketing/tools/clis/adobe-analytics.js +161 -0
  213. package/departments/marketing/tools/clis/ahrefs.js +192 -0
  214. package/departments/marketing/tools/clis/airops.js +163 -0
  215. package/departments/marketing/tools/clis/amplitude.js +182 -0
  216. package/departments/marketing/tools/clis/apollo.js +142 -0
  217. package/departments/marketing/tools/clis/beehiiv.js +245 -0
  218. package/departments/marketing/tools/clis/brevo.js +368 -0
  219. package/departments/marketing/tools/clis/buffer.js +260 -0
  220. package/departments/marketing/tools/clis/calendly.js +253 -0
  221. package/departments/marketing/tools/clis/clay.js +159 -0
  222. package/departments/marketing/tools/clis/clearbit.js +163 -0
  223. package/departments/marketing/tools/clis/close.js +232 -0
  224. package/departments/marketing/tools/clis/coupler.js +173 -0
  225. package/departments/marketing/tools/clis/crossbeam.js +193 -0
  226. package/departments/marketing/tools/clis/customer-io.js +205 -0
  227. package/departments/marketing/tools/clis/dataforseo.js +257 -0
  228. package/departments/marketing/tools/clis/demio.js +149 -0
  229. package/departments/marketing/tools/clis/dub.js +158 -0
  230. package/departments/marketing/tools/clis/exa.js +147 -0
  231. package/departments/marketing/tools/clis/g2.js +186 -0
  232. package/departments/marketing/tools/clis/ga4.js +194 -0
  233. package/departments/marketing/tools/clis/github-prospects.js +257 -0
  234. package/departments/marketing/tools/clis/google-ads.js +189 -0
  235. package/departments/marketing/tools/clis/google-search-console.js +166 -0
  236. package/departments/marketing/tools/clis/hotjar.js +167 -0
  237. package/departments/marketing/tools/clis/hunter.js +249 -0
  238. package/departments/marketing/tools/clis/instantly.js +270 -0
  239. package/departments/marketing/tools/clis/intercom.js +399 -0
  240. package/departments/marketing/tools/clis/keywords-everywhere.js +185 -0
  241. package/departments/marketing/tools/clis/kit.js +232 -0
  242. package/departments/marketing/tools/clis/klaviyo.js +348 -0
  243. package/departments/marketing/tools/clis/lemlist.js +221 -0
  244. package/departments/marketing/tools/clis/linkedin-ads.js +185 -0
  245. package/departments/marketing/tools/clis/livestorm.js +292 -0
  246. package/departments/marketing/tools/clis/mailchimp.js +220 -0
  247. package/departments/marketing/tools/clis/mention-me.js +161 -0
  248. package/departments/marketing/tools/clis/meta-ads.js +181 -0
  249. package/departments/marketing/tools/clis/mixpanel.js +248 -0
  250. package/departments/marketing/tools/clis/onesignal.js +241 -0
  251. package/departments/marketing/tools/clis/optimizely.js +233 -0
  252. package/departments/marketing/tools/clis/outreach.js +213 -0
  253. package/departments/marketing/tools/clis/paddle.js +385 -0
  254. package/departments/marketing/tools/clis/partnerstack.js +382 -0
  255. package/departments/marketing/tools/clis/pendo.js +221 -0
  256. package/departments/marketing/tools/clis/plausible.js +249 -0
  257. package/departments/marketing/tools/clis/postmark.js +375 -0
  258. package/departments/marketing/tools/clis/rankparse.js +196 -0
  259. package/departments/marketing/tools/clis/resend.js +370 -0
  260. package/departments/marketing/tools/clis/rewardful.js +160 -0
  261. package/departments/marketing/tools/clis/savvycal.js +223 -0
  262. package/departments/marketing/tools/clis/segment.js +192 -0
  263. package/departments/marketing/tools/clis/semrush.js +207 -0
  264. package/departments/marketing/tools/clis/sendgrid.js +211 -0
  265. package/departments/marketing/tools/clis/similarweb.js +214 -0
  266. package/departments/marketing/tools/clis/snov.js +237 -0
  267. package/departments/marketing/tools/clis/supermetrics.js +169 -0
  268. package/departments/marketing/tools/clis/tiktok-ads.js +190 -0
  269. package/departments/marketing/tools/clis/tolt.js +153 -0
  270. package/departments/marketing/tools/clis/trustpilot.js +276 -0
  271. package/departments/marketing/tools/clis/typeform.js +269 -0
  272. package/departments/marketing/tools/clis/wistia.js +301 -0
  273. package/departments/marketing/tools/clis/zapier.js +165 -0
  274. package/departments/marketing/tools/clis/zoominfo.js +223 -0
  275. package/departments/marketing/tools/composio/README.md +105 -0
  276. package/departments/marketing/tools/composio/marketing-tools.md +91 -0
  277. package/departments/marketing/tools/integrations/activecampaign.md +337 -0
  278. package/departments/marketing/tools/integrations/adobe-analytics.md +156 -0
  279. package/departments/marketing/tools/integrations/ahrefs.md +142 -0
  280. package/departments/marketing/tools/integrations/airops.md +128 -0
  281. package/departments/marketing/tools/integrations/amplitude.md +135 -0
  282. package/departments/marketing/tools/integrations/apollo.md +148 -0
  283. package/departments/marketing/tools/integrations/attentive.md +152 -0
  284. package/departments/marketing/tools/integrations/audiencetap.md +125 -0
  285. package/departments/marketing/tools/integrations/beehiiv.md +157 -0
  286. package/departments/marketing/tools/integrations/brevo.md +268 -0
  287. package/departments/marketing/tools/integrations/browserbase.md +111 -0
  288. package/departments/marketing/tools/integrations/buffer.md +138 -0
  289. package/departments/marketing/tools/integrations/calendly.md +161 -0
  290. package/departments/marketing/tools/integrations/clay.md +149 -0
  291. package/departments/marketing/tools/integrations/clearbit.md +142 -0
  292. package/departments/marketing/tools/integrations/close.md +191 -0
  293. package/departments/marketing/tools/integrations/cogny.md +153 -0
  294. package/departments/marketing/tools/integrations/composio.md +190 -0
  295. package/departments/marketing/tools/integrations/contentful.md +160 -0
  296. package/departments/marketing/tools/integrations/coupler.md +142 -0
  297. package/departments/marketing/tools/integrations/crossbeam.md +137 -0
  298. package/departments/marketing/tools/integrations/customer-io.md +187 -0
  299. package/departments/marketing/tools/integrations/dataforseo.md +165 -0
  300. package/departments/marketing/tools/integrations/demio.md +182 -0
  301. package/departments/marketing/tools/integrations/dub-co.md +160 -0
  302. package/departments/marketing/tools/integrations/exa.md +145 -0
  303. package/departments/marketing/tools/integrations/firecrawl.md +144 -0
  304. package/departments/marketing/tools/integrations/firehose.md +159 -0
  305. package/departments/marketing/tools/integrations/g2.md +179 -0
  306. package/departments/marketing/tools/integrations/ga4.md +126 -0
  307. package/departments/marketing/tools/integrations/github.md +182 -0
  308. package/departments/marketing/tools/integrations/gong.md +144 -0
  309. package/departments/marketing/tools/integrations/google-ads.md +159 -0
  310. package/departments/marketing/tools/integrations/google-search-console.md +147 -0
  311. package/departments/marketing/tools/integrations/heygen.md +126 -0
  312. package/departments/marketing/tools/integrations/hotjar.md +147 -0
  313. package/departments/marketing/tools/integrations/hubspot.md +178 -0
  314. package/departments/marketing/tools/integrations/hunter.md +90 -0
  315. package/departments/marketing/tools/integrations/hyperframes.md +180 -0
  316. package/departments/marketing/tools/integrations/instantly.md +104 -0
  317. package/departments/marketing/tools/integrations/intercom.md +292 -0
  318. package/departments/marketing/tools/integrations/introw.md +182 -0
  319. package/departments/marketing/tools/integrations/keywords-everywhere.md +207 -0
  320. package/departments/marketing/tools/integrations/kit.md +167 -0
  321. package/departments/marketing/tools/integrations/klaviyo.md +228 -0
  322. package/departments/marketing/tools/integrations/lemlist.md +110 -0
  323. package/departments/marketing/tools/integrations/linkedin-ads.md +164 -0
  324. package/departments/marketing/tools/integrations/livestorm.md +313 -0
  325. package/departments/marketing/tools/integrations/mailchimp.md +150 -0
  326. package/departments/marketing/tools/integrations/mention-me.md +160 -0
  327. package/departments/marketing/tools/integrations/meta-ads.md +147 -0
  328. package/departments/marketing/tools/integrations/mixpanel.md +137 -0
  329. package/departments/marketing/tools/integrations/nitrosend.md +113 -0
  330. package/departments/marketing/tools/integrations/onesignal.md +229 -0
  331. package/departments/marketing/tools/integrations/optimizely.md +171 -0
  332. package/departments/marketing/tools/integrations/outreach.md +172 -0
  333. package/departments/marketing/tools/integrations/paddle.md +212 -0
  334. package/departments/marketing/tools/integrations/partnerstack.md +222 -0
  335. package/departments/marketing/tools/integrations/pendo.md +208 -0
  336. package/departments/marketing/tools/integrations/plausible.md +177 -0
  337. package/departments/marketing/tools/integrations/plivo.md +140 -0
  338. package/departments/marketing/tools/integrations/posthog.md +151 -0
  339. package/departments/marketing/tools/integrations/postmark.md +234 -0
  340. package/departments/marketing/tools/integrations/postscript.md +126 -0
  341. package/departments/marketing/tools/integrations/rankparse.md +257 -0
  342. package/departments/marketing/tools/integrations/rb2b.md +110 -0
  343. package/departments/marketing/tools/integrations/resend.md +212 -0
  344. package/departments/marketing/tools/integrations/rewardful.md +147 -0
  345. package/departments/marketing/tools/integrations/salesforce.md +150 -0
  346. package/departments/marketing/tools/integrations/sanity.md +148 -0
  347. package/departments/marketing/tools/integrations/savvycal.md +181 -0
  348. package/departments/marketing/tools/integrations/segment.md +159 -0
  349. package/departments/marketing/tools/integrations/semrush.md +121 -0
  350. package/departments/marketing/tools/integrations/sendgrid.md +161 -0
  351. package/departments/marketing/tools/integrations/sequenzy.md +306 -0
  352. package/departments/marketing/tools/integrations/shopify.md +176 -0
  353. package/departments/marketing/tools/integrations/similarweb.md +150 -0
  354. package/departments/marketing/tools/integrations/snov.md +94 -0
  355. package/departments/marketing/tools/integrations/sparktoro.md +127 -0
  356. package/departments/marketing/tools/integrations/strapi.md +167 -0
  357. package/departments/marketing/tools/integrations/stripe.md +148 -0
  358. package/departments/marketing/tools/integrations/supermetrics.md +145 -0
  359. package/departments/marketing/tools/integrations/tiktok-ads.md +161 -0
  360. package/departments/marketing/tools/integrations/tolt.md +144 -0
  361. package/departments/marketing/tools/integrations/truelist.md +184 -0
  362. package/departments/marketing/tools/integrations/trustpilot.md +191 -0
  363. package/departments/marketing/tools/integrations/twilio.md +152 -0
  364. package/departments/marketing/tools/integrations/typeform.md +190 -0
  365. package/departments/marketing/tools/integrations/webflow.md +198 -0
  366. package/departments/marketing/tools/integrations/wistia.md +164 -0
  367. package/departments/marketing/tools/integrations/wordpress.md +175 -0
  368. package/departments/marketing/tools/integrations/zapier.md +244 -0
  369. package/departments/marketing/tools/integrations/zoominfo.md +191 -0
  370. package/departments/quality/agents/copy-director.yaml +1 -0
  371. package/departments/saas/SKILL.md +1 -0
  372. package/departments/saas/skills/churn-analysis/SKILL.md +421 -4
  373. package/departments/saas/skills/churn-analysis/references/cancel-flow-patterns.md +316 -0
  374. package/departments/saas/skills/churn-analysis/references/dunning-playbook.md +408 -0
  375. package/departments/saas/skills/launch-execute/SKILL.md +346 -4
  376. package/departments/saas/skills/onboarding-optimize/SKILL.md +218 -4
  377. package/departments/saas/skills/onboarding-optimize/references/experiments.md +258 -0
  378. package/departments/saas/skills/paywall-design/SKILL.md +256 -0
  379. package/departments/saas/skills/paywall-design/references/experiments.md +164 -0
  380. package/departments/saas/skills/pricing-strategy/SKILL.md +224 -0
  381. package/departments/saas/skills/pricing-strategy/references/research-methods.md +152 -0
  382. package/departments/saas/skills/pricing-strategy/references/tier-structure.md +232 -0
  383. package/departments/sales/SKILL.md +3 -0
  384. package/departments/sales/skills/prospecting/SKILL.md +297 -0
  385. package/departments/sales/skills/prospecting/references/b2b-prospecting.md +106 -0
  386. package/departments/sales/skills/prospecting/references/compliance.md +123 -0
  387. package/departments/sales/skills/prospecting/references/data-sources.md +287 -0
  388. package/departments/sales/skills/prospecting/references/demand-signals.md +129 -0
  389. package/departments/sales/skills/prospecting/references/local-prospecting.md +165 -0
  390. package/departments/sales/skills/prospecting/references/saas-prospecting.md +123 -0
  391. package/departments/sales/skills/revops/SKILL.md +379 -0
  392. package/departments/sales/skills/revops/references/automation-playbooks.md +290 -0
  393. package/departments/sales/skills/revops/references/lifecycle-definitions.md +278 -0
  394. package/departments/sales/skills/revops/references/routing-rules.md +203 -0
  395. package/departments/sales/skills/revops/references/scoring-models.md +247 -0
  396. package/departments/sales/skills/sales-enablement/SKILL.md +396 -0
  397. package/departments/sales/skills/sales-enablement/references/deck-frameworks.md +263 -0
  398. package/departments/sales/skills/sales-enablement/references/demo-scripts.md +355 -0
  399. package/departments/sales/skills/sales-enablement/references/objection-library.md +270 -0
  400. package/departments/sales/skills/sales-enablement/references/one-pager-templates.md +208 -0
  401. package/harness/codex/AGENTS.md +8 -8
  402. package/harness/copilot/copilot-instructions.md +8 -8
  403. package/harness/cursor/rules/arkaos.mdc +9 -9
  404. package/harness/gemini/GEMINI.md +8 -8
  405. package/harness/opencode/AGENTS.md +8 -8
  406. package/harness/zed/.rules +8 -8
  407. package/knowledge/agents-registry-v2.json +170 -8
  408. package/knowledge/commands-registry.json +693 -99
  409. package/knowledge/skills-manifest.json +459 -20
  410. package/package.json +1 -1
  411. package/pyproject.toml +1 -1
  412. package/scripts/tools/evals_import.py +183 -0
@@ -10,6 +10,10 @@ description: >
10
10
  mkt/content-audit; competitor SEO comparison ->
11
11
  mkt/competitor-analysis.
12
12
  allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
13
+ metadata:
14
+ origin: community
15
+ source: https://github.com/coreyhaines31/marketingskills
16
+ license: MIT
13
17
  ---
14
18
 
15
19
  <!-- arka:kb-first-prefix begin -->
@@ -23,7 +27,32 @@ allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
23
27
 
24
28
  > **Agent:** Ana (SEO Specialist) | **Frameworks:** Pillar-Cluster, E-E-A-T, CWV
25
29
 
26
- ## Audit Sections
30
+ **Context:** read the product marketing context first —
31
+ `WizardingCode/Marketing/product-marketing.md` in Obsidian (KB-first),
32
+ else the project-local `.agents/product-marketing.md`.
33
+
34
+ You are an expert in search engine optimization. The goal is to identify SEO issues and provide actionable recommendations to improve organic search performance.
35
+
36
+ ## Initial Assessment
37
+
38
+ Before auditing, understand:
39
+
40
+ 1. **Site Context**
41
+ - What type of site? (SaaS, e-commerce, blog, etc.)
42
+ - What's the primary business goal for SEO?
43
+ - What keywords/topics are priorities?
44
+
45
+ 2. **Current State**
46
+ - Any known issues or concerns?
47
+ - Current organic traffic level?
48
+ - Recent changes or migrations?
49
+
50
+ 3. **Scope**
51
+ - Full site audit or specific pages?
52
+ - Technical + on-page, or one focus area?
53
+ - Access to Search Console / analytics?
54
+
55
+ ## Audit Checklist (quick reference)
27
56
 
28
57
  ### 1. Technical SEO
29
58
  - [ ] Core Web Vitals (LCP < 2.5s, INP < 200ms, CLS < 0.1)
@@ -58,4 +87,444 @@ allowed-tools: [Read, Write, Edit, Bash, Grep, Glob, Agent, WebFetch, WebSearch]
58
87
  - [ ] Toxic backlink identification
59
88
  - [ ] Link building opportunities (Skyscraper candidates)
60
89
 
90
+ ## Schema Markup Detection Limitation
91
+
92
+ **`web_fetch` and `curl` cannot reliably detect structured data / schema markup.**
93
+
94
+ Many CMS plugins (AIOSEO, Yoast, RankMath) inject JSON-LD via client-side JavaScript — it won't appear in static HTML or `web_fetch` output (which strips `<script>` tags during conversion).
95
+
96
+ **To accurately check for schema markup, use one of these methods:**
97
+ 1. **Browser tool** — render the page and run: `document.querySelectorAll('script[type="application/ld+json"]')`
98
+ 2. **Google Rich Results Test** — https://search.google.com/test/rich-results
99
+ 3. **Screaming Frog export** — if the client provides one, use it (SF renders JavaScript)
100
+
101
+ Reporting "no schema found" based solely on `web_fetch` or `curl` leads to false audit findings — these tools can't see JS-injected schema.
102
+
103
+ ## Priority Order
104
+
105
+ 1. **Crawlability & Indexation** (can Google find and index it?)
106
+ 2. **Technical Foundations** (is the site fast and functional?)
107
+ 3. **On-Page Optimization** (is content optimized?)
108
+ 4. **Content Quality** (does it deserve to rank?)
109
+ 5. **Authority & Links** (does it have credibility?)
110
+
111
+ ## Technical SEO Audit (detailed)
112
+
113
+ ### Crawlability
114
+
115
+ **Robots.txt**
116
+ - Check for unintentional blocks
117
+ - Verify important pages allowed
118
+ - Check sitemap reference
119
+
120
+ **XML Sitemap**
121
+ - Exists and accessible
122
+ - Submitted to Search Console
123
+ - Contains only canonical, indexable URLs
124
+ - Updated regularly
125
+ - Proper formatting
126
+
127
+ **Site Architecture**
128
+ - Important pages within 3 clicks of homepage
129
+ - Logical hierarchy
130
+ - Internal linking structure
131
+ - No orphan pages
132
+
133
+ **Crawl Budget Issues** (for large sites)
134
+ - Parameterized URLs under control
135
+ - Faceted navigation handled properly
136
+ - Infinite scroll with pagination fallback
137
+ - Session IDs not in URLs
138
+
139
+ ### Indexation
140
+
141
+ **Index Status**
142
+ - site:domain.com check
143
+ - Search Console coverage report
144
+ - Compare indexed vs. expected
145
+
146
+ **Indexation Issues**
147
+ - Noindex tags on important pages
148
+ - Canonicals pointing wrong direction
149
+ - Redirect chains/loops
150
+ - Soft 404s
151
+ - Duplicate content without canonicals
152
+
153
+ **Canonicalization**
154
+ - All pages have canonical tags
155
+ - Self-referencing canonicals on unique pages
156
+ - HTTP → HTTPS canonicals
157
+ - www vs. non-www consistency
158
+ - Trailing slash consistency
159
+
160
+ ### Site Speed & Core Web Vitals
161
+
162
+ **Core Web Vitals**
163
+ - LCP (Largest Contentful Paint): < 2.5s
164
+ - INP (Interaction to Next Paint): < 200ms
165
+ - CLS (Cumulative Layout Shift): < 0.1
166
+
167
+ **Speed Factors**
168
+ - Server response time (TTFB)
169
+ - Image optimization
170
+ - JavaScript execution
171
+ - CSS delivery
172
+ - Caching headers
173
+ - CDN usage
174
+ - Font loading
175
+
176
+ **Tools**
177
+ - PageSpeed Insights
178
+ - WebPageTest
179
+ - Chrome DevTools
180
+ - Search Console Core Web Vitals report
181
+
182
+ ### Mobile-Friendliness
183
+
184
+ - Responsive design (not separate m. site)
185
+ - Tap target sizes
186
+ - Viewport configured
187
+ - No horizontal scroll
188
+ - Same content as desktop
189
+ - Mobile-first indexing readiness
190
+
191
+ ### Security & HTTPS
192
+
193
+ - HTTPS across entire site
194
+ - Valid SSL certificate
195
+ - No mixed content
196
+ - HTTP → HTTPS redirects
197
+ - HSTS header (bonus)
198
+
199
+ ### URL Structure
200
+
201
+ - Readable, descriptive URLs
202
+ - Keywords in URLs where natural
203
+ - Consistent structure
204
+ - No unnecessary parameters
205
+ - Lowercase and hyphen-separated
206
+
207
+ ## International SEO & Localization
208
+
209
+ Check when the site serves multiple languages or regions. Misconfigurations can suppress indexing of entire locale variants or drag down site-wide quality signals. See [International SEO reference](references/international-seo.md) for evidence and source URLs.
210
+
211
+ ### Hreflang
212
+
213
+ Three equivalent placement methods: HTML `<link>` in `<head>`, HTTP `Link` headers, XML sitemap `<xhtml:link>`. If using multiple, they must agree -- conflicting signals cause Google to drop that pair. For 10+ locales, prefer sitemap-based (no page weight, no per-request cost).
214
+
215
+ **Check for:**
216
+ - Self-referencing entry on every page (page must include itself in the hreflang set)
217
+ - Reciprocal links (if A points to B, B must point back to A -- or both are ignored)
218
+ - Valid codes: ISO 639-1 language + optional ISO 3166-1 Alpha 2 region (e.g., `en`, `en-GB` -- never `en-UK`)
219
+ - `x-default` present, pointing to fallback page (language selector or default locale)
220
+ - All target URLs return 200, are indexable, and match their canonical URL
221
+ - No duplicate language-region codes pointing to different URLs
222
+
223
+ **Common errors:** Missing self-referencing entry (all hreflang ignored). No return tag / one-directional (pair dropped). Invalid codes like `en-UK` (use `en-GB`). Hreflang target is non-canonical, 404, or blocked (cluster discarded). HTML and sitemap annotations disagree (conflicting pair dropped).
224
+
225
+ **At scale:** `<xhtml:link>` children don't count toward 50K URL sitemap limit, but the 50MB file size limit becomes the bottleneck (plan 2K-5K URLs per file with full hreflang). Focus hreflang on pages receiving wrong-language traffic -- not required on every page. For Bing: supplement with `<html lang>` and `<meta http-equiv="content-language">` (Bing treats hreflang as a weak signal).
226
+
227
+ ### Canonicalization for Multilingual Sites
228
+
229
+ - Each locale page must self-canonical (e.g., `/ar/page` canonicals to `/ar/page`)
230
+ - Never cross-locale canonical (French to English) -- suppresses the non-canonical locale entirely
231
+ - Canonical URL must appear in the hreflang set -- if not, all hreflang is ignored
232
+ - Canonical overrides hreflang when they conflict
233
+ - Protocol/domain must be consistent across canonical, hreflang, and sitemap (`https` + same domain variant)
234
+ - Paginated locale pages: self-referencing canonical per page (never canonical page 2+ to page 1)
235
+
236
+ **Common mistakes:** all locales canonical to English (kills indexing), canonical URL not in hreflang set (silently ignored), protocol mismatch between canonical and hreflang, CMS setting deep page canonical to homepage.
237
+
238
+ ### International Sitemaps
239
+
240
+ **Check for:**
241
+ - `xmlns:xhtml` namespace on `<urlset>`, each `<url>` includes `<xhtml:link>` for all locales including itself
242
+ - `x-default` alternate included; all URLs absolute (full protocol + domain)
243
+ - Sitemap index in Search Console and robots.txt; split by content type, not by locale
244
+
245
+ **Next.js caveat:** `alternates.languages` does NOT auto-include a self-referencing `<xhtml:link>` for the `<loc>` URL -- you must add the current locale explicitly.
246
+
247
+ ### Locale URL Structure
248
+
249
+ **Recommended:** Subdirectories (`/en/`, `/ar/`). **Acceptable:** Subdomains or ccTLDs. **Not recommended:** URL parameters (`?lang=en`).
250
+
251
+ **Check for:**
252
+ - Consistent locale prefix strategy; all locales prefixed (hiding locale from URLs prevents Google from distinguishing versions)
253
+ - Root URL handled as `x-default` with redirect, or serves default locale content
254
+ - No IP/Accept-Language content negotiation (Googlebot: US IPs, no Accept-Language header)
255
+ - Trailing slash + case consistency across locale paths, canonicals, hreflang, and sitemaps
256
+ - 301 redirects from non-canonical format to canonical
257
+
258
+ **Note:** Google's International Targeting report in Search Console is deprecated. Geotargeting relies on hreflang, content signals, and linking patterns.
259
+
260
+ ### Content Quality Across Locales
261
+
262
+ **Translation quality:**
263
+ - AI-translated content is not inherently spam (Google's 2025 stance), but scaled low-value translations can trigger scaled content abuse policy
264
+ - Google uses visible content to determine language -- translate ALL page content (title, description, headings, body), not just boilerplate
265
+ - Translating only template/nav while main content stays in original language creates duplicates
266
+
267
+ **Thin locale pages:**
268
+ - Helpful content system is site-wide -- many thin locale pages can suppress rankings for strong pages too
269
+ - Don't noindex thin locales (wastes crawl budget) or cross-locale canonical (conflicts with hreflang)
270
+ - Best approach: don't create locale pages you cannot make genuinely helpful
271
+
272
+ **Check for:**
273
+ - All locale pages have fully translated main content (not just UI chrome)
274
+ - No near-identical content across locales ("Duplicate, Google chose different canonical" in GSC)
275
+ - Hreflang only for locales with genuine content and search demand
276
+ - Localized signals: currency, phone format, addresses where applicable
277
+ - Broken hreflang links (404s, redirects) waste crawl budget AND invalidate hreflang clusters
278
+
279
+ ## On-Page SEO Audit (detailed)
280
+
281
+ ### Title Tags
282
+
283
+ **Check for:**
284
+ - Unique titles for each page
285
+ - Primary keyword near beginning
286
+ - 50-60 characters (visible in SERP)
287
+ - Compelling and click-worthy
288
+ - Brand name placement (end, usually)
289
+
290
+ **Common issues:**
291
+ - Duplicate titles
292
+ - Too long (truncated)
293
+ - Too short (wasted opportunity)
294
+ - Keyword stuffing
295
+ - Missing entirely
296
+
297
+ ### Meta Descriptions
298
+
299
+ **Check for:**
300
+ - Unique descriptions per page
301
+ - 150-160 characters
302
+ - Includes primary keyword
303
+ - Clear value proposition
304
+ - Call to action
305
+
306
+ **Common issues:**
307
+ - Duplicate descriptions
308
+ - Auto-generated garbage
309
+ - Too long/short
310
+ - No compelling reason to click
311
+
312
+ ### Heading Structure
313
+
314
+ **Check for:**
315
+ - One H1 per page
316
+ - H1 contains primary keyword
317
+ - Logical hierarchy (H1 → H2 → H3)
318
+ - Headings describe content
319
+ - Not just for styling
320
+
321
+ **Common issues:**
322
+ - Multiple H1s
323
+ - Skip levels (H1 → H3)
324
+ - Headings used for styling only
325
+ - No H1 on page
326
+
327
+ ### Content Optimization
328
+
329
+ **Primary Page Content**
330
+ - Keyword in first 100 words
331
+ - Related keywords naturally used
332
+ - Sufficient depth/length for topic
333
+ - Answers search intent
334
+ - Better than competitors
335
+
336
+ **Thin Content Issues**
337
+ - Pages with little unique content
338
+ - Tag/category pages with no value
339
+ - Doorway pages
340
+ - Duplicate or near-duplicate content
341
+
342
+ ### Image Optimization
343
+
344
+ **Check for:**
345
+ - Descriptive file names
346
+ - Alt text on all images
347
+ - Alt text describes image
348
+ - Compressed file sizes
349
+ - Modern formats (WebP)
350
+ - Lazy loading implemented
351
+ - Responsive images
352
+
353
+ ### Internal Linking
354
+
355
+ **Check for:**
356
+ - Important pages well-linked
357
+ - Descriptive anchor text
358
+ - Logical link relationships
359
+ - No broken internal links
360
+ - Reasonable link count per page
361
+
362
+ **Common issues:**
363
+ - Orphan pages (no internal links)
364
+ - Over-optimized anchor text
365
+ - Important pages buried
366
+ - Excessive footer/sidebar links
367
+
368
+ ### Keyword Targeting
369
+
370
+ **Per Page**
371
+ - Clear primary keyword target
372
+ - Title, H1, URL aligned
373
+ - Content satisfies search intent
374
+ - Not competing with other pages (cannibalization)
375
+
376
+ **Site-Wide**
377
+ - Keyword mapping document
378
+ - No major gaps in coverage
379
+ - No keyword cannibalization
380
+ - Logical topical clusters
381
+
382
+ ## Content Quality Assessment
383
+
384
+ ### E-E-A-T Signals
385
+
386
+ **Experience**
387
+ - First-hand experience demonstrated
388
+ - Original insights/data
389
+ - Real examples and case studies
390
+
391
+ **Expertise**
392
+ - Author credentials visible
393
+ - Accurate, detailed information
394
+ - Properly sourced claims
395
+
396
+ **Authoritativeness**
397
+ - Recognized in the space
398
+ - Cited by others
399
+ - Industry credentials
400
+
401
+ **Trustworthiness**
402
+ - Accurate information
403
+ - Transparent about business
404
+ - Contact information available
405
+ - Privacy policy, terms
406
+ - Secure site (HTTPS)
407
+
408
+ ### Content Depth
409
+
410
+ - Complete coverage of the topic
411
+ - Answers follow-up questions
412
+ - Better than top-ranking competitors
413
+ - Updated and current
414
+
415
+ ### User Engagement Signals
416
+
417
+ - Time on page
418
+ - Bounce rate in context
419
+ - Pages per session
420
+ - Return visits
421
+
422
+ ## Common Issues by Site Type
423
+
424
+ ### SaaS/Product Sites
425
+ - Product pages lack content depth
426
+ - Blog not integrated with product pages
427
+ - Missing comparison/alternative pages
428
+ - Feature pages thin on content
429
+ - No glossary/educational content
430
+
431
+ ### E-commerce
432
+ - Thin category pages
433
+ - Duplicate product descriptions
434
+ - Missing product schema
435
+ - Faceted navigation creating duplicates
436
+ - Out-of-stock pages mishandled
437
+
438
+ ### Content/Blog Sites
439
+ - Outdated content not refreshed
440
+ - Keyword cannibalization
441
+ - No topical clustering
442
+ - Poor internal linking
443
+ - Missing author pages
444
+
445
+ ### Multilingual / Multi-Regional Sites
446
+ - Hreflang errors (missing return tags, invalid codes, no self-reference)
447
+ - Canonical conflicting with hreflang (cross-locale canonical suppresses indexing)
448
+ - Thin locale pages dragging down site-wide quality signal
449
+ - Only boilerplate translated, main content identical across locales
450
+ - No x-default fallback declared
451
+ - Sitemap missing hreflang alternates or missing reciprocal entries
452
+ - IP-based redirects hiding content from Googlebot
453
+ - Framework locale mode hiding locale from URLs
454
+
455
+ ### Local Business
456
+ - Inconsistent NAP
457
+ - Missing local schema
458
+ - No Google Business Profile optimization
459
+ - Missing location pages
460
+ - No local content
461
+
462
+ ## Output Format
463
+
464
+ ### Audit Report Structure
465
+
466
+ **Executive Summary**
467
+ - Overall health assessment
468
+ - Top 3-5 priority issues
469
+ - Quick wins identified
470
+
471
+ **Technical SEO Findings**
472
+ For each issue:
473
+ - **Issue**: What's wrong
474
+ - **Impact**: SEO impact (High/Medium/Low)
475
+ - **Evidence**: How you found it
476
+ - **Fix**: Specific recommendation
477
+ - **Priority**: 1-5 or High/Medium/Low
478
+
479
+ **On-Page SEO Findings**
480
+ Same format as above
481
+
482
+ **Content Findings**
483
+ Same format as above
484
+
485
+ **Prioritized Action Plan**
486
+ 1. Critical fixes (blocking indexation/ranking)
487
+ 2. High-impact improvements
488
+ 3. Quick wins (easy, immediate benefit)
489
+ 4. Long-term recommendations
490
+
491
+ ## Tools Referenced
492
+
493
+ **Free Tools**
494
+ - Google Search Console (essential)
495
+ - Google PageSpeed Insights
496
+ - Bing Webmaster Tools
497
+ - Rich Results Test (**use this for schema validation — it renders JavaScript**)
498
+ - Mobile-Friendly Test
499
+ - Schema Validator
500
+
501
+ > **Note on schema detection:** `web_fetch` strips `<script>` tags (including JSON-LD) and cannot detect JS-injected schema. Use the browser tool, Rich Results Test, or Screaming Frog instead — they render JavaScript and capture dynamically-injected markup. See the Schema Markup Detection Limitation section above.
502
+
503
+ **Paid Tools** (if available)
504
+ - Screaming Frog
505
+ - Ahrefs / Semrush
506
+ - Sitebulb
507
+ - ContentKing
508
+
509
+ ## Task-Specific Questions
510
+
511
+ 1. What pages/keywords matter most?
512
+ 2. Do you have Search Console access?
513
+ 3. Any recent changes or migrations?
514
+ 4. Who are your top organic competitors?
515
+ 5. What's your current organic traffic baseline?
516
+
517
+ ## References
518
+
519
+ - [ai-writing-detection.md](references/ai-writing-detection.md) — common AI writing patterns to avoid (em dashes, overused phrases, filler words)
520
+ - [international-seo.md](references/international-seo.md) — evidence and sources for hreflang, canonical + i18n, sitemaps, URL structure, and content quality across locales
521
+
522
+ ## Related ArkaOS skills
523
+
524
+ - **`mkt/ai-seo`** — optimizing content for AI search engines (AEO, GEO, LLMO, AI Overviews)
525
+ - **`mkt/programmatic-seo`** — building SEO pages at scale
526
+ - **`mkt/schema-markup`** — implementing structured data
527
+ - **`landing/optimize-page`** — optimizing pages for conversion (not just ranking)
528
+ - **`mkt/analytics-report`** — measuring SEO performance
529
+
61
530
  ## Output → Obsidian: `WizardingCode/Marketing/SEO/AUDIT-<domain>-<date>.md`
@@ -0,0 +1,200 @@
1
+ # AI Writing Detection
2
+
3
+ Words, phrases, and punctuation patterns commonly associated with AI-generated text. Avoid these to ensure writing sounds natural and human.
4
+
5
+ Sources: Grammarly (2025), Microsoft 365 Life Hacks (2025), GPTHuman (2025), Walter Writes (2025), Textero (2025), Plagiarism Today (2025), Rolling Stone (2025), MDPI Blog (2025)
6
+
7
+ ---
8
+
9
+ ## Contents
10
+ - Em Dashes: The Primary AI Tell
11
+ - Overused Verbs
12
+ - Overused Adjectives
13
+ - Overused Transitions and Connectors
14
+ - Phrases That Signal AI Writing (Opening Phrases, Transitional Phrases, Concluding Phrases, Structural Patterns)
15
+ - Filler Words and Empty Intensifiers
16
+ - Academic-Specific AI Tells
17
+ - How to Self-Check
18
+
19
+ ## Em Dashes: The Primary AI Tell
20
+
21
+ **The em dash (—) has become one of the most reliable markers of AI-generated content.**
22
+
23
+ Em dashes are longer than hyphens (-) and are used for emphasis, interruptions, or parenthetical information. While they have legitimate uses in writing, AI models drastically overuse them.
24
+
25
+ ### Why Em Dashes Signal AI Writing
26
+ - AI models were trained on edited books, academic papers, and style guides where em dashes appear frequently
27
+ - AI uses em dashes as a shortcut for sentence variety instead of commas, colons, or parentheses
28
+ - Most human writers rarely use em dashes because they don't exist as a standard keyboard key
29
+ - The overuse is so consistent that it has become the unofficial signature of ChatGPT writing
30
+
31
+ ### What To Do Instead
32
+ | Instead of | Use |
33
+ |------------|-----|
34
+ | The results—which were surprising—showed... | The results, which were surprising, showed... |
35
+ | This approach—unlike traditional methods—allows... | This approach, unlike traditional methods, allows... |
36
+ | The study found—as expected—that... | The study found, as expected, that... |
37
+ | Communication skills—both written and verbal—are essential | Communication skills (both written and verbal) are essential |
38
+
39
+ ### Guidelines
40
+ - Use commas for most parenthetical information
41
+ - Use colons to introduce explanations or lists
42
+ - Use parentheses for supplementary information
43
+ - Reserve em dashes for rare, deliberate emphasis only
44
+ - If you find yourself using more than one em dash per page, revise
45
+
46
+ ---
47
+
48
+ ## Overused Verbs
49
+
50
+ | Avoid | Use Instead |
51
+ |-------|-------------|
52
+ | delve (into) | explore, examine, investigate, look at |
53
+ | leverage | use, apply, draw on |
54
+ | optimise | improve, refine, enhance |
55
+ | utilise | use |
56
+ | facilitate | help, enable, support |
57
+ | foster | encourage, support, develop, nurture |
58
+ | bolster | strengthen, support, reinforce |
59
+ | underscore | emphasise, highlight, stress |
60
+ | unveil | reveal, show, introduce, present |
61
+ | navigate | manage, handle, work through |
62
+ | streamline | simplify, make more efficient |
63
+ | enhance | improve, strengthen |
64
+ | endeavour | try, attempt, effort |
65
+ | ascertain | find out, determine, establish |
66
+ | elucidate | explain, clarify, make clear |
67
+
68
+ ---
69
+
70
+ ## Overused Adjectives
71
+
72
+ | Avoid | Use Instead |
73
+ |-------|-------------|
74
+ | robust | strong, reliable, thorough, solid |
75
+ | comprehensive | complete, thorough, full, detailed |
76
+ | pivotal | key, critical, central, important |
77
+ | crucial | important, key, essential, critical |
78
+ | vital | important, essential, necessary |
79
+ | transformative | significant, important, major |
80
+ | cutting-edge | new, advanced, recent, modern |
81
+ | groundbreaking | new, original, significant |
82
+ | innovative | new, original, creative |
83
+ | seamless | smooth, easy, effortless |
84
+ | intricate | complex, detailed, complicated |
85
+ | nuanced | subtle, complex, detailed |
86
+ | multifaceted | complex, varied, diverse |
87
+ | holistic | complete, whole, comprehensive |
88
+
89
+ ---
90
+
91
+ ## Overused Transitions and Connectors
92
+
93
+ | Avoid | Use Instead |
94
+ |-------|-------------|
95
+ | furthermore | also, in addition, and |
96
+ | moreover | also, and, besides |
97
+ | notwithstanding | despite, even so, still |
98
+ | that being said | however, but, still |
99
+ | at its core | essentially, fundamentally, basically |
100
+ | to put it simply | in short, simply put |
101
+ | it is worth noting that | note that, importantly |
102
+ | in the realm of | in, within, regarding |
103
+ | in the landscape of | in, within |
104
+ | in today's [anything] | currently, now, today |
105
+
106
+ ---
107
+
108
+ ## Phrases That Signal AI Writing
109
+
110
+ ### Opening Phrases to Avoid
111
+ - "In today's fast-paced world..."
112
+ - "In today's digital age..."
113
+ - "In an era of..."
114
+ - "In the ever-evolving landscape of..."
115
+ - "In the realm of..."
116
+ - "It's important to note that..."
117
+ - "Let's delve into..."
118
+ - "Imagine a world where..."
119
+
120
+ ### Transitional Phrases to Avoid
121
+ - "That being said..."
122
+ - "With that in mind..."
123
+ - "It's worth mentioning that..."
124
+ - "At its core..."
125
+ - "To put it simply..."
126
+ - "In essence..."
127
+ - "This begs the question..."
128
+
129
+ ### Concluding Phrases to Avoid
130
+ - "In conclusion..."
131
+ - "To sum up..."
132
+ - "By [doing X], you can [achieve Y]..."
133
+ - "In the final analysis..."
134
+ - "All things considered..."
135
+ - "At the end of the day..."
136
+
137
+ ### Structural Patterns to Avoid
138
+ - "Whether you're a [X], [Y], or [Z]..." (listing three examples after "whether")
139
+ - "It's not just [X], it's also [Y]..."
140
+ - "Think of [X] as [elaborate metaphor]..."
141
+ - Starting sentences with "By" followed by a gerund: "By understanding X, you can Y..."
142
+
143
+ ---
144
+
145
+ ## Filler Words and Empty Intensifiers
146
+
147
+ These words often add nothing to meaning. Remove them or find specific alternatives:
148
+
149
+ - absolutely
150
+ - actually
151
+ - basically
152
+ - certainly
153
+ - clearly
154
+ - definitely
155
+ - essentially
156
+ - extremely
157
+ - fundamentally
158
+ - incredibly
159
+ - interestingly
160
+ - naturally
161
+ - obviously
162
+ - quite
163
+ - really
164
+ - significantly
165
+ - simply
166
+ - surely
167
+ - truly
168
+ - ultimately
169
+ - undoubtedly
170
+ - very
171
+
172
+ ---
173
+
174
+ ## Academic-Specific AI Tells
175
+
176
+ | Avoid | Use Instead |
177
+ |-------|-------------|
178
+ | shed light on | clarify, explain, reveal |
179
+ | pave the way for | enable, allow, make possible |
180
+ | a myriad of | many, numerous, various |
181
+ | a plethora of | many, numerous, several |
182
+ | paramount | very important, essential, critical |
183
+ | pertaining to | about, regarding, concerning |
184
+ | prior to | before |
185
+ | subsequent to | after |
186
+ | in light of | because of, given, considering |
187
+ | with respect to | about, regarding, for |
188
+ | in terms of | regarding, for, about |
189
+ | the fact that | that (or rewrite sentence) |
190
+
191
+ ---
192
+
193
+ ## How to Self-Check
194
+
195
+ 1. Read your text aloud. If phrases sound unnatural in speech, revise them
196
+ 2. Ask: "Would I say this in a conversation with a colleague?"
197
+ 3. Check for repetitive sentence structures
198
+ 4. Look for clusters of the words listed above
199
+ 5. Ensure varied sentence lengths (not all similar length)
200
+ 6. Verify each intensifier adds genuine meaning