Browse Skills
44915 skills found
managing-deployment-rollbacks.md
2
1
export
managing-deployment-rollbacks
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill manages and executes deployment rollbacks with safety checks. It helps ensure smooth recovery from failed deployments by automating the rollback process. Use this skill when a deployment has issues, such as errors, performance degradation, or unexpected behavior. The skill is triggered by requests to "rollback deployment", "revert to previous version", or similar phrases related to deployment recovery. It prioritizes safe rollback procedures and provides options for verification.
2026-01-05
optimizing-queries.md
2
1
export
optimizing-queries
2
from
"galihcitta/dotclaudeskills"
from
"galihcitta/dotclaudeskills"
3
Analyzes and optimizes SQL/NoSQL queries for performance. Use when reviewing query performance, optimizing slow queries, analyzing EXPLAIN output, suggesting indexes, identifying N+1 problems, recommending query rewrites, or improving database access patterns. Supports PostgreSQL, MySQL, SQLite, MongoDB, Redis, DynamoDB, and Elasticsearch.
2026-01-05
fullstory-user-consent.md
2
1
export
fullstory-user-consent
2
from
"fullstorydev/fs-skills"
from
"fullstorydev/fs-skills"
3
Comprehensive guide for implementing Fullstory's User Consent API for web applications. Teaches proper consent flow implementation, selective capture modes, GDPR/CCPA compliance patterns, and cookie consent integration. Includes detailed good/bad examples for consent banners, preference centers, and privacy-conscious recording to help developers implement privacy-compliant session recording.
2026-01-05
gmailarchiver-patterns.md
2
1
export
gmailarchiver-patterns
2
from
"tumma72/GMailArchiver"
from
"tumma72/GMailArchiver"
3
GMailArchiver architecture, layer patterns, and component design. Use when working with cli, core, data, connectors, or shared layers, or understanding component dependencies. Triggers on: architecture, layer, pattern, component, cli layer, core layer, data layer, SOLID, dependency, contract.
2026-01-05
conventional-commits.md
2
1
export
conventional-commits
2
from
"dashed/claude-marketplace"
from
"dashed/claude-marketplace"
3
Format git commit messages following Conventional Commits 1.0.0 specification. Use when the user asks to commit changes, create a git commit, or mentions committing code. Ensures consistent, semantic commit messages that support automated changelog generation and semantic versioning.
2026-01-05
systematic-debugging.md
2
1
export
systematic-debugging
2
from
"Bbeierle12/Skill-MCP-Claude"
from
"Bbeierle12/Skill-MCP-Claude"
3
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes. Implements scientific method for debugging with root cause analysis.
2026-01-05
angular-api-service.md
2
1
export
angular-api-service
2
from
"duc01226/EasyPlatform"
from
"duc01226/EasyPlatform"
3
Use when creating API services for backend communication with proper patterns for caching, error handling, and type safety.
2026-01-05
merge-pr.md
2
1
export
merge-pr
2
from
"sakuro/dotfiles"
from
"sakuro/dotfiles"
3
Safely merges GitHub pull requests using gh CLI. Use when the user wants to merge a PR, merge a pull request, or complete code review.
2026-01-05
monorepo-ci-optimizer.md
2
1
export
monorepo-ci-optimizer
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Optimizes CI pipelines for monorepos by detecting affected packages/apps and running only necessary builds and tests. Includes Turborepo/Nx strategies, caching, and parallel execution. Use for "monorepo CI", "affected detection", "incremental builds", or "workspace optimization".
2026-01-05
dspy-bootstrap-fewshot.md
2
1
export
dspy-bootstrap-fewshot
2
from
"OmidZamani/dspy-skills"
from
"OmidZamani/dspy-skills"
3
Auto-generate high-quality few-shot examples using teacher models in DSPy
2026-01-05
gitwhat.md
2
1
export
gitwhat
2
from
"regenrek/agent-skills"
from
"regenrek/agent-skills"
3
Concise git workspace snapshot for the current directory. Use when asked to show current branch, cwd, repo root, whether the current directory is a worktree, local dirty status, or whether other worktrees have uncommitted changes.
2026-01-05
collecting-infrastructure-metrics.md
2
1
export
collecting-infrastructure-metrics
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to collect comprehensive infrastructure performance metrics across compute, storage, network, containers, load balancers, and databases. It is triggered when the user requests "collect infrastructure metrics", "monitor server performance", "set up performance dashboards", or needs to analyze system resource utilization. The skill configures metrics collection, sets up aggregation, and helps create infrastructure dashboards for health monitoring and capacity tracking. It supports configuration for Prometheus, Datadog, and CloudWatch.
2026-01-05
deployment-environments-gha.md
2
1
export
deployment-environments-gha
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
GitHub Actions の environments 設計、承認フロー、シークレット運用を体系化するスキル。複数環境の保護ルールと段階的デプロイを整理する。Anchors:• Release It! / 適用: 環境分離 / 目的: 本番保護• GitHub Actions / 適用: environments と approval / 目的: 標準的な運用設計• The Pragmatic Programmer / 適用: 自動化 / 目的: 手順の一貫性Trigger:Use when setting up multi-environment deployments, approval gates, protection rules, or environment-specific secrets in GitHub Actions.github actions environments, approval workflow, deployment gates, environment secrets
2026-01-05
data-visualization.md
2
1
export
data-visualization
2
from
"cdcore09/holoviz-claude"
from
"cdcore09/holoviz-claude"
3
Master advanced declarative visualization with HoloViews. Use this skill when creating complex multi-dimensional visualizations, composing overlays and layouts, implementing interactive streams and selection, building network or hierarchical visualizations, or exploring data with dynamic maps and faceted displays.
2026-01-05
data-processor.md
2
1
export
data-processor
2
from
"ArtemisAI/code-execution-with-MCP"
from
"ArtemisAI/code-execution-with-MCP"
3
Process and transform arrays of data with common operations like filtering, mapping, and aggregation
2026-01-05
documentation-lookup.md
2
1
export
documentation-lookup
2
from
"krmcbride/claude-plugins"
from
"krmcbride/claude-plugins"
3
Look up library and framework documentation. Use when the user asks about API docs, library usage, framework features, or mentions specific libraries/packages by name.
2026-01-05
systematic-debugging.md
2
1
export
systematic-debugging
2
from
"tilework-tech/nori-cli"
from
"tilework-tech/nori-cli"
3
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework (root cause investigation, pattern analysis, hypothesis testing, implementation) that ensures understanding before attempting solutions
2026-01-05
lcp-openai-serve.md
2
1
export
lcp-openai-serve
2
from
"YusukeShimizu/lightning-compute-protocol"
from
"YusukeShimizu/lightning-compute-protocol"
3
Develop apps/openai-serve (Go). Keep OpenAI gateway behavior correct and avoid logging prompts/outputs.
2026-01-05
code-formatter-installer.md
2
1
export
code-formatter-installer
2
from
"patricio0312rev/skillset"
from
"patricio0312rev/skillset"
3
Installs and configures Prettier, ESLint, EditorConfig, and other code quality tools to enforce consistent code style across the team. Generates config files, npm scripts, editor settings recommendations, and CI integration suggestions. Use when users request "setup prettier", "add eslint", "configure code formatting", or "enforce code style".
2026-01-05
memory-manager.md
2
1
export
memory-manager
2
from
"duc01226/EasyPlatform"
from
"duc01226/EasyPlatform"
3
Use when storing or retrieving context across sessions using Memory MCP. Helps maintain continuity for long-running features.
2026-01-05
tool-security.md
2
1
export
tool-security
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
MCPツールとAPI統合のセキュリティ設計を体系化するスキル。脅威整理、制御設計、設定検証を通じて安全なツール運用を支援する。Anchors:• Web Application Security / 適用: 脅威モデリング / 目的: 攻撃面の整理• OWASP ASVS / 適用: セキュリティ要件 / 目的: 制御の網羅性Trigger:Use when designing tool security controls, validating security configs, or reviewing secrets handling.tool security, threat modeling, config validation
2026-01-05
generating-test-data.md
2
1
export
generating-test-data
2
from
"jeremylongshore/claude-code-plugins-nixtla"
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
constraint-preflight.md
2
1
export
constraint-preflight
2
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
from
"Euda1mon1a/Autonomous-Assignment-Program-Manager"
3
Pre-flight verification for scheduling constraint development. Use when adding, modifying, or testing constraints to ensure they are properly implemented, exported, registered, and tested before commit.
2026-01-05
webapp-testing.md
2
1
export
webapp-testing
2
from
"ChuDiRen/AI-agent-testing-platform"
from
"ChuDiRen/AI-agent-testing-platform"
3
使用 Playwright 与本地 Web 应用交互与测试的工具包。支持验证前端功能、调试 UI 行为、捕获浏览器截图以及查看浏览器日志。
2026-01-05