angora-schema
Design or evolve SQLite schema (`src/data/schema/tables/*.ts`) using Drizzle ORM — new tables, relational modeling, junction tables for many-to-many, foreign keys, CHECK constraints, SEO fields (slug, meta_title, meta_description), draft/published status columns, and media references. Trigger whenever the user wants to model a new content type (events, team members, case studies, pricing tiers, blog posts with tags), rethink an existing table's structure, or design relationships between tables. Phrases like 'new table for events', 'model a pricing_tiers table', 'schema for a job board', 'junction table for posts and tags', 'how should I model FAQs by category' all trigger this. For single-column additions or quick queries use angora-data.
适合你,如果需要在项目中用 Drizzle ORM 快速设计或修改 SQLite 表结构
npx oh-my-skill add aysnc-labs/angora/angora-schemacurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- aysnc-labs/angora/angora-schemanpx oh-my-skill verify aysnc-labs/angora/angora-schema