A skill for performing database CRUD operations following best practices. Includes guidance on session management, query building (filters, joins, aggregations), transaction handling, bulk operations, error handling, connection pooling, and query optimization. Provides reusable templates for database session dependencies, CRUD service classes, and transaction context managers.
3.1
Rating
0
Installs
Backend Development
Category
This skill provides a well-organized index of database operations best practices with references to detailed guides. However, it scores low on novelty because database CRUD operations, session management, and query building are straightforward tasks that a CLI agent with database library knowledge can handle directly without significant token overhead. The description is somewhat generic and doesn't specify which frameworks/ORMs are supported beyond SQLAlchemy. Task knowledge appears adequate through referenced files (session management, CRUD services, transactions, queries, advanced topics). Structure is clean with progressive disclosure, though SKILL.md itself is quite minimal. The skill would be more valuable if it tackled complex database scenarios like distributed transactions, complex migration strategies, or multi-tenant architectures that genuinely challenge a general-purpose agent.
Loading SKILL.md…