From neuraforge-ai
Describe your data needs in plain English — get entities, relationships, migrations, and indexes
npx claudepluginhub vikisingh23/neuraforge-aiThis skill uses the workspace's default tool permissions.
Design database schemas from plain English requirements.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Guides code writing, review, and refactoring with Karpathy-inspired rules to avoid overcomplication, ensure simplicity, surgical changes, and verifiable success criteria.
Share bugs, ideas, or general feedback.
Design database schemas from plain English requirements.
Describe your data: "I need users, orders, and payments with relationships"
Generates: entity diagram, TypeORM/EF/Django/JPA entities, migrations, indexes. Always includes: UUID primary keys, audit fields, soft deletes, version column.
For full instructions, read agents/db-design.md.