arkaos 4.26.0 → 4.27.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 (394) 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 +68 -0
  6. package/arka/skills/human-writing/references/checklist.md +66 -0
  7. package/arka/skills/human-writing/references/content-refresh.md +38 -0
  8. package/arka/skills/human-writing/references/plain-english-alternatives.md +394 -0
  9. package/config/claude-agents/lifecycle-marketer.md +50 -0
  10. package/config/claude-agents/pr-partnerships.md +50 -0
  11. package/config/claude-agents/product-marketer.md +50 -0
  12. package/config/evals/community.yaml +137 -0
  13. package/config/evals/content.yaml +298 -0
  14. package/config/evals/landing.yaml +927 -0
  15. package/config/evals/marketing.yaml +3762 -0
  16. package/config/evals/saas.yaml +616 -0
  17. package/config/evals/sales.yaml +437 -0
  18. package/config/skills-curated.yaml +2 -2
  19. package/config/skills-provenance.yaml +194 -21
  20. package/core/registry/generator.py +7 -0
  21. package/departments/community/SKILL.md +1 -0
  22. package/departments/community/skills/community-marketing/SKILL.md +200 -0
  23. package/departments/content/SKILL.md +1 -0
  24. package/departments/content/skills/image-create/SKILL.md +375 -0
  25. package/departments/content/skills/image-create/references/ai-image-prompting.md +229 -0
  26. package/departments/content/skills/video-produce/SKILL.md +220 -0
  27. package/departments/content/skills/video-produce/references/ai-video-prompting.md +175 -0
  28. package/departments/content/skills/video-produce/references/edit-anatomy.md +84 -0
  29. package/departments/landing/SKILL.md +3 -0
  30. package/departments/landing/skills/affiliate-bridge/SKILL.md +291 -5
  31. package/departments/landing/skills/affiliate-bridge/references/affiliate-programs.md +167 -0
  32. package/departments/landing/skills/affiliate-bridge/references/program-examples.md +143 -0
  33. package/departments/landing/skills/copy-framework/SKILL.md +241 -0
  34. package/departments/landing/skills/copy-framework/references/copy-frameworks.md +344 -0
  35. package/departments/landing/skills/copy-framework/references/natural-transitions.md +272 -0
  36. package/departments/landing/skills/lead-magnet/SKILL.md +337 -0
  37. package/departments/landing/skills/lead-magnet/references/benchmarks.md +129 -0
  38. package/departments/landing/skills/lead-magnet/references/format-guide.md +196 -0
  39. package/departments/landing/skills/offer-create/SKILL.md +105 -8
  40. package/departments/landing/skills/offer-create/references/bonus-stacking.md +150 -0
  41. package/departments/landing/skills/offer-create/references/examples.md +215 -0
  42. package/departments/landing/skills/offer-create/references/guarantee-design.md +172 -0
  43. package/departments/landing/skills/offer-create/references/offer-anatomy.md +203 -0
  44. package/departments/landing/skills/offer-create/references/offer-formats.md +240 -0
  45. package/departments/landing/skills/offer-create/references/scarcity-urgency.md +175 -0
  46. package/departments/landing/skills/offer-create/references/value-equation.md +134 -0
  47. package/departments/landing/skills/optimize-page/SKILL.md +185 -4
  48. package/departments/landing/skills/optimize-page/references/experiments.md +248 -0
  49. package/departments/landing/skills/optimize-page/references/form.md +422 -0
  50. package/departments/landing/skills/page-architect/SKILL.md +373 -5
  51. package/departments/landing/skills/page-architect/references/mermaid-templates.md +216 -0
  52. package/departments/landing/skills/page-architect/references/navigation-patterns.md +305 -0
  53. package/departments/landing/skills/page-architect/references/site-type-templates.md +293 -0
  54. package/departments/landing/skills/popup-design/SKILL.md +481 -0
  55. package/departments/landing/skills/signup-optimize/SKILL.md +385 -0
  56. package/departments/marketing/SKILL.md +22 -1
  57. package/departments/marketing/agents/growth-marketing/lifecycle-marketer.yaml +74 -0
  58. package/departments/marketing/agents/growth-marketing/pr-partnerships.yaml +74 -0
  59. package/departments/marketing/agents/growth-marketing/product-marketer.yaml +78 -0
  60. package/departments/marketing/agents/marketing-director.yaml +1 -0
  61. package/departments/marketing/skills/ab-test/SKILL.md +322 -3
  62. package/departments/marketing/skills/ab-test/references/sample-size-guide.md +263 -0
  63. package/departments/marketing/skills/ab-test/references/test-templates.md +277 -0
  64. package/departments/marketing/skills/ad-creative/SKILL.md +451 -0
  65. package/departments/marketing/skills/ad-creative/references/creative-review-page.md +106 -0
  66. package/departments/marketing/skills/ad-creative/references/creative-roadmap.md +118 -0
  67. package/departments/marketing/skills/ad-creative/references/generative-tools.md +637 -0
  68. package/departments/marketing/skills/ad-creative/references/hook-system.md +115 -0
  69. package/departments/marketing/skills/ad-creative/references/imessage-video-ads.md +201 -0
  70. package/departments/marketing/skills/ad-creative/references/motion-video-ads.md +126 -0
  71. package/departments/marketing/skills/ad-creative/references/platform-specs.md +213 -0
  72. package/departments/marketing/skills/ad-creative/references/static-ad-templates.md +200 -0
  73. package/departments/marketing/skills/ai-seo/SKILL.md +520 -0
  74. package/departments/marketing/skills/ai-seo/references/citations-vs-recommendations.md +85 -0
  75. package/departments/marketing/skills/ai-seo/references/content-patterns.md +287 -0
  76. package/departments/marketing/skills/ai-seo/references/content-types.md +71 -0
  77. package/departments/marketing/skills/ai-seo/references/okf.md +104 -0
  78. package/departments/marketing/skills/ai-seo/references/platform-ranking-factors.md +154 -0
  79. package/departments/marketing/skills/analytics-report/SKILL.md +310 -1
  80. package/departments/marketing/skills/analytics-report/references/event-library.md +260 -0
  81. package/departments/marketing/skills/analytics-report/references/ga4-implementation.md +300 -0
  82. package/departments/marketing/skills/analytics-report/references/gtm-implementation.md +390 -0
  83. package/departments/marketing/skills/aso/SKILL.md +336 -0
  84. package/departments/marketing/skills/aso/references/apple-specs.md +107 -0
  85. package/departments/marketing/skills/aso/references/benchmarks.md +129 -0
  86. package/departments/marketing/skills/aso/references/google-play-specs.md +131 -0
  87. package/departments/marketing/skills/aso/references/report-template.md +213 -0
  88. package/departments/marketing/skills/aso/references/scoring-criteria.md +213 -0
  89. package/departments/marketing/skills/co-marketing/SKILL.md +316 -0
  90. package/departments/marketing/skills/cold-email/SKILL.md +80 -0
  91. package/departments/marketing/skills/cold-email/references/benchmarks.md +83 -0
  92. package/departments/marketing/skills/cold-email/references/follow-up-sequences.md +81 -0
  93. package/departments/marketing/skills/cold-email/references/frameworks.md +90 -0
  94. package/departments/marketing/skills/cold-email/references/personalization.md +79 -0
  95. package/departments/marketing/skills/cold-email/references/subject-lines.md +53 -0
  96. package/departments/marketing/skills/competitor-analysis/SKILL.md +262 -5
  97. package/departments/marketing/skills/competitor-analysis/references/content-architecture.md +271 -0
  98. package/departments/marketing/skills/competitor-analysis/references/templates.md +223 -0
  99. package/departments/marketing/skills/competitor-profile/SKILL.md +447 -0
  100. package/departments/marketing/skills/competitor-profile/references/templates.md +167 -0
  101. package/departments/marketing/skills/competitor-profile/references/tool-reference.md +179 -0
  102. package/departments/marketing/skills/content-strategy/SKILL.md +398 -0
  103. package/departments/marketing/skills/content-strategy/references/headless-cms.md +194 -0
  104. package/departments/marketing/skills/council/SKILL.md +185 -0
  105. package/departments/marketing/skills/council/references/advisor-template.md +51 -0
  106. package/departments/marketing/skills/council/references/advisors/alex-hormozi.md +43 -0
  107. package/departments/marketing/skills/council/references/advisors/ann-handley.md +43 -0
  108. package/departments/marketing/skills/council/references/advisors/april-dunford.md +41 -0
  109. package/departments/marketing/skills/council/references/advisors/byron-sharp.md +43 -0
  110. package/departments/marketing/skills/council/references/advisors/claude-hopkins.md +42 -0
  111. package/departments/marketing/skills/council/references/advisors/david-ogilvy.md +42 -0
  112. package/departments/marketing/skills/council/references/advisors/eugene-schwartz.md +42 -0
  113. package/departments/marketing/skills/council/references/advisors/gary-halbert.md +43 -0
  114. package/departments/marketing/skills/council/references/advisors/gary-vaynerchuk.md +43 -0
  115. package/departments/marketing/skills/council/references/advisors/rory-sutherland.md +42 -0
  116. package/departments/marketing/skills/council/references/advisors/russell-brunson.md +43 -0
  117. package/departments/marketing/skills/council/references/advisors/seth-godin.md +43 -0
  118. package/departments/marketing/skills/customer-research/SKILL.md +318 -0
  119. package/departments/marketing/skills/customer-research/references/source-guides.md +401 -0
  120. package/departments/marketing/skills/directory-submit/SKILL.md +409 -0
  121. package/departments/marketing/skills/directory-submit/references/directory-list.md +477 -0
  122. package/departments/marketing/skills/directory-submit/references/positioning-variations.md +232 -0
  123. package/departments/marketing/skills/directory-submit/references/submission-tracker-template.csv +266 -0
  124. package/departments/marketing/skills/email-sequence/SKILL.md +309 -2
  125. package/departments/marketing/skills/email-sequence/references/copy-guidelines.md +113 -0
  126. package/departments/marketing/skills/email-sequence/references/email-types.md +515 -0
  127. package/departments/marketing/skills/email-sequence/references/sequence-templates.md +168 -0
  128. package/departments/marketing/skills/free-tools/SKILL.md +203 -0
  129. package/departments/marketing/skills/free-tools/references/tool-types.md +217 -0
  130. package/departments/marketing/skills/marketing-ideas/SKILL.md +191 -0
  131. package/departments/marketing/skills/marketing-ideas/references/ideas-by-category.md +366 -0
  132. package/departments/marketing/skills/marketing-loops/SKILL.md +136 -0
  133. package/departments/marketing/skills/marketing-loops/references/loop-catalog.md +687 -0
  134. package/departments/marketing/skills/marketing-loops/references/loop-guardrails.md +73 -0
  135. package/departments/marketing/skills/marketing-loops/references/loop-orchestration.md +69 -0
  136. package/departments/marketing/skills/marketing-loops/references/loop-state.md +67 -0
  137. package/departments/marketing/skills/marketing-loops/references/loop-template.md +79 -0
  138. package/departments/marketing/skills/marketing-plan/SKILL.md +302 -0
  139. package/departments/marketing/skills/marketing-plan/references/aarrr-framework.md +180 -0
  140. package/departments/marketing/skills/marketing-plan/references/budget-planning.md +168 -0
  141. package/departments/marketing/skills/marketing-plan/references/client-types.md +373 -0
  142. package/departments/marketing/skills/marketing-plan/references/current-state-rubric.md +255 -0
  143. package/departments/marketing/skills/marketing-plan/references/example-quietude.md +972 -0
  144. package/departments/marketing/skills/marketing-plan/references/funding-stage-unlocks.md +230 -0
  145. package/departments/marketing/skills/marketing-plan/references/growth-patterns.md +148 -0
  146. package/departments/marketing/skills/marketing-plan/references/idea-cross-reference.md +265 -0
  147. package/departments/marketing/skills/marketing-plan/references/measurement-framework.md +213 -0
  148. package/departments/marketing/skills/marketing-plan/references/methodology.md +363 -0
  149. package/departments/marketing/skills/marketing-plan/references/ops-stack-mapping.md +197 -0
  150. package/departments/marketing/skills/marketing-plan/references/plan-template.md +494 -0
  151. package/departments/marketing/skills/marketing-plan/references/team-and-agency-model.md +278 -0
  152. package/departments/marketing/skills/marketing-psychology/SKILL.md +479 -0
  153. package/departments/marketing/skills/paid-campaign/SKILL.md +452 -3
  154. package/departments/marketing/skills/paid-campaign/references/abm-playbook.md +93 -0
  155. package/departments/marketing/skills/paid-campaign/references/ad-copy-templates.md +207 -0
  156. package/departments/marketing/skills/paid-campaign/references/audience-targeting.md +243 -0
  157. package/departments/marketing/skills/paid-campaign/references/b2b-paid-playbook.md +115 -0
  158. package/departments/marketing/skills/paid-campaign/references/conversion-tracking.md +361 -0
  159. package/departments/marketing/skills/paid-campaign/references/google-search-playbook.md +120 -0
  160. package/departments/marketing/skills/paid-campaign/references/linkedin-b2b-playbook.md +107 -0
  161. package/departments/marketing/skills/paid-campaign/references/meta-decision-system.md +143 -0
  162. package/departments/marketing/skills/paid-campaign/references/platform-setup-checklists.md +277 -0
  163. package/departments/marketing/skills/paid-campaign/references/rsa-output-spec.md +88 -0
  164. package/departments/marketing/skills/product-marketing/SKILL.md +141 -0
  165. package/departments/marketing/skills/programmatic-seo/SKILL.md +74 -3
  166. package/departments/marketing/skills/programmatic-seo/references/playbooks.md +308 -0
  167. package/departments/marketing/skills/public-relations/SKILL.md +167 -0
  168. package/departments/marketing/skills/public-relations/references/journalist-pitching.md +368 -0
  169. package/departments/marketing/skills/public-relations/references/media-outlets.md +207 -0
  170. package/departments/marketing/skills/public-relations/references/newsjacking.md +218 -0
  171. package/departments/marketing/skills/public-relations/references/press-platforms.md +188 -0
  172. package/departments/marketing/skills/schema-markup/SKILL.md +203 -0
  173. package/departments/marketing/skills/schema-markup/references/schema-examples.md +398 -0
  174. package/departments/marketing/skills/seo-audit/SKILL.md +470 -1
  175. package/departments/marketing/skills/seo-audit/references/ai-writing-detection.md +200 -0
  176. package/departments/marketing/skills/seo-audit/references/international-seo.md +230 -0
  177. package/departments/marketing/skills/sms-campaign/SKILL.md +363 -0
  178. package/departments/marketing/skills/sms-campaign/references/compliance.md +202 -0
  179. package/departments/marketing/skills/sms-campaign/references/platforms.md +318 -0
  180. package/departments/marketing/skills/sms-campaign/references/sequence-templates.md +282 -0
  181. package/departments/marketing/skills/social-strategy/SKILL.md +414 -3
  182. package/departments/marketing/skills/social-strategy/references/carousel-frameworks.md +141 -0
  183. package/departments/marketing/skills/social-strategy/references/listening-sources-template.md +123 -0
  184. package/departments/marketing/skills/social-strategy/references/listening.md +283 -0
  185. package/departments/marketing/skills/social-strategy/references/platform-limits.md +110 -0
  186. package/departments/marketing/skills/social-strategy/references/platforms.md +170 -0
  187. package/departments/marketing/skills/social-strategy/references/post-templates.md +179 -0
  188. package/departments/marketing/skills/social-strategy/references/reverse-engineering.md +195 -0
  189. package/departments/marketing/skills/social-strategy/references/short-form-video.md +237 -0
  190. package/departments/marketing/squad.yaml +10 -1
  191. package/departments/marketing/tools/LICENSE +21 -0
  192. package/departments/marketing/tools/REGISTRY.md +590 -0
  193. package/departments/marketing/tools/clis/README.md +198 -0
  194. package/departments/marketing/tools/clis/activecampaign.js +435 -0
  195. package/departments/marketing/tools/clis/adobe-analytics.js +161 -0
  196. package/departments/marketing/tools/clis/ahrefs.js +192 -0
  197. package/departments/marketing/tools/clis/airops.js +163 -0
  198. package/departments/marketing/tools/clis/amplitude.js +182 -0
  199. package/departments/marketing/tools/clis/apollo.js +142 -0
  200. package/departments/marketing/tools/clis/beehiiv.js +245 -0
  201. package/departments/marketing/tools/clis/brevo.js +368 -0
  202. package/departments/marketing/tools/clis/buffer.js +260 -0
  203. package/departments/marketing/tools/clis/calendly.js +253 -0
  204. package/departments/marketing/tools/clis/clay.js +159 -0
  205. package/departments/marketing/tools/clis/clearbit.js +163 -0
  206. package/departments/marketing/tools/clis/close.js +232 -0
  207. package/departments/marketing/tools/clis/coupler.js +173 -0
  208. package/departments/marketing/tools/clis/crossbeam.js +193 -0
  209. package/departments/marketing/tools/clis/customer-io.js +205 -0
  210. package/departments/marketing/tools/clis/dataforseo.js +257 -0
  211. package/departments/marketing/tools/clis/demio.js +149 -0
  212. package/departments/marketing/tools/clis/dub.js +158 -0
  213. package/departments/marketing/tools/clis/exa.js +147 -0
  214. package/departments/marketing/tools/clis/g2.js +186 -0
  215. package/departments/marketing/tools/clis/ga4.js +194 -0
  216. package/departments/marketing/tools/clis/github-prospects.js +257 -0
  217. package/departments/marketing/tools/clis/google-ads.js +189 -0
  218. package/departments/marketing/tools/clis/google-search-console.js +166 -0
  219. package/departments/marketing/tools/clis/hotjar.js +167 -0
  220. package/departments/marketing/tools/clis/hunter.js +249 -0
  221. package/departments/marketing/tools/clis/instantly.js +270 -0
  222. package/departments/marketing/tools/clis/intercom.js +399 -0
  223. package/departments/marketing/tools/clis/keywords-everywhere.js +185 -0
  224. package/departments/marketing/tools/clis/kit.js +232 -0
  225. package/departments/marketing/tools/clis/klaviyo.js +348 -0
  226. package/departments/marketing/tools/clis/lemlist.js +221 -0
  227. package/departments/marketing/tools/clis/linkedin-ads.js +185 -0
  228. package/departments/marketing/tools/clis/livestorm.js +292 -0
  229. package/departments/marketing/tools/clis/mailchimp.js +220 -0
  230. package/departments/marketing/tools/clis/mention-me.js +161 -0
  231. package/departments/marketing/tools/clis/meta-ads.js +181 -0
  232. package/departments/marketing/tools/clis/mixpanel.js +248 -0
  233. package/departments/marketing/tools/clis/onesignal.js +241 -0
  234. package/departments/marketing/tools/clis/optimizely.js +233 -0
  235. package/departments/marketing/tools/clis/outreach.js +213 -0
  236. package/departments/marketing/tools/clis/paddle.js +385 -0
  237. package/departments/marketing/tools/clis/partnerstack.js +382 -0
  238. package/departments/marketing/tools/clis/pendo.js +221 -0
  239. package/departments/marketing/tools/clis/plausible.js +249 -0
  240. package/departments/marketing/tools/clis/postmark.js +375 -0
  241. package/departments/marketing/tools/clis/rankparse.js +196 -0
  242. package/departments/marketing/tools/clis/resend.js +370 -0
  243. package/departments/marketing/tools/clis/rewardful.js +160 -0
  244. package/departments/marketing/tools/clis/savvycal.js +223 -0
  245. package/departments/marketing/tools/clis/segment.js +192 -0
  246. package/departments/marketing/tools/clis/semrush.js +207 -0
  247. package/departments/marketing/tools/clis/sendgrid.js +211 -0
  248. package/departments/marketing/tools/clis/similarweb.js +214 -0
  249. package/departments/marketing/tools/clis/snov.js +237 -0
  250. package/departments/marketing/tools/clis/supermetrics.js +169 -0
  251. package/departments/marketing/tools/clis/tiktok-ads.js +190 -0
  252. package/departments/marketing/tools/clis/tolt.js +153 -0
  253. package/departments/marketing/tools/clis/trustpilot.js +276 -0
  254. package/departments/marketing/tools/clis/typeform.js +269 -0
  255. package/departments/marketing/tools/clis/wistia.js +301 -0
  256. package/departments/marketing/tools/clis/zapier.js +165 -0
  257. package/departments/marketing/tools/clis/zoominfo.js +223 -0
  258. package/departments/marketing/tools/composio/README.md +105 -0
  259. package/departments/marketing/tools/composio/marketing-tools.md +91 -0
  260. package/departments/marketing/tools/integrations/activecampaign.md +337 -0
  261. package/departments/marketing/tools/integrations/adobe-analytics.md +156 -0
  262. package/departments/marketing/tools/integrations/ahrefs.md +142 -0
  263. package/departments/marketing/tools/integrations/airops.md +128 -0
  264. package/departments/marketing/tools/integrations/amplitude.md +135 -0
  265. package/departments/marketing/tools/integrations/apollo.md +148 -0
  266. package/departments/marketing/tools/integrations/attentive.md +152 -0
  267. package/departments/marketing/tools/integrations/audiencetap.md +125 -0
  268. package/departments/marketing/tools/integrations/beehiiv.md +157 -0
  269. package/departments/marketing/tools/integrations/brevo.md +268 -0
  270. package/departments/marketing/tools/integrations/browserbase.md +111 -0
  271. package/departments/marketing/tools/integrations/buffer.md +138 -0
  272. package/departments/marketing/tools/integrations/calendly.md +161 -0
  273. package/departments/marketing/tools/integrations/clay.md +149 -0
  274. package/departments/marketing/tools/integrations/clearbit.md +142 -0
  275. package/departments/marketing/tools/integrations/close.md +191 -0
  276. package/departments/marketing/tools/integrations/cogny.md +153 -0
  277. package/departments/marketing/tools/integrations/composio.md +190 -0
  278. package/departments/marketing/tools/integrations/contentful.md +160 -0
  279. package/departments/marketing/tools/integrations/coupler.md +142 -0
  280. package/departments/marketing/tools/integrations/crossbeam.md +137 -0
  281. package/departments/marketing/tools/integrations/customer-io.md +187 -0
  282. package/departments/marketing/tools/integrations/dataforseo.md +165 -0
  283. package/departments/marketing/tools/integrations/demio.md +182 -0
  284. package/departments/marketing/tools/integrations/dub-co.md +160 -0
  285. package/departments/marketing/tools/integrations/exa.md +145 -0
  286. package/departments/marketing/tools/integrations/firecrawl.md +144 -0
  287. package/departments/marketing/tools/integrations/firehose.md +159 -0
  288. package/departments/marketing/tools/integrations/g2.md +179 -0
  289. package/departments/marketing/tools/integrations/ga4.md +126 -0
  290. package/departments/marketing/tools/integrations/github.md +182 -0
  291. package/departments/marketing/tools/integrations/gong.md +144 -0
  292. package/departments/marketing/tools/integrations/google-ads.md +159 -0
  293. package/departments/marketing/tools/integrations/google-search-console.md +147 -0
  294. package/departments/marketing/tools/integrations/heygen.md +126 -0
  295. package/departments/marketing/tools/integrations/hotjar.md +147 -0
  296. package/departments/marketing/tools/integrations/hubspot.md +178 -0
  297. package/departments/marketing/tools/integrations/hunter.md +90 -0
  298. package/departments/marketing/tools/integrations/hyperframes.md +180 -0
  299. package/departments/marketing/tools/integrations/instantly.md +104 -0
  300. package/departments/marketing/tools/integrations/intercom.md +292 -0
  301. package/departments/marketing/tools/integrations/introw.md +182 -0
  302. package/departments/marketing/tools/integrations/keywords-everywhere.md +207 -0
  303. package/departments/marketing/tools/integrations/kit.md +167 -0
  304. package/departments/marketing/tools/integrations/klaviyo.md +228 -0
  305. package/departments/marketing/tools/integrations/lemlist.md +110 -0
  306. package/departments/marketing/tools/integrations/linkedin-ads.md +164 -0
  307. package/departments/marketing/tools/integrations/livestorm.md +313 -0
  308. package/departments/marketing/tools/integrations/mailchimp.md +150 -0
  309. package/departments/marketing/tools/integrations/mention-me.md +160 -0
  310. package/departments/marketing/tools/integrations/meta-ads.md +147 -0
  311. package/departments/marketing/tools/integrations/mixpanel.md +137 -0
  312. package/departments/marketing/tools/integrations/nitrosend.md +113 -0
  313. package/departments/marketing/tools/integrations/onesignal.md +229 -0
  314. package/departments/marketing/tools/integrations/optimizely.md +171 -0
  315. package/departments/marketing/tools/integrations/outreach.md +172 -0
  316. package/departments/marketing/tools/integrations/paddle.md +212 -0
  317. package/departments/marketing/tools/integrations/partnerstack.md +222 -0
  318. package/departments/marketing/tools/integrations/pendo.md +208 -0
  319. package/departments/marketing/tools/integrations/plausible.md +177 -0
  320. package/departments/marketing/tools/integrations/plivo.md +140 -0
  321. package/departments/marketing/tools/integrations/posthog.md +151 -0
  322. package/departments/marketing/tools/integrations/postmark.md +234 -0
  323. package/departments/marketing/tools/integrations/postscript.md +126 -0
  324. package/departments/marketing/tools/integrations/rankparse.md +257 -0
  325. package/departments/marketing/tools/integrations/rb2b.md +110 -0
  326. package/departments/marketing/tools/integrations/resend.md +212 -0
  327. package/departments/marketing/tools/integrations/rewardful.md +147 -0
  328. package/departments/marketing/tools/integrations/salesforce.md +150 -0
  329. package/departments/marketing/tools/integrations/sanity.md +148 -0
  330. package/departments/marketing/tools/integrations/savvycal.md +181 -0
  331. package/departments/marketing/tools/integrations/segment.md +159 -0
  332. package/departments/marketing/tools/integrations/semrush.md +121 -0
  333. package/departments/marketing/tools/integrations/sendgrid.md +161 -0
  334. package/departments/marketing/tools/integrations/sequenzy.md +306 -0
  335. package/departments/marketing/tools/integrations/shopify.md +176 -0
  336. package/departments/marketing/tools/integrations/similarweb.md +150 -0
  337. package/departments/marketing/tools/integrations/snov.md +94 -0
  338. package/departments/marketing/tools/integrations/sparktoro.md +127 -0
  339. package/departments/marketing/tools/integrations/strapi.md +167 -0
  340. package/departments/marketing/tools/integrations/stripe.md +148 -0
  341. package/departments/marketing/tools/integrations/supermetrics.md +145 -0
  342. package/departments/marketing/tools/integrations/tiktok-ads.md +161 -0
  343. package/departments/marketing/tools/integrations/tolt.md +144 -0
  344. package/departments/marketing/tools/integrations/truelist.md +184 -0
  345. package/departments/marketing/tools/integrations/trustpilot.md +191 -0
  346. package/departments/marketing/tools/integrations/twilio.md +152 -0
  347. package/departments/marketing/tools/integrations/typeform.md +190 -0
  348. package/departments/marketing/tools/integrations/webflow.md +198 -0
  349. package/departments/marketing/tools/integrations/wistia.md +164 -0
  350. package/departments/marketing/tools/integrations/wordpress.md +175 -0
  351. package/departments/marketing/tools/integrations/zapier.md +244 -0
  352. package/departments/marketing/tools/integrations/zoominfo.md +191 -0
  353. package/departments/saas/SKILL.md +1 -0
  354. package/departments/saas/skills/churn-analysis/SKILL.md +421 -4
  355. package/departments/saas/skills/churn-analysis/references/cancel-flow-patterns.md +316 -0
  356. package/departments/saas/skills/churn-analysis/references/dunning-playbook.md +408 -0
  357. package/departments/saas/skills/launch-execute/SKILL.md +346 -4
  358. package/departments/saas/skills/onboarding-optimize/SKILL.md +218 -4
  359. package/departments/saas/skills/onboarding-optimize/references/experiments.md +258 -0
  360. package/departments/saas/skills/paywall-design/SKILL.md +256 -0
  361. package/departments/saas/skills/paywall-design/references/experiments.md +164 -0
  362. package/departments/saas/skills/pricing-strategy/SKILL.md +224 -0
  363. package/departments/saas/skills/pricing-strategy/references/research-methods.md +152 -0
  364. package/departments/saas/skills/pricing-strategy/references/tier-structure.md +232 -0
  365. package/departments/sales/SKILL.md +3 -0
  366. package/departments/sales/skills/prospecting/SKILL.md +297 -0
  367. package/departments/sales/skills/prospecting/references/b2b-prospecting.md +106 -0
  368. package/departments/sales/skills/prospecting/references/compliance.md +123 -0
  369. package/departments/sales/skills/prospecting/references/data-sources.md +287 -0
  370. package/departments/sales/skills/prospecting/references/demand-signals.md +129 -0
  371. package/departments/sales/skills/prospecting/references/local-prospecting.md +165 -0
  372. package/departments/sales/skills/prospecting/references/saas-prospecting.md +123 -0
  373. package/departments/sales/skills/revops/SKILL.md +379 -0
  374. package/departments/sales/skills/revops/references/automation-playbooks.md +290 -0
  375. package/departments/sales/skills/revops/references/lifecycle-definitions.md +278 -0
  376. package/departments/sales/skills/revops/references/routing-rules.md +203 -0
  377. package/departments/sales/skills/revops/references/scoring-models.md +247 -0
  378. package/departments/sales/skills/sales-enablement/SKILL.md +396 -0
  379. package/departments/sales/skills/sales-enablement/references/deck-frameworks.md +263 -0
  380. package/departments/sales/skills/sales-enablement/references/demo-scripts.md +355 -0
  381. package/departments/sales/skills/sales-enablement/references/objection-library.md +270 -0
  382. package/departments/sales/skills/sales-enablement/references/one-pager-templates.md +208 -0
  383. package/harness/codex/AGENTS.md +8 -8
  384. package/harness/copilot/copilot-instructions.md +8 -8
  385. package/harness/cursor/rules/arkaos.mdc +9 -9
  386. package/harness/gemini/GEMINI.md +8 -8
  387. package/harness/opencode/AGENTS.md +8 -8
  388. package/harness/zed/.rules +8 -8
  389. package/knowledge/agents-registry-v2.json +161 -8
  390. package/knowledge/commands-registry.json +693 -99
  391. package/knowledge/skills-manifest.json +459 -20
  392. package/package.json +1 -1
  393. package/pyproject.toml +1 -1
  394. package/scripts/tools/evals_import.py +183 -0
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "_meta": {
3
3
  "generator": "scripts/marketplace_gen.py",
4
- "version": "4.26.0",
4
+ "version": "4.27.0",
5
5
  "marketplace": "arkaos"
6
6
  },
7
7
  "structural": {
@@ -55,7 +55,24 @@
55
55
  ],
56
56
  "collision": true,
57
57
  "provenance": {
58
- "origin": "arkaos"
58
+ "origin": "community",
59
+ "source": "https://github.com/coreyhaines31/marketingskills",
60
+ "license": "MIT"
61
+ }
62
+ },
63
+ "ad-creative": {
64
+ "depts": [
65
+ "marketing"
66
+ ],
67
+ "curated": false,
68
+ "plugins": [
69
+ "arkaos-marketing@arkaos"
70
+ ],
71
+ "collision": false,
72
+ "provenance": {
73
+ "origin": "community",
74
+ "source": "https://github.com/coreyhaines31/marketingskills",
75
+ "license": "MIT"
59
76
  }
60
77
  },
61
78
  "adversarial-review": {
@@ -81,7 +98,9 @@
81
98
  ],
82
99
  "collision": false,
83
100
  "provenance": {
84
- "origin": "arkaos"
101
+ "origin": "community",
102
+ "source": "https://github.com/coreyhaines31/marketingskills",
103
+ "license": "MIT"
85
104
  }
86
105
  },
87
106
  "agent-design": {
@@ -175,6 +194,21 @@
175
194
  "origin": "arkaos"
176
195
  }
177
196
  },
197
+ "ai-seo": {
198
+ "depts": [
199
+ "marketing"
200
+ ],
201
+ "curated": false,
202
+ "plugins": [
203
+ "arkaos-marketing@arkaos"
204
+ ],
205
+ "collision": false,
206
+ "provenance": {
207
+ "origin": "community",
208
+ "source": "https://github.com/coreyhaines31/marketingskills",
209
+ "license": "MIT"
210
+ }
211
+ },
178
212
  "ai-workflow": {
179
213
  "depts": [
180
214
  "content"
@@ -213,7 +247,9 @@
213
247
  ],
214
248
  "collision": false,
215
249
  "provenance": {
216
- "origin": "arkaos"
250
+ "origin": "community",
251
+ "source": "https://github.com/coreyhaines31/marketingskills",
252
+ "license": "MIT"
217
253
  }
218
254
  },
219
255
  "animated-website": {
@@ -277,6 +313,21 @@
277
313
  "origin": "arkaos"
278
314
  }
279
315
  },
316
+ "aso": {
317
+ "depts": [
318
+ "marketing"
319
+ ],
320
+ "curated": false,
321
+ "plugins": [
322
+ "arkaos-marketing@arkaos"
323
+ ],
324
+ "collision": false,
325
+ "provenance": {
326
+ "origin": "community",
327
+ "source": "https://github.com/coreyhaines31/marketingskills",
328
+ "license": "MIT"
329
+ }
330
+ },
280
331
  "audience-segment": {
281
332
  "depts": [
282
333
  "marketing"
@@ -543,7 +594,9 @@
543
594
  ],
544
595
  "collision": false,
545
596
  "provenance": {
546
- "origin": "arkaos"
597
+ "origin": "community",
598
+ "source": "https://github.com/coreyhaines31/marketingskills",
599
+ "license": "MIT"
547
600
  }
548
601
  },
549
602
  "ci-cd-pipeline": {
@@ -596,6 +649,21 @@
596
649
  "origin": "arkaos"
597
650
  }
598
651
  },
652
+ "co-marketing": {
653
+ "depts": [
654
+ "marketing"
655
+ ],
656
+ "curated": false,
657
+ "plugins": [
658
+ "arkaos-marketing@arkaos"
659
+ ],
660
+ "collision": false,
661
+ "provenance": {
662
+ "origin": "community",
663
+ "source": "https://github.com/coreyhaines31/marketingskills",
664
+ "license": "MIT"
665
+ }
666
+ },
599
667
  "code-review": {
600
668
  "depts": [
601
669
  "dev"
@@ -630,7 +698,9 @@
630
698
  ],
631
699
  "collision": false,
632
700
  "provenance": {
633
- "origin": "arkaos"
701
+ "origin": "community",
702
+ "source": "https://github.com/coreyhaines31/marketingskills",
703
+ "license": "MIT"
634
704
  }
635
705
  },
636
706
  "colors": {
@@ -646,6 +716,21 @@
646
716
  "origin": "arkaos"
647
717
  }
648
718
  },
719
+ "community-marketing": {
720
+ "depts": [
721
+ "community"
722
+ ],
723
+ "curated": false,
724
+ "plugins": [
725
+ "arkaos-community@arkaos"
726
+ ],
727
+ "collision": false,
728
+ "provenance": {
729
+ "origin": "community",
730
+ "source": "https://github.com/coreyhaines31/marketingskills",
731
+ "license": "MIT"
732
+ }
733
+ },
649
734
  "compensation-plan": {
650
735
  "depts": [
651
736
  "org"
@@ -682,7 +767,24 @@
682
767
  ],
683
768
  "collision": false,
684
769
  "provenance": {
685
- "origin": "arkaos"
770
+ "origin": "community",
771
+ "source": "https://github.com/coreyhaines31/marketingskills",
772
+ "license": "MIT"
773
+ }
774
+ },
775
+ "competitor-profile": {
776
+ "depts": [
777
+ "marketing"
778
+ ],
779
+ "curated": false,
780
+ "plugins": [
781
+ "arkaos-marketing@arkaos"
782
+ ],
783
+ "collision": false,
784
+ "provenance": {
785
+ "origin": "community",
786
+ "source": "https://github.com/coreyhaines31/marketingskills",
787
+ "license": "MIT"
686
788
  }
687
789
  },
688
790
  "conflict-resolve": {
@@ -724,6 +826,21 @@
724
826
  "origin": "arkaos"
725
827
  }
726
828
  },
829
+ "content-strategy": {
830
+ "depts": [
831
+ "marketing"
832
+ ],
833
+ "curated": false,
834
+ "plugins": [
835
+ "arkaos-marketing@arkaos"
836
+ ],
837
+ "collision": false,
838
+ "provenance": {
839
+ "origin": "community",
840
+ "source": "https://github.com/coreyhaines31/marketingskills",
841
+ "license": "MIT"
842
+ }
843
+ },
727
844
  "content-system": {
728
845
  "depts": [
729
846
  "content"
@@ -747,7 +864,24 @@
747
864
  ],
748
865
  "collision": false,
749
866
  "provenance": {
750
- "origin": "arkaos"
867
+ "origin": "community",
868
+ "source": "https://github.com/coreyhaines31/marketingskills",
869
+ "license": "MIT"
870
+ }
871
+ },
872
+ "council": {
873
+ "depts": [
874
+ "marketing"
875
+ ],
876
+ "curated": false,
877
+ "plugins": [
878
+ "arkaos-marketing@arkaos"
879
+ ],
880
+ "collision": false,
881
+ "provenance": {
882
+ "origin": "community",
883
+ "source": "https://github.com/coreyhaines31/marketingskills",
884
+ "license": "MIT"
751
885
  }
752
886
  },
753
887
  "cro-optimize": {
@@ -815,6 +949,21 @@
815
949
  "origin": "arkaos"
816
950
  }
817
951
  },
952
+ "customer-research": {
953
+ "depts": [
954
+ "marketing"
955
+ ],
956
+ "curated": false,
957
+ "plugins": [
958
+ "arkaos-marketing@arkaos"
959
+ ],
960
+ "collision": false,
961
+ "provenance": {
962
+ "origin": "community",
963
+ "source": "https://github.com/coreyhaines31/marketingskills",
964
+ "license": "MIT"
965
+ }
966
+ },
818
967
  "customer-success": {
819
968
  "depts": [
820
969
  "saas"
@@ -991,6 +1140,21 @@
991
1140
  "origin": "arkaos"
992
1141
  }
993
1142
  },
1143
+ "directory-submit": {
1144
+ "depts": [
1145
+ "marketing"
1146
+ ],
1147
+ "curated": false,
1148
+ "plugins": [
1149
+ "arkaos-marketing@arkaos"
1150
+ ],
1151
+ "collision": false,
1152
+ "provenance": {
1153
+ "origin": "community",
1154
+ "source": "https://github.com/coreyhaines31/marketingskills",
1155
+ "license": "MIT"
1156
+ }
1157
+ },
994
1158
  "disc-assess": {
995
1159
  "depts": [
996
1160
  "leadership"
@@ -1092,7 +1256,9 @@
1092
1256
  ],
1093
1257
  "collision": true,
1094
1258
  "provenance": {
1095
- "origin": "arkaos"
1259
+ "origin": "community",
1260
+ "source": "https://github.com/coreyhaines31/marketingskills",
1261
+ "license": "MIT"
1096
1262
  }
1097
1263
  },
1098
1264
  "env-secrets": {
@@ -1232,6 +1398,21 @@
1232
1398
  "origin": "arkaos"
1233
1399
  }
1234
1400
  },
1401
+ "free-tools": {
1402
+ "depts": [
1403
+ "marketing"
1404
+ ],
1405
+ "curated": false,
1406
+ "plugins": [
1407
+ "arkaos-marketing@arkaos"
1408
+ ],
1409
+ "collision": false,
1410
+ "provenance": {
1411
+ "origin": "community",
1412
+ "source": "https://github.com/coreyhaines31/marketingskills",
1413
+ "license": "MIT"
1414
+ }
1415
+ },
1235
1416
  "fulfillment-plan": {
1236
1417
  "depts": [
1237
1418
  "ecom"
@@ -1451,6 +1632,21 @@
1451
1632
  "origin": "arkaos"
1452
1633
  }
1453
1634
  },
1635
+ "image-create": {
1636
+ "depts": [
1637
+ "content"
1638
+ ],
1639
+ "curated": false,
1640
+ "plugins": [
1641
+ "arkaos-content@arkaos"
1642
+ ],
1643
+ "collision": false,
1644
+ "provenance": {
1645
+ "origin": "community",
1646
+ "source": "https://github.com/coreyhaines31/marketingskills",
1647
+ "license": "MIT"
1648
+ }
1649
+ },
1454
1650
  "impact-map": {
1455
1651
  "depts": [
1456
1652
  "pm"
@@ -1589,7 +1785,9 @@
1589
1785
  ],
1590
1786
  "collision": false,
1591
1787
  "provenance": {
1592
- "origin": "arkaos"
1788
+ "origin": "community",
1789
+ "source": "https://github.com/coreyhaines31/marketingskills",
1790
+ "license": "MIT"
1593
1791
  }
1594
1792
  },
1595
1793
  "launch-sequence": {
@@ -1605,6 +1803,21 @@
1605
1803
  "origin": "arkaos"
1606
1804
  }
1607
1805
  },
1806
+ "lead-magnet": {
1807
+ "depts": [
1808
+ "landing"
1809
+ ],
1810
+ "curated": false,
1811
+ "plugins": [
1812
+ "arkaos-landing@arkaos"
1813
+ ],
1814
+ "collision": false,
1815
+ "provenance": {
1816
+ "origin": "community",
1817
+ "source": "https://github.com/coreyhaines31/marketingskills",
1818
+ "license": "MIT"
1819
+ }
1820
+ },
1608
1821
  "leaky-bucket": {
1609
1822
  "depts": [
1610
1823
  "saas"
@@ -1670,6 +1883,64 @@
1670
1883
  "origin": "arkaos"
1671
1884
  }
1672
1885
  },
1886
+ "marketing-ideas": {
1887
+ "depts": [
1888
+ "marketing"
1889
+ ],
1890
+ "curated": false,
1891
+ "plugins": [
1892
+ "arkaos-marketing@arkaos"
1893
+ ],
1894
+ "collision": false,
1895
+ "provenance": {
1896
+ "origin": "community",
1897
+ "source": "https://github.com/coreyhaines31/marketingskills",
1898
+ "license": "MIT"
1899
+ }
1900
+ },
1901
+ "marketing-loops": {
1902
+ "depts": [
1903
+ "marketing"
1904
+ ],
1905
+ "curated": false,
1906
+ "plugins": [
1907
+ "arkaos-marketing@arkaos"
1908
+ ],
1909
+ "collision": false,
1910
+ "provenance": {
1911
+ "origin": "community",
1912
+ "source": "https://github.com/coreyhaines31/marketingskills",
1913
+ "license": "MIT"
1914
+ }
1915
+ },
1916
+ "marketing-plan": {
1917
+ "depts": [
1918
+ "marketing"
1919
+ ],
1920
+ "curated": true,
1921
+ "plugins": [],
1922
+ "collision": false,
1923
+ "provenance": {
1924
+ "origin": "community",
1925
+ "source": "https://github.com/coreyhaines31/marketingskills",
1926
+ "license": "MIT"
1927
+ }
1928
+ },
1929
+ "marketing-psychology": {
1930
+ "depts": [
1931
+ "marketing"
1932
+ ],
1933
+ "curated": false,
1934
+ "plugins": [
1935
+ "arkaos-marketing@arkaos"
1936
+ ],
1937
+ "collision": false,
1938
+ "provenance": {
1939
+ "origin": "community",
1940
+ "source": "https://github.com/coreyhaines31/marketingskills",
1941
+ "license": "MIT"
1942
+ }
1943
+ },
1673
1944
  "marketplace-manage": {
1674
1945
  "depts": [
1675
1946
  "ecom"
@@ -1986,7 +2257,9 @@
1986
2257
  ],
1987
2258
  "collision": false,
1988
2259
  "provenance": {
1989
- "origin": "arkaos"
2260
+ "origin": "community",
2261
+ "source": "https://github.com/coreyhaines31/marketingskills",
2262
+ "license": "MIT"
1990
2263
  }
1991
2264
  },
1992
2265
  "okr-cadence": {
@@ -2064,7 +2337,9 @@
2064
2337
  ],
2065
2338
  "collision": false,
2066
2339
  "provenance": {
2067
- "origin": "arkaos"
2340
+ "origin": "community",
2341
+ "source": "https://github.com/coreyhaines31/marketingskills",
2342
+ "license": "MIT"
2068
2343
  }
2069
2344
  },
2070
2345
  "opensource-release": {
@@ -2103,7 +2378,9 @@
2103
2378
  ],
2104
2379
  "collision": false,
2105
2380
  "provenance": {
2106
- "origin": "arkaos"
2381
+ "origin": "community",
2382
+ "source": "https://github.com/coreyhaines31/marketingskills",
2383
+ "license": "MIT"
2107
2384
  }
2108
2385
  },
2109
2386
  "org-design": {
@@ -2127,7 +2404,9 @@
2127
2404
  ],
2128
2405
  "collision": false,
2129
2406
  "provenance": {
2130
- "origin": "arkaos"
2407
+ "origin": "community",
2408
+ "source": "https://github.com/coreyhaines31/marketingskills",
2409
+ "license": "MIT"
2131
2410
  }
2132
2411
  },
2133
2412
  "paid-campaign": {
@@ -2140,7 +2419,24 @@
2140
2419
  ],
2141
2420
  "collision": false,
2142
2421
  "provenance": {
2143
- "origin": "arkaos"
2422
+ "origin": "community",
2423
+ "source": "https://github.com/coreyhaines31/marketingskills",
2424
+ "license": "MIT"
2425
+ }
2426
+ },
2427
+ "paywall-design": {
2428
+ "depts": [
2429
+ "saas"
2430
+ ],
2431
+ "curated": false,
2432
+ "plugins": [
2433
+ "arkaos-saas@arkaos"
2434
+ ],
2435
+ "collision": false,
2436
+ "provenance": {
2437
+ "origin": "community",
2438
+ "source": "https://github.com/coreyhaines31/marketingskills",
2439
+ "license": "MIT"
2144
2440
  }
2145
2441
  },
2146
2442
  "performance-audit": {
@@ -2271,6 +2567,21 @@
2271
2567
  "origin": "arkaos"
2272
2568
  }
2273
2569
  },
2570
+ "popup-design": {
2571
+ "depts": [
2572
+ "landing"
2573
+ ],
2574
+ "curated": false,
2575
+ "plugins": [
2576
+ "arkaos-landing@arkaos"
2577
+ ],
2578
+ "collision": false,
2579
+ "provenance": {
2580
+ "origin": "community",
2581
+ "source": "https://github.com/coreyhaines31/marketingskills",
2582
+ "license": "MIT"
2583
+ }
2584
+ },
2274
2585
  "position": {
2275
2586
  "depts": [
2276
2587
  "strategy"
@@ -2348,7 +2659,9 @@
2348
2659
  ],
2349
2660
  "collision": true,
2350
2661
  "provenance": {
2351
- "origin": "arkaos"
2662
+ "origin": "community",
2663
+ "source": "https://github.com/coreyhaines31/marketingskills",
2664
+ "license": "MIT"
2352
2665
  }
2353
2666
  },
2354
2667
  "primal-audit": {
@@ -2390,6 +2703,19 @@
2390
2703
  "origin": "arkaos"
2391
2704
  }
2392
2705
  },
2706
+ "product-marketing": {
2707
+ "depts": [
2708
+ "marketing"
2709
+ ],
2710
+ "curated": true,
2711
+ "plugins": [],
2712
+ "collision": false,
2713
+ "provenance": {
2714
+ "origin": "community",
2715
+ "source": "https://github.com/coreyhaines31/marketingskills",
2716
+ "license": "MIT"
2717
+ }
2718
+ },
2393
2719
  "programmatic-seo": {
2394
2720
  "depts": [
2395
2721
  "marketing"
@@ -2400,7 +2726,9 @@
2400
2726
  ],
2401
2727
  "collision": false,
2402
2728
  "provenance": {
2403
- "origin": "arkaos"
2729
+ "origin": "community",
2730
+ "source": "https://github.com/coreyhaines31/marketingskills",
2731
+ "license": "MIT"
2404
2732
  }
2405
2733
  },
2406
2734
  "proposal-write": {
@@ -2416,6 +2744,36 @@
2416
2744
  "origin": "arkaos"
2417
2745
  }
2418
2746
  },
2747
+ "prospecting": {
2748
+ "depts": [
2749
+ "sales"
2750
+ ],
2751
+ "curated": false,
2752
+ "plugins": [
2753
+ "arkaos-sales@arkaos"
2754
+ ],
2755
+ "collision": false,
2756
+ "provenance": {
2757
+ "origin": "community",
2758
+ "source": "https://github.com/coreyhaines31/marketingskills",
2759
+ "license": "MIT"
2760
+ }
2761
+ },
2762
+ "public-relations": {
2763
+ "depts": [
2764
+ "marketing"
2765
+ ],
2766
+ "curated": false,
2767
+ "plugins": [
2768
+ "arkaos-marketing@arkaos"
2769
+ ],
2770
+ "collision": false,
2771
+ "provenance": {
2772
+ "origin": "community",
2773
+ "source": "https://github.com/coreyhaines31/marketingskills",
2774
+ "license": "MIT"
2775
+ }
2776
+ },
2419
2777
  "python-review": {
2420
2778
  "depts": [
2421
2779
  "dev"
@@ -2583,6 +2941,21 @@
2583
2941
  "origin": "arkaos"
2584
2942
  }
2585
2943
  },
2944
+ "revops": {
2945
+ "depts": [
2946
+ "sales"
2947
+ ],
2948
+ "curated": false,
2949
+ "plugins": [
2950
+ "arkaos-sales@arkaos"
2951
+ ],
2952
+ "collision": false,
2953
+ "provenance": {
2954
+ "origin": "community",
2955
+ "source": "https://github.com/coreyhaines31/marketingskills",
2956
+ "license": "MIT"
2957
+ }
2958
+ },
2586
2959
  "rfm-segment": {
2587
2960
  "depts": [
2588
2961
  "ecom"
@@ -2670,6 +3043,21 @@
2670
3043
  "origin": "arkaos"
2671
3044
  }
2672
3045
  },
3046
+ "sales-enablement": {
3047
+ "depts": [
3048
+ "sales"
3049
+ ],
3050
+ "curated": false,
3051
+ "plugins": [
3052
+ "arkaos-sales@arkaos"
3053
+ ],
3054
+ "collision": false,
3055
+ "provenance": {
3056
+ "origin": "community",
3057
+ "source": "https://github.com/coreyhaines31/marketingskills",
3058
+ "license": "MIT"
3059
+ }
3060
+ },
2673
3061
  "scaffold": {
2674
3062
  "depts": [
2675
3063
  "dev"
@@ -2709,6 +3097,21 @@
2709
3097
  "origin": "arkaos"
2710
3098
  }
2711
3099
  },
3100
+ "schema-markup": {
3101
+ "depts": [
3102
+ "marketing"
3103
+ ],
3104
+ "curated": false,
3105
+ "plugins": [
3106
+ "arkaos-marketing@arkaos"
3107
+ ],
3108
+ "collision": false,
3109
+ "provenance": {
3110
+ "origin": "community",
3111
+ "source": "https://github.com/coreyhaines31/marketingskills",
3112
+ "license": "MIT"
3113
+ }
3114
+ },
2712
3115
  "script-structure": {
2713
3116
  "depts": [
2714
3117
  "content"
@@ -2765,7 +3168,9 @@
2765
3168
  "plugins": [],
2766
3169
  "collision": false,
2767
3170
  "provenance": {
2768
- "origin": "arkaos"
3171
+ "origin": "community",
3172
+ "source": "https://github.com/coreyhaines31/marketingskills",
3173
+ "license": "MIT"
2769
3174
  }
2770
3175
  },
2771
3176
  "session-retro": {
@@ -2807,6 +3212,21 @@
2807
3212
  "origin": "arkaos"
2808
3213
  }
2809
3214
  },
3215
+ "signup-optimize": {
3216
+ "depts": [
3217
+ "landing"
3218
+ ],
3219
+ "curated": false,
3220
+ "plugins": [
3221
+ "arkaos-landing@arkaos"
3222
+ ],
3223
+ "collision": false,
3224
+ "provenance": {
3225
+ "origin": "community",
3226
+ "source": "https://github.com/coreyhaines31/marketingskills",
3227
+ "license": "MIT"
3228
+ }
3229
+ },
2810
3230
  "silent-failure-hunter": {
2811
3231
  "depts": [
2812
3232
  "dev"
@@ -2833,6 +3253,21 @@
2833
3253
  "origin": "arkaos"
2834
3254
  }
2835
3255
  },
3256
+ "sms-campaign": {
3257
+ "depts": [
3258
+ "marketing"
3259
+ ],
3260
+ "curated": false,
3261
+ "plugins": [
3262
+ "arkaos-marketing@arkaos"
3263
+ ],
3264
+ "collision": false,
3265
+ "provenance": {
3266
+ "origin": "community",
3267
+ "source": "https://github.com/coreyhaines31/marketingskills",
3268
+ "license": "MIT"
3269
+ }
3270
+ },
2836
3271
  "soc2-compliance": {
2837
3272
  "depts": [
2838
3273
  "ops"
@@ -2869,7 +3304,9 @@
2869
3304
  ],
2870
3305
  "collision": false,
2871
3306
  "provenance": {
2872
- "origin": "arkaos"
3307
+ "origin": "community",
3308
+ "source": "https://github.com/coreyhaines31/marketingskills",
3309
+ "license": "MIT"
2873
3310
  }
2874
3311
  },
2875
3312
  "sop-create": {
@@ -3234,7 +3671,9 @@
3234
3671
  ],
3235
3672
  "collision": false,
3236
3673
  "provenance": {
3237
- "origin": "arkaos"
3674
+ "origin": "community",
3675
+ "source": "https://github.com/coreyhaines31/marketingskills",
3676
+ "license": "MIT"
3238
3677
  }
3239
3678
  },
3240
3679
  "video-setup": {