nasrulhazim

Erd — Data skill for Claude Code

Data community

Generate, refresh or verify the interactive database ERD document.

How to install Erd

Installs to ~/.claude/skills/nasrulhazim-claude-erd/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nasrulhazim-claude-erd && curl -fsSL https://raw.githubusercontent.com/nasrulhazim/claude/HEAD/commands/erd.md -o ~/.claude/skills/nasrulhazim-claude-erd/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Erd does


name: erd description: Generate, refresh or verify the interactive database ERD document

/erd Command

Drives the `schema-diagram` skill. Load it first — it carries the templates, the traps and the verification checklist:

Skill: schema-diagram

Subcommands

Command Does
/erd Detects what exists and picks the right path below
/erd init Scaffolds the whole toolchain into a project that has none
/erd generate php artisan docs:erd — read

Alternatives in Data

  • Notion Sync — /notion-sync - Push Ranked Jobs and Applications to a Notion Database 36.6k ★
  • OpenViking — Self-evolving Context Database for AI Agents 33.3k ★
  • Data Contract — This document defines which files belong to the system (auto-updatable) and which belong to the user (never to 32.5k ★

Full documentation available on GitHub

View Source Repository