From seo-suite
Run Phase 1 of the SEO suite — keyword research for the current project. Fetchers → consolidation → clustering → intent classification → scoring, producing seo/reports/keywords.<date>.json. Use when the user asks to "refresh keywords", "run keyword research", "rebuild the keyword report", "update SEO keywords", or starts Phase 1 of the SEO pipeline. Requires seo/profile.json (run seo-init first).
How this skill is triggered — by the user, by Claude, or both
Slash command
/seo-suite:seo-refreshThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run Phase 1 of the SEO suite for the CURRENT project. Follow the orchestration in `commands/seo-refresh.md` of this plugin exactly — fetchers in order, then consolidation, then the three subagents (clusterer → intent-classifier → scorer) sequentially (never in parallel).
Run Phase 1 of the SEO suite for the CURRENT project. Follow the orchestration in commands/seo-refresh.md of this plugin exactly — fetchers in order, then consolidation, then the three subagents (clusterer → intent-classifier → scorer) sequentially (never in parallel).
Load the recipe from the plugin root:
cat "${CLAUDE_PLUGIN_ROOT}/commands/seo-refresh.md"
Then execute its instructions verbatim. Do not skip the sequential ordering constraint on the subagent calls.
npx claudepluginhub alexfilatov/seo-suite --plugin seo-suiteProvides 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.