tinyship-feature

Installation
SKILL.md

TinyShip Feature Development

Step-by-step guide for adding new features to a TinyShip project, following the monorepo architecture patterns.

Step 0: Scope the Feature

Ask the user to clarify:

  1. What type? UI only / API only / full-stack
  2. What does it do? Brief description of the feature
  3. Does it need auth? Should it be protected?
  4. Does it consume credits? If AI-related, should it charge credits?

Step 1: Shared Logic (libs/)

Put domain/business logic in libs/ — never duplicate it across apps.

Installs
41
GitHub Stars
3
First Seen
Jun 15, 2026
tinyship-feature — tinyshipcn/tinyship-skills