claude/skills/data-model-designer/SKILL.md
概念データモデル(CDM)、論理データモデル(LDM)、物理データモデル(PDM)を段階的に設計・出力するSkill。 「データモデルを作って」「ER図を書いて」「テーブル設計して」「DDLを生成して」「エンティティを整理して」「データ辞書を作って」 「概念モデル」「論理モデル」「物理モデル」などの依頼で発動する。 出力はMermaid ER図、Markdown(用語集・データ辞書・設計書)、SQL DDL。
npx skillsauth add lilpacy/dotfiles data-model-designerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
概念→論理→物理の3段階でデータモデルを設計し、ER図・データ辞書・DDLを出力するSkill。
以下のいずれか、または組み合わせ:
エンティティ抽出
関係の整理
用語の統一
概念ERD出力
検証
属性の定義
キーの決定
カーディナリティ詳細化
正規化
論理ERD・データ辞書出力
DBMS決定
型マッピング
テーブル/カラム命名
インデックス設計
運用カラム追加
DDL生成
詳細な設計指針は reference.md を参照。
テンプレートは templates/ ディレクトリを参照。
development
Use when searching the web or reading online documentation. Prefer DuckDuckGo for search and read documents through npx curl.md instead of raw HTML.
testing
Use when writing or editing tests. Tests should be ordered by near-normal, normal, then abnormal cases where applicable, and test names must be Japanese behavior descriptions from a reviewer/user perspective.
development
GoF/オブジェクト指向デザインパターンを関数型プログラミング(pure functions, higher-order functions, ADT, composition, immutability, effect boundaries)でシンプルに整理・設計・リファクタリングする。Strategy/Factory/Adapter/ObserverなどGoF全23パターンのFP置き換え、適用判断、具体事例を提示する必要があるときに使う。
tools
Use when committing, pushing, or preparing PRs. Defines the user's commit workflow, message style discovery, review handoff, and branch/worktree push requirements.