agent-startup-kit

AI coding workflows and reusable skills for shipping SaaS fast.
Stop rebuilding the same auth, billing, landing, and deployment flows from scratch.
Use reusable workflows for Claude Code and VS Code, then ship faster with a more consistent process.
Docs: Quickstart · Skills · Examples · Adapters · Templates
Quick use
- Open your project in Claude Code or VS Code.
- Choose one skill:
ship-authship-billingship-landing
- Read the matching
skill.mdandchecklist.md. - Review the matching before/after example in
examples/. - Make changes in small steps.
Why this project exists
Indie hackers and small engineering teams often repeat the same setup work again and again:
- authentication
- billing
- landing pages
- project structure
- workflow documentation
- review checklists
agent-startup-kit turns these repeated tasks into reusable AI coding workflows.
Included skills
ship-auth
Authentication workflow support for:
- sign up
- sign in
- forgot password
- email verification
- protected pages
ship-billing
Billing workflow support for:
- pricing page
- checkout flow
- subscription status
- webhook handling
- success and cancel pages
ship-landing
Landing page workflow support for:
- hero section
- feature section
- FAQ section
- CTA section
- SEO metadata
Supported tools
Current
- Claude Code
- VS Code
Planned
- MCP
Repository structure
- adapters/claude-code/
- adapters/vscode/
- skills/ship-auth/
- skills/ship-billing/
- skills/ship-landing/
- templates/nextjs-saas-starter/
How to use
- Open your project in Claude Code or VS Code.
- Review the existing project structure first.
- Choose one skill based on your current task.
- Use the matching
skill.mdas working instructions. - Use the matching
checklist.mdto review the result. - Make changes in small steps.
Included support files
Each skill currently includes:
README.mdskill.mdchecklist.md
This keeps each workflow simple, reusable, and easy to review.
Current template target
templates/nextjs-saas-starter/
This template path is intended as the baseline demo target for the included skills.
Current adapters
adapters/claude-code/README.mdadapters/vscode/README.md
These explain how to use the skills inside each AI coding workflow.
Examples
Current before/after example docs:
examples/before-after-auth/README.mdexamples/before-after-billing/README.mdexamples/before-after-landing/README.md
These help users quickly understand what each skill is expected to change before reading the full skill files.
Roadmap
v1
- ship-auth
- ship-billing
- ship-landing
- Claude Code adapter
- VS Code adapter
- Next.js SaaS starter template
Next
- ship-seo-blog
- ship-analytics
- ship-deploy
- MCP adapter
- more templates
- examples and before/after demos
Contributing
Contributions are welcome.
Please read CONTRIBUTING.md before opening a pull request.
License
MIT