add-table

Installation
SKILL.md

Add a new entity to the platform by working bottom-up through all six layers.

Entity name: $0

Process

  1. Layer 1 — Schema: Add the table definition to src/lib/database/schema.ts following existing patterns. Include organization_id for multi-tenant scoping. Use appropriate column types matching existing conventions.
  2. Layer 2 — Zod: Run pnpm generate:schemas then pnpm contracts:check
  3. Layer 3 — Services: Run pnpm generate:services then pnpm services:check
  4. Layer 4 — Routes: Run pnpm generate:routes then pnpm routes:check
  5. Layer 5 — Hooks: Run pnpm generate:hooks then pnpm hooks:check
  6. Layer 6 — UI: Run pnpm generate:ui then pnpm ui:check

Rules

Installs
1
GitHub Stars
1
First Seen
Jun 4, 2026
add-table — joshuashepherd/my-skills