From seo
Run an SEO audit of a site, section, or single page. Trigger on "проверь SEO", "seo audit", "почему нас не видно в гугле", "оптимизируй страницу под поиск", or after shipping new public pages. Delegates the deep pass to the seo-strategist subagent and turns the result into applied fixes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/seo:seo-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. **Scope**: one page, a section (e.g. /race/*), or the whole site. Identify
curl -A "Googlebot" <url> and check the
returned HTML for title/meta/OG/schema BEFORE JS. For an SPA, this is
where server-side meta injection either works or doesn't.seo-strategist subagent with the scope, the
fetched evidence, and repo paths. For big scopes spawn one per section in
parallel.Guides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.
Dispatches multiple subagents concurrently for independent tasks without shared state. Use when facing 2+ unrelated failures or subsystems that can be investigated in parallel.
npx claudepluginhub kulykivska/claude-plugins --plugin seo