Browse Skills
20307 skills found
review-pr.md
2
1
export
review-pr
2
from
"sakuro/dotfiles"
from
"sakuro/dotfiles"
3
Reviews a GitHub pull request. Use when the user wants to review a PR, get feedback on changes, or check code quality.
2026-01-05
configuring-service-meshes.md
2
1
export
configuring-service-meshes
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill configures service meshes like Istio and Linkerd for microservices. It generates production-ready configurations, implements best practices, and ensures a security-first approach. Use this skill when the user asks to "configure service mesh", "setup Istio", "setup Linkerd", or requests assistance with "service mesh configuration" for their microservices architecture. The configurations will be tailored to the specified infrastructure requirements.
2026-01-05
codebase-analysis.md
2
1
export
codebase-analysis
2
from
"mehdic/bazinga"
from
"mehdic/bazinga"
3
Analyzes codebase to find similar features, reusable utilities, and architectural patterns
2026-01-05
generating-helm-charts.md
2
1
export
generating-helm-charts
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to generate Helm charts for Kubernetes applications. It should be used when the user requests the creation of a new Helm chart, the modification of an existing chart, or assistance with packaging and deploying Kubernetes applications using Helm. The skill is triggered by requests that mention "Helm chart", "Kubernetes deployment", "package application for Kubernetes", or similar phrases related to Helm and Kubernetes. It helps streamline the process of creating and managing Kubernetes deployments.
2026-01-05
nix-executor.md
2
1
export
nix-executor
2
from
"kitsunoff/Nix"
from
"kitsunoff/Nix"
3
Use when you need to test Nix expressions, validate Nix configuration syntax before applying, debug Nix code or understand evaluation results, inspect derivation attributes, or evaluate flake outputs and inputs
2026-01-05
generating-docker-compose-files.md
2
1
export
generating-docker-compose-files
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to generate Docker Compose configurations for multi-container applications. It leverages best practices for production-ready deployments, including defining services, networks, volumes, health checks, and resource limits. Claude should use this skill when the user requests a Docker Compose file, specifies application architecture involving multiple containers, or mentions needs for container orchestration, environment variables, or persistent data management in a Docker environment. Trigger terms include "docker-compose", "docker compose file", "multi-container", "container orchestration", "docker environment", "service definition", "volume management", "network configuration", "health checks", "resource limits", and ".env files".
2026-01-05
web-research.md
2
1
export
web-research
2
from
"DougTrajano/pydantic-ai-skills"
from
"DougTrajano/pydantic-ai-skills"
3
Use this skill for requests related to web research; it provides a structured approach to conducting comprehensive web research.
2026-01-05
r-data-science.md
2
1
export
r-data-science
2
from
"crypticpy/Rdata"
from
"crypticpy/Rdata"
3
R programming for data analysis, visualization, and statistical workflows. Use when working with R scripts (.R), Quarto documents (.qmd), RMarkdown (.Rmd), or R projects. Covers tidyverse workflows, ggplot2 visualizations, statistical analysis, epidemiological methods, and reproducible research practices.
2026-01-05
tanstack-start.md
2
1
export
tanstack-start
2
from
"ferdousbhai/cloud-fullstack-skills"
from
"ferdousbhai/cloud-fullstack-skills"
3
TanStack Start full-stack React framework. Use for: server functions with createServerFn, TanStack Router file-based routing, TanStack Query SSR integration, Cloudflare Workers deployment.
2026-01-05
github-ecosystem.md
2
1
export
github-ecosystem
2
from
"zircote/.claude"
from
"zircote/.claude"
3
Generate comprehensive GitHub ecosystem configuration including CI/CD workflows, issue templates, PR templates, CODEOWNERS, dependabot, and Copilot instructions. Language-agnostic with Python, Go, and TypeScript support. Auto-detects project language from pyproject.toml, go.mod, or package.json. Use when setting up GitHub repos, adding CI/CD pipelines, creating issue/PR templates, configuring dependabot, adding CODEOWNERS, setting up Copilot instructions, or enhancing existing projects with GitHub tooling. Works on new or existing repositories with smart merging.
2026-01-05
integration-patterns.md
2
1
export
integration-patterns
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
MCPサーバーと外部システム間の統合パターン設計。同期・非同期通信、イベント駆動アーキテクチャ、データ同期パターンの設計指針を提供します。Anchors:• Enterprise Integration Patterns (Hohpe/Woolf) / 適用: パターン選択・設計 / 目的: スケーラブルな連携設計• Designing Data-Intensive Applications (Kleppmann) / 適用: 非同期・イベント駆動 / 目的: 分散システムの信頼性• The Pragmatic Programmer / 適用: 実装品質 / 目的: 実践的な改善Trigger:Use when designing system integration, API connectivity, service communication, async processing, or event-driven architecture.integration patterns, mcp server, async communication, event-driven, message queue, api integration
2026-01-05
context-preserver.md
2
1
export
context-preserver
2
from
"daffy0208/ai-dev-standards"
from
"daffy0208/ai-dev-standards"
3
Automatically save and restore development context to minimize cognitive load when resuming work. Use when switching tasks, taking breaks, or returning after interruptions. Captures mental state, file locations, and next steps. Designed for ADHD developers with high context-switching costs.
2026-01-05
koan-quickstart.md
2
1
export
koan-quickstart
2
from
"sylin-org/koan-framework"
from
"sylin-org/koan-framework"
3
Zero to first Koan app in under 10 minutes (S0 + S1 patterns)
2026-01-05
planning-disaster-recovery.md
2
1
export
planning-disaster-recovery
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to plan and implement disaster recovery (DR) procedures. It generates configurations and setup code based on specific requirements and infrastructure. Use this skill when the user requests assistance with disaster recovery planning, business continuity, or related DevOps tasks. Trigger this skill when the user mentions "disaster recovery", "DR plan", "business continuity", or requests help with setting up a recovery strategy. It provides production-ready configurations, implements best practices, and supports multi-platform environments.
2026-01-05
code-review.md
2
1
export
code-review
2
from
"duc01226/EasyPlatform"
from
"duc01226/EasyPlatform"
3
Comprehensive code review following EasyPlatform patterns and best practices. Use when user asks to review code, refactor, improve code quality, analyze for anti-patterns, code smells, or SOLID violations.
2026-01-05
pytest-testing.md
2
1
export
pytest-testing
2
from
"nekorush14/dotfiles"
from
"nekorush14/dotfiles"
3
Write pytest tests for Python code including unit tests, integration tests, fixtures, mocking, and parametrize. Use when writing tests for functions, classes, or complex business logic.
2026-01-05
schema-design.md
2
1
export
schema-design
2
from
"phrazzld/claude-config"
from
"phrazzld/claude-config"
3
Universal database schema design principles: normalization strategy, data types, primary keys, constraints, anti-patterns, and red flags. Apply when designing schemas, reviewing database architecture, or refactoring data models.
2026-01-05
scanning-for-secrets.md
2
1
export
scanning-for-secrets
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill helps you scan your codebase for exposed secrets and credentials. It uses pattern matching and entropy analysis to identify potential security vulnerabilities such as API keys, passwords, and private keys. Use this skill when you want to proactively identify and remediate exposed secrets before they are committed to version control or deployed to production. It is triggered by phrases like "scan for secrets", "check for exposed credentials", "find API keys", or "run secret scanner".
2026-01-05
clink-standalone.md
2
1
export
clink-standalone
2
from
"VCnoC/clink-standalone"
from
"VCnoC/clink-standalone"
3
Standalone CLI bridge - launch external AI CLIs (gemini, codex, claude) directly without MCP server. Use when you need to delegate tasks to specialized CLI tools with their own context windows. Supports role-based prompts and file references.
2026-01-05
entity-development.md
2
1
export
entity-development
2
from
"duc01226/EasyPlatform"
from
"duc01226/EasyPlatform"
3
Use when creating or modifying domain entities with static expressions, computed properties, field tracking, and validation.
2026-01-05
zod-validation.md
2
1
export
zod-validation
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
Zodライブラリによるランタイムバリデーション、スキーマ定義、TypeScript型推論を専門とするスキル。型安全なバリデーションロジックを設計・実装し、API・フォーム・ドメイン層での検証を網羅する。Anchors:• Zod Official Documentation / 適用: スキーマAPI・バリデーション / 目的: 公式パターン準拠• Effective TypeScript (Dan Vanderkam) / 適用: 型設計・型推論 / 目的: ランタイム安全性担保• @hookform/resolvers / 適用: フォーム統合 / 目的: React Hook Form連携Trigger:Use when implementing runtime validation with Zod, defining TypeScript schemas, integrating form validation (react-hook-form), or validating API requests/responses. Keywords: zod, schema, safeParse, refine, z.infer, zodResolver.
2026-01-05
codebase-summarizer.md
2
1
export
codebase-summarizer
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Scans repository structure and generates comprehensive architecture documentation including system overview, entry points, module relationships, data flow diagrams, and "edit here for X" guides. Creates ARCHITECTURE.md for onboarding and navigation. Use when users request "document the codebase", "explain the architecture", "create onboarding docs", or "map the system".
2026-01-05
chrome-automation.md
2
1
export
chrome-automation
2
from
"cevatkerim/claude-skills"
from
"cevatkerim/claude-skills"
3
Launch and control Chrome with AT-SPI2 accessibility for browser automation. Use when asked to start chrome, open browser, launch chrome, begin browser automation, or control web pages.
2026-01-05
detecting-sql-injection-vulnerabilities.md
2
1
export
detecting-sql-injection-vulnerabilities
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to detect SQL injection vulnerabilities in code. It uses the sql-injection-detector plugin to analyze codebases, identify potential SQL injection flaws, and provide remediation guidance. Use this skill when the user asks to find SQL injection vulnerabilities, scan for SQL injection, or check code for SQL injection risks. The skill is triggered by phrases like "detect SQL injection", "scan for SQLi", or "check for SQL injection vulnerabilities".
2026-01-05