Browse and install Claude Skills to enhance your development workflow. Currently showing 3630 skills.
This skill enables Claude to set up and manage isolated, reproducible test environments using Docker Compose and Testcontainers. Developers should use it when they need to configure test infrastructure, handle environment variables, or ensure proper cleanup. It's triggered by terms like "test environment," "docker compose," or "testcontainers."
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus-skills/tree/main/skill-adapter
This skill enables Claude to set up and manage isolated, reproducible test environments using Docker Compose and Testcontainers. Developers should use it when they need to configure test infrastructure, manage environment variables, or ensure proper cleanup. It's triggered by terms like "test environment," "docker compose," or "testcontainers."
This skill automatically generates test doubles like mocks and stubs for unit testing by analyzing code dependencies. It supports popular frameworks like Jest and Sinon to help isolate code during testing. Developers can trigger it by requesting test double generation or using the `/gd` command.
This skill automatically generates test doubles like mocks and stubs to isolate code for unit testing. It analyzes your code's dependencies and creates appropriate doubles for frameworks like Jest or Sinon. Use it via command or request when you need to quickly create test doubles.
This skill enables Claude to generate realistic test data like users, products, and orders using a dedicated plugin. It's designed for developers needing to populate databases, create test fixtures, or simulate user behavior for automated testing. Trigger it with phrases like "generate test data" or "populate database" when setting up testing environments or demonstrations.
This skill lets Claude generate realistic test data like users, products, and orders using a dedicated plugin. It's designed for developers needing to populate databases, create test fixtures, or simulate user behavior. Trigger it with phrases like "generate test data" or "populate database" when setting up testing environments.
This skill analyzes code coverage metrics to identify untested code and generate comprehensive coverage reports. It helps developers improve code quality by pinpointing test gaps and ensuring adequate test coverage. Use trigger terms like "analyze coverage," "code coverage report," or "cov" when you need to assess or enhance your test suite.
This skill analyzes your codebase's test coverage to identify untested areas and generate detailed reports. It automatically runs your test suite with coverage tools and pinpoints gaps to improve code quality. Use it when you need to ensure adequate test coverage or find untested code paths.
This skill enables Claude to generate production-ready, reusable Terraform modules from user specifications. It uses a dedicated plugin to create well-documented code that follows best practices for security and scalability. Use it when you need to create a new Terraform module, generate IaC configuration, or structure infrastructure code.
This skill automates the configuration of synthetic monitoring for applications, enabling proactive tracking of uptime, transactions, and API performance. Developers should use it when they need to set up monitoring, track application performance, or configure alerts and dashboards. It guides users to identify critical endpoints, design monitoring scenarios, and establish alerting systems.
This skill generates production-ready stored procedures, functions, and triggers for PostgreSQL, MySQL, and SQL Server. Use it when you need to create database logic, optimize performance, or ensure transaction safety. It helps implement complex business rules and data integrity directly within your database.
This skill enables Claude to manage SSL/TLS certificates through a dedicated plugin, triggered by terms like "certificate expiry" or "renew certificate." It allows developers to list, check, and renew certificates directly within their workflow. Use it for maintaining secure connections by monitoring certificate status and automating renewals.
This skill enables Claude to manage SSL/TLS certificates via a dedicated plugin, triggered by terms like "certificate expiry" or "renew certificate." It allows developers to list, check, and renew certificates to maintain secure connections. Use it for automating certificate monitoring and lifecycle management tasks.
This skill analyzes SQL queries to identify performance bottlenecks and suggest optimizations like index recommendations and query rewrites. Use it when developers mention slow queries or need help with SQL performance tuning. It helps improve database efficiency by reviewing query structure and execution plans.
This skill enables Claude to detect SQL injection vulnerabilities in code by using a dedicated plugin to analyze codebases. It identifies potential SQLi flaws and provides remediation guidance, triggered by phrases like "detect SQL injection" or "scan for SQLi". Use it when you need to check code for SQL injection risks and receive actionable security fixes.
This skill enables Claude to detect SQL injection vulnerabilities in code by using a dedicated plugin to analyze codebases. It identifies potential SQLi flaws and provides remediation guidance when developers ask to scan for or check code for such security risks. Use it with trigger phrases like "detect SQL injection" or "scan for SQLi".
This skill enables Claude to detect SQL injection vulnerabilities in code by using a dedicated plugin to analyze codebases. It identifies potential SQLi flaws and provides remediation guidance, triggered by phrases like "detect SQL injection" or "scan for SQLi." Use it when you need to check code for SQL injection risks and receive actionable security recommendations.
This skill enables Claude to detect SQL injection vulnerabilities in code using a dedicated plugin to analyze codebases and identify flaws. It provides remediation guidance and is triggered by requests to scan for SQLi or check code for injection risks. Use it to proactively find and fix these security vulnerabilities in your applications.
This skill automates SOC2 audit preparation by gathering evidence, generating reports, and identifying compliance gaps using the soc2-audit-helper plugin. It's designed for use when developers request help with audit preparation, compliance checks, or security controls. The tool streamlines initial compliance stages through automated data collection and preliminary analysis.
This skill automates SOC2 audit preparation by using a dedicated plugin to gather evidence, generate reports, and identify compliance gaps. It's triggered by terms like "SOC2 audit" or "evidence gathering" and streamlines initial compliance tasks. Developers can use it for automated data collection and preliminary analysis of security controls.
This skill helps developers manage snapshot test failures by intelligently analyzing diffs to distinguish intentional changes from regressions. It allows selective snapshot updates across Jest, Vitest, Playwright, and Storybook frameworks. Use it when encountering snapshot test failures or when you need to update snapshots after intentional code changes.
This skill helps developers manage snapshot test failures by intelligently analyzing diffs and selectively updating snapshots across Jest, Vitest, Playwright, and Storybook. It distinguishes intentional changes from regressions to maintain test integrity. Use it when handling snapshot failures, updates, or by triggering the `/snapshot-manager` command.
This skill executes a pre-defined suite of smoke tests to verify critical application functionality like system health, authentication, and core features. It is designed for use after deployments, upgrades, or significant configuration changes to ensure the application is operational. Developers can trigger it using the terms "smoke test" or "st".
This skill runs a suite of smoke tests to verify critical application functionality like system health, authentication, and core features. It's designed for use after deployments or significant changes to ensure the application is operational. Developers can trigger it using the `/smoke-test` or `/st` command for a fast pass/fail assessment.