Browse Skills

44969 skills found

cybersecurity-policy-generator.md
2
1 export cybersecurity-policy-generator
2 diegocconsolini from "diegocconsolini/ClaudeSkillCollection"
3 Generate enterprise cybersecurity policies from 51 professional templates (SANS, CIS Controls) for ISO 27001, SOC 2, NIST, and CIS Controls compliance in Markdown, Word, HTML, and PDF formats
2026-01-05
validating-cors-policies.md
2
1 export validating-cors-policies
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to validate Cross-Origin Resource Sharing (CORS) policies. It uses the cors-policy-validator plugin to analyze CORS configurations and identify potential security vulnerabilities. Use this skill when the user requests to "validate CORS policy", "check CORS configuration", "analyze CORS headers", or asks about "CORS security". It helps ensure that CORS policies are correctly implemented, preventing unauthorized cross-origin requests and protecting sensitive data.
2026-01-05
api-documentation-generator.md
2
1 export api-documentation-generator
2 Dexploarer from "Dexploarer/hyper-forge"
3 Generates comprehensive API documentation including OpenAPI/Swagger specs, endpoint descriptions, request/response examples, and integration guides. Use when documenting APIs.
2026-01-05
growth-experimenter.md
2
1 export growth-experimenter
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Run systematic growth experiments to increase acquisition, activation, retention, and revenue. Use when optimizing conversion funnels, running A/B tests, improving metrics, or when users mention growth, experimentation, optimization, or scaling user acquisition.
2026-01-05
generating-test-doubles.md
2
1 export generating-test-doubles
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill uses the test-doubles-generator plugin to automatically create mocks, stubs, spies, and fakes for unit testing. It analyzes dependencies in the code and generates appropriate test doubles based on the chosen testing framework, such as Jest, Sinon, or others. Use this skill when you need to generate test doubles, mocks, stubs, spies, or fakes to isolate units of code during testing. Trigger this skill by requesting test double generation or using the `/gen-doubles` or `/gd` command.
2026-01-05
hic-compartment-shift.md
2
1 export hic-compartment-shift
2 BIsnake2001 from "BIsnake2001/ChromSkills"
3 This skill performs A/B compartment shift analysis between two Hi-C samples.
2026-01-05
hugo-builder.md
2
1 export hugo-builder
2 novemberde from "novemberde/novemberde.github.io"
3 Build, serve, and deploy the Hugo static site. Use when building the site, testing locally, checking for errors, or deploying to GitHub Pages.
2026-01-05
task-debugger.md
2
1 export task-debugger
2 ahal from "ahal/dot-files"
3 Debug and fix failures in Taskcluster tasks. Use this skill when the user asks to debug a task, fix a failing task, or investigate task errors/failures. This skill uses the Taskcluster CLI to fetch task logs and definitions, analyzes errors, and uses `taskgraph load-task --develop` to reproduce and debug issues locally. Invoke this for any request involving Taskcluster task debugging, task failures, or when given a task ID to investigate.
2026-01-05
codex-plan-review.md
2
1 export codex-plan-review
2 antorsae from "antorsae/dual-agent"
3 Send implementation plan to Codex for critique and validation. Use PROACTIVELY after you produce a non-trivial plan (including after /plan mode) unless the user opts out, or when the user says review plan, codex plan review, or wants architectural feedback.
2026-01-05
go-local-health.md
2
1 export go-local-health
2 regenrek from "regenrek/agent-skills"
3 Run local Go health checks (tests, coverage, lint) in Go repositories that contain go.mod/go.sum. Use when the user asks to run or interpret local Go test/coverage/lint workflows using tools like lazygotest, gocovsh, tparse, and golangci-lint. Do not use for Rust or non-Go projects.
2026-01-05
nix-module-expert.md
2
1 export nix-module-expert
2 lewisflude from "lewisflude/nix"
3 Expert in Nix module architecture, placement, and best practices. Automatically analyzes module structure, detects antipatterns (with pkgs, hardcoded values, wrong placement), and provides detailed recommendations. Use when creating, reviewing, or refactoring Nix modules, or when module placement questions arise.
2026-01-05
troubleshooting-kubernetes.md
2
1 export troubleshooting-kubernetes
2 galihcitta from "galihcitta/dotclaudeskills"
3 Diagnoses and fixes Kubernetes issues with interactive remediation. Use when pods crash (CrashLoopBackOff, OOMKilled), services unreachable (502/503, empty endpoints), deployments stuck (ImagePullBackOff, pending). Also use when tempted to run kubectl fix commands directly without presenting options, or when user says "just fix it" for K8s issues.
2026-01-05
vault-context.md
2
1 export vault-context
2 markphelps from "markphelps/claude-plugins"
3 Use when the user asks about their notes, wants to brainstorm, or references their vault. Provides context about existing notes to inform responses.
2026-01-05
executing-plans.md
2
1 export executing-plans
2 heyJordanParker from "heyJordanParker/dotfiles"
3 Use when partner provides a complete implementation plan to execute in controlled batches with review checkpoints - loads plan, reviews critically, executes tasks in batches, reports for review between batches
2026-01-05
scanning-for-accessibility-issues.md
2
1 export scanning-for-accessibility-issues
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to perform comprehensive accessibility audits. It uses the accessibility-test-scanner plugin to identify WCAG 2.1/2.2 compliance issues, validate ARIA attributes, check keyboard navigation, and assess screen reader compatibility. Use this skill when the user requests an accessibility scan, audit, or compliance check, or when terms like "WCAG", "ARIA", "screen reader", "accessibility testing", or "a11y" are mentioned. It provides actionable insights for improving web application accessibility.
2026-01-05
setting-up-distributed-tracing.md
2
1 export setting-up-distributed-tracing
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill automates the setup of distributed tracing for microservices. It helps developers implement end-to-end request visibility by configuring context propagation, span creation, trace collection, and analysis. Use this skill when the user requests to set up distributed tracing, implement observability, or troubleshoot performance issues in a microservices architecture. The skill is triggered by phrases such as "setup tracing", "implement distributed tracing", "configure opentelemetry", or "add observability to microservices".
2026-01-05
automating-api-testing.md
2
1 export automating-api-testing
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill automates API endpoint testing, including request generation, validation, and comprehensive test coverage for REST and GraphQL APIs. It is used when the user requests API testing, contract testing, or validation against OpenAPI specifications. The skill analyzes API endpoints and generates test suites covering CRUD operations, authentication flows, and security aspects. It also validates response status codes, headers, and body structure. Use this skill when the user mentions "API testing", "REST API tests", "GraphQL API tests", "contract tests", or "OpenAPI validation".
2026-01-05
frontend-dev.md
2
1 export frontend-dev
2 jungai from "jungai/dotfiles"
3 Comprehensive React, TypeScript, and Tailwind frontend development with Next.js and TanStack ecosystem (TanStack Router, TanStack Query, TanStack Start). Use when building, configuring, or developing modern web applications with these specific technologies, including project setup, routing, data fetching, component patterns, and TypeScript configurations.
2026-01-05
using-git-worktrees.md
2
1 export using-git-worktrees
2 heyJordanParker from "heyJordanParker/dotfiles"
3 Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
2026-01-05
chipseq-qc.md
2
1 export chipseq-qc
2 BIsnake2001 from "BIsnake2001/ChromSkills"
3 Performs ChIP-specific biological validation. It calculates metrics unique to protein-binding assays, such as Cross-correlation (NSC/RSC) and FRiP. Use this when you have filtered the BAM file and called peaks for ChIP-seq data. Do NOT use this skill for ATAC-seq data or general alignment statistics.
2026-01-05
ci-cd.md
2
1 export ci-cd
2 cosmix from "cosmix/claude-code-setup"
3 Designs and implements CI/CD pipelines for automated testing, building, and deployment. Trigger keywords: ci/cd, pipeline, github actions, gitlab ci, jenkins, deployment, workflow, automation.
2026-01-05
optimizing-deep-learning-models.md
2
1 export optimizing-deep-learning-models
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill optimizes deep learning models using various techniques. It is triggered when the user requests improvements to model performance, such as increasing accuracy, reducing training time, or minimizing resource consumption. The skill leverages advanced optimization algorithms like Adam, SGD, and learning rate scheduling. It analyzes the existing model architecture, training data, and performance metrics to identify areas for enhancement. The skill then automatically applies appropriate optimization strategies and generates optimized code. Use this skill when the user mentions "optimize deep learning model", "improve model accuracy", "reduce training time", or "optimize learning rate".
2026-01-05
skill-creator.md
2
1 export skill-creator
2 abdul-ahad-26 from "abdul-ahad-26/physical-ai-and-humanoid-robotics"
3 Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
2026-01-05
clean-code-practices.md
2
1 export clean-code-practices
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Clean Code の原則に基づき、命名・関数分割・重複排除などのコード品質改善を支援するスキル。可読性と保守性の向上、リファクタリング方針の整理を扱う。Anchors:• Clean Code (Robert C. Martin) / 適用: 命名と関数設計 / 目的: 可読性の向上• Refactoring (Martin Fowler) / 適用: 改善手順の整理 / 目的: 安全な改善• The Pragmatic Programmer (Hunt/Thomas) / 適用: DRYと意図表現 / 目的: 保守性の向上Trigger:Use when improving naming, splitting large functions, removing duplication, or validating clean code quality.clean code, naming, small functions, duplication, refactoring, readability
2026-01-05