.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

…/ultimate-seo-geo/parallel-audit
home/subagents/mykpono/ultimate-seo-geo/parallel-audit
mykpono avatar

PARALLEL-AUDIT

bymykpono· 2 subagents

Stars

61

Forks

12

Category

Marketing & SEO

View on GitHub

TL;DR

Platform-neutral definitions for delegating independent audit slices. Same routing and scripts as references/procedures/ and AGENTS.md — this file only names who runs what when using a Task/subagent tool.

How to install PARALLEL-AUDIT?

mykpono/ultimate-seo-geo/parallel-audit
$curl -o .claude/agents/PARALLEL-AUDIT.md https://raw.githubusercontent.com/mykpono/ultimate-seo-geo/HEAD/agents/PARALLEL-AUDIT.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/PARALLEL-AUDIT.md
1# Parallel audit workers (subagent scopes)
2 
3Platform-neutral definitions for delegating independent audit slices. Same routing and scripts as `references/procedures/` and `AGENTS.md` — this file only names **who runs what** when using a Task/subagent tool.
4 
5Orchestration: run `site_mapper.py` if needed → spawn workers in parallel → merge JSON → `finding_verifier.py` → Health Score. Do **not** run `generate_report.py` and the same per-script workers on the same URL simultaneously.
6 
7---
8 
9## seo-technical
10 
11Analyzes crawlability, indexability, security, redirects, and Core Web Vitals.
12 
13**Scope:** robots.txt + AI crawlers, security headers, CWV via PSI, redirects, canonicals, IndexNow, sitemaps, mobile readiness.
14 
15| Script | Purpose |
16|--------|---------|
17| `robots_checker.py` | robots.txt + AI crawler status |
18| `security_headers.py` | Response headers |
19| `pagespeed.py` | PageSpeed Insights (CWV) |
20| `redirect_checker.py` | Redirect chains |
21| `canonical_checker.py` | Canonical validation |
22| `indexnow_checker.py` | IndexNow key |
23| `sitemap_checker.py` | Sitemap health |
24 
25**References:** `references/technical-checklist.md`, `references/crawl-indexation.md`
26 
27---
28 
29## seo-content
30 
31Content quality, E-E-A-T, readability, duplicates, meta lengths, programmatic quality gates.
32 
33| Script | Purpose |
34|--------|---------|
35| `article_seo.py` | Article structure + keywords |
36| `readability.py` | Readability |
37| `duplicate_content.py` | Near-duplicates |
38| `meta_lengths_checker.py` | Title / meta / H1 lengths |
39| `programmatic_seo_auditor.py` | Template pages at scale |
40 
41**References:** `references/eeat-framework.md`, `references/core-eeat-framework.md`, `references/content-eeat.md`
42 
43---
44 
45## seo-schema
46 
47JSON-LD detection, validation, generation. Rules: JSON-LD only; HowTo still valid; FAQ restrictions; retired types per `references/procedures/19-quality-gates-hard-rules.md`.
48 
49| Script | Purpose |
50|--------|---------|
51| `validate_schema.py` | Validation + scoring |
52 
53**References:** `references/schema-types.md`
54 
55---
56 
57## seo-geo
58 
59AI search citation: crawlers, llms.txt, entities, social meta, citability signals.
60 
61| Script | Purpose |
62|--------|---------|
63| `robots_checker.py` | AI crawler access |
64| `llms_txt_checker.py` | llms.txt |
65| `entity_checker.py` | Entity signals |
66| `social_meta.py` | OG + Twitter Card |
67 
68**References:** `references/ai-search-geo.md`, `references/entity-optimization.md`
69 
70---
71 
72## seo-performance
73 
74CWV and load performance (field/lab). INP not FID.
75 
76| Script | Purpose |
77|--------|---------|
78| `pagespeed.py` | PSI API |
79| `image_checker.py` | Image SEO signals |
80 
81**References:** `references/technical-checklist.md`, `references/image-seo.md`
82 
83---
84 
85## seo-links
86 
87Internal graph, broken links, backlink profile (when data available).
88 
89| Script | Purpose |
90|--------|---------|
91| `internal_links.py` | Link graph, orphans |
92| `broken_links.py` | 4xx/5xx |
93| `link_profile.py` | Link equity |
94| `backlink_analyzer.py` | Backlink audit (CSV/API) |
95 
96**References:** `references/link-building.md`, `references/backlink-quality.md`

Preview

mykpono/ultimate-seo-geomykpono/ultimate-seo-geo

# Parallel audit workers (subagent scopes)

Platform-neutral definitions for delegating independent audit slices. Same routing and scripts as `references/procedures/` and `AGENTS.md` — this file only name

Orchestration: run `site_mapper.py` if needed → spawn workers in parallel → merge JSON → `finding_verifier.py` → Health Score. Do **not** run `generate_report.p

---

Repomykpono/ultimate-seo-geo
TypeSubagents
CategoryMarketing & SEO
UpdatedMay 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