Browse Skills

9063 skills found

validating-pci-dss-compliance.md
2
1 export validating-pci-dss-compliance
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill uses the pci-dss-validator plugin to assess codebases and infrastructure configurations for compliance with the Payment Card Industry Data Security Standard (PCI DSS). It identifies potential vulnerabilities and deviations from PCI DSS requirements. Use this skill when the user requests to "validate PCI compliance", "check PCI DSS", "assess PCI security", or "review PCI standards" for a given project or configuration. It helps ensure that systems handling cardholder data meet the necessary security controls.
2026-01-05
flaky-test-detective.md
2
1 export flaky-test-detective
2 patricio0312rev from "patricio0312rev/skillset"
3 Diagnoses and fixes flaky tests by identifying root causes (timing issues, shared state, randomness, network dependencies) and provides stabilization strategies. Use for "flaky tests", "test stability", "intermittent failures", or "test debugging".
2026-01-05
analyzing-test-coverage.md
2
1 export analyzing-test-coverage
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill analyzes code coverage metrics to identify untested code and generate comprehensive coverage reports. It is triggered when the user requests analysis of code coverage, identification of coverage gaps, or generation of coverage reports. The skill is best used to improve code quality by ensuring adequate test coverage and identifying areas for improvement. Use trigger terms like "analyze coverage", "code coverage report", "untested code", or the shortcut "cov".
2026-01-05
generating-database-seed-data.md
2
1 export generating-database-seed-data
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 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".
2026-01-05
generating-database-seed-data.md
2
1 export generating-database-seed-data
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 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".
2026-01-05
managing-test-environments.md
2
1 export managing-test-environments
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to manage isolated test environments using Docker Compose, Testcontainers, and environment variables. It is used to create consistent, reproducible testing environments for software projects. Claude should use this skill when the user needs to set up a test environment with specific configurations, manage Docker Compose files for test infrastructure, set up programmatic container management with Testcontainers, manage environment variables for tests, or ensure cleanup after tests. Trigger terms include "test environment", "docker compose", "testcontainers", "environment variables", "isolated environment", "env-setup", and "test setup".
2026-01-05
splitting-datasets.md
2
1 export splitting-datasets
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to split datasets into training, validation, and testing sets. It is useful when preparing data for machine learning model development. Use this skill when the user requests to split a dataset, create train-test splits, or needs data partitioning for model training. The skill is triggered by terms like "split dataset," "train-test split," "validation set," or "data partitioning."
2026-01-05
test-limacharlie-adapter.md
2
1 export test-limacharlie-adapter
2 refractionPOINT from "refractionPOINT/documentation"
3 Deploy a temporary LimaCharlie Adapter on the local Linux or Mac OS host for testing log ingestion. Downloads the adapter, auto-detects log sources, and streams them to your LimaCharlie organization.
2026-01-05
managing-claude-code-meta.md
2
1 export managing-claude-code-meta
2 mikekelly from "mikekelly/promode"
3 MUST be loaded when setting up, installing, migrating, reviewing, auditing, or checking CLAUDE.md files in projects. Covers installing the promode CLAUDE.md into new projects, migrating existing CLAUDE.md content to READMEs (progressive disclosure), and auditing projects for conformance. Invoke PROACTIVELY when user mentions CLAUDE.md, project setup, agent configuration, or code meta files.
2026-01-05
claude-md-manager.md
2
1 export claude-md-manager
2 buvis from "buvis/home"
3 Build and maintain effective CLAUDE.md files that improve Claude Code efficiency. Use when creating a new CLAUDE.md file, auditing/improving an existing one, setting up progressive disclosure with agent documentation, or optimizing context window usage for Claude Code projects.
2026-01-05
configuring-auto-scaling-policies.md
2
1 export configuring-auto-scaling-policies
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill configures auto-scaling policies for applications and infrastructure. It generates production-ready configurations based on user requirements, implementing best practices for scalability and security. Use this skill when the user requests help with auto-scaling setup, high availability, or dynamic resource allocation, specifically mentioning terms like "auto-scaling," "HPA," "scaling policies," or "dynamic scaling." This skill provides complete configuration code for various platforms.
2026-01-05
generating-compliance-reports.md
2
1 export generating-compliance-reports
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to generate compliance reports based on various security standards and frameworks. It leverages the compliance-report-generator plugin to automate the report creation process. Use this skill when a user requests a "compliance report", "security audit report", or needs documentation for "regulatory compliance". The skill is particularly useful for generating reports related to standards like PCI DSS, HIPAA, SOC 2, or ISO 27001. It can also assist with documenting adherence to specific security policies.
2026-01-05
scanning-for-vulnerabilities.md
2
1 export scanning-for-vulnerabilities
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables comprehensive vulnerability scanning using the vulnerability-scanner plugin. It identifies security vulnerabilities in code, dependencies, and configurations, including CVE detection. Use this skill when the user asks to scan for vulnerabilities, security issues, or CVEs in their project. Trigger phrases include "scan for vulnerabilities", "find security issues", "check for CVEs", "/scan", or "/vuln". The plugin performs static analysis, dependency checking, and configuration analysis to provide a detailed vulnerability report.
2026-01-05
detection-tuner.md
2
1 export detection-tuner
2 refractionPOINT from "refractionPOINT/documentation"
3 Investigate noisy/common alerts and create false positive (FP) rules to suppress benign detections. Analyzes detection frequency over 7 days, identifies patterns, generates and tests FP rules with operator approval before deployment. Use for tuning detection noise, reducing alert fatigue, suppressing known-safe activity, or when specific detections need filtering. Human-in-the-loop workflow ensures no FP rules are deployed without explicit approval.
2026-01-05
test-driven-development.md
2
1 export test-driven-development
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Use when implementing any feature or bugfix, before writing implementation code. Enforces RED-GREEN-REFACTOR cycle with strict discipline against rationalization.
2026-01-05
managing-database-testing.md
2
1 export managing-database-testing
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill manages database testing by generating test data, wrapping tests in transactions, and validating database schemas. It is used to create robust and reliable database interactions. Claude uses this skill when the user requests database testing utilities, including test data generation, transaction management, schema validation, or migration testing. Trigger this skill by mentioning "database testing," "test data factories," "transaction rollback," "schema validation," or using the `/db-test` or `/dbt` commands.
2026-01-05
security-patterns.md
2
1 export security-patterns
2 masanao-ohba from "masanao-ohba/claude-manifests"
3 PHP security best practices and patterns for preventing common vulnerabilities
2026-01-05
security-engineer.md
2
1 export security-engineer
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Implement security best practices across the application stack. Use when securing APIs, implementing authentication, preventing vulnerabilities, or conducting security reviews. Covers OWASP Top 10, auth patterns, input validation, encryption, and security monitoring.
2026-01-05
performing-security-audits.md
2
1 export performing-security-audits
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill allows Claude to conduct comprehensive security audits of code, infrastructure, and configurations. It leverages various tools within the security-pro-pack plugin, including vulnerability scanning, compliance checking, cryptography review, and infrastructure security analysis. Use this skill when a user requests a "security audit," "vulnerability assessment," "compliance review," or any task involving identifying and mitigating security risks. It helps to ensure code and systems adhere to security best practices and compliance standards.
2026-01-05
testing-helper.md
2
1 export testing-helper
2 Dexploarer from "Dexploarer/hyper-forge"
3 Create comprehensive tests for elizaOS plugins, characters, and actions. Triggers on "create tests", "test elizaOS plugin", or "write agent tests"
2026-01-05
overnight-development.md
2
1 export overnight-development
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 Automates software development overnight using Git hooks to enforce test-driven development (TDD).This skill should be used when Claude needs to build new features, refactor existing code, or fix bugs autonomously,ensuring all changes are fully tested and meet specified quality standards. Use when the user mentions "overnight development","autonomous coding", or asks about TDD workflows and Git hooks. This skill leverages Git hooks to block commits until all tests pass,enforcing a rigorous TDD process and ensuring high-quality, production-ready code.
2026-01-05
testing-automation.md
2
1 export testing-automation
2 pwarnock from "pwarnock/liaison-toolkit"
3 Testing patterns with Bun test runner, coverage thresholds, mocking, and CI/CD integration. Use when writing tests, organizing test files, or setting up quality gates.
2026-01-05
marp-image-generator.md
2
1 export marp-image-generator
2 Ryunosuke-Tanaka-sti from "Ryunosuke-Tanaka-sti/claude_and_blog_seminar"
3 Generate optimized images for Marp slides using Playwright MCP with theme-matching color palettes and guideline-compliant sizes
2026-01-05
api-documentation.md
2
1 export api-documentation
2 cosmix from "cosmix/claude-code-setup"
3 Document REST APIs with OpenAPI/Swagger specifications, endpoint documentation, authentication, error handling, and SDK guides. Use for API reference docs, Swagger specs, and client library documentation. Triggers: api docs, openapi, swagger, endpoint documentation, rest api, api reference, sdk documentation, api specification, document api, api endpoints.
2026-01-05