ship-product
Installation
SKILL.md
Ship Product
Build one concrete paid product end-to-end. Not a sellable boilerplate kit.
Invocation
Manual / human-only. Apply this skill only when a human explicitly invokes
it (for example $ship-product, "use ship-product", or "follow ship-product").
Do not load or follow it automatically because the task looks like a greenfield
app, SaaS, or TanStack Start project.
Hard rules
- Need-based installs — thin backbone first; add packages only when the product map requires them. See references/stack.md.
- Env gate — implement features, UI, and integrations in code first. Do not run live provider calls, browser E2E against paid/AI/email flows, or claim the app works until a user-provided
.envexists and validates. Details: references/env-gate.md. - Self-contained — this skill embeds its own stack, naming, and workflow rules. Do not depend on other agent skills.
- No competitor source — do not copy ShipFast, Supastarter, or unrelated product repos.
- Prefer
bun/bunxin all command examples.