seo-content-marketing-command-suite

Runs SEO audits, keyword research, competitor analysis, and content planning through structured commands.

10|1|Updated May 16, 2026
One-click install
npx skills add https://github.com/reason-machines/marketing-skills --skill seo-content-marketing-command-suite-reason-machines
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo-content-marketing-command-suite
Source: https://github.com/reason-machines/marketing-skills/tree/main/skills/seo-content-marketing-command-suite
Command: npx skills add https://github.com/reason-machines/marketing-skills --skill seo-content-marketing-command-suite-reason-machines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? SEO work requires juggling keyword research, technical audits, content quality checks, and competitor tracking across disconnected tools, making it hard to run consistent, repeatable optimization workflows. ## Core Features & Use Cases - Keyword Research & Content Briefs: Cluster keywords by intent, score opportunities, and generate SEO content briefs with outlines, NLP terms, and word count targets. - Technical & Content Audits: Detect crawlability issues, Core Web Vitals problems, content duplication, and keyword cannibalization with structured reports. - Multi-Step Workflows: Run end-to-end processes like a 12-step full SEO sprint, launch checklists, content refresh cycles, and link-building campaigns. - Use Case: A content marketer runs /workflows:full-seo-sprint example.com to get a technical audit, keyword map, content gap analysis, and a 90-day roadmap in one coordinated pass. ## Quick Start Ask the AI to run a full SEO audit on your domain and generate a prioritized list of technical fixes and content opportunities.

Frequently Asked Questions about seo-content-marketing-command-suite

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a technical SEO audit on my website?▼

Run the /technical-seo command followed by your domain, such as /technical-seo example.com. It checks crawlability, Core Web Vitals, schema markup, mobile-friendliness, HTTPS, and canonical tags, then outputs a structured report.

How to generate an SEO content brief for a target keyword?▼

Use /content-brief followed by your target keyword, for example /content-brief "email marketing best practices". The output includes search intent, a recommended outline, NLP terms to include, word count targets, and analysis of top-ranking competitor pages.

What SEO data sources does this command suite support?▼

The suite integrates with Semrush and Ahrefs APIs for keyword research and backlink data, configured via environment variables or a config.yaml file. You can set fallback sources so commands continue working if a primary API fails.

Can I automate SEO audits in a CI/CD pipeline?▼

Yes, commands support JSON output that can be parsed in GitHub Actions or similar pipelines. The documentation shows a workflow that runs weekly technical audits and fails the build when critical-severity issues are detected.

Why are SEO commands not recognized after installation?▼

Commands fail when the skill is not registered in the Claude session. Verify the files exist in ~/.claude/skills/seo-content-marketing/ and re-register by reading the SKILL.md file with the /read command.

What are the limitations for auditing large websites?▼

Large crawls can be slow and hit API rate limits. Use shallow audit depth, limit crawls with --max-pages, or audit incrementally by filtering to recently published pages to keep runtimes manageable.