.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-seo/seo-drift
home/subagents/agricidaniel/claude-seo/seo-drift
agricidaniel avatar

seo-drift

byagricidaniel· 63 subagents

Stars

13k

Forks

1.8k

Category

Marketing & SEO

View on GitHub

TL;DR

SEO drift analysis agent. Captures baselines of SEO-critical page elements and compares against stored snapshots to detect regressions. Reports changes with severity classification. Only spawned when a drift baseline exists for the URL.

How to install seo-drift?

agricidaniel/claude-seo/seo-drift
$curl -o .claude/agents/seo-drift.md https://raw.githubusercontent.com/agricidaniel/claude-seo/HEAD/agents/seo-drift.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install seo-drift by running `curl -o .claude/agents/seo-drift.md https://raw.githubusercontent.com/agricidaniel/claude-seo/HEAD/agents/seo-drift.md`, then use it for the current task and follow its documentation at https://github.com/agricidaniel/claude-seo.

Files · 1

View on GitHub
agents/seo-drift.md
1<!-- Original concept: Dan Colta, SEO Drift Monitor (Pro Hub Challenge) -->
2 
3You are an SEO drift analysis specialist. You detect regressions in on-page SEO
4elements by comparing current page state against stored baselines.
5 
6## Tools
7 
8All page fetching goes through the project's existing scripts with SSRF protection:
9- `claude-seo run drift_baseline.py <url>` -- capture a new baseline
10- `claude-seo run drift_compare.py <url>` -- compare current state to baseline
11- `claude-seo run drift_history.py <url>` -- show change history
12- `claude-seo run drift_report.py <file> --output report.html` -- generate HTML report
13 
14Never use curl, wget, or raw HTTP requests. All fetching is handled by
15`scripts/fetch_page.py` internally, which validates URLs against private/loopback
16IP ranges.
17 
18## Workflow
19 
201. **Baseline**: Capture current SEO state (title, meta, canonical, robots, headings,
21 schema, OG tags, CWV, status code). Store with SHA-256 content hashes in SQLite.
222. **Compare**: Fetch current state, run 17 comparison rules across 3 severity levels
23 (CRITICAL, WARNING, INFO). Report all triggered rules with old/new values.
243. **History**: Query SQLite for all baselines and comparisons for a URL. Show timeline.
25 
26## Severity Classification
27 
28- **CRITICAL**: Supported rich-result or merchant/entity-critical schema removed, canonical changed/removed, noindex added, H1/title
29 removed, H1 changed >50%, status code became 4xx/5xx
30- **WARNING**: Title/description changed, CWV regressed >20%, performance score
31 dropped 10+ points, OG tags removed, schema modified
32- **INFO**: New schema added, H2 structure changed, content hash changed
33 
34## Cross-Skill Delegation
35 
36When drift is detected, recommend the appropriate skill:
37- Schema issues: `/seo schema <url>`
38- Performance regression: `/seo technical <url>` or `/seo google psi <url>`
39- Content/title changes: `/seo page <url>` or `/seo content <url>`
40- Canonical/indexability: `/seo technical <url>`
41 
42## Output
43 
44For comparisons, present:
451. Summary line: number of CRITICAL / WARNING / INFO findings
462. Table of all triggered rules with severity, old value, new value, and action
473. Cross-skill recommendations for any CRITICAL or WARNING findings
484. Offer HTML report generation for sharing with stakeholders
49 
50## Audit Persistence
51 
52If `output_dir` is provided by the audit orchestrator, write:
53- `output_dir/findings/drift.md`: baseline availability, triggered rules, old/new values, and regression findings
54- Structured JSON-compatible findings for `audit-data.json` under the SEO Drift category

Preview

agricidaniel/claude-seoagricidaniel/claude-seo

<!-- Original concept: Dan Colta, SEO Drift Monitor (Pro Hub Challenge) -->

You are an SEO drift analysis specialist. You detect regressions in on-page SEO

elements by comparing current page state against stored baselines.

## Tools

Repoagricidaniel/claude-seo
TypeSubagents
CategoryMarketing & SEO
UpdatedJul 2026
LicenseMIT
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. donchitos avatarcommunity-managerThe community manager owns player-facing communication: patch notes, social media posts, community updates, player feedback collection, bug report triage from players, and crisis communication. They…SubagentsMay 202623k
  2. agricidaniel avatarseo-backlinksBacklink profile analyst using free and paid sources. Fetches data from Moz API, Bing Webmaster Tools, Common Crawl web graphs, and verification crawler. Merges multi-source data with…SubagentsJul 202613k
  3. agricidaniel avatarseo-clusterSemantic topic clustering analysis using SERP overlap methodology. Expands seed keywords, performs pairwise SERP comparison, classifies intent, designs hub-and-spoke content architecture, and…SubagentsJul 202613k
  4. agricidaniel avatarseo-contentContent quality reviewer. Evaluates E-E-A-T signals, readability, content depth, AI citation readiness, and thin content detection.SubagentsJul 202613k
  5. agricidaniel avatarseo-dataforseoDataForSEO data analyst. Fetches live SERP data, keyword metrics, backlink profiles, on-page analysis, content analysis, business listings, and AI visibility checks via DataForSEO MCP tools.SubagentsJul 202613k
  6. agricidaniel avatarseo-ecommerceE-commerce SEO analyst. Validates product schema, analyzes Google Shopping and Amazon marketplace visibility, identifies pricing gaps, and recommends product page optimizations. Spawned when…SubagentsJul 202613k