database▌
83 indexed skills · max 10 per page
encore-go-database
encoredev/skills · Backend
Encore's database API mirrors Go's standard database/sql package. Use .Scan() to read query results into variables.
axiom-database-migration
charleswiltgen/axiom · Productivity
Safe database schema evolution for production apps with user data. Core principle Migrations are immutable after shipping. Make them additive, idempotent, and thoroughly tested.
golang-database-patterns
bobmatnyc/claude-mpm-skills · Backend
Go's database ecosystem provides multiple layers of abstraction for SQL database integration. From the standard library's database/sql to enhanced libraries like sqlx and PostgreSQL-optimized pgx, developers can choose the right tool for their performance and ergonomics needs.
database-indexing-strategy
aj-geddes/useful-ai-prompts · Productivity
Design comprehensive indexing strategies to improve query performance, reduce lock contention, and maintain data integrity. Covers index types, design patterns, and maintenance procedures.
nosql-database-design
aj-geddes/useful-ai-prompts · Frontend
Design scalable NoSQL schemas for MongoDB (document) and DynamoDB (key-value). Covers data modeling patterns, denormalization strategies, and query optimization for NoSQL systems.
database-monitoring
aj-geddes/useful-ai-prompts · Productivity
Implement comprehensive database monitoring for performance analysis, health checks, and proactive alerting. Covers metrics collection, analysis, and troubleshooting strategies.
database-performance
aaronontheweb/dotnet-skills · Productivity
Use this skill when:
database-performance-debugging
aj-geddes/useful-ai-prompts · Productivity
Database performance issues directly impact application responsiveness. Debugging focuses on identifying slow queries and optimizing execution plans.
sqlmap-database-penetration-testing
davila7/claude-code-templates · Testing
Provide systematic methodologies for automated SQL injection detection and exploitation using SQLMap. This skill covers database enumeration, table and column discovery, data extraction, multiple target specification methods, and advanced exploitation techniques for MySQL, PostgreSQL, MSSQL, Oracle, and other database management systems.
ensembl-database
davila7/claude-code-templates · Productivity
Access and query the Ensembl genome database, a comprehensive resource for vertebrate genomic data maintained by EMBL-EBI. The database provides gene annotations, sequences, variants, regulatory information, and comparative genomics data for over 250 species. Current release is 115 (September 2025).