github.com/jeremylongshore/claude-code-plugins-plus-skills
Skill | Added | Review |
|---|---|---|
managing-database-recovery 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. | 64 0.91x Agent success vs baseline Impact 76% 0.91xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 4778c8f | |
managing-database-partitions 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. | 71 1.00x No change in agent success vs baseline Impact 98% 1.00xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 4778c8f | |
managing-database-migrations 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". | 71 1.10x Agent success vs baseline Impact 81% 1.10xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 4778c8f | |
analyzing-database-indexes 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. | 68 1.46x Agent success vs baseline Impact 97% 1.46xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 4778c8f | |
monitoring-database-health 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". | 75 1.07x Agent success vs baseline Impact 84% 1.07xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 4778c8f | |
generating-database-documentation 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`. | 68 1.24x Agent success vs baseline Impact 98% 1.24xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 4778c8f | |
comparing-database-schemas 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`. | 66 1.04x Agent success vs baseline Impact 72% 1.04xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 4778c8f | |
detecting-database-deadlocks 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. | 82 2.51x Agent success vs baseline Impact 98% 2.51xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 4778c8f | |
optimizing-database-connection-pooling 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." | 62 1.02x Agent success vs baseline Impact 98% 1.02xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 4778c8f | |
implementing-database-caching 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. | 75 0.98x Agent success vs baseline Impact 90% 0.98xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 4778c8f | |
automating-database-backups This skill automates database backups using the database-backup-automator plugin. It creates scripts for scheduled backups, compression, encryption, and restore procedures across PostgreSQL, MySQL, MongoDB, and SQLite. Use this when the user requests database backup automation, disaster recovery planning, setting up backup schedules, or creating restore procedures. The skill is triggered by phrases like "create database backup", "automate database backups", "setup backup schedule", or "generate restore procedure". | 83 1.00x No change in agent success vs baseline Impact 100% 1.00xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 4778c8f | |
implementing-database-audit-logging 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. | 79 1.03x Agent success vs baseline Impact 97% 1.03xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 4778c8f | |
archiving-databases This skill automates database archival processes. It helps reduce primary database size by moving historical records to archive tables or cold storage solutions like S3, Azure Blob, or GCS. The plugin supports PostgreSQL and MySQL, implementing automated retention policies, compression, compliance tracking, and zero-downtime migration. Use this when the user mentions "database archival", "archive old database records", "retention policies", "cold storage", or "reduce database size." It is particularly useful for handling requests related to data lifecycle management and compliance requirements in database systems. | 75 1.05x Agent success vs baseline Impact 89% 1.05xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 4778c8f | |
validating-database-integrity This skill utilizes the data-validation-engine plugin to ensure database integrity. It automatically validates data types, ranges, formats, referential integrity, and business rules. Use this skill when you need to implement data validation, enforce constraints, or improve data quality within a database. It is triggered by requests for "data validation", "database integrity", or "validation rules". The plugin supports multi-database environments and production-ready implementations. | 74 1.02x Agent success vs baseline Impact 82% 1.02xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 4778c8f | |
generating-database-seed-data 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". | 66 Impact Pending No eval scenarios have been run Securityby Passed No known issues Reviewed: Version: 4778c8f | |
excel-variance-analyzer Automate budget vs actual variance analysis in Excel with flagging, commentary, and executive summaries for financial reporting and FP&A teams Activates when you request "excel variance analyzer" functionality. | 62 1.26x Agent success vs baseline Impact 91% 1.26xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 4778c8f | |
excel-pivot-wizard Generate pivot tables and charts from raw data using natural language - analyze sales by region, summarize data by category, and create visualizations effortlessly Activates when you request "excel pivot wizard" functionality. | 55 1.30x Agent success vs baseline Impact 78% 1.30xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 4778c8f | |
excel-lbo-modeler Create leveraged buyout (LBO) models in Excel with sources & uses, debt schedules, cash flow waterfalls, and IRR calculations for private equity analysis Activates when you request "excel lbo modeler" functionality. | 86 1.35x Agent success vs baseline Impact 88% 1.35xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 4778c8f | |
excel-dcf-modeler 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 Activates when you request "excel dcf modeler" functionality. | 65 1.40x Agent success vs baseline Impact 93% 1.40xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 4778c8f | |
adapting-transfer-learning-models 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. | 72 1.02x Agent success vs baseline Impact 99% 1.02xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 4778c8f | |
forecasting-time-series-data 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. | 78 1.02x Agent success vs baseline Impact 97% 1.02xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 4778c8f | |
building-recommendation-systems This skill empowers Claude to construct recommendation systems using collaborative filtering, content-based filtering, or hybrid approaches. It analyzes user preferences, item features, and interaction data to generate personalized recommendations. Use this skill when the user requests to build a recommendation engine, needs help with collaborative filtering, wants to implement content-based filtering, or seeks to rank items based on relevance for a specific user or group of users. It is triggered by requests involving "recommendations", "collaborative filtering", "content-based filtering", "ranking items", or "building a recommender". | 77 0.95x Agent success vs baseline Impact 84% 0.95xAverage score across 9 eval scenarios Securityby Passed No known issues Reviewed: Version: 4778c8f | |
analyzing-text-with-nlp This skill enables Claude to perform natural language processing and text analysis using the nlp-text-analyzer plugin. It should be used when the user requests analysis of text, including sentiment analysis, keyword extraction, topic modeling, or other NLP tasks. The skill is triggered by requests involving "analyze text", "sentiment analysis", "keyword extraction", "topic modeling", or similar phrases related to text processing. It leverages AI/ML techniques to understand and extract insights from textual data. | 74 1.04x Agent success vs baseline Impact 95% 1.04xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 4778c8f | |
building-neural-networks This skill allows Claude to construct and configure neural network architectures using the neural-network-builder plugin. It should be used when the user requests the creation of a new neural network, modification of an existing one, or assistance with defining the layers, parameters, and training process. The skill is triggered by requests involving terms like "build a neural network," "define network architecture," "configure layers," or specific mentions of neural network types (e.g., "CNN," "RNN," "transformer"). | 76 1.26x Agent success vs baseline Impact 95% 1.26xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 4778c8f | |
tracking-model-versions This skill enables Claude to track and manage AI/ML model versions using the model-versioning-tracker plugin. It should be used when the user asks to manage model versions, track model lineage, log model performance, or implement version control for AI/ML models. Use this skill when the user mentions "track versions", "model registry", "MLflow", or requests assistance with AI/ML model deployment and management. This skill facilitates the implementation of best practices for model versioning, automation of model workflows, and performance optimization. | 60 1.08x Agent success vs baseline Impact 63% 1.08xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 4778c8f |