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
@@ -0,0 +1,232 @@
1
+ # Positioning Variations Library
2
+
3
+ Directory audiences respond to different framings. Never copy-paste the same description everywhere — AI engines penalize duplicate content, and each directory type rewards a different opener.
4
+
5
+ Use this library to generate per-tier variants. Swap `[product]`, `[category]`, `[competitors]`, `[use-case]`, and `[audience]` with the real values.
6
+
7
+ ---
8
+
9
+ ## Framework: Lead Sentence Varies by Tier
10
+
11
+ | Tier | Lead sentence pattern | Why |
12
+ |---|---|---|
13
+ | Startup / launch | "[Product] is the easiest way to [outcome] for [audience]." | Founders scan for outcome clarity. |
14
+ | SaaS directory | "[Product] is the [differentiator] alternative to [competitors]." | Catches "[competitor] alternative" search intent. |
15
+ | AI directory | "[Product] uses [AI capability] to [outcome]." | TAAFT/Futurepedia audiences explicitly want AI. |
16
+ | Agent / MCP | "[Product] is an MCP-native / agent-native [category]." | Niche but high-intent. Ruling-out competitors. |
17
+ | No-code | "[Product] lets you build [output] without code." | Audience values speed, not technical depth. |
18
+ | Dev tool | "[Product] is a [technical category] with [differentiator]." | Devs want substance upfront. |
19
+ | B2B review | "[Product] helps [audience] [measurable business outcome]." | Reviewers want ROI language. |
20
+
21
+ ---
22
+
23
+ ## Template: Startup / Launch Directories
24
+
25
+ **Target:** Product Hunt, BetaList, Fazier, Uneed, DevHunt, Microlaunch, OpenHunts, LaunchVault, Firsto, PitchWall
26
+
27
+ **Tagline (under 10 words):**
28
+ > The [differentiator] way to [outcome] for [audience].
29
+
30
+ **Short description (60 chars):**
31
+ > [Outcome-focused one-liner with product name]
32
+
33
+ **Long description (150 words):**
34
+ > [Product] is the easiest way to [outcome] for [audience]. Built for teams who [pain point], [product] removes [friction] by [how].
35
+ >
36
+ > Unlike [competitor category], [product] [key differentiator 1] and [key differentiator 2]. You can [action 1] in under [timeframe], [action 2] without [limitation], and [action 3] that would normally require [cost or technical skill].
37
+ >
38
+ > We built [product] because [founder origin story in one sentence]. It's now used by [audience examples] to [use case examples].
39
+ >
40
+ > Try it free at [url]. No credit card, no setup.
41
+
42
+ **Tags:** [product category], [audience type], [use case 1], [use case 2], [differentiator], [tech]
43
+
44
+ ---
45
+
46
+ ## Template: SaaS / Software Directories
47
+
48
+ **Target:** AlternativeTo, SaaSHub, G2, Capterra, GetApp, SourceForge, Slashdot, Startup Stash, F6S
49
+
50
+ **Tagline:**
51
+ > The [differentiator] alternative to [top competitors].
52
+
53
+ **Long description:**
54
+ > [Product] is a [differentiator] alternative to [competitor 1], [competitor 2], and [competitor 3] — built for [audience] who need [gap the competitors don't fill].
55
+ >
56
+ > Where [competitor 1] [limitation 1] and [competitor 2] [limitation 2], [product] [solves]. You get [feature 1], [feature 2], and [feature 3] in a single workspace, at [pricing relative to competitors].
57
+ >
58
+ > Key features:
59
+ > • [Feature 1] — [benefit]
60
+ > • [Feature 2] — [benefit]
61
+ > • [Feature 3] — [benefit]
62
+ > • [Feature 4] — [benefit]
63
+ > • [Integration 1], [Integration 2], [Integration 3] integrations
64
+ >
65
+ > Trusted by [audience examples]. Start free at [url].
66
+
67
+ **Tags:** [competitor] alternative, [category], [audience], [differentiator], [top 3 features]
68
+
69
+ ---
70
+
71
+ ## Template: AI Directories
72
+
73
+ **Target:** TAAFT, Futurepedia, Toolify, Future Tools, aitools.inc, AIStage, LogicBalls, SaasAITools
74
+
75
+ **Tagline:**
76
+ > AI-powered [category] for [audience].
77
+
78
+ **Long description:**
79
+ > [Product] is an AI-powered [category] that [core AI capability]. It uses [specific models / techniques] to [outcome] — so [audience] can [job to be done] in a fraction of the time.
80
+ >
81
+ > What makes it AI-first:
82
+ > • [AI feature 1] — [what it does] using [model/approach]
83
+ > • [AI feature 2] — [what it does]
84
+ > • [AI feature 3] — [what it does]
85
+ > • [AI feature 4] — [what it does]
86
+ >
87
+ > [Product] is built on [tech stack] and supports [models/providers]. Use cases: [use case 1], [use case 2], [use case 3], [use case 4].
88
+ >
89
+ > Free tier available. No API keys required to start.
90
+
91
+ **Tags:** AI [category], [AI capability 1], [AI capability 2], AI for [audience], [use case 1], [use case 2], [LLM provider], [differentiator]
92
+
93
+ ---
94
+
95
+ ## Template: Agent / MCP Registries
96
+
97
+ **Target:** Glama, APITracker, Linux Foundation MCP Registry, AI Agents List, AI Agent Store, AgentHunter
98
+
99
+ **Tagline:**
100
+ > MCP-native [category] for AI agents.
101
+
102
+ **Long description:**
103
+ > [Product] is an MCP-native [category] that lets AI agents [capability]. It exposes [MCP server capabilities] via the Model Context Protocol, so agents in Claude, ChatGPT, Cursor, and any MCP-compatible client can [actions].
104
+ >
105
+ > MCP capabilities:
106
+ > • [Tool 1] — [what the agent can do]
107
+ > • [Tool 2] — [what the agent can do]
108
+ > • [Tool 3] — [what the agent can do]
109
+ > • [Resource 1] — [context surfaced]
110
+ > • [Prompt 1] — [pre-built prompt]
111
+ >
112
+ > Authentication: [auth method]. Transports: stdio, HTTP, SSE. Security: [security posture].
113
+ >
114
+ > Installation: [one-line install command]. Docs: [docs URL].
115
+
116
+ **Tags:** MCP, MCP server, AI agent, agent [category], Claude integration, Model Context Protocol, [domain], [auth type]
117
+
118
+ ---
119
+
120
+ ## Template: No-Code Directories
121
+
122
+ **Target:** NoCodeFinder, No Code MBA Tools Directory, We Are No Code, NoCode.Tech
123
+
124
+ **Tagline:**
125
+ > Build [output] without code.
126
+
127
+ **Long description:**
128
+ > [Product] lets you build [output] without writing code. Drag, drop, or describe what you want and [product] handles the rest — [technical concept 1] and [technical concept 2] are automatic.
129
+ >
130
+ > What you can build:
131
+ > • [Example project 1] — built in [timeframe]
132
+ > • [Example project 2] — built in [timeframe]
133
+ > • [Example project 3] — built in [timeframe]
134
+ >
135
+ > No-code friendly features:
136
+ > • [Visual feature 1]
137
+ > • [Visual feature 2]
138
+ > • [AI-assisted feature]
139
+ > • [Pre-built templates]
140
+ >
141
+ > Start free. No credit card. Templates included.
142
+
143
+ **Tags:** no code, no-code [category], visual [tool], drag and drop, [output type], [audience type]
144
+
145
+ ---
146
+
147
+ ## Template: Dev / Technical Directories
148
+
149
+ **Target:** DevHunt, Stackshare, GitHub, Dev.to, Hacker News Show HN
150
+
151
+ **Tagline:**
152
+ > [Technical category] with [technical differentiator].
153
+
154
+ **Long description:**
155
+ > [Product] is a [technical category] built on [tech stack]. It solves [technical problem] by [technical approach].
156
+ >
157
+ > Architecture:
158
+ > • [Component 1] — [tech used]
159
+ > • [Component 2] — [tech used]
160
+ > • [Component 3] — [tech used]
161
+ >
162
+ > Why it's different: [technical insight or novel approach]. We chose [trade-off] because [reason].
163
+ >
164
+ > Open source: [yes/no/partial]. Self-hostable: [yes/no]. License: [license].
165
+ >
166
+ > API: [REST / GraphQL / MCP / gRPC]. SDKs: [languages]. Docs: [url].
167
+
168
+ **Tags:** [language], [framework], [category], open source, API, [tech stack component], [architecture approach]
169
+
170
+ ---
171
+
172
+ ## Template: B2B Review Platforms
173
+
174
+ **Target:** G2, Capterra, TrustRadius, GetApp, Gartner Digital Markets, Crozdesk
175
+
176
+ **Tagline:**
177
+ > [Business outcome] for [audience].
178
+
179
+ **Long description:**
180
+ > [Product] helps [audience] [achieve measurable business outcome]. Teams use it to [use case 1], [use case 2], and [use case 3] — reducing [metric] by [percentage] and increasing [metric] by [percentage].
181
+ >
182
+ > Key benefits:
183
+ > • [Business benefit 1] with [how measured]
184
+ > • [Business benefit 2] with [how measured]
185
+ > • [Business benefit 3] with [how measured]
186
+ >
187
+ > Integrations: [enterprise integrations — HubSpot, Salesforce, Slack, etc.]
188
+ >
189
+ > Security: [SOC 2 / GDPR / compliance posture]. Support: [support tier]. Pricing: [pricing range].
190
+ >
191
+ > Trusted by [customer logos / company size]. Case studies at [url].
192
+
193
+ **Tags:** [business use case], [vertical], [audience role], [compliance], enterprise [category], [integration 1]
194
+
195
+ ---
196
+
197
+ ## Category Tag Library
198
+
199
+ Pull 5–8 tags per submission from the relevant sections. Never repeat the exact same tag set across two directories in the same tier.
200
+
201
+ ### Universal
202
+ [category], [audience], [differentiator], [use case], AI, no-code, SaaS, [tech stack]
203
+
204
+ ### Industry
205
+ B2B, B2C, DTC, ecommerce, fintech, edtech, healthtech, martech, devtools, productivity, creator tools, agency tools
206
+
207
+ ### Job-to-be-done
208
+ lead generation, lead qualification, customer onboarding, product recommendation, sales enablement, marketing automation, survey, assessment, calculator, quiz, intake form
209
+
210
+ ### AI-specific
211
+ AI agent, LLM, generative AI, conversational AI, RAG, MCP, agent framework, AI form, AI quiz, AI assistant, AI automation
212
+
213
+ ### Technical
214
+ open source, self-hosted, API-first, webhook, Zapier, no-code, low-code, embeddable, white-label, multi-tenant, SSO, SAML
215
+
216
+ ---
217
+
218
+ ## Do / Don't Quick Reference
219
+
220
+ **DO:**
221
+ - Vary the opening sentence across tiers
222
+ - Use real numbers and specific differentiators
223
+ - Match tone to audience (technical for devs, business for G2, excited for PH)
224
+ - Include a founder/origin angle in startup directories
225
+ - Lead with the AI-first angle in AI directories
226
+
227
+ **DON'T:**
228
+ - Copy-paste the same 150-word description everywhere
229
+ - Use vague claims ("blazing fast", "game-changing")
230
+ - Mention every feature — pick 3–5 per tier and rotate them
231
+ - Lie about competitor features (AI engines cross-reference and de-rank)
232
+ - Skip the tag list — it's how moderators route you to the right category
@@ -0,0 +1,266 @@
1
+ Directory,Tier,URL,Category,DR,Dofollow,Submission Date,Status,Live URL,Backlink Verified,Positioning Variant Used,Tags Used,Account Email,Notes
2
+ Product Hunt,1,https://producthunt.com/posts/new,Launch,91,Yes,,Draft,,,Startup,,,
3
+ Hacker News (Show HN),1,https://news.ycombinator.com/submit,Launch,91,No,,Draft,,,Dev,,,
4
+ BetaList,1,https://betalist.com/submit,Launch,64,Yes,,Draft,,,Startup,,,
5
+ Fazier,1,https://fazier.com/submit,Launch,30,Yes,,Draft,,,Startup,,,
6
+ DevHunt,1,https://devhunt.org/submit,Launch,35,Yes,,Draft,,,Dev,,,
7
+ Uneed,1,https://uneed.best/submit-a-tool,Launch,40,Yes,,Draft,,,Startup,,,
8
+ Microlaunch,1,https://microlaunch.net/submit,Launch,30,Yes,,Draft,,,Startup,,,
9
+ OpenHunts,1,https://openhunts.com/submit,Launch,25,Yes,,Draft,,,Startup,,,
10
+ LaunchVault,1,https://launchvault.com/submit,Launch,20,Yes,,Draft,,,Startup,,,
11
+ What Launched Today,1,https://whatlaunchedtoday.com,Launch,20,Yes,,Draft,,,Startup,,,
12
+ Launching Next,1,https://launchingnext.com/submit,Launch,30,Yes,,Draft,,,Startup,,,
13
+ PeerPush,1,https://peerpush.net/submit,Launch,25,Yes,,Draft,,,Startup,,,
14
+ Firsto,1,https://firsto.co/submit,Launch,25,Yes,,Draft,,,Startup,,,
15
+ GetByte,1,https://getbyte.co/submit,Launch,20,Yes,,Draft,,,Startup,,,
16
+ Best of Web,1,https://bestofweb.io/submit,Launch,30,Yes,,Draft,,,Startup,,,
17
+ Tiny Launch,1,https://tinylaunch.com/submit,Launch,20,Yes,,Draft,,,Startup,,,
18
+ PitchWall,1,https://pitchwall.co/submit,Launch,25,Yes,,Draft,,,Startup,,,
19
+ AlternativeTo,2,https://alternativeto.net/software/_/add/,SaaS,79,No,,Draft,,,SaaS,,,
20
+ SaaSHub,2,https://saashub.com/submit,SaaS,77,Yes,,Draft,,,SaaS,,,
21
+ G2,2,https://my.g2.com/sellers/welcome,SaaS,92,Yes,,Draft,,,B2B review,,,
22
+ Capterra,2,https://www.capterra.com/vendors,SaaS,93,Yes,,Draft,,,B2B review,,,
23
+ GetApp,2,https://www.getapp.com/vendors,SaaS,78,Yes,,Draft,,,B2B review,,,
24
+ SourceForge,2,https://sourceforge.net/user/register,SaaS,92,Yes,,Draft,,,SaaS,,,
25
+ Slashdot,2,https://slashdot.org/submission,SaaS,88,Yes,,Draft,,,SaaS,,,
26
+ Startup Stash,2,https://startupstash.com/submit,SaaS,50,Yes,,Draft,,,Startup,,,
27
+ SideProjectors,2,https://www.sideprojectors.com/project/new,SaaS,35,Yes,,Draft,,,Startup,,,
28
+ F6S,2,https://www.f6s.com/company/create,SaaS,65,Yes,,Draft,,,Startup,,,
29
+ Stackshare,2,https://stackshare.io/new-product,SaaS,60,Yes,,Draft,,,Dev,,,
30
+ TrustRadius,2,https://www.trustradius.com/vendors,SaaS,72,Yes,,Draft,,,B2B review,,,
31
+ Crozdesk,2,https://crozdesk.com/vendors,SaaS,55,Yes,,Draft,,,SaaS,,,
32
+ There's An AI For That,3,https://theresanaiforthat.com/submit,AI,76,Yes,,Draft,,,AI,,,
33
+ Futurepedia,3,https://www.futurepedia.io/submit-tool,AI,70,Yes,,Draft,,,AI,,,
34
+ Toolify.ai,3,https://www.toolify.ai/submit,AI,71,Yes,,Draft,,,AI,,,
35
+ Future Tools,3,https://www.futuretools.io/submit-a-tool,AI,69,Yes,,Draft,,,AI,,,
36
+ AI Tools Neilpatel,3,https://neilpatel.com/ai-tools,AI,91,Yes,,Draft,,,AI,,,
37
+ Good AI Tools,3,https://goodaitools.com/submit,AI,66,Yes,,Draft,,,AI,,,
38
+ NewTools.site,3,https://newtools.site/submit,AI,51,Yes,,Draft,,,AI,,,
39
+ aitools.inc,3,https://aitools.inc/submit,AI,66,Yes,,Draft,,,AI,,,
40
+ AIStage,3,https://aistage.net/submit,AI,66,Yes,,Draft,,,AI,,,
41
+ AItrendytools,3,https://www.aitrendytools.com/submit,AI,69,Yes,,Draft,,,AI,,,
42
+ Grabon AI Directory,3,https://www.grabon.in/indulge/ai-tools/submit,AI,70,Yes,,Draft,,,AI,,,
43
+ TopAI.tools,3,https://topai.tools/submit,AI,60,Yes,,Draft,,,AI,,,
44
+ Supertools,3,https://supertools.therundown.ai/submit,AI,61,Yes,,Draft,,,AI,,,
45
+ AI Tools Directory,3,https://aitoolsdirectory.com/submit,AI,55,Yes,,Draft,,,AI,,,
46
+ LogicBalls,3,https://logicballs.com/submit,AI,40,Yes,,Draft,,,AI,,,
47
+ SaasAITools,3,https://saasaitools.com/submit,AI,30,Yes,,Draft,,,AI,,,
48
+ PoweredByAI,3,https://poweredbyai.app/submit,AI,35,Yes,,Draft,,,AI,,,
49
+ TheAISurf,3,https://theaisurf.com/submit,AI,30,Yes,,Draft,,,AI,,,
50
+ Aixyz,3,https://ai.xyz/submit,AI,30,Yes,,Draft,,,AI,,,
51
+ AI Pedia Hub,3,https://aipediahub.com/submit,AI,40,Yes,,Draft,,,AI,,,
52
+ Dofollow.Tools,3,https://dofollow.tools/submit,AI,30,Yes,,Draft,,,AI,,,
53
+ AI Scout,3,https://aiscout.net/submit,AI,25,Yes,,Draft,,,AI,,,
54
+ AiMatchPro,3,https://aimatchpro.ai/submit,AI,20,Yes,,Draft,,,AI,,,
55
+ AIChief,3,https://aichief.com/submit,AI,35,Yes,,Draft,,,AI,,,
56
+ AI Tools Love,3,https://aitools.love/submit,AI,25,Yes,,Draft,,,AI,,,
57
+ AI Agents List,4,https://aiagentslist.com/submit,Agent,,Yes,,Draft,,,Agent,,,
58
+ Glama.ai MCP,4,https://glama.ai/mcp/servers,MCP,,Yes,,Draft,,,MCP,,,
59
+ APITracker MCP,4,https://apitracker.io/mcp-servers,MCP,,Yes,,Draft,,,MCP,,,
60
+ Linux Foundation MCP Registry,4,https://github.com/modelcontextprotocol/registry,MCP,,Yes,,Draft,,,MCP,,,
61
+ AI Agent Store,4,https://aiagentstore.ai/submit,Agent,,Yes,,Draft,,,Agent,,,
62
+ AI Agents Base,4,https://aiagentsbase.com/submit,Agent,,Yes,,Draft,,,Agent,,,
63
+ AI Agents Directory,4,https://aiagentsdirectory.com/submit,Agent,,Yes,,Draft,,,Agent,,,
64
+ AgentHunter,4,https://agenthunter.com/submit,Agent,,Yes,,Draft,,,Agent,,,
65
+ AI Agents Live,4,https://aiagents.live/submit,Agent,,Yes,,Draft,,,Agent,,,
66
+ AI Agents Marketplace,4,https://aiagentsmarketplace.com/submit,Agent,,Yes,,Draft,,,Agent,,,
67
+ NoCodeFinder,5,https://www.nocodefinder.com/submit,No-Code,45,Yes,,Draft,,,No-code,,,
68
+ No Code MBA,5,https://www.nocode.mba/tools/submit,No-Code,55,Yes,,Draft,,,No-code,,,
69
+ We Are No Code,5,https://www.wearenocode.com/submit,No-Code,40,Yes,,Draft,,,No-code,,,
70
+ NoCodeList,5,https://nocodelist.co/submit,No-Code,30,Yes,,Draft,,,No-code,,,
71
+ NoCodeDevs,5,https://www.nocodedevs.com/submit,No-Code,25,Yes,,Draft,,,No-code,,,
72
+ NoCode.Tech,5,https://www.nocode.tech/submit,No-Code,35,Yes,,Draft,,,No-code,,,
73
+ Zapier App Directory,7,https://zapier.com/developer,Integration,91,Yes,,Draft,,,Integration,,,
74
+ HubSpot App Marketplace,7,https://ecosystem.hubspot.com/marketplace,Integration,93,Yes,,Draft,,,Integration,,,
75
+ Slack App Directory,7,https://api.slack.com/apps,Integration,89,Yes,,Draft,,,Integration,,,
76
+ Airtable Marketplace,7,https://airtable.com/marketplace,Integration,82,Yes,,Draft,,,Integration,,,
77
+ Notion Integrations,7,https://www.notion.so/integrations,Integration,88,Yes,,Draft,,,Integration,,,
78
+ Make (Integromat),7,https://www.make.com/en/partners,Integration,70,Yes,,Draft,,,Integration,,,
79
+ Pipedream,7,https://pipedream.com/docs/components,Integration,70,Yes,,Draft,,,Integration,,,
80
+ Software Advice,2,https://www.softwareadvice.com/vendors,SaaS,88,Yes,,Draft,,,B2B review,,,
81
+ TheSaaSDirectory,2,https://thesaasdirectory.com,SaaS,88,Yes,,Draft,,,SaaS,,,
82
+ Tech.co,2,https://tech.co,SaaS,80,Yes,,Draft,,,SaaS,,,
83
+ Taalk,2,https://taalk.com,Startup,80,Yes,,Draft,,,Startup,,,
84
+ Startup Fame,2,https://startupfa.me,Startup,77,Yes,,Draft,,,Startup,,,
85
+ Indie Hackers,2,https://www.indiehackers.com,SaaS,76,Yes,,Draft,,,Startup,,,
86
+ Slant,2,https://www.slant.co,SaaS,75,Yes,,Draft,,,SaaS,,,
87
+ Gust,2,https://gust.com,Startup,75,Yes,,Draft,,,Startup,,,
88
+ Inc42,2,https://inc42.com,Startup,75,Yes,,Draft,,,Startup,,,
89
+ Wefunder,2,https://wefunder.com,Startup,76,Yes,,Draft,,,Startup,,,
90
+ Startups.com,2,https://www.startups.com,Startup,68,Yes,,Draft,,,Startup,,,
91
+ IndieHustles,2,https://www.indiehustles.com,SaaS,66,Yes,,Draft,,,SaaS,,,
92
+ SaaSWorthy,2,https://www.saasworthy.com,SaaS,65,Yes,,Draft,,,SaaS,,,
93
+ ToolsFine,2,https://toolsfine.com,SaaS,65,Yes,,Draft,,,SaaS,,,
94
+ Bizcommunity,2,https://www.bizcommunity.com,B2B,65,Yes,,Draft,,,B2B,,,
95
+ StartUs,2,https://startus.cc,Startup,62,Yes,,Draft,,,Startup,,,
96
+ Today Launches,2,https://todaylaunches.com,Startup,60,Yes,,Draft,,,Startup,,,
97
+ StartupBuffer,2,https://startupbuffer.com,Startup,57,Yes,,Draft,,,Startup,,,
98
+ Feedough,2,https://www.feedough.com,Startup,55,Yes,,Draft,,,Startup,,,
99
+ Indie Hacker Tools,2,https://www.indiehacker.tools,Startup,55,Yes,,Draft,,,Startup,,,
100
+ Open Launch,2,https://open-launch.com,Startup,55,Yes,,Draft,,,Startup,,,
101
+ New SaaSly,2,https://newsaasly.com,SaaS,52,Yes,,Draft,,,SaaS,,,
102
+ Business Software,2,https://www.business-software.com,SaaS,49,Yes,,Draft,,,SaaS,,,
103
+ Promote Project,2,https://www.promoteproject.com,Startup,47,Yes,,Draft,,,Startup,,,
104
+ FiveTaco,2,https://fivetaco.com,SaaS,47,Yes,,Draft,,,SaaS,,,
105
+ Cuspera,2,https://www.cuspera.com,SaaS,45,Yes,,Draft,,,SaaS,,,
106
+ BetaBound,2,https://betabound.com,Startup,45,Yes,,Draft,,,Startup,,,
107
+ Makerthrive,2,https://makerthrive.com,Startup,45,Yes,,Draft,,,Startup,,,
108
+ StartupTracker,2,https://startuptracker.io,Startup,44,Yes,,Draft,,,Startup,,,
109
+ BusinessHunt,2,https://businesshunt.co,SaaS,43,Yes,,Draft,,,SaaS,,,
110
+ Launched.io,2,https://launched.io,Startup,40,Yes,,Draft,,,Startup,,,
111
+ ProfitHunt,2,https://profithunt.co,Startup,40,Yes,,Draft,,,Startup,,,
112
+ 10words,2,https://10words.io,SaaS,40,Yes,,Draft,,,SaaS,,,
113
+ TrustMRR,2,https://trustmrr.com,Startup,40,Yes,,Draft,,,Startup,,,
114
+ OpenClawDir,2,https://openclawdir.com,Tech,35,Yes,,Draft,,,Dev,,,
115
+ Build Voyage,2,https://buildvoyage.com,Startup,33,Yes,,Draft,,,Startup,,,
116
+ AlphaDigits,2,https://alphadigits.com,SaaS,32,Yes,,Draft,,,SaaS,,,
117
+ GPTForge,3,https://gptforge.net,AI,30,Yes,,Draft,,,AI,,,Domain created 2025 — DR 88 from source list is implausible
118
+ AI Tools Guide,3,https://aitoolsguide.com,AI,77,Yes,,Draft,,,AI,,,
119
+ AIToolly,3,https://aitoolly.com,AI,69,Yes,,Draft,,,AI,,,
120
+ All The AI Tools,3,https://alltheaitools.com,AI,66,Yes,,Draft,,,AI,,,
121
+ Aiforme.wiki,3,https://aiforme.wiki,AI,66,Yes,,Draft,,,AI,,,
122
+ Noxilo,3,https://noxilo.com,AI,66,Yes,,Draft,,,AI,,,
123
+ AI Generation,3,https://www.theaigeneration.com,AI,55,Yes,,Draft,,,AI,,,
124
+ Every AI,3,https://every-ai.com,AI,55,Yes,,Draft,,,AI,,,
125
+ BAI.tools,3,https://bai.tools,AI,53,Yes,,Draft,,,AI,,,
126
+ The Rundown Tools,3,https://www.rundown.ai/tools,AI,40,Yes,,Draft,,,AI,,,
127
+ AI NavHub,3,https://ainavhub.com,AI,38,Yes,,Draft,,,AI,,,
128
+ WhatTheAI,3,https://whattheai.tech,AI,35,Yes,,Draft,,,AI,,,
129
+ ToolAI,3,https://toolai.io,AI,31,Yes,,Draft,,,AI,,,
130
+ LLM Relevance,3,https://www.llmrelevance.com,AI,30,Yes,,Draft,,,AI,,,
131
+ MakerPad / Zapier,5,https://www.makerpad.co,No-Code,62,Yes,,Draft,,,No-code,,,
132
+ NoCodeFounders,5,https://www.nocodefounders.com,No-Code,45,Yes,,Draft,,,No-code,,,
133
+ WordPress.com,8,https://wordpress.com,Blog,100,Yes,,Draft,,,Profile,,,
134
+ Blogger,8,https://www.blogger.com,Blog,100,Yes,,Draft,,,Profile,,,
135
+ Tumblr,8,https://www.tumblr.com,Blog,99,Yes,,Draft,,,Profile,,,
136
+ GitHub,8,https://github.com,Tech,98,Yes,,Draft,,,Profile,,,
137
+ SoundCloud,8,https://soundcloud.com,Music,96,Yes,,Draft,,,Profile,,,
138
+ Weebly,8,https://www.weebly.com,Blog,95,Yes,,Draft,,,Profile,,,
139
+ SlideShare,8,https://www.slideshare.net,Content,95,Yes,,Draft,,,Profile,,,
140
+ Flickr,8,https://www.flickr.com,Photography,95,Yes,,Draft,,,Profile,,,
141
+ GitLab,8,https://gitlab.com,Tech,94,Yes,,Draft,,,Profile,,,
142
+ eBay Stores,8,https://www.ebay.com,E-commerce,94,Yes,,Draft,,,Profile,,,
143
+ Etsy,8,https://www.etsy.com,E-commerce,93,Yes,,Draft,,,Profile,,,
144
+ Substack,8,https://substack.com,Newsletter,93,Yes,,Draft,,,Profile,,,
145
+ Bitbucket,8,https://bitbucket.org,Tech,93,Yes,,Draft,,,Profile,,,
146
+ Scribd,8,https://www.scribd.com,Content,93,Yes,,Draft,,,Profile,,,
147
+ Disqus,8,https://disqus.com,Professional,93,Yes,,Draft,,,Profile,,,
148
+ Behance,8,https://www.behance.net,Design,93,Yes,,Draft,,,Profile,,,
149
+ Pastebin,8,https://pastebin.com,Tech,93,Yes,,Draft,,,Profile,,,
150
+ Patreon,8,https://www.patreon.com,Creator,93,Yes,,Draft,,,Profile,,,
151
+ Imgur,8,https://imgur.com,Content,93,Yes,,Draft,,,Profile,,,
152
+ Dun & Bradstreet,8,https://www.dnb.com,B2B,93,Yes,,Draft,,,Profile,,,
153
+ Ghost.org,8,https://ghost.org,Blog,92,Yes,,Draft,,,Profile,,,
154
+ Evernote,8,https://evernote.com,Content,92,Yes,,Draft,,,Profile,,,
155
+ Issuu,8,https://issuu.com,Content,92,Yes,,Draft,,,Profile,,,
156
+ CodePen,8,https://codepen.io,Tech,92,Yes,,Draft,,,Profile,,,
157
+ Kaggle,8,https://www.kaggle.com,AI,92,Yes,,Draft,,,Profile,,,
158
+ Houzz,8,https://www.houzz.com,Home,92,Yes,,Draft,,,Profile,,,
159
+ LiveJournal,8,https://www.livejournal.com,Blog,91,Yes,,Draft,,,Profile,,,
160
+ Bandcamp,8,https://bandcamp.com,Music,91,Yes,,Draft,,,Profile,,,
161
+ Dev.to,8,https://dev.to,Tech,90,Yes,,Draft,,,Profile,,,
162
+ Gravatar,8,https://gravatar.com,Professional,90,Yes,,Draft,,,Profile,,,
163
+ Replit,8,https://replit.com,Tech,90,Yes,,Draft,,,Profile,,,
164
+ CodeProject,8,https://www.codeproject.com,Tech,90,Yes,,Draft,,,Profile,,,
165
+ Jimdo,8,https://www.jimdo.com,Blog,89,Yes,,Draft,,,Profile,,,
166
+ Calameo,8,https://www.calameo.com,Content,89,Yes,,Draft,,,Profile,,,
167
+ Buy Me a Coffee,8,https://www.buymeacoffee.com,Creator,88,Yes,,Draft,,,Profile,,,
168
+ ArtStation,8,https://www.artstation.com,Design,88,Yes,,Draft,,,Profile,,,
169
+ 500px,8,https://500px.com,Photography,88,Yes,,Draft,,,Profile,,,
170
+ AppSumo,8,https://appsumo.com,E-commerce,84,Yes,,Draft,,,Profile,,,
171
+ IndiaMART,8,https://www.indiamart.com,B2B,87,Yes,,Draft,,,Profile,,,
172
+ Strikingly,8,https://www.strikingly.com,Blog,87,Yes,,Draft,,,Profile,,,
173
+ Hashnode,8,https://hashnode.com,Tech,85,Yes,,Draft,,,Profile,,,
174
+ About.me,8,https://about.me,Professional,85,Yes,,Draft,,,Profile,,,
175
+ Mixcloud,8,https://www.mixcloud.com,Music,85,Yes,,Draft,,,Profile,,,
176
+ 4Shared,8,https://www.4shared.com,Content,85,Yes,,Draft,,,Profile,,,
177
+ HubPages,8,https://hubpages.com,Blog,84,Yes,,Draft,,,Profile,,,
178
+ TeachersPayTeachers,8,https://www.teacherspayteachers.com,Education,84,Yes,,Draft,,,Profile,,,
179
+ AuthorStream,8,https://www.authorstream.com,Content,70,Yes,,Draft,,,Profile,,,
180
+ Model Mayhem,8,https://www.modelmayhem.com,Design,72,Yes,,Draft,,,Profile,,,
181
+ Penzu,8,https://penzu.com,Blog,60,Yes,,Draft,,,Profile,,,
182
+ Crevado,8,https://crevado.com,Design,50,Yes,,Draft,,,Profile,,,
183
+ MyFolio,8,https://myfolio.com,Design,55,Yes,,Draft,,,Profile,,,
184
+ Manta,9,https://www.manta.com,Local business,76,Yes,,Draft,,,Local,,,
185
+ ActiveSearchResults,9,https://www.activesearchresults.com,Local business,74,Yes,,Draft,,,Local,,,
186
+ Hotfrog,9,https://www.hotfrog.com,Local business,72,Yes,,Draft,,,Local,,,
187
+ Spoke,9,https://www.spoke.com,Local business,70,Yes,,Draft,,,Local,,,
188
+ Locanto,9,https://www.locanto.com,General,70,Yes,,Draft,,,Local,,,
189
+ MerchantCircle,9,https://www.merchantcircle.com,Local business,68,Yes,,Draft,,,Local,,,
190
+ Just Landed,9,https://www.justlanded.com,Local business,65,Yes,,Draft,,,Local,,,
191
+ Showmelocal,9,https://www.showmelocal.com,Local business,64,Yes,,Draft,,,Local,,,
192
+ Cylex,9,https://www.cylex.us.com,Local business,64,Yes,,Draft,,,Local,,,
193
+ Brownbook,9,https://www.brownbook.net,Local business,63,Yes,,Draft,,,Local,,,
194
+ Tupalo,9,https://tupalo.com,Local business,62,Yes,,Draft,,,Local,,,
195
+ WebWiki,9,https://www.webwiki.com,Local business,60,Yes,,Draft,,,Local,,,
196
+ iBegin,9,https://www.ibegin.com,Local business,60,Yes,,Draft,,,Local,,,
197
+ CitySquares,9,https://citysquares.com,Local business,55,Yes,,Draft,,,Local,,,
198
+ eLocal,9,https://elocal.com,Local business,55,Yes,,Draft,,,Local,,,
199
+ 2FindLocal,9,https://www.2findlocal.com,Local business,53,Yes,,Draft,,,Local,,,
200
+ Chamber of Commerce,9,https://www.chamberofcommerce.com,Local business,50,Yes,,Draft,,,Local,,,
201
+ FindUsLocal,9,https://www.finduslocal.com,Local business,50,Yes,,Draft,,,Local,,,
202
+ ezlocal,9,https://www.ezlocal.com,Local business,50,Yes,,Draft,,,Local,,,
203
+ Yellow Pages Goes Green,9,https://www.yellowpagesgoesgreen.org,Local business,49,Yes,,Draft,,,Local,,,
204
+ Where To?,9,https://www.where2go.com,Local business,46,Yes,,Draft,,,Local,,,
205
+ SitePoint Forums,10,https://www.sitepoint.com/community,Tech,89,Yes,,Draft,,,Forum,,,
206
+ Mumsnet Forums,10,https://www.mumsnet.com/Talk,Family,85,Yes,,Draft,,,Forum,,,
207
+ Digital Point,10,https://forums.digitalpoint.com,Marketing,82,Yes,,Draft,,,Forum,,,
208
+ WebmasterWorld,10,https://www.webmasterworld.com,Marketing,77,Yes,,Draft,,,Forum,,,
209
+ BlackHatWorld,10,https://www.blackhatworld.com,Marketing,77,Yes,,Draft,,,Forum,,,
210
+ GrowthHackers,10,https://growthhackers.com,Marketing,76,Yes,,Draft,,,Forum,,,
211
+ Warrior Forum,10,https://www.warriorforum.com,Marketing,73,Yes,,Draft,,,Forum,,,
212
+ Apsense,10,https://www.apsense.com,Marketing,72,Yes,,Draft,,,Forum,,,
213
+ Strava Clubs,10,https://www.strava.com,Fitness,90,Yes,,Draft,,,Forum,,,
214
+ Foursquare,10,https://business.foursquare.com,Hospitality,90,Yes,,Draft,,,Forum,,,
215
+ ActiveRain,10,https://activerain.com,Real estate,70,Yes,,Draft,,,Forum,,,
216
+ Quibblo,10,https://www.quibblo.com,General,55,Yes,,Draft,,,Forum,,,
217
+ EzineArticles,11,https://ezinearticles.com,Article,80,Yes,,Draft,,,Article,,,
218
+ PRLog,11,https://www.prlog.org,Press release,80,Yes,,Draft,,,PR,,,
219
+ Feedspot,11,https://www.feedspot.com,Blog directory,80,Yes,,Draft,,,Article,,,
220
+ PR.com,11,https://www.pr.com,Press release,77,Yes,,Draft,,,PR,,,
221
+ Alltop,11,https://alltop.com,Blog directory,73,Yes,,Draft,,,Article,,,
222
+ OpenPR,11,https://www.openpr.com,Press release,72,Yes,,Draft,,,PR,,,
223
+ ArticlesBase,11,https://www.articlesbase.com,Article,70,Yes,,Draft,,,Article,,,
224
+ 1888 Press Release,11,https://www.1888pressrelease.com,Press release,69,Yes,,Draft,,,PR,,,
225
+ NewswireToday,11,https://www.newswiretoday.com,Press release,65,Yes,,Draft,,,PR,,,
226
+ Blogarama,11,https://www.blogarama.com,Blog directory,64,Yes,,Draft,,,Article,,,
227
+ Online PR News,11,https://www.onlineprnews.com,Press release,62,Yes,,Draft,,,PR,,,
228
+ PR Free,11,https://www.pr-free.com,Press release,62,Yes,,Draft,,,PR,,,
229
+ SubmissionWebDirectory,11,https://www.submissionwebdirectory.com,General,61,Yes,,Draft,,,Article,,,
230
+ Sooper Articles,11,https://www.sooperarticles.com,Article,60,Yes,,Draft,,,Article,,,
231
+ OnToplist,11,https://www.ontoplist.com,Blog directory,60,Yes,,Draft,,,Article,,,
232
+ BlogEngage,11,https://www.blogengage.com,Blog directory,55,Yes,,Draft,,,Article,,,
233
+ BizSugar,11,https://www.bizsugar.com,Business,55,Yes,,Draft,,,Article,,,
234
+ TechPluto,11,https://www.techpluto.com,Marketing,50,Yes,,Draft,,,Article,,,
235
+ Semfirms,11,https://www.semfirms.com,Marketing,45,Yes,,Draft,,,Article,,,
236
+ CabinetM,11,https://www.cabinetm.com,Marketing,45,Yes,,Draft,,,Article,,,
237
+ Cold Email Kit,11,https://coldemailkit.com,Marketing,44,Yes,,Draft,,,Article,,,
238
+ Directory LDM Studio,11,https://www.directory.ldmstudio.com,General,40,Yes,,Draft,,,Article,,,
239
+ Quality Internet Directory,11,https://www.qualityinternetdirectory.com,General,39,Yes,,Draft,,,Article,,,
240
+ Site Promotion Directory,11,https://www.sitepromotiondirectory.com,Marketing,46,Yes,,Draft,,,Article,,,
241
+ ProofStories,11,https://proofstories.io,Marketing,32,Yes,,Draft,,,Article,,,
242
+ Scoop.it,12,https://www.scoop.it,Curation,91,Yes,,Draft,,,Bookmarking,,,
243
+ Diigo,12,https://www.diigo.com,Bookmarking,85,Yes,,Draft,,,Bookmarking,,,
244
+ Pearltrees,12,https://www.pearltrees.com,Bookmarking,84,Yes,,Draft,,,Bookmarking,,,
245
+ BibSonomy,12,https://www.bibsonomy.org,Research,70,Yes,,Draft,,,Bookmarking,,,
246
+ Folkd,12,https://www.folkd.com,Bookmarking,64,Yes,,Draft,,,Bookmarking,,,
247
+ Justia,13,https://www.justia.com,Legal,85,Yes,,Draft,,,Niche,,,
248
+ Lawyers.com,13,https://www.lawyers.com,Legal,82,Yes,,Draft,,,Niche,,,
249
+ Porch,13,https://porch.com,Home,80,Yes,,Draft,,,Niche,,,
250
+ AllMenus,13,https://www.allmenus.com,Hospitality,76,Yes,,Draft,,,Niche,,,
251
+ HG.org,13,https://www.hg.org,Legal,75,Yes,,Draft,,,Niche,,,
252
+ Sulekha,13,https://www.sulekha.com,B2B,73,Yes,,Draft,,,Niche,,,
253
+ BuildZoom,13,https://www.buildzoom.com,Home,73,Yes,,Draft,,,Niche,,,
254
+ LandBook,13,https://land-book.com,Design,72,Yes,,Draft,,,Niche,,,
255
+ Athlinks,13,https://www.athlinks.com,Fitness,72,Yes,,Draft,,,Niche,,,
256
+ Evensi Events,13,https://evensi.com,Events,62,Yes,,Draft,,,Niche,,,
257
+ Wellness.com,13,https://www.wellness.com,Health,60,Yes,,Draft,,,Niche,,,
258
+ Placester,13,https://placester.com,Real estate,60,Yes,,Draft,,,Niche,,,
259
+ YogaTrail,13,https://www.yogatrail.com,Health,55,Yes,,Draft,,,Niche,,,
260
+ Tradify (FreeIndex),13,https://www.freeindex.co.uk,Home,55,Yes,,Draft,,,Niche,,,
261
+ Webdesign Inspiration,13,https://webdesign-inspiration.com,Design,45,Yes,,Draft,,,Niche,,,
262
+ iBuildNew,13,https://www.ibuildnew.com.au,Home,45,Yes,,Draft,,,Niche,,,
263
+ EU-Business,13,https://www.eu-business.com,B2B,46,Yes,,Draft,,,Niche,,,
264
+ MassageTherapy (AMBP),13,https://www.massagetherapy.com,Health,45,Yes,,Draft,,,Niche,,,
265
+ Fit Pro Directory,13,https://fitprofessionals.net,Fitness,40,Yes,,Draft,,,Niche,,,
266
+ Curated.design,13,https://www.curated.design,Design,52,Yes,,Draft,,,Niche,,,