TinyShip
TinyShip
  • Docs
  • Updates
    ← Back to Updates
    Jun 18, 2026Release

    TinyShip 2.4.0 - AI Agent Skills for Interactive Configuration

    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-skills

    Core 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

    SkillDescription
    tinyship-setupProject initialization — env config, database selection, framework selection and cleanup
    tinyship-cloudflareAll-in Cloudflare — Workers + D1/Hyperdrive + R2 + Email + Turnstile one-stop setup
    tinyship-authAuth configuration — Google, GitHub, WeChat, SMS, email/password
    tinyship-paymentPayment integration — Stripe, PayPal, WeChat Pay, Alipay, Creem, Dodo
    tinyship-aiAI features — chat, image generation, video generation with credit system
    tinyship-brandBrand customization — app name, logo, color theme, i18n defaults
    tinyship-deployDeployment guide — Docker, Vercel, Cloudflare Workers, VPS/PM2
    tinyship-featureFeature 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:cf as 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