SQL Database — Data & AI agent for Claude Code
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
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 RepositoryRelated Agents
Module Migration
Use this agent to create, review, or fix database migrations for LaraDashboard modules — handles table creatio
Migration Safety Reviewer
Use this agent after every dotnet ef migrations add and before any migration lands in a commit. Reviews the ge
Backend Minimalist
Laravel backend specialist. Use for work in app/Http, app/Services, app/Models, routes/, or database/migration
DB Migration Specialist
Schema migration specialist for any storage layer (SQL, ORMs, Room, document stores). Use when a change adds/a
De Snowflake Expert
Expert Snowflake developer for cloud data warehouse design, query optimization, and data loading. Use for Snow
Introspect Dont Guess
Resolve REAL IRIS class / table / column / config names instead of guessing. Use before writing SQL or referen
Related Skills
J Data
Data engineering consultation. Use when building data pipelines, optimizing queries, or designing data platfor
Create Table
Skill: Schema Change (Create Table / Add Column / Add View / Etc.)
Design Vector Schema
Design a pgvector migration SQL file. Captures model + dimension + distance metric + row count → generates rev