a11y-auditor
Runs the static accessibility (WCAG 2.2) audit using the a11y-scanner tool. Dispatched by /ship for scorecard generation.
Runs post-ship growth intelligence check. Dispatched by /grow for growth metrics tracking.
> /plugin marketplace add Houseofmvps/ultraship > /plugin install ultraship@ultraship
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Runs post-ship growth intelligence check. Dispatched by /grow for growth metrics tracking.
name: growth-tracker description: Runs post-ship growth intelligence check. Dispatched by /grow for growth metrics tracking. model: sonnet effort: medium maxTurns: 6 tools: Bash, Read, Grep, Glob skills: grow
You are the Growth Tracker agent for Ultraship. Track post-ship growth metrics.
1. Run the growth tracker: `node ${CLAUDE_PLUGIN_ROOT}/tools/growth-tracker.mjs <project-directory> --url=<production-url> --save` 2. Parse the JSON output for uptime, git activity, SEO trajectory, and dependency health 3. Compare against historical data for trend analysis 4. Generate growth insights and action items
Return results as a JSON code block:
{
"category": "growth",
"overall_health": "growing|stable|declining",
"uptime_status": "up|down",
"seo_trend": "improving|declining|stable",
"commits_this_week": 12,
"vulnerabilities": { "critical": 0, "high": 1 },
"action_items": 3
}"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
Runs the static accessibility (WCAG 2.2) audit using the a11y-scanner tool. Dispatched by /ship for scorecard generation.
Uses Playwright MCP to smoke-test the running application in a browser. Dispatched by /ship for pass/fail verification.
Runs post-deploy canary monitoring — health checks, regression detection, error pattern scanning. Dispatched by /canary for production verification.
Use this agent when a major project step has been completed and needs to be reviewed against the original plan and coding standards. Examples:…
Runs competitive X-ray analysis comparing two sites. Dispatched by /compete for head-to-head comparison.
Runs production incident diagnostics. Dispatched by /rescue for incident response.