Browse Skills

9063 skills found

chaos-engineering-setup.md
2
1 export chaos-engineering-setup
2 Dexploarer from "Dexploarer/hyper-forge"
3 Implement chaos engineering practices and tools for resilience testing
2026-01-05
finding-security-misconfigurations.md
2
1 export finding-security-misconfigurations
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to identify potential security misconfigurations in various systems and configurations. It leverages the security-misconfiguration-finder plugin to analyze infrastructure-as-code, application configurations, and system settings, pinpointing common vulnerabilities and compliance issues. Use this skill when the user asks to "find security misconfigurations", "check for security vulnerabilities in my configuration", "audit security settings", or requests a security assessment of a specific system or file. This skill will assist in identifying and remediating potential security weaknesses.
2026-01-05
component-creation.md
2
1 export component-creation
2 lsst-sqre from "lsst-sqre/squareone"
3 Comprehensive guide for creating React components in the squared package and squareone app. Use this skill when creating new components, setting up component structure, implementing CSS Modules styling, writing Storybook stories, or setting up component tests. Covers TypeScript patterns (type vs interface, no React.FC), CSS Modules with design tokens, compound component patterns, Storybook integration, and vitest testing.
2026-01-05
validating-api-contracts.md
2
1 export validating-api-contracts
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill validates API contracts using consumer-driven testing and OpenAPI validation. It leverages Pact for consumer-driven contract testing, ensuring that API providers adhere to the expectations of their consumers. It also validates APIs against OpenAPI specifications to guarantee compliance and identify breaking changes. Use this skill when the user asks to generate contract tests, validate API responses, check backward compatibility, or validate requests/responses using the terms "contract-test", "ct", "Pact", "OpenAPI validation", or "consumer-driven contract testing".
2026-01-05
automating-mobile-app-testing.md
2
1 export automating-mobile-app-testing
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables automated testing of mobile applications on iOS and Android platforms using frameworks like Appium, Detox, XCUITest, and Espresso. It generates end-to-end tests, sets up page object models, and handles platform-specific elements. Use this skill when the user requests mobile app testing, test automation for iOS or Android, or needs assistance with setting up device farms and simulators. The skill is triggered by terms like "mobile testing", "appium", "detox", "xcuitest", "espresso", "android test", "ios test".
2026-01-05
ios-game-testing.md
2
1 export ios-game-testing
2 ruarfff from "ruarfff/Nathaniel"
3 Test the Nathaniel iOS game in simulator. Use when asked to test the game, verify changes work, run sanity tests, check if a feature works, or when the user says "test this", "run the game", "verify it works", "check in simulator".
2026-01-05
performance-testing.md
2
1 export performance-testing
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 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.
2026-01-05
feature-docs.md
2
1 export feature-docs
2 duc01226 from "duc01226/EasyPlatform"
3 Use when the user asks to generate comprehensive feature documentation with verified test cases, create feature README with code evidence, or document a complete feature with test verification. Triggers on keywords like "feature documentation", "document feature", "comprehensive docs", "feature README", "test verification", "verified documentation".
2026-01-05
scanning-for-data-privacy-issues.md
2
1 export scanning-for-data-privacy-issues
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to automatically scan code and configuration files for potential data privacy vulnerabilities using the data-privacy-scanner plugin. It identifies sensitive data exposure, compliance violations, and other privacy-related risks. Use this skill when the user requests to "scan for data privacy issues", "check privacy compliance", "find PII leaks", "identify GDPR violations", or needs a "privacy audit" of their codebase. The skill is most effective when used on projects involving personal data, financial information, or health records.
2026-01-05
performance-testing.md
2
1 export performance-testing
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 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.
2026-01-05
writing-skills.md
2
1 export writing-skills
2 robertpelloni from "robertpelloni/workspace"
3 TDD for process documentation - test with subagents before writing, iterate until bulletproof
2026-01-05
python-testing-patterns.md
2
1 export python-testing-patterns
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Advanced pytest patterns for Python backend testing. Use when dealing with async tests, complex fixtures, mocking strategies, database testing, or debugging flaky tests. Complements test-writer with deeper patterns.
2026-01-05
auth-security-reviewer.md
2
1 export auth-security-reviewer
2 patricio0312rev from "patricio0312rev/skillset"
3 Reviews authentication and authorization implementation for session management, CSRF, cookie security, and auth flow vulnerabilities with findings, severity assessment, and fix recommendations. Use for "auth review", "session security", "CSRF protection", or "authentication audit".
2026-01-05
managing-network-policies.md
2
1 export managing-network-policies
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to manage Kubernetes network policies and firewall rules. It allows Claude to generate configurations and setup code based on specific requirements and infrastructure. Use this skill when the user requests to create, modify, or analyze network policies for Kubernetes, or when the user mentions "network-policy", "firewall rules", or "Kubernetes security". This skill is useful for implementing best practices and production-ready configurations for network security in a Kubernetes environment.
2026-01-05
development-workflow-standards.md
2
1 export development-workflow-standards
2 ms2sato from "ms2sato/agent-console"
3 Development process rules for this project including testing, branching, and commit standards. Use when implementing features, fixing bugs, or making any code changes.
2026-01-05
generating-test-data.md
2
1 export generating-test-data
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to generate realistic test data for software development. It uses the test-data-generator plugin to create users, products, orders, and custom schemas for comprehensive testing. Use this skill when you need to populate databases, simulate user behavior, or create fixtures for automated tests. Trigger phrases include "generate test data", "create fake users", "populate database", "generate product data", "create test orders", or "generate data based on schema". This skill is especially useful for populating testing environments or creating sample data for demonstrations.
2026-01-05
testing-standards.md
2
1 export testing-standards
2 masanao-ohba from "masanao-ohba/claude-manifests"
3 PHPUnit testing conventions and best practices for any PHP project
2026-01-05
agent-evaluation-mlflow.md
2
1 export agent-evaluation-mlflow
2 raphaelmansuy from "raphaelmansuy/k8s-agent-stack"
3 Implement agent evaluation and safety gates using MLflow 3.x. Use for creating LLM-as-Judge scorers, evaluation datasets, quality gates, tracing, and continuous evaluation. Triggers on "evaluate agent", "MLflow scorer", "LLM judge", "safety evaluation", "quality gate", "agent testing", "hallucination detection", or when implementing spec/010-agent-evaluation.md requirements.
2026-01-05
reporting.md
2
1 export reporting
2 refractionPOINT from "refractionPOINT/documentation"
3 Generate comprehensive multi-tenant security and operational reports from LimaCharlie. Provides billing summaries, usage roll-ups, detection trends, sensor health monitoring, and configuration audits across multiple organizations. Supports both per-tenant detailed breakdowns and cross-tenant aggregated roll-ups. Built with strict data accuracy guardrails to prevent fabricated metrics. Supports partial report generation when some organizations fail, with transparent error documentation. Time windows always displayed, detection limits clearly flagged, zero cost calculations.
2026-01-05
test-scenario-framework.md
2
1 export test-scenario-framework
2 Euda1mon1a from "Euda1mon1a/Autonomous-Assignment-Program-Manager"
3 Define and run end-to-end test scenarios for medical residency scheduling. Use when validating complex scheduling logic, testing edge cases, verifying ACGME compliance under stress, or running regression scenarios. Includes 20+ pre-built scenarios covering N-1 failures, multi-swap operations, holiday conflicts, and moonlighting.
2026-01-05
building-terraform-modules.md
2
1 export building-terraform-modules
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill empowers Claude to build reusable Terraform modules based on user specifications. It leverages the terraform-module-builder plugin to generate production-ready, well-documented Terraform module code, incorporating best practices for security, scalability, and multi-platform support. Use this skill when the user requests to create a new Terraform module, generate Terraform configuration, or needs help structuring infrastructure as code using Terraform. The trigger terms include "create Terraform module," "generate Terraform configuration," "Terraform module code," and "infrastructure as code."
2026-01-05
backend-tester.md
2
1 export backend-tester
2 EdanStarfire from "EdanStarfire/claudecode_webui"
3 Run isolated test environments for backend changes, manage test data, and verify API endpoints. Use when testing Python backend changes without interfering with production instances.
2026-01-05
backend-tests.md
2
1 export backend-tests
2 jaypaulb from "jaypaulb/CanvusAPI-LLMDemo"
3 Your approach to handling backend tests. Use this skill when working on files where backend tests comes into play.
2026-01-05
poocommerce-dev-cycle.md
2
1 export poocommerce-dev-cycle
2 notmattpress from "notmattpress/poocommerce"
3 Run tests, linting, and quality checks for PooCommerce development. Use when running tests, fixing code style, or following the development workflow.
2026-01-05