Browse and install Claude Skills to enhance your development workflow. Currently showing 3230 skills.
This skill enables Claude to generate automated compliance reports for standards like PCI DSS, HIPAA, and ISO 27001. It uses a dedicated plugin to create security audit and regulatory documentation. Developers should invoke it when users request compliance reports or need to document adherence to security frameworks.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/compliance-report-generator
This skill enables Claude to validate authentication implementations against security best practices, analyzing methods like JWT, OAuth, and session management. Use it to perform security checks, assess password policies, evaluate MFA, or analyze session security. Trigger it with phrases like "validate authentication" or "authcheck" for a detailed vulnerability report.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/authentication-validator
This skill audits access control implementations using the access-control-auditor plugin to identify vulnerabilities and misconfigurations. It's triggered when users request access control reviews, permission checks, or security assessments, particularly for IAM policies and ACLs. Use it to analyze cloud environments and applications for compliance issues and privilege escalation risks.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/access-control-auditor
This skill automates overnight software development by using Git hooks to enforce test-driven development (TDD), blocking commits until all tests pass. It activates when you request autonomous coding or mention TDD workflows, ensuring high-quality, production-ready code. Use it to let Claude build features autonomously while tests enforce quality standards.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/overnight-dev
This skill automatically loads AGENTS.md files from the current directory to provide Claude Code with project-specific agent instructions. It triggers on session start, directory changes, or explicit requests, working alongside CLAUDE.md. Use it to enable specialized agent behaviors tailored to your project's context.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/agent-context-loader
This Claude Skill automatically activates to assist with all Google Cloud Agent Development Kit (ADK) projects, providing expertise for building multi-agent systems, containerized deployments, and RAG agents. It helps developers with agent scaffolding, production orchestration, and CI/CD pipeline setup. Use it when working on agent creation, deployment to Cloud Run or GKE, or implementing retrieval-augmented generation.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/agent-sdk-master
This skill automatically activates for all Google Vertex AI multimodal operations when triggered by related phrases. It handles video processing, audio generation, image creation with Imagen 4, and marketing campaign automation. Use it to streamline multimodal content workflows, social media content creation, and ad creative generation.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/vertex-media-master
yaml-master automatically activates when you work with YAML files in contexts like Kubernetes, Docker, or CI/CD pipelines. It provides intelligent validation, schema inference, linting, and format conversion to JSON/TOML/XML. Use it for proactive YAML analysis, fixing anti-patterns, and structural transformations.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/yaml-master
This skill automatically integrates Taskwarrior and Timewarrior for all coding tasks when task management is mentioned. It enforces a strict workflow by decomposing work into tracked tasks with full lifecycle management before any code is written. Key features include mandatory task creation, dependency management, and automatic time tracking.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/001-jeremy-taskwarrior-integration
This skill validates content consistency across websites, GitHub repos, and local docs against the website as the official source. It generates read-only discrepancy reports using exact matching with zero creativity (temperature 0.0). Use it by triggering phrases like "consistency check" or before updating internal paperwork to audit for mixed messaging.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/000-jeremy-content-consistency-validator
This skill enables Claude to analyze and optimize system throughput using the `throughput-analyzer` plugin. It triggers when users request performance improvements, bottleneck identification, or capacity analysis. The skill assesses request/data throughput, concurrency limits, queue processing, and resource saturation to determine limiting factors and evaluate scaling strategies.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/throughput-analyzer
This skill automates synthetic monitoring setup for applications, enabling proactive tracking of performance and availability. It configures uptime, transaction, and API monitoring by identifying critical endpoints and designing monitoring scenarios. Use it when you need to set up performance tracking, configure alerts, or establish dashboards for key user journeys.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/synthetic-monitoring-setup
This skill helps developers define and monitor service reliability metrics like SLAs, SLIs, and SLOs. It triggers when users discuss error budgets or need to track service performance, enabling the setup of key metrics and targets. The skill automates monitoring against these objectives to proactively identify issues.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/sla-sli-tracker
This skill tracks application response times across APIs, databases, and services using a plugin that calculates key percentiles and metrics. Use it to identify performance bottlenecks, monitor SLOs, and receive alerts for degradation. Trigger it with phrases like "track response times" or "optimize latency" when you need to analyze and improve application performance.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/response-time-tracker
This skill enables Claude to monitor application resource consumption like CPU, memory, and I/O to identify performance bottlenecks and cost optimization opportunities. It activates when users request insights on resource usage, performance, or right-sizing. The skill uses a dedicated plugin to track key metrics and provide actionable optimization strategies.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/resource-usage-tracker
This skill guides developers through implementing Real User Monitoring (RUM) to track web performance metrics like Core Web Vitals and page load times. It helps select a RUM platform, design an instrumentation strategy, and implement the tracking code. Use it when you need to set up user experience monitoring or performance tracking for your application.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/real-user-monitoring
This skill automatically detects performance regressions in CI/CD pipelines by analyzing metrics like response time and throughput against baselines or thresholds. It uses methods such as statistical significance analysis and performance budget violation checks to identify degradations. Developers should use it to find and report performance issues early when requests involve baseline comparisons or finding performance degradation.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/performance-regression-detector
This skill provides prioritized performance optimization recommendations when developers request improvements, reviews, or bottleneck analysis. It analyzes frontend, backend, and infrastructure to identify issues and deliver actionable advice with estimated gains. Use it for phrases like "optimize performance" or "improve speed" to get a phased implementation roadmap.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/performance-optimization-advisor
This skill enables Claude to validate application performance against predefined budgets for metrics like page load times and bundle sizes, alerting on violations. It's triggered by terms like "performance budget" or "performance regression" and is designed to catch regressions early in development. It's particularly useful for integrating performance checks into CI/CD pipelines to prevent degradation.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/performance-budget-validator
This skill helps developers analyze and optimize network latency in applications by identifying bottlenecks like serial requests and inefficient connection handling. Use it when debugging performance issues or when asked to improve network request patterns. It provides actionable suggestions for parallelization, batching, connection pooling, timeout adjustments, and DNS optimization.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/network-latency-analyzer
This skill helps developers consolidate performance metrics from applications, systems, and external services into a central monitoring platform. It assists in designing a metrics taxonomy, selecting aggregation tools, and setting up dashboards and alerts. Use it when you need to unify disparate metrics for comprehensive analysis and observability.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/metrics-aggregator
This skill enables Claude to detect potential memory leaks in code when triggered by related requests. It identifies common issues like unremoved event listeners, circular references, and unbounded cache growth, then provides detailed fix recommendations. Developers can use it to proactively improve application performance and stability through memory analysis.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/memory-leak-detector
This skill enables Claude to analyze application logs for debugging and performance optimization when users request log analysis or troubleshooting help. It identifies slow requests, error patterns, and resource warnings to detect bottlenecks and issues. Use it to quickly extract insights from log data and improve application stability.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/log-analysis-tool
This skill enables Claude to generate and execute load test scripts using tools like k6, JMeter, and Artillery for performance validation. Use it when you need to create load tests, conduct performance or stress testing, or identify application breaking points. It helps define performance thresholds and provides execution instructions for the generated scripts.
/plugin add https://github.com/jeremylongshore/claude-code-plugins-plus/tree/main/load-test-runner