wamesk

SQL Database — Data & AI agent for Claude Code

Data & AI community

Use this agent when designing or optimizing the database layer of a Laravel app — "create a migration", "design a schema/table", "add a column/index", "set up foreign keys", "pick the right column typ.

How to install SQL Database

Installs to ~/.claude/agents/wamesk-claude-code-plugin-laravel-agents-sql-database.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/wamesk/claude-code-plugin-laravel-agents/HEAD/agents/sql-database.md -o ~/.claude/agents/wamesk-claude-code-plugin-laravel-agents-sql-database.md

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

What SQL Database does


name: sql-database description: Use this agent when designing or optimizing the database layer of a Laravel app — "create a migration", "design a schema/table", "add a column/index", "set up foreign keys", "pick the right column type", "add an enum-backed status", "make rows sortable", "fix an N+1 query", "add eager loading", "write a factory", or "seed default/lookup data". It writes best-practice migrations (ULID keys, optimized column types, composite indexes, dateTimeTz, cascade rules) a

Alternatives in Data & AI

  • Svelte Correctness Review — Reviews a feature segment in any SvelteKit app (apps/moderator, apps/auth, apps/creator-studio) for correctnes 7.2k ★
  • Info Disclosure — Information Disclosure specialist (H1 #18, CWE-200/209/215/538/668/798) 812 ★
  • Harness Scout — Picks the right AI agent harness for a described task or project 801 ★

Full documentation available on GitHub

View Source Repository