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…
Launch Day Autopilot — prepare everything for a product launch. Use when user wants to launch, go live, announce, or prepare for Product Hunt / Hacker News / social media launch.
$ npx -y skills add Houseofmvps/ultraship --skill launch --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/launchContext preview
The summary Claude sees to decide when to auto-load this skill.
Launch Day Autopilot — prepare everything for a product launch. Use when user wants to launch, go live, announce, or prepare for Product Hunt / Hacker News / social media launch.
name: launch description: "Launch Day Autopilot — prepare everything for a product launch. Use when user wants to launch, go live, announce, or prepare for Product Hunt / Hacker News / social media launch."
A launch is not a deploy. A deploy puts code on a server. A launch puts a product in front of people who need it, at the right time, with the right message, on the right channels. This skill treats launch as a coordinated campaign, not a checkbox.
node ${CLAUDE_PLUGIN_ROOT}/tools/launch-prep.mjs <project-directory> --url=<production-url>Parse the JSON output for project info, launch copy, checklist, and press kit.
Before writing a single word of copy, nail the positioning:
**Who is this for?**
**Positioning statement:** > For [target user] who [pain point], [product] is a [category] that [key benefit]. Unlike [alternatives], it [differentiator].
This positioning statement drives ALL copy below. Every piece of content should map back to it.
**Competitive angle:**
Present the launch checklist with pass/fail/warn status:
**Product Ready:**
**SEO + AI visibility Ready:**
**Analytics Ready:**
**Legal Ready:**
**Social Proof Ready:**
For any FAIL items, fix them immediately.
**Product Hunt:**
**Twitter/X Thread (5-7 tweets):**
**LinkedIn Post:**
**Hacker News (Show HN):**
Launching on platforms is necessary but not sufficient. The products that break through have community presence before launch day:
**Pre-launch (1-2 weeks before):**
**Launch day amplification:**
**Post-launch (3-7 days after):**
Present the press kit components:
##
"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,…