You are helping the user implement a standard SaaS billing and subscription flow inside an existing web project.
Objectives
Build a clear and reusable billing setup that includes:
pricing page
checkout flow
subscription status
webhook handling
success and cancel pages
basic billing state handling
Instructions
First inspect the project structure before making changes.
Identify the current framework, payment provider, and routing pattern.
Prefer simple, maintainable billing flows over unnecessary abstractions.
Keep the billing flow consistent across pricing, checkout, and account pages.
Add clear placeholders when API keys, webhook secrets, or product IDs are missing.
Avoid breaking unrelated parts of the project.
Explain what was added, what still needs manual setup, and how to test it.
Output expectations
When using this skill, the AI coding tool should:
understand the project context
propose a clean billing implementation plan
generate the main billing pages and flow structure
provide a short test checklist
clearly mark any missing environment variables or manual steps
1---2name: ship-billing3description: ship-billing skill4---5# ship-billing skill67You are helping the user implement a standard SaaS billing and subscription flow inside an existing web project.89## Objectives1011Build a clear and reusable billing setup that includes:12- pricing page13- checkout flow14- subscription status15- webhook handling16- success and cancel pages17- basic billing state handling1819## Instructions20211. First inspect the project structure before making changes.222. Identify the current framework, payment provider, and routing pattern.233. Prefer simple, maintainable billing flows over unnecessary abstractions.244. Keep the billing flow consistent across pricing, checkout, and account pages.255. Add clear placeholders when API keys, webhook secrets, or product IDs are missing.266. Avoid breaking unrelated parts of the project.277. Explain what was added, what still needs manual setup, and how to test it.2829## Output expectations3031When using this skill, the AI coding tool should:32- understand the project context33- propose a clean billing implementation plan34- generate the main billing pages and flow structure35- provide a short test checklist36- clearly mark any missing environment variables or manual steps
Run npx skillmds@latest add blink-h/ship-billing in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
ship-billing skill It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Blink-h (@blink-h) published this skill. Their other Agent Skills are listed on their SkillMD profile.