A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Recovery Operating System for Ecommerce/D2C. Ten Claude Code skills for Core-Update recovery, AI search visibility, deci
Recovery-first decision support for ecommerce/D2C SEO. Claude Code skills for Core Update recovery diagnosis, prioritized action plans, weekly monitoring, and a Change Governor / Settlement Gate that prevents over-optimizing during recovery windows. Built and validated during real ecommerce Core-Update recovery in spring 2026. Open-source, MIT, zero runtime dependencies.
v0.5.2 shipped. Public beta. Breaking changes possible before v1.0. Pin to a tag for reproducible installs. See CHANGELOG.md.
Three common entry points. Pick the one that matches your situation:
1. Traffic dropped after a Google Core Update
/seo-rescue:post-core-update-recovery example.com
Diagnosis tree + phased Authority-First recovery plan (6–12 month horizon, no 4-week magic promises).
2. Free technical health check before deciding on paid tools
/seo-rescue:seo-audit-free example.com
Free-tier check using only Google's surfaces (GSC + PSI + Lighthouse + curl). No API keys required.
3. Weekly recovery review using your Sistrix CSV exports
/seo-rescue:sistrix-monday-recovery-check current.csv previous.csv example.com
17-section structured report. CSV-first, no Sistrix API key required.
Typical sequence: diagnose → recovery plan → weekly monitoring. Every step ends with an operator-reviewable artifact. No autonomous live changes are made by any skill or command.
Recovery-first decision intelligence for ecommerce and D2C. Most SEO tools answer what is technically wrong. This framework answers given everything I know, what should I do next, what should I leave alone right now, and what should wait. It complements technical-audit suites (claude-seo and similar); it does not replace them.
The kit is not designed to execute SEO changes autonomously. Two safety layers sit between the operator and any live modification:
Change Governor. Every session starts in audit_only mode with zero change budget. Mode escalation requires explicit operator instruction. Each proposed change is rated on risk, evidence quality, rollback readiness, and approval state — actions without a clear data basis can never be classified as green risk.
Settlement Gate. After a Major Batch of live changes, the gate hard-blocks new optimization waves until enough data has accumulated to attribute cause and effect. The most dangerous moment in recovery is not the first mistake — it is the impulse to keep optimizing immediately afterwards. The gate enforces a waiting period during which only monitoring, QA, rollback prep, and verified emergencies are allowed.
Goal. Don't change too much at once. Protect winners. Keep cause-and-effect measurable. No live SEO change without operator review.
Canonical references:
plugins/seo-rescue/references/SEO_CHANGE_GOVERNOR.md — modes, budgets, escalation rulesplugins/seo-rescue/references/SEO_SETTLEMENT_GATE.md — hard-block definition, exceptions, unlock criteriaplugins/seo-rescue/references/SAFE_LIVE_CHANGE_RULES.md — pre/post-crawl rules, batch limits, user-pressure responsesplugins/seo-rescue/docs/LIVE_CHANGE_QA.md — live-change QA workflowplugins/seo-rescue/commands/recovery-audit.md — change-budget audit command| Refers to | Name |
|---|---|
| Repository / marketplace | seo-survival-kit |
| Plugin (technical) | seo-rescue |
| Slash commands | /seo-rescue:rescue, /seo-rescue:seo-audit-free, … |
The split is intentional (marketplace is the brand, plugin is the technical handle).
The orchestrator (/seo-rescue:rescue) routes to the right skill or command; each can also be called directly. Detailed skill registry: ARCHITECTURE.md section 4.
Core recovery workflow
| Command | What it does | Cost |
|---|---|---|
/seo-rescue:post-core-update-recovery <domain> | Core-Update diagnose tree + 4-phase Authority-First recovery plan | free |
/seo-rescue:recovery-diagnose <domain> | Diagnosis with capability-based provider fallbacks (Sistrix + DataForSEO + GSC CSV) | ~$0.05–$0.50 |
/seo-rescue:recovery-crawl <domain> | Crawl + severity-classified issues (Screaming Frog or local minimal-crawler fallback) | free |
/seo-rescue:recovery-audit <domain> [--days 14] | Read-only change audit: Settlement-Gate-State + hypothesis registry | free |
/seo-rescue:recovery-plan <domain> | Prioritized 30/60/90-day plan with Do-Not-Touch + human approval gate | free |
/seo-rescue:recovery-monitor <domain> | Weekly tracking with deterministic 0-100 recovery score | free |
/seo-rescue:recovery-full <domain> | Full sequence: diagnose → crawl → audit → plan → monitor | ~$0.05–$0.50 |
/seo-rescue:sistrix-monday-recovery-check <current.csv> <previous.csv> [domain?] | CSV-first weekly review, 17-section structured report | free |
Diagnostic and analysis
| Command | What it does | Cost |
|---|---|---|
/seo-rescue:seo-audit-free <domain> | Free-tier health check (GSC + PSI + Lighthouse + curl) | free |
/seo-rescue:gsc-deep-dive <domain> [days?] | One-call Google Search Console snapshot | free |
/seo-rescue:competitor-deep-audit <domain> | DataForSEO SERP-overlap + keyword-gap analysis | ~$0.10–$0.50 |
/seo-rescue:psi-weekly-cron-baseline | Automated weekly PSI tracking with regression alerts | free |
Reporting and economics
| Command | What it does | Cost |
|---|---|---|
/seo-rescue:seo-outreach-report <domain> | 10-chapter A4 PDF for non-technical decision-makers | ~$0.05–$0.50 |
/seo-rescue:channel-economics-analyzer | Per-channel P&L across 30+ marketplaces | free (your CSVs) |
/seo-rescue:subscription-monetization-audit [domain | --csv] | 5-lever recurring-revenue playbook; optional Stripe/Chargebee/Recurly CSV import for MRR / ARPU / churn / cohort analysis | free (your CSVs) |
AI surface (experimental visibility layer)
| Command | What it does | Cost |
|---|---|---|
/seo-rescue:ai-search-rescue <domain> | Diagnosis + framework for AI Overview / ChatGPT / Perplexity citation patterns | free |
/seo-rescue:ai-citations-tracker | Weekly tracker for brand citations in ChatGPT + Perplexity (NDJSON history) | ~$0.10/year |
AI surfaces are an experimental visibility layer. Citation tracking and diagnosis only — not a guarantee of AI search traffic. Use as a supporting signal alongside classical search data, not as the sole basis for decisions.
| Doc | Purpose |
|---|---|
| ARCHITECTURE.md | Canonical source of truth: vision, positioning, system shape, modules, governance, privacy, adaptive onboarding, knowledge layer, what is NOT implemented |
| RECOVERY_SYSTEM.md | Six-stage recovery framework, Recovery Risk Engine, Money Keyword Protection, Winner/Loser Neutralization, URL Recovery Analysis, Recovery Signal Score, five-phase sequencing |
| DECISION_ENGINE.md | Decision rules catalog, evidence weighting, data quality, profitability signals, prioritization, sequencing, cross-channel signals |
| SISTRIX_MONDAY_RECOVERY_CHECK.md | Weekly CSV-first workflow specification — runnable skill at plugins/seo-rescue/skills/sistrix-monday-recovery-check/ (v0.5.2) with synthetic example at examples/synthetic-sistrix-monday-check/ |
| ROADMAP.md | Version-by-version product plan |
| ROADMAP-2026.md | Google search future-watch (separate from product roadmap) |
Pinned to a tag (reproducible, survives upstream changes):
/plugin marketplace add maxschottke-spec/seo-survival-kit#v0.5.3
/plugin install seo-rescue@seo-survival-kit
/reload-plugins
Always-latest (less safe — a maintainer-account compromise would propagate on next reload):
/plugin marketplace add maxschottke-spec/seo-survival-kit
/plugin install seo-rescue@seo-survival-kit
/reload-plugins
See SECURITY.md → How to verify before trusting.
The three pure-Markdown framework skills (rescue, post-core-update-recovery, ai-search-rescue) are available as platform-agnostic Markdown in exports/ with install snippets for Cursor, OpenAI Custom GPT, Gemini CLI, Aider, Continue.dev, and Codex. Script-backed skills remain Claude-Code-specific; MCP wrapper planned for v1.0+.
| File | Why |
|---|---|
| COSTS.md | seo-outreach-report uses three paid APIs. €0.05–€0.50 per domain typical. |
| SECURITY.md | What the scripts access, what they don't, how to verify. |
| MATURITY.md | Honest comparison with mature alternatives. |
| ONBOARDING.md | Install to first PDF in 15 minutes. |
post-core-update-recovery is free. seo-outreach-report requires API credentials for Sistrix + DataForSEO + Google PSI — full walkthrough in ONBOARDING.md.
Same layout you get for a real domain — 10 chapters, ~1 MB PDF, plain language for non-technical decision-makers:

Full sample: examples/sample-audit.pdf. The use-case pattern (sharp −60% drop in 2-3 weeks after a published Core Update) is documented in examples/screenshots/02-core-update-crash-case.png and ROADMAP-2026.md.
seo-audit-free is the entry.claude-seo instead. This complements it.This system is currently strongest for ecommerce/D2C recovery workflows, especially when SEO data can be evaluated against revenue, margin, inventory, returns, conversion, and paid-media context.
| Website type | Fit | Notes |
|---|---|---|
| Ecommerce / D2C | Core fit | Strongest current use case. Product, category, margin, inventory, return and conversion data make recovery decisions more reliable. |
| Lead generation / B2B | Good fit with adaptation | Replace product revenue with lead quality, pipeline, CPL and sales-cycle data. |
| SaaS | Good fit with adaptation | Use signup, activation, demo, trial and pipeline metrics instead of shop revenue. |
| Local service | Partial fit | Works when calls, forms, location pages and lead quality can be measured reliably. |
| Publisher / News | Special case | Requires freshness, topical authority, Discover/News visibility and ad/affiliate revenue logic. Not the current core model. |
| Affiliate / Comparison | Partial fit | Needs EPC, merchant mix, SERP intent and monetization quality. |
| YMYL / regulated content | Caution | Requires stricter evidence standards and additional expert/legal review where applicable. |
The framework should not be treated as a universal SEO automation system. Each website type needs its own business-signal layer.
For Your-Money-Your-Life sites (medical, legal, financial, regulated), have a domain expert review the action plan before client delivery. The framework treats sites uniformly at the SEO-mechanics level; it does not validate domain-specific compliance.
Skills were built from one extended Core-Update recovery case (mid-size DE ecommerce shop, March/April 2026 update window) and validated against four additional real-world domain audits in May 2026. Patterns in skill LESSONS.md files are observations from this case base, not population statistics — treat as starting hypotheses to test in your own context.
The open repo is a first-pass methodology and decision-support layer. It helps identify recovery signals, risky changes, protected URLs, winner/loser patterns, missing data, and validation steps. It is not the same as a calibrated recovery engagement that brings private business context into the decision. Deeper recovery work needs data the open repo does not see: GSC/SISTRIX history, shop revenue, margin, returns, inventory, paid-media context, implementation history, competitive context, and operator review to weigh conflicting signals.
The plugin is MIT and self-serve. If you'd rather have someone with operational experience walk you through it on your specific case, the maintainer offers paid engagements:
| Engagement | What you get | Typical scope |
|---|---|---|
| Recovery Audit (fixed) | Full diagnose-PDF + 60-min strategy call + 4-phase 6-12 month plan | One domain, one Core-Update or AI-search problem |
| Recovery Begleitung (retainer) | Monthly reviews, plan adjustments, prioritization help | 3-6 months, weekly to bi-weekly cadence |
| Outreach pipeline setup | Configured pipeline + first 5 PDFs + handoff | One-time, for agencies that want decision-maker deliverables |
Contact: open a Discussion or reach the maintainer via the email on the GitHub profile. The framework comes from a specific recovery case still in active recovery; engaging means getting context on which patterns apply to your situation and which do not.
allowed-tools hardening that landed in the v0.3.x security sprint)Single-maintainer open-source project. No SLA, no commercial support. Issue response best-effort within a few days. For production-critical workflows, pin to a specific tag and review releases before upgrading. The currently shipping version is visible in the badge near the top of this README and in CHANGELOG.md.
MIT. See LICENSE, SECURITY.md, CONTRIBUTING (open an issue first for larger changes).
Human + AI music production workflow for Suno - skills, templates, and tools
Claude Code skill for YouTube creators — channel audits, video SEO, retention scripts, thumbnails, content strategy, Sho
AI image generation skill for Claude Code -- Creative Director powered by Gemini
A Claude Code skill by Hao (駱君昊) that learns your Facebook voice and auto-posts to FB / IG / Threads / X with a 14-day c