Discover and install skills, docs, and rules to enhance your AI agent's capabilities.
| Name | Contains | Score |
|---|---|---|
migrating-apis jeremylongshore/claude-code-plugins-plus-skills Implement API migrations between versions, platforms, or frameworks with minimal downtime. Use when upgrading APIs between versions. Trigger with phrases like "migrate the API", "upgrade API version", or "migrate to new API". | Skills | 80 1.01x Agent success vs baseline Impact 87% 1.01xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.2 |
vitepress antfu/skills VitePress static site generator powered by Vite and Vue. Use when building documentation sites, configuring themes, or writing Markdown with Vue components. | Skills | 80 1.17x Agent success vs baseline Impact 87% 1.17xAverage score across 3 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.1 |
azure-mgmt-botservice-dotnet microsoft/skills Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot". | Skills | 80 1.17x Agent success vs baseline Impact 99% 1.17xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
managing-deployment-rollbacks jeremylongshore/claude-code-plugins-plus-skills This skill manages and executes deployment rollbacks with safety checks. It helps ensure smooth recovery from failed deployments by automating the rollback process. Use this skill when a deployment has issues, such as errors, performance degradation, or unexpected behavior. The skill is triggered by requests to "rollback deployment", "revert to previous version", or similar phrases related to deployment recovery. It prioritizes safe rollback procedures and provides options for verification. | Skills | 80 1.30x Agent success vs baseline Impact 86% 1.30xAverage score across 9 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.3 |
blazemeter-administration Blazemeter/bzm-mcp Comprehensive guide for BlazeMeter Administration, including workspaces, projects, security, alerts, and team management. Use when working with administration for (1) Managing workspaces and projects, (2) Configuring security settings (SAML SSO, 2FA, API keys), (3) Creating workspace alerts, (4) Managing private locations across workspaces, (5) Creating APM credentials, (6) Managing API Monitoring teams, (7) Configuring AI consent, or any other administration tasks. | Skills | 80 1.51x Agent success vs baseline Impact 71% 1.51xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
github fpl9000/ai-skills Access GitHub repositories via the GitHub REST API. Use this skill when the user wants to interact with GitHub including reading files, creating/updating files, listing repos, managing branches, viewing commits, working with issues, or managing pull requests. All scripts use PEP 723 inline metadata for dependencies and run via `uv run`. Requires GITHUB_TOKEN environment variable (a Personal Access Token with appropriate scopes). | Skills | 80 6.60x Agent success vs baseline Impact 99% 6.60xAverage score across 3 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 0.0.1 |
toondex cpoepke/toon-dex Semantic folder index for codebase navigation. Commands: /toondex (create), /redex (update). IMPORTANT: If you see "PROPOSE_REINDEX" in your context (injected by SessionStart hook), when the user sends their next message, briefly ask if they want you to run /redex first or if you should continue answering their question. "Oh, I see you've discovered my meticulously organized archive." | Skills | 80 1.13x Agent success vs baseline Impact 99% 1.13xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.1 |
throttling-apis jeremylongshore/claude-code-plugins-plus-skills Implement API throttling policies to protect backend services from overload. Use when controlling API request rates. Trigger with phrases like "throttle API", "control request rate", or "add throttling". | Skills | 80 1.28x Agent success vs baseline Impact 95% 1.28xAverage score across 3 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.2 |
000-jeremy-content-consistency-validator jeremylongshore/claude-code-plugins-plus-skills Validates messaging consistency across website, GitHub repositories, and local documentation. Generates comprehensive read-only discrepancy reports showing where messaging conflicts or inconsistencies exist. Activates when user mentions "consistency check", "validate documentation", "check for mixed messaging", "audit content consistency", or before updating internal paperwork. | Skills | 80 1.24x Agent success vs baseline Impact 91% 1.24xAverage score across 6 eval scenarios Securityby Risky Do not use without reviewing Reviewed: Version: 0.0.2 |
generating-unit-tests jeremylongshore/claude-code-plugins-plus-skills This skill enables Claude to automatically generate comprehensive unit tests from source code. It is triggered when the user requests unit tests, test cases, or test suites for specific files or code snippets. The skill supports multiple testing frameworks including Jest, pytest, JUnit, and others, intelligently detecting the appropriate framework or using one specified by the user. Use this skill when the user asks to "generate tests", "create unit tests", or uses the shortcut "gut" followed by a file path. | Skills | 80 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: 0.0.2 |
performance-testing jeremylongshore/claude-code-plugins-plus-skills This skill enables Claude to design, execute, and analyze performance tests using the performance-test-suite plugin. It is activated when the user requests load testing, stress testing, spike testing, or endurance testing, and when discussing performance metrics such as response time, throughput, and error rates. It identifies performance bottlenecks related to CPU, memory, database, or network issues. The plugin provides comprehensive reporting, including percentiles, graphs, and recommendations. | Skills | 80 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: 0.0.2 |
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.36x Agent success vs baseline Impact 100% 1.36xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.2 |
automating-database-backups jeremylongshore/claude-code-plugins-plus-skills 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". | Skills | 80 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: 0.0.2 |
generating-unit-tests jeremylongshore/claude-code-plugins-plus-skills This skill enables Claude to automatically generate comprehensive unit tests from source code. It is triggered when the user requests unit tests, test cases, or test suites for specific files or code snippets. The skill supports multiple testing frameworks including Jest, pytest, JUnit, and others, intelligently detecting the appropriate framework or using one specified by the user. Use this skill when the user asks to "generate tests", "create unit tests", or uses the shortcut "gut" followed by a file path. | Skills | 80 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: 0.0.2 |
performance-testing jeremylongshore/claude-code-plugins-plus-skills This skill enables Claude to design, execute, and analyze performance tests using the performance-test-suite plugin. It is activated when the user requests load testing, stress testing, spike testing, or endurance testing, and when discussing performance metrics such as response time, throughput, and error rates. It identifies performance bottlenecks related to CPU, memory, database, or network issues. The plugin provides comprehensive reporting, including percentiles, graphs, and recommendations. | Skills | 80 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: 0.0.2 |
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.36x Agent success vs baseline Impact 100% 1.36xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.2 |
automating-database-backups jeremylongshore/claude-code-plugins-plus-skills 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". | Skills | 80 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: 0.0.2 |
e2e-testing-patterns wshobson/agents Master end-to-end testing with Playwright and Cypress to build reliable test suites that catch bugs, improve confidence, and enable fast deployment. Use when implementing E2E tests, debugging flaky tests, or establishing testing standards. | Skills | 80 1.27x Agent success vs baseline Impact 89% 1.27xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.2 |
aggregating-performance-metrics jeremylongshore/claude-code-plugins-plus-skills Aggregate and centralize performance metrics from applications, systems, databases, caches, and services. Use when consolidating monitoring data from multiple sources. Trigger with phrases like "aggregate metrics", "centralize monitoring", or "collect performance data". | Skills | 80 1.00x No change in agent success vs baseline Impact 99% 1.00xAverage score across 6 eval scenarios Securityby Passed No known issues Reviewed: Version: 0.0.4 |
scientific-writing K-Dense-AI/claude-scientific-skills Core skill for the deep research and writing tool. Write scientific manuscripts in full paragraphs (never bullet points). Use two-stage process with (1) section outlines with key points using research-lookup then (2) convert to flowing prose. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), for research papers and journal submissions. | Skills | 80 1.43x Agent success vs baseline Impact 96% 1.43xAverage score across 6 eval scenarios Securityby Advisory Suggest reviewing before use Reviewed: Version: 0.0.2 |
Can't find what you're looking for? Evaluate a missing skill.