Discover and install skills to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
verification-before-completion secondsky/claude-skills Run verification commands and confirm output before claiming success. Use when about to claim work is complete, fixed, or passing, before committing or creating PRs. | Skills | 88 1.00x No change in agent success vs baseline Impact 98% 1.00xAverage score across 3 eval scenarios Reviewed: Version: dffbcfa |
generating-stored-procedures jeremylongshore/claude-code-plugins-plus-skills This skill uses the stored-procedure-generator plugin to create production-ready stored procedures, functions, triggers, and custom database logic. It supports PostgreSQL, MySQL, and SQL Server. Use this skill when the user asks to "generate stored procedure", "create database function", "write a trigger", or needs help with "database logic", "optimizing database performance", or "ensuring transaction safety" in their database. The skill is activated by requests related to database stored procedures, functions, or triggers. | Skills | 72 1.00x No change in agent success vs baseline Impact 100% 1.00xAverage score across 3 eval scenarios Reviewed: Version: 213e2bd |
ultracite secondsky/claude-skills Ultracite multi-provider linting/formatting (Biome, ESLint, Oxlint). Use for v6/v7 setup, provider selection, Git hooks, MCP integration, AI hooks, migrations, or encountering configuration, type-aware linting, monorepo errors. | Skills | 92 1.23x Agent success vs baseline Impact 95% 1.23xAverage score across 3 eval scenarios Reviewed: Version: dffbcfa |
thesys-generative-ui secondsky/claude-skills AI-powered generative UI with Thesys - create React components from natural language. | Skills | 68 1.41x Agent success vs baseline Impact 96% 1.41xAverage score across 3 eval scenarios Reviewed: Version: dffbcfa |
test-quality-analysis secondsky/claude-skills Detect test smells, overmocking, flaky tests, and coverage issues. Analyze test effectiveness, maintainability, and reliability. Use when reviewing tests or improving test quality. | Skills | 89 1.07x Agent success vs baseline Impact 96% 1.07xAverage score across 3 eval scenarios Reviewed: Version: dffbcfa |
technical-specification secondsky/claude-skills Creates detailed technical specifications for software projects covering requirements, architecture, APIs, and testing strategies. Use when planning features, documenting system design, or creating architecture decision records. | Skills | 93 1.21x Agent success vs baseline Impact 100% 1.21xAverage score across 3 eval scenarios Reviewed: Version: dffbcfa |
generating-orm-code jeremylongshore/claude-code-plugins-plus-skills This skill enables Claude to generate ORM models and database schemas. It is triggered when the user requests the creation of ORM models, database schemas, or wishes to generate code for interacting with databases. The skill supports various ORMs including TypeORM, Prisma, Sequelize, SQLAlchemy, Django ORM, Entity Framework, and Hibernate. Use this skill when the user mentions terms like "ORM model", "database schema", "generate entities", "create migrations", or specifies a particular ORM framework like "TypeORM entities" or "SQLAlchemy models". It facilitates both database-to-code and code-to-database schema generation. | Skills | 79 0.98x Agent success vs baseline Impact 93% 0.98xAverage score across 6 eval scenarios Reviewed: Version: 213e2bd |
modeling-nosql-data jeremylongshore/claude-code-plugins-plus-skills This skill enables Claude to design NoSQL data models. It activates when the user requests assistance with NoSQL database design, including schema creation, data modeling for MongoDB or DynamoDB, or defining document structures. Use this skill when the user mentions "NoSQL data model", "design MongoDB schema", "create DynamoDB table", or similar phrases related to NoSQL database architecture. It assists in understanding NoSQL modeling principles like embedding vs. referencing, access pattern optimization, and sharding key selection. | Skills | 82 1.00x No change in agent success vs baseline Impact 99% 1.00xAverage score across 6 eval scenarios Reviewed: Version: 213e2bd |
monitoring-database-transactions jeremylongshore/claude-code-plugins-plus-skills This skill enables Claude to monitor database transactions for performance and lock issues using the database-transaction-monitor plugin. It is triggered when the user requests transaction monitoring, lock detection, or rollback rate analysis for databases. Use this skill when the user mentions "monitor database transactions," "detect long-running transactions," "identify lock contention," "track rollback rates," or asks about "transaction anomalies." The skill leverages the `/txn-monitor` command to provide real-time alerts and insights into database health. | Skills | 80 1.38x Agent success vs baseline Impact 100% 1.38xAverage score across 6 eval scenarios Reviewed: Version: 213e2bd |
managing-database-sharding jeremylongshore/claude-code-plugins-plus-skills This skill assists with managing database sharding strategies. It is activated when the user needs to implement horizontal database sharding to scale beyond single-server limitations. The skill supports designing sharding strategies, distributing data across multiple database instances, and implementing consistent hashing, automatic rebalancing, and cross-shard query coordination. Use this skill when the user mentions "database sharding", "sharding implementation", "scale database", or "horizontal partitioning". The plugin helps design and implement sharding for high-scale applications. | Skills | 79 1.00x No change in agent success vs baseline Impact 98% 1.00xAverage score across 6 eval scenarios Reviewed: Version: 213e2bd |
scanning-database-security jeremylongshore/claude-code-plugins-plus-skills This skill enables Claude to perform comprehensive database security scans using the database-security-scanner plugin. It is triggered when the user requests a security assessment of a database, including identifying vulnerabilities like weak passwords, SQL injection risks, and insecure configurations. The skill leverages OWASP guidelines to ensure thorough coverage and provides remediation suggestions. Use this skill when the user asks to "scan database security", "check database for vulnerabilities", "perform OWASP compliance check on database", or "assess database security posture". The plugin supports PostgreSQL and MySQL. | Skills | 80 1.09x Agent success vs baseline Impact 94% 1.09xAverage score across 6 eval scenarios Reviewed: Version: 213e2bd |
designing-database-schemas jeremylongshore/claude-code-plugins-plus-skills This skill enables Claude to design and visualize database schemas. It leverages normalization guidance (1NF through BCNF), relationship mapping, and ERD generation to create efficient and well-structured databases. Use this skill when the user requests to "design a database schema", "create a database model", "generate an ERD", "normalize a database", or needs help with "database design best practices". The skill is triggered by terms like "database schema", "ERD diagram", "database normalization", and "relational database design". | Skills | 81 1.28x Agent success vs baseline Impact 91% 1.28xAverage score across 6 eval scenarios Reviewed: Version: 213e2bd |
managing-database-replication jeremylongshore/claude-code-plugins-plus-skills This skill enables Claude to manage database replication, failover, and high availability configurations using the database-replication-manager plugin. It is designed to assist with tasks such as setting up master-slave replication, configuring automatic failover, monitoring replication lag, and implementing read scaling. Use this skill when the user requests help with "database replication", "failover configuration", "high availability", "replication lag", or "read scaling" for databases like PostgreSQL or MySQL. The plugin facilitates both physical and logical replication strategies. | Skills | 73 1.09x Agent success vs baseline Impact 80% 1.09xAverage score across 6 eval scenarios Reviewed: Version: 213e2bd |
managing-database-recovery jeremylongshore/claude-code-plugins-plus-skills This skill manages database recovery operations using the database-recovery-manager plugin. It enables disaster recovery, point-in-time recovery (PITR), and automated failover strategies for production database systems. Use this skill when the user requests help with "database recovery", "disaster recovery", "point-in-time recovery", "PITR", "backup validation", "recovery testing", or "multi-region failover" for databases. It automates backup verification and recovery testing. | Skills | 64 0.91x Agent success vs baseline Impact 76% 0.91xAverage score across 3 eval scenarios Reviewed: Version: 213e2bd |
managing-database-partitions jeremylongshore/claude-code-plugins-plus-skills This skill enables Claude to design, implement, and manage table partitioning strategies for large databases. It is triggered when the user needs to optimize query performance, manage time-series data, or reduce maintenance windows for tables exceeding 100GB. Use this skill when asked to "create database partitions", "optimize database queries with partitioning", "manage large database tables", or when the user mentions "partitioning strategy", "data archival", or uses the command `/partition`. The skill helps automate partition maintenance and data lifecycle management. It focuses on database best practices and production-ready implementations. | Skills | 85 1.00x No change in agent success vs baseline Impact 98% 1.00xAverage score across 6 eval scenarios Reviewed: Version: 213e2bd |
managing-database-migrations jeremylongshore/claude-code-plugins-plus-skills This skill enables Claude to manage database schema changes through version-controlled migrations. It is activated when the user requests to create, apply, or rollback database migrations. The skill supports generating timestamped migration files with both up and down migrations for PostgreSQL, MySQL, SQLite, and MongoDB. It helps in tracking schema evolution and ensuring safe database modifications. Use this skill when the user mentions "database migration", "schema change", "add column", "rollback migration", or "create migration". | Skills | 73 1.09x Agent success vs baseline Impact 81% 1.09xAverage score across 6 eval scenarios Reviewed: Version: 213e2bd |
analyzing-database-indexes jeremylongshore/claude-code-plugins-plus-skills This skill uses the database-index-advisor plugin to analyze query patterns and recommend optimal database indexes. It identifies missing indexes to improve query performance and unused indexes that can be removed to save storage and improve write performance. Use this skill when the user asks to "analyze database indexes", "optimize slow queries", "find missing indexes", "remove unused indexes", or requests help with "database index optimization". The plugin analyzes database workloads, detects potential indexing issues, and provides actionable recommendations for indexing strategies. | Skills | 72 1.53x Agent success vs baseline Impact 97% 1.53xAverage score across 3 eval scenarios Reviewed: Version: 213e2bd |
monitoring-database-health jeremylongshore/claude-code-plugins-plus-skills This skill enables Claude to monitor database health using real-time metrics, predictive alerts, and automated remediation. It's designed for production-grade database health monitoring for PostgreSQL and MySQL, detecting performance degradation, resource exhaustion, and replication issues. Use this skill when the user requests to monitor database health, check database performance, receive database alerts, or automate database remediation. The skill is triggered by phrases like "check database health", "monitor database performance", "database health check", or "/health-check". | Skills | 75 1.00x No change in agent success vs baseline Impact 84% 1.00xAverage score across 6 eval scenarios Reviewed: Version: 213e2bd |
generating-database-documentation jeremylongshore/claude-code-plugins-plus-skills This skill enables Claude to automatically generate comprehensive documentation for existing database schemas using the database-documentation-gen plugin. It is triggered when the user requests database documentation, ERD diagrams, or a data dictionary. The plugin supports multiple database engines and generates documentation that includes ERD diagrams, table relationships, column descriptions, indexes, triggers, stored procedures, and interactive HTML documentation. Use this skill when you need to document existing database schemas for team onboarding, architectural reviews, or data governance purposes. The trigger terms include "database documentation", "ERD diagram", "data dictionary", and `/db-docs`. | Skills | 72 1.24x Agent success vs baseline Impact 98% 1.24xAverage score across 3 eval scenarios Reviewed: Version: 213e2bd |
comparing-database-schemas jeremylongshore/claude-code-plugins-plus-skills This skill leverages the database-diff-tool plugin to compare database schemas, generate migration scripts, and provide rollback procedures. It is triggered when the user requests database schema comparisons, migration script generation, or database synchronization. Use this skill when asked to identify differences between database schemas (PostgreSQL or MySQL), create safe migration scripts with transaction safety, validate changes before deployment, or generate rollback procedures. The skill is activated by requests involving terms like "database diff", "schema comparison", "generate migration script", "database synchronization", or `/db-diff`. | Skills | 69 1.01x Agent success vs baseline Impact 72% 1.01xAverage score across 6 eval scenarios Reviewed: Version: 213e2bd |
Can't find what you're looking for? Evaluate a missing skill, or if you're looking for agent context for an open source dependency, request a tile.