TinyShip 2.4.0 Released
This release focuses on developer experience by introducing the AI Agent Skills system. Install the skills package with a single command, then use natural language in any AI editor to configure your project, connect services, and deploy — no need to read through documentation page by page.
npx skills add TinyshipCN/tinyship-skillsCore Additions
8 Interactive AI Skills: Each skill is an interactive wizard that asks for user preferences at every decision point, rather than making choices on the user's behalf
| Skill | Description |
|---|---|
tinyship-setup | Project initialization — env config, database selection, framework selection and cleanup |
tinyship-cloudflare | All-in Cloudflare — Workers + D1/Hyperdrive + R2 + Email + Turnstile one-stop setup |
tinyship-auth | Auth configuration — Google, GitHub, WeChat, SMS, email/password |
tinyship-payment | Payment integration — Stripe, PayPal, WeChat Pay, Alipay, Creem, Dodo |
tinyship-ai | AI features — chat, image generation, video generation with credit system |
tinyship-brand | Brand customization — app name, logo, color theme, i18n defaults |
tinyship-deploy | Deployment guide — Docker, Vercel, Cloudflare Workers, VPS/PM2 |
tinyship-feature | Feature development — guided monorepo feature workflow |
67+ AI Editor Compatibility: Works with Cursor, Claude Code, Codex, OpenCode, Gemini CLI, Windsurf, Cline, Amp, and many more
Independent Skills Repository: Skills are maintained and distributed through TinyshipCN/tinyship-skills, built on the skills.sh ecosystem
Cloudflare Full Stack Skill
tinyship-cloudflare One-Stop Wizard: A complete flow from framework cleanup to Workers deployment for users going all-in on Cloudflare
- Auto-detects Wrangler login status and OAuth scopes
- Asks users to choose between D1 (SQLite) or Hyperdrive (PostgreSQL)
- Optional R2 storage, Cloudflare Email Sending, and Turnstile bot protection
- Framework cleanup: automatically asks whether to remove Next.js and Nuxt.js after choosing the Cloudflare path
- Deploy-ready: run
pnpm deploy:cfas soon as configuration is complete
Documentation Updates
Skills Tips Embedded in 8 Doc Pages: Getting started, overview, auth, payment, AI, basic config, deployment overview, and Cloudflare Workers pages now include <Callout> tips pointing users to the corresponding skill for AI-guided setup
Getting Started Step Reordering: Skills installation moved from step 5 to step 2 (right after cloning the project), so users discover the AI-assisted option immediately
Bilingual Documentation Sync: All skills tips are updated in both .zh-CN.mdx and .en.mdx versions
Usage
After installation, trigger skills with natural language in your AI editor:
- "Help me set up TinyShip" →
tinyship-setup - "All-in Cloudflare" →
tinyship-cloudflare - "Configure Stripe payment" →
tinyship-payment - "Deploy to Docker" →
tinyship-deploy - "Change app name and logo" →
tinyship-brand