a11y
Accessibility audit + auto-fix (WCAG 2.2 A/AA). Scans built/static HTML for screen-reader, keyboard, and structure failures, fixes the deterministic ones, and…
Post-Ship Growth Intelligence — track how your shipped product is performing. Use when user wants to check growth metrics, SEO trajectory, uptime, deploy frequency, or overall project health over time.
$ npx -y skills add Houseofmvps/ultraship --skill grow --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/growContext preview
The summary Claude sees to decide when to auto-load this skill.
Post-Ship Growth Intelligence — track how your shipped product is performing. Use when user wants to check growth metrics, SEO trajectory, uptime, deploy frequency, or overall project health over time.
name: grow description: "Post-Ship Growth Intelligence — track how your shipped product is performing. Use when user wants to check growth metrics, SEO trajectory, uptime, deploy frequency, or overall project health over time." argument-hint: "<production-url>" allowed-tools: Bash, Read, Grep, Glob
Most indie builders ship and forget. The ones who win ship and measure. This skill makes growth visible, trackable, and actionable — like having a growth-stage CTO and a marketing analyst looking at your dashboards every week.
node ${CLAUDE_PLUGIN_ROOT}/tools/growth-tracker.mjs <project-directory> --url=<production-url> --saveParse the JSON output for current snapshot and historical trends.
Present a clear growth report:
**Uptime & Performance:**
**Development Velocity:**
**SEO + AI visibility Trajectory:**
**Dependency Health:**
**Code Health:**
Based on the data, provide strategic insights — not just metrics, but what they mean:
**1. What's going well** — metrics that are improving **2. What needs attention** — metrics that are declining or stagnant **3. Benchmarks** — how these metrics compare to typical indie SaaS projects:
| Metric | Below Average | Average | Good | Excellent | |---|---|---|---|---| | Response time | >1s | 500ms-1s | 200-500ms | <200ms | | Deploy frequency | <1/week | 1-2/week | 3-5/week | Daily | | SEO score | <50 | 50-70 | 70-85 | 85+ | | GEO score | <40 | 40-60 | 60-80 | 80+ | | Vulnerabilities | >5 high | 1-5 high | 0 high | 0 total |
**4. The "One Thing" recommendation** — if you could only do one thing this week to improve growth, what is it? Prioritize ruthlessly. Solo founders don't have time for 15 action items.
node ${CLAUDE_PLUGIN_ROOT}/tools/gsc-client.mjs query <site-url> 28Show:
**Content gap identification:**
node ${CLAUDE_PLUGIN_ROOT}/tools/bing-webmaster.mjs url-info <site-url> <page-url>Show indexing status across Bing (which also powers ChatGPT Search and DuckDuckGo).
**Why this matters for AI search:** If Bing hasn't indexed your pages, ChatGPT Search can't find you. Submit your sitemap to Bing and verify key pages are indexed.
Tailor recommendations to where the product is:
**Pre-launch (0 users):**
**Post-launch (1-100 users):**
**Growth (100-1000 users):**
**Scale (1000+ users):**
Generate a prioritized list: 1. **Quick wins** — things you can do today (15 min or less) 2. **This week** — improvements that take a few hours 3. **This month** — strategic investments for long-term growth
If the user wants a recurring check, format as a weekly digest:
Weekly Growth Report — [Project Name] Week of [date] Uptime: 99.9% | Avg Response: 230ms (-15ms) SEO: 85 (+3) | GEO: 72 (+2) | AEO: 68 (+5) Commits: 15 | Deploys: 3 | Active Days: 5 Vulnerabilities: 0 critical, 1 high Top Action: Update 3 outdated dependencies Trend: Improving (3 consecutive weeks of SEO gains)
"ULTRASHIP" Claude Code plugin — 39 skills, 33 tools, 11 agents for ship-ready workflows: planning, review, pentesting, safety guardrails, canary monitoring, SEO/AI-readiness check, penetration testing, code review, competitive analysis, incident response. 1 dependency. 180 tests. MIT.
Repo: Houseofmvps/ultraship
Accessibility audit + auto-fix (WCAG 2.2 A/AA). Scans built/static HTML for screen-reader, keyboard, and structure failures, fixes the deterministic ones, and…
Living Architecture Map — auto-generate Mermaid diagrams of your codebase. Use when user wants to visualize architecture, understand code structure, generate…
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent,…
Post-deploy canary monitoring — checks site health, detects regressions, monitors for errors after deployment. Use after deploying to verify production is…
Learn From the Best — analyze patterns from any codebase and apply them to yours. Use when user wants to adopt best practices from another repo, compare code…
Code review with principal-engineer-level depth. Reviews for correctness, performance, security, maintainability, and architecture. Use when completing tasks,…