Discover and install skills to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
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 | 88 1.05x Agent success vs baseline Impact 93% 1.05xAverage score across 9 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 | 81 1.13x Agent success vs baseline Impact 85% 1.13xAverage score across 9 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 | 75 1.07x Agent success vs baseline Impact 87% 1.07xAverage score across 6 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 | 74 Impact Pending Average score across 0 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 | 78 1.06x Agent success vs baseline Impact 81% 1.06xAverage score across 9 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 | 79 1.45x Agent success vs baseline Impact 90% 1.45xAverage score across 6 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 | 88 1.01x Agent success vs baseline Impact 93% 1.01xAverage score across 9 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 | 74 1.11x Agent success vs baseline Impact 76% 1.11xAverage score across 9 eval scenarios Reviewed: Version: 213e2bd |
detecting-database-deadlocks jeremylongshore/claude-code-plugins-plus-skills This skill uses the database-deadlock-detector plugin to detect, analyze, and prevent database deadlocks. It monitors database lock contention, analyzes transaction patterns, and suggests resolution strategies. Use this skill when the user asks to "detect database deadlocks", "analyze deadlock causes", "monitor database locks", or any requests related to database deadlock prevention and resolution. This skill is particularly useful for production database systems experiencing recurring deadlock issues. The plugin's command `/deadlock` is triggered by these requests. | Skills | 91 2.55x Agent success vs baseline Impact 97% 2.55xAverage score across 9 eval scenarios Reviewed: Version: 213e2bd |
optimizing-database-connection-pooling jeremylongshore/claude-code-plugins-plus-skills This skill optimizes database connection pooling for enhanced performance and resource management. It is activated when the user requests assistance with connection pooling, database performance tuning, or connection lifecycle management. Use this skill to implement and configure connection pools in various programming languages, identify optimal pool settings, and troubleshoot common connection-related issues. The skill is triggered by phrases like "connection pooling," "optimize database connections," or "improve database performance with connection pool." | Skills | 78 1.01x Agent success vs baseline Impact 96% 1.01xAverage score across 6 eval scenarios Reviewed: Version: 213e2bd |
implementing-database-caching jeremylongshore/claude-code-plugins-plus-skills This skill enables Claude to implement multi-tier database caching solutions. It is triggered when the user requests database caching, performance improvements, or reduced database load. The skill utilizes Redis, in-memory caching, and CDN layers to optimize database performance by reducing database load, improving query latency, and supporting horizontal scaling with cache-aside, write-through, and read-through patterns. Use this skill when the user mentions terms like "database caching", "improve database performance", "reduce database load", or uses the `/caching` command. | Skills | 87 1.01x Agent success vs baseline Impact 93% 1.01xAverage score across 9 eval scenarios Reviewed: Version: 213e2bd |
implementing-database-audit-logging jeremylongshore/claude-code-plugins-plus-skills This skill helps implement database audit logging for tracking changes and ensuring compliance. It is triggered when the user requests to "implement database audit logging", "add audit trails", "track database changes", or mentions "audit_log" in relation to a database. The skill provides options for trigger-based auditing, application-level logging, Change Data Capture (CDC), and parsing database logs. It generates a basic audit table schema and guides the user through selecting the appropriate auditing strategy. | Skills | 91 1.03x Agent success vs baseline Impact 98% 1.03xAverage score across 9 eval scenarios Reviewed: Version: 213e2bd |
generating-database-seed-data jeremylongshore/claude-code-plugins-plus-skills This skill enables Claude to generate realistic test data and database seed scripts for development and testing environments. It uses Faker libraries to create realistic data, maintains relational integrity, and allows configurable data volumes. Use this skill when you need to quickly populate a database with sample data for development, testing, or demonstration purposes. The skill is triggered by phrases like "seed database", "generate test data", "create seed script", or "populate database with realistic data". | Skills | 68 Impact Pending Average score across 0 eval scenarios Reviewed: Version: 213e2bd |
excel-variance-analyzer jeremylongshore/claude-code-plugins-plus-skills Automate budget vs actual variance analysis in Excel with flagging, commentary, and executive summaries for financial reporting and FP&A teams | Skills | 87 1.27x Agent success vs baseline Impact 94% 1.27xAverage score across 6 eval scenarios Reviewed: Version: 213e2bd |
excel-pivot-wizard jeremylongshore/claude-code-plugins-plus-skills Generate pivot tables and charts from raw data using natural language - analyze sales by region, summarize data by category, and create visualizations effortlessly | Skills | 78 1.29x Agent success vs baseline Impact 87% 1.29xAverage score across 6 eval scenarios Reviewed: Version: 213e2bd |
excel-lbo-modeler jeremylongshore/claude-code-plugins-plus-skills Create leveraged buyout (LBO) models in Excel with sources & uses, debt schedules, cash flow waterfalls, and IRR calculations for private equity analysis | Skills | 85 1.20x Agent success vs baseline Impact 84% 1.20xAverage score across 6 eval scenarios Reviewed: Version: 213e2bd |
excel-dcf-modeler jeremylongshore/claude-code-plugins-plus-skills Build discounted cash flow (DCF) valuation models in Excel with free cash flow projections, WACC calculations, and sensitivity analysis for investment banking and corporate finance teams | Skills | 82 1.14x Agent success vs baseline Impact 92% 1.14xAverage score across 6 eval scenarios Reviewed: Version: 213e2bd |
adapting-transfer-learning-models jeremylongshore/claude-code-plugins-plus-skills This skill automates the adaptation of pre-trained machine learning models using transfer learning techniques. It is triggered when the user requests assistance with fine-tuning a model, adapting a pre-trained model to a new dataset, or performing transfer learning. It analyzes the user's requirements, generates code for adapting the model, includes data validation and error handling, provides performance metrics, and saves artifacts with documentation. Use this skill when you need to leverage existing models for new tasks or datasets, optimizing for performance and efficiency. | Skills | 79 1.01x Agent success vs baseline Impact 86% 1.01xAverage score across 9 eval scenarios Reviewed: Version: 213e2bd |
forecasting-time-series-data jeremylongshore/claude-code-plugins-plus-skills This skill enables Claude to forecast future values based on historical time series data. It analyzes time-dependent data to identify trends, seasonality, and other patterns. Use this skill when the user asks to predict future values of a time series, analyze trends in data over time, or requires insights into time-dependent data. Trigger terms include "forecast," "predict," "time series analysis," "future values," and requests involving temporal data. | Skills | 89 1.01x Agent success vs baseline Impact 96% 1.01xAverage score across 9 eval scenarios Reviewed: Version: 213e2bd |
analyzing-text-sentiment jeremylongshore/claude-code-plugins-plus-skills This skill enables Claude to analyze the sentiment of text data. It identifies the emotional tone expressed in text, classifying it as positive, negative, or neutral. Use this skill when a user requests sentiment analysis, opinion mining, or emotion detection on any text, such as customer reviews, social media posts, or survey responses. Trigger words include "sentiment analysis", "analyze sentiment", "opinion mining", "emotion detection", and "polarity". | Skills | 71 1.00x No change in agent success vs baseline Impact 100% 1.00xAverage score across 3 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.