SEO & Marketing with AI
Use marketing-skills.com to run 30+ marketing skills for SEO, copywriting, CRO, and growth directly in your AI coding assistant
marketing-skills.com is a collection of 30+ AI agent skills for conversion optimization, copywriting, SEO, analytics, and growth engineering. They work directly inside Claude Code, Cursor, GitHub Copilot, and other AI coding tools — so you can go from building a feature to writing its landing page copy without leaving your editor.
Installation
npx skills add coreyhaines31/marketingskillsKey Skills for a SaaS Product
| Skill | Purpose |
|---|---|
seo-audit | Audit your site for technical SEO, meta tags, and indexing issues |
copywriting | Write or rewrite marketing copy for any page |
page-cro | Optimize landing pages for conversions |
content-strategy | Plan what content to create and which topics to cover |
analytics-tracking | Set up GA4 event tracking, UTM parameters, and conversion goals |
pricing-strategy | Design pricing tiers, packaging, and value metrics |
ai-seo | Optimize content to be cited by LLMs and AI search engines |
signup-flow-cro | Reduce friction in your signup and registration flow |
Run npx skills add coreyhaines31/marketingskills once and all skills become
available as slash commands in your AI assistant. Skills are auto-discovered
from .claude/skills/.
Example Prompts
Audit your landing page for SEO issues
/seo-audit
Review the landing page at apps/launchsaas/src/app/[locale]/(marketing)/page.tsx.
Check meta tags, heading structure, and content for SEO issues.Write copy for the pricing page
/copywriting
Write compelling copy for the pricing section.
The product is a Next.js SaaS boilerplate for developers.
Pricing tiers are in apps/launchsaas/src/configuration/product.ts.Optimize the signup flow
/signup-flow-cro
Review the signup flow starting at apps/launchsaas/src/app/[locale]/(auth)/sign-up/.
Identify friction points and suggest improvements.Plan a content strategy
/content-strategy
We're launching a SaaS boilerplate for Next.js developers.
Suggest a 3-month content strategy targeting developers evaluating auth and payment solutions.Optimize for AI search
/ai-seo
Review the homepage copy at apps/launchsaas/src/components/landing/.
Suggest changes to make it more likely to be cited by LLMs like ChatGPT and Perplexity.Resources
- marketing-skills.com — full skill list and documentation
- LaunchSaaS Customization — metadata, OG images, and site configuration
- AI Coding Setup