From helloagents
Guides database operations including schema design, migrations, transactions, indexing, and ORM usage (Prisma, Sequelize, TypeORM, Mongoose). Activates when working with SQL/NoSQL databases.
How this skill is triggered — by the user, by Claude, or both
Slash command
/helloagents:hello-dataThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
数据库相关代码必须遵循以下规范。
数据库相关代码必须遵循以下规范。
先设计数据模型、迁移策略、回滚方案,再写代码。
npx claudepluginhub hellowind777/helloagents --plugin helloagentsProvides best practices for database schema design, query optimization, migrations, indexing, N+1 avoidance, pagination, and transactions across PostgreSQL, MySQL, Oracle, SQLite. Use for schema design, queries, or migrations.
Guides schema design, migration safety, and ORM analysis. Detects database engine and ORM, evaluates normalization and indexing, and validates backward compatibility.
Guides database schema design, migrations, query optimization, indexes, transactions, and ORM patterns for SQLAlchemy or Django ORM.