Browse Skills

22656 skills found

managing-container-registries.md
2
1 export managing-container-registries
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to manage container registries, including ECR, GCR, and Harbor. It should be used when the user needs to create, configure, or manage container image registries. It helps generate production-ready configurations, implement best practices, and ensure a security-first approach. Use this skill when the user mentions terms like "container registry," "ECR," "GCR," "Harbor," "image repository," or requests assistance with managing container images. It's also helpful for generating configuration code for DevOps pipelines related to container registries.
2026-01-05
detecting-database-deadlocks.md
2
1 export detecting-database-deadlocks
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill uses the database-deadlock-detector plugin to detect, analyze, and prevent database deadlocks. It monitors database lock contention, analyzes transaction patterns, and suggests resolution strategies. Use this skill when the user asks to "detect database deadlocks", "analyze deadlock causes", "monitor database locks", or any requests related to database deadlock prevention and resolution. This skill is particularly useful for production database systems experiencing recurring deadlock issues. The plugin's command `/deadlock` is triggered by these requests.
2026-01-05
automating-database-backups.md
2
1 export automating-database-backups
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill automates database backups using the database-backup-automator plugin. It creates scripts for scheduled backups, compression, encryption, and restore procedures across PostgreSQL, MySQL, MongoDB, and SQLite. Use this when the user requests database backup automation, disaster recovery planning, setting up backup schedules, or creating restore procedures. The skill is triggered by phrases like "create database backup", "automate database backups", "setup backup schedule", or "generate restore procedure".
2026-01-05
knowledge-graph-builder.md
2
1 export knowledge-graph-builder
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Design and build knowledge graphs. Use when modeling complex relationships, building semantic search, or creating knowledge bases. Covers schema design, entity relationships, and graph database selection.
2026-01-05
code-review.md
2
1 export code-review
2 DavidDworetzky from "DavidDworetzky/Geist"
3 This skill should be used when the user requests a code review of changed files. Use this to review git-diffed files for security vulnerabilities (OWASP Top 10), performance issues (O(N) complexity, ORM optimization), bugs, and adherence to project coding standards defined in agents.md and claude.md.
2026-01-05
pdf.md
2
1 export pdf
2 AizenvoltPrime from "AizenvoltPrime/claude-compass"
3 Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
2026-01-05
codegen-test.md
2
1 export codegen-test
2 nihiyama from "nihiyama/ffq"
3 A skill for writing Go tests in a TDD workflow. Follow README/Issue requirements and existing test conventions, add a balanced set of table-driven cases across behavior/boundaries/branches, and produce maintainable tests without excessive mocking or coverage-chasing.
2026-01-05
state-ux-flow-builder.md
2
1 export state-ux-flow-builder
2 patricio0312rev from "patricio0312rev/skillset"
3 Standardizes UX states for data fetching flows (loading, error, empty, success) and complex multi-view UI patterns. Provides state machine approach recommendations, loading skeletons, error boundaries, and empty state components. Use when implementing "loading states", "error handling", "empty states", or "state machines".
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
git-hygiene-enforcer.md
2
1 export git-hygiene-enforcer
2 patricio0312rev from "patricio0312rev/skillset"
3 Establishes git workflow guardrails including conventional commits, commit message hooks, branch naming conventions, PR templates, and code review processes. Provides hook configurations, workflow templates, and emergency bypass instructions. Use when users request "setup git hooks", "enforce commit conventions", "add PR templates", or "standardize git workflow".
2026-01-05
tonl-tool.md
2
1 export tonl-tool
2 WilliamKarolDiCioccio from "WilliamKarolDiCioccio/mosaic"
3 Deterministic wrapper for tonl CLI (npm package) for structured data operations in JSON/TONL formats. Use when converting JSON↔TONL, querying structured data, validating TONL schemas, or generating statistics. Maps directly to CLI subcommands (encode, decode, query, get, validate, stats).
2026-01-05
swagger-ui.md
2
1 export swagger-ui
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Swagger UI を用いた OpenAPI ドキュメントの公開・統合を支援するスキル。静的HTML/React/Next.js/サーバー埋め込みの構成を整理し、安全なAPI Explorerを構築する。Anchors:• OpenAPI Specification / 適用: API仕様互換 / 目的: 定義の一貫性確保• Swagger UI Documentation / 適用: UI構成 / 目的: 設定項目の正確な適用• OWASP ASVS / 適用: 公開・認証設計 / 目的: セキュリティ要件の確認Trigger:Use when embedding or publishing Swagger UI, configuring OpenAPI docs, or securing API explorer access.swagger ui, openapi docs, api explorer, swagger config, authentication
2026-01-05
aggregating-performance-metrics.md
2
1 export aggregating-performance-metrics
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to aggregate and centralize performance metrics from various sources. It is used when the user needs to consolidate metrics from applications, systems, databases, caches, queues, and external services into a central location for monitoring and analysis. The skill is triggered by requests to "aggregate metrics", "centralize performance metrics", or similar phrases related to metrics aggregation and monitoring. It facilitates designing a metrics taxonomy, choosing appropriate aggregation tools, and setting up dashboards and alerts.
2026-01-05
unity-unitask.md
2
1 export unity-unitask
2 creator-hian from "creator-hian/claude-code-plugins"
3 UniTask library expert specializing in allocation-free async/await patterns, coroutine migration, and Unity-optimized asynchronous programming. Masters UniTask performance optimizations, cancellation handling, and memory-efficient async operations. Use PROACTIVELY for UniTask implementation, async optimization, or coroutine replacement.
2026-01-05
implement-tasks.md
2
1 export implement-tasks
2 korallis from "korallis/Amp-OS"
3 Implement tasks from tasks.md using multi-agent orchestration. Use when ready to implement a spec's tasks, supports both single-agent and multi-agent modes via Task tool.
2026-01-05
analyzing-network-latency.md
2
1 export analyzing-network-latency
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to analyze network latency and optimize request patterns within an application. It helps identify bottlenecks and suggest improvements for faster and more efficient network communication. Use this skill when the user asks to "analyze network latency", "optimize request patterns", or when facing performance issues related to network requests. It focuses on identifying serial requests that can be parallelized, opportunities for request batching, connection pooling improvements, timeout configuration adjustments, and DNS resolution enhancements. The skill provides concrete suggestions for reducing latency and improving overall network performance.
2026-01-05
forecasting-time-series-data.md
2
1 export forecasting-time-series-data
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to forecast future values based on historical time series data. It analyzes time-dependent data to identify trends, seasonality, and other patterns. Use this skill when the user asks to predict future values of a time series, analyze trends in data over time, or requires insights into time-dependent data. Trigger terms include "forecast," "predict," "time series analysis," "future values," and requests involving temporal data.
2026-01-05
health-check.md
2
1 export health-check
2 brianclaridge from "brianclaridge/.claude"
3 Validate .claude environment integrity. Use when user says "/health", "check setup", "validate environment", "run diagnostics".
2026-01-05
migration-checker.md
2
1 export migration-checker
2 masanao-ohba from "masanao-ohba/claude-manifests"
3 Validates CakePHP migration files and ensures consistency between migrations, fixtures, and database schemas in multi-database environments
2026-01-05
global-conventions.md
2
1 export global-conventions
2 adigunners from "adigunners/adigunners.github.io"
3 Maintain consistent code structure and naming patterns across JavaScript modules, CSS, and HTML files in this static website. Use this skill when establishing or following project-wide conventions for file organization, naming, and code structure.
2026-01-05
manage-markdown-docs.md
2
1 export manage-markdown-docs
2 rayk from "rayk/lucid-toolkit"
3 Standardize markdown document creation and updates with proper headers and footers. Use when creating OR updating any markdown file that is NOT a subagent, command, or skill definition. Ensures consistent metadata, classification, and change tracking.
2026-01-05
managing-environment-configurations.md
2
1 export managing-environment-configurations
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to manage environment configurations and secrets across different deployments using the environment-config-manager plugin. It is invoked when the user needs to generate, update, or retrieve configuration settings for various environments (e.g., development, staging, production). Use this skill when the user explicitly mentions "environment configuration," "secrets management," "deployment configuration," or asks to "generate config files". It helps streamline DevOps workflows by providing production-ready configurations based on best practices.
2026-01-05
creating-apm-dashboards.md
2
1 export creating-apm-dashboards
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to create Application Performance Monitoring (APM) dashboards. It is triggered when the user requests the creation of a new APM dashboard, monitoring dashboard, or a dashboard for application performance. The skill helps define key metrics and visualizations for monitoring application health, performance, and user experience across multiple platforms like Grafana and Datadog. Use this skill when the user needs assistance setting up a new monitoring solution or expanding an existing one. The plugin supports the creation of dashboards focusing on golden signals, request metrics, resource utilization, database metrics, cache metrics, business metrics, and error tracking.
2026-01-05
agent-creator.md
2
1 export agent-creator
2 HTRamsey from "HTRamsey/claude-config"
3 Create custom Task subagents. Use when creating files in ~/.claude/agents/, when user asks to "create an agent", "add a subagent", "make a new agent", or when defining a new subagent_type.
2026-01-05