From seo-suite
Run Phase 3 of the SEO suite — the AUTONOMOUS article-writing pipeline that takes a roadmap slug to a finished content artifact (body.md + meta.json). Profile-driven; toggled fact-check, legal review, and cover generation. Publishing is out of scope. Use when the user asks to "write an SEO article", "draft an article from the roadmap", "generate the article for slug X", "run Phase 3", or names a specific roadmap slug to write. Requires a Phase-2 roadmap (run seo-topics first). Accepts an optional --interactive flag to restore human gates.
How this skill is triggered — by the user, by Claude, or both
Slash command
/seo-suite:seo-write-articleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run Phase 3 of the SEO suite for the CURRENT project. You need a slug from the roadmap — if the user didn't provide one, ask which slug to write (or offer the Wave 1 list).
Run Phase 3 of the SEO suite for the CURRENT project. You need a slug from the roadmap — if the user didn't provide one, ask which slug to write (or offer the Wave 1 list).
Follow the orchestration in commands/seo-write-article.md of this plugin exactly: pre-check → [brief ∥ SERP] in parallel → outline → sources → draft → fact-check (auto-retry once on BLOCK) → SEO meta → legal (regulated only) → cover (if enabled). Default mode is autonomous (no questions); --interactive restores human gates.
Load the recipe from the plugin root:
cat "${CLAUDE_PLUGIN_ROOT}/commands/seo-write-article.md"
Then execute its instructions verbatim, substituting <slug> with the slug provided by the user.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub alexfilatov/seo-suite --plugin seo-suite