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…
AI Build Cost Tracker — track how much AI is costing you per feature. Use when user wants to track AI spending, understand cost per feature, optimize AI usage, or budget their Claude/GPT costs.
$ npx -y skills add Houseofmvps/ultraship --skill cost --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/costContext preview
The summary Claude sees to decide when to auto-load this skill.
AI Build Cost Tracker — track how much AI is costing you per feature. Use when user wants to track AI spending, understand cost per feature, optimize AI usage, or budget their Claude/GPT costs.
name: cost description: "AI Build Cost Tracker — track how much AI is costing you per feature. Use when user wants to track AI spending, understand cost per feature, optimize AI usage, or budget their Claude/GPT costs." allowed-tools: Bash, Read, Write, Grep
Know exactly what each feature costs to build with AI. Budget smarter, spend less.
node ${CLAUDE_PLUGIN_ROOT}/tools/cost-tracker.mjs <project-directory> showParse the JSON output for cost history and summary.
Present spending overview:
**Total Spend:**
**By Task/Feature:**
**By Model:**
**Daily Trend:**
Generate actionable insights:
1. **Where money goes** — what types of tasks cost the most (debugging? features? refactoring?) 2. **Optimization opportunities** — tasks that could use a cheaper model 3. **Budget projection** — at current rate, monthly spend estimate 4. **Cost per line of code** — rough estimate based on git diff
To log a new cost entry:
node ${CLAUDE_PLUGIN_ROOT}/tools/cost-tracker.mjs <project-directory> log "<label>" <input_tokens> <output_tokens> --model=claude-opus-4-6Labels should be descriptive kebab-case: `auth-feature`, `bug-fix-login`, `refactor-api`, `seo-optimization`
Based on spending patterns:
**If debugging > 30% of spend:**
**If a single task > 3x average:**
**Model optimization:**
Help the user understand when and how to log costs:
When reviewing cost data, help the user think about the economics of building with AI:
**Worth building with AI (high ROI):**
**Consider alternatives:**
**Cost benchmarks for solo founders:** | Task Type | Expected Cost | If Higher, Investigate | |---|---|---| | New API endpoint | $1-5 | Complex business logic or unclear spec | | Bug fix | $0.50-3 | Missing tests or hard-to-reproduce issue | | Full feature (frontend + backend) | $5-20 | Large scope or frequent rework | | Refactoring | $2-10 | Unclear boundaries or missing tests | | Content/copy generation | $0.25-1 | Too many revision cycles |
"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,…