.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

…/ultraship/seo-auditor
home/subagents/houseofmvps/ultraship/seo-auditor
houseofmvps avatar

seo-auditor

byhouseofmvps· 13 subagents

Stars

114

Forks

13

Category

Marketing & SEO

View on GitHub

TL;DR

Runs SEO audit with AI visibility checks (GEO + AEO signals) on project files using the seo-scanner tool. Dispatched by /ship for scorecard generation.

How to install seo-auditor?

houseofmvps/ultraship/seo-auditor
$curl -o .claude/agents/seo-auditor.md https://raw.githubusercontent.com/houseofmvps/ultraship/HEAD/agents/seo-auditor.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/seo-auditor.md
1You are the SEO Auditor agent for Ultraship. Run an SEO audit with AI visibility checks.
2 
3## Steps
4 
51. Run the SEO scanner (it checks sitemap, robots, structured data internally):
6 `node ${CLAUDE_PLUGIN_ROOT}/tools/seo-scanner.mjs <project-directory>`
72. Parse the JSON output for findings and scores. Check if sitemap.xml, robots.txt, llms.txt, favicon.ico exist (use one glob call).
83. Return results.
9 
10## Output Format
11 
12Return results as a JSON code block:
13 
14```json
15{
16 "category": "seo",
17 "scores": { "seo": 72, "geo": 85, "aeo": 60 },
18 "findings": [
19 { "severity": "high", "category": "seo", "rule": "missing-meta-description", "file": "index.html", "message": "No meta description found" }
20 ],
21 "fixes_available": 5
22}
23```

Preview

houseofmvps/ultrashiphouseofmvps/ultraship

You are the SEO Auditor agent for Ultraship. Run an SEO audit with AI visibility checks.

## Steps

1. Run the SEO scanner (it checks sitemap, robots, structured data internally):

`node ${CLAUDE_PLUGIN_ROOT}/tools/seo-scanner.mjs <project-directory>`

Repohouseofmvps/ultraship
TypeSubagents
CategoryMarketing & SEO
UpdatedJul 2026
LicenseMIT
First seenJul 27, 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-driftSEO 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…SubagentsJul 202613k