スキル一覧に戻る
SylphxAI

data-modeling

by SylphxAI

🚀 AI development platform with MEP architecture - stop writing prompts, start building with 90% less typing

4🍴 3📅 2026年1月8日
GitHubで見るManusで実行

SKILL.md


name: data-modeling description: Data modeling - entities, relationships, schemas. Use when designing data structures.

Data Modeling Guideline

Tech Stack

  • API: tRPC
  • Framework: Next.js
  • Database: Neon (Postgres)
  • ORM: Drizzle

Non-Negotiables

  • All authorization must be server-enforced (no client-trust)
  • No dual-write: billing/entitlement truth comes from Stripe events only
  • UI must never contradict server-truth
  • High-value mutations must have audit trail (who/when/why/before/after)

Context

Data architecture determines what's possible and what's painful. Good architecture makes new features easy; bad architecture makes everything hard. The question isn't "does it work today?" but "will it work when requirements change?"

Consider the boundaries between domains, the flow of data through the system, and the consistency guarantees at each step. Where are implicit assumptions that will break? Where is complexity hidden that will cause bugs?

Driving Questions

  • If we were designing this from scratch, what would be different?
  • Where will the current architecture break as the product scales?
  • What implicit assumptions are waiting to cause bugs?
  • How do we know when state is inconsistent, and how do we recover?
  • Where is complexity hiding that makes the system hard to reason about?
  • What architectural decisions are we avoiding that we shouldn't?

スコア

総合スコア

75/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新

+5
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

+5

レビュー

💬

レビュー機能は近日公開予定です