Marketplace for the FAT Agent with Superpowers plugin — a modular post-launch QA audit skill for Claude Code with 22 audit modules (incl. E-E-A-T, AI Search/GEO, Crawlability, Content-Depth, Video), multi-page crawling, HTML dashboards, and CI gating.
npx claudepluginhub spruikco/fat-agent-skillFAT Agent (Fix, Audit, Test) — a post-launch quality assurance skill that audits deployed websites for SEO, security, accessibility, performance, and content issues.
A Claude plugin that acts as your post-launch QA engineer.
FAT Agent systematically audits deployed websites for SEO, performance, security, accessibility, and content issues — then walks you through fixing every one.
After you deploy a site, say "run FAT agent" and it will:
| Category | Automated? | What It Checks |
|---|---|---|
| 🌐 Availability & Response | ✅ | HTTP status, redirects, response headers, caching |
| 🔍 SEO Essentials | ✅ | Title, meta, headings, OG tags, structured data, sitemap, robots.txt |
| ⚡ Performance | ✅ | HTML size, render-blocking scripts, lazy loading, resource hints |
| 🔒 Security Headers | ✅ | HSTS, CSP, X-Frame-Options, Referrer-Policy, Permissions-Policy |
| ♿ Accessibility | Partial | Alt text, labels, landmarks, skip links + targeted user questions |
| 🧪 Functional Checks | 👤 User | Forms, navigation, mobile, 404 page, integrations |
| 📝 Content & Legal | Partial | Placeholder text, privacy policy, copyright year |
| 📊 Analytics & Tracking | ✅ | GA4, GTM, Facebook Pixel, Plausible, Hotjar, Fathom, Umami, Mixpanel, PostHog + 10 more |
claude plugins add https://github.com/spruikco/fat-agent-skill
This installs the FAT Agent plugin with the /fat-audit slash command.
git clone https://github.com/spruikco/fat-agent-skill ~/.claude/skills/fat-agent
Claude Code reads SKILL.md automatically and activates the skill when it detects trigger phrases.
Then in any conversation:
You: Run FAT agent on https://mysite.com
You: Audit my site
You: I just deployed — is everything working?
You: Post-launch check on https://example.com
You: /fat-audit https://example.com
plugins/fat-agent/skills/fat-agent/SKILL.md as a project file — this is the core instruction set Claude followsplugins/fat-agent/references/security-headers.mdplugins/fat-agent/references/seo-checklist.mdplugins/fat-agent/references/accessibility-guide.mdplugins/fat-agent/references/platform-fixes/*.md for your hosting platformplugins/fat-agent/references/framework-fixes/*.md for your tech stackNote: The Python scripts (
analyse-html.py,calculate-score.py) are designed for Claude Code, which can execute them directly. Claude.ai performs the same checks conversationally usingweb_fetch.
Fix suggestions are loaded on-demand from the references/platform-fixes/ and references/framework-fixes/ directories based on what you told it in Phase 0. A Next.js site on Vercel gets different fix code than a WordPress site on Apache.
FAT Agent is platform-agnostic. It audits the live URL regardless of where it's hosted:
Claude Code marketplace entries for the plugin-safe Agentic Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 94 marketplace plugins, 203 local specialized agents, and 175 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations