Browse Skills
44976 skills found
setting-up-distributed-tracing.md
2
1
export
setting-up-distributed-tracing
2
from
"jeremylongshore/claude-code-plugins-nixtla"
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
scrcpy-option-ui-builder.md
2
1
export
scrcpy-option-ui-builder
2
from
"Codertainment/scrcpy_buddy"
from
"Codertainment/scrcpy_buddy"
3
This skill should modify the category screens and add the requested scrcpy options to the UI, depending on the type of the option (text, toggle, dropdown, etc.). Use this skill for adding new scrcpy options in the UI.
2026-01-05
pydanticai-docs.md
2
1
export
pydanticai-docs
2
from
"DougTrajano/pydantic-ai-skills"
from
"DougTrajano/pydantic-ai-skills"
3
Use this skill for requests related to Pydantic AI framework - building agents, tools, dependencies, structured outputs, and model integrations.
2026-01-05
skill-name.md
2
1
export
skill-name
2
from
"bendrucker/claude"
from
"bendrucker/claude"
3
Creating and optimizing Claude Code Skills including activation patterns, content structure, and development workflows. Use when creating new skills, converting memory files to skills, debugging skill activation, or understanding skill architecture and best practices.
2026-01-05
optimizing-sql-queries.md
2
1
export
optimizing-sql-queries
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill analyzes and optimizes SQL queries for improved performance. It identifies potential bottlenecks, suggests optimal indexes, and proposes query rewrites. Use this when the user mentions "optimize SQL query", "improve SQL performance", "SQL query optimization", "slow SQL query", or asks for help with "SQL indexing". The skill helps enhance database efficiency by analyzing query structure, recommending indexes, and reviewing execution plans.
2026-01-05
nextjs-app-router.md
2
1
export
nextjs-app-router
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
Next.js App Routerのアーキテクチャと実装パターンを専門とするスキル。ディレクトリベースルーティング、Server/Client Components分離、レンダリング戦略選択を支援。Anchors:• Guillermo Rauch "Server-First" / 適用: コンポーネント配置判断 / 目的: デフォルトサーバー・例外クライアントの徹底• Learning React (Banks, Porcello) / 適用: コンポーネント設計 / 目的: 再利用性と単一責任の原則適用• Next.js公式ドキュメント / 適用: 特殊ファイル規約・レンダリング戦略 / 目的: フレームワーク規約準拠Trigger:Use when designing Next.js routing structures, implementing app directory patterns, deciding Server vs Client Components, choosing rendering strategies (SSG, ISR, Dynamic), or structuring layouts and route groups.Keywords: app router, server components, client components, dynamic routes, route groups, parallel routes, intercepting routes, layout, template, loading, error
2026-01-05
serr-structured-error-wrapper.md
2
1
export
serr-structured-error-wrapper
2
from
"rohanthewiz/serr"
from
"rohanthewiz/serr"
3
Serr allows us to enrich our Go application errors with location, etc, and bubble them up to the caller where we only have to log once
2026-01-05
001-jeremy-taskwarrior-integration.md
2
1
export
001-jeremy-taskwarrior-integration
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
Enforces complete Taskwarrior integration protocol for ALL coding tasks. Activates automatically when user mentions "taskwarrior", "task warrior", "tw", or discusses task management. Decomposes all coding work into properly tracked Taskwarrior tasks with full lifecycle: task add → task start → implementation → task done. Integrates with Timewarrior for automatic time tracking.
2026-01-05
performing-security-audits.md
2
1
export
performing-security-audits
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill allows Claude to conduct comprehensive security audits of code, infrastructure, and configurations. It leverages various tools within the security-pro-pack plugin, including vulnerability scanning, compliance checking, cryptography review, and infrastructure security analysis. Use this skill when a user requests a "security audit," "vulnerability assessment," "compliance review," or any task involving identifying and mitigating security risks. It helps to ensure code and systems adhere to security best practices and compliance standards.
2026-01-05
bazinga-db.md
2
1
export
bazinga-db
2
from
"mehdic/bazinga"
from
"mehdic/bazinga"
3
DEPRECATED - Use domain-specific skills instead. Routes to bazinga-db-core, bazinga-db-workflow, bazinga-db-agents, or bazinga-db-context.
2026-01-05
dark-matter-analyzer.md
2
1
export
dark-matter-analyzer
2
from
"daffy0208/ai-dev-standards"
from
"daffy0208/ai-dev-standards"
3
Analyze repositories to reveal unseen patterns, strategic drift, and organizational health. Use when assessing repository coherence, diagnosing project issues, identifying documentation inflation, or understanding why a codebase feels misaligned with its stated goals.
2026-01-05
command-error-handling.md
2
1
export
command-error-handling
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
コマンドのエラーハンドリング(引数検証/事前チェック/ロールバック/ユーザー確認/エラーメッセージ設計)を整理し、失敗時の安全性と説明の一貫性を支援するスキル。パターン選定、検証手順、テンプレート運用を一貫して整理する。Anchors:• The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: エラーハンドリング設計 / 目的: 安定した実行フローの確立Trigger:Use when designing command error handling, validating failure paths, or implementing rollback and user confirmation flows.command error handling, validation, rollback, user confirmation, error messages
2026-01-05
tracking-regression-tests.md
2
1
export
tracking-regression-tests
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to track and run regression tests, ensuring new changes don't break existing functionality. It is triggered when the user asks to "track regression", "run regression tests", or uses the shortcut "reg". The skill helps in maintaining code stability by identifying critical tests, automating their execution, and analyzing the impact of changes. It also provides insights into test history and identifies flaky tests. The skill uses the `regression-test-tracker` plugin.
2026-01-05
generating-end-to-end-tests.md
2
1
export
generating-end-to-end-tests
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to generate end-to-end (E2E) tests for web applications. It leverages Playwright, Cypress, or Selenium to automate browser interactions and validate user workflows. Use this skill when the user requests to "create E2E tests", "generate end-to-end tests", or asks for help with "browser-based testing". The skill is particularly useful for testing user registration, login flows, shopping cart functionality, and other multi-step processes within a web application. It supports cross-browser testing and can be used to verify the responsiveness of web applications on different devices.
2026-01-05
sync-claude-md.md
2
1
export
sync-claude-md
2
from
"bengous/claude-code-plugins"
from
"bengous/claude-code-plugins"
3
Synchronize project CLAUDE.md with recent codebase changes by analyzing git history, reviewing against official Anthropic best practices using parallel agents, and proposing comprehensive updates. Use when CLAUDE.md is outdated or doesn't exist.
2026-01-05
technical-writing.md
2
1
export
technical-writing
2
from
"cosmix/claude-code-setup"
from
"cosmix/claude-code-setup"
3
Professional technical documentation writing for software projects. Use for README files, user guides, migration guides, changelogs, and general documentation. Triggers: documentation, docs, readme, guide, tutorial, changelog, migration guide, write docs, document code.
2026-01-05
adapter-assistant.md
2
1
export
adapter-assistant
2
from
"refractionPOINT/documentation"
from
"refractionPOINT/documentation"
3
Complete adapter lifecycle assistant for LimaCharlie. Supports External Adapters (cloud-managed), Cloud Sensors (SaaS/cloud integrations), and On-prem USP adapters. Dynamically researches adapter types from local docs and GitHub usp-adapters repo. Creates, validates, deploys, and troubleshoots adapter configurations. Handles parsing rules (Grok, regex), field mappings, credential setup, and multi-adapter configs. Use when setting up new data sources (Okta, S3, Azure Event Hub, syslog, webhook, etc.), troubleshooting ingestion issues, or managing adapter deployments.
2026-01-05
running-clustering-algorithms.md
2
1
export
running-clustering-algorithms
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to execute clustering algorithms on datasets. It is used when the user requests to perform clustering, identify groups within data, or analyze data structure. The skill supports algorithms like K-means, DBSCAN, and hierarchical clustering. Claude should use this skill when the user explicitly asks to "run clustering," "perform a cluster analysis," or "group data points" and provides a dataset or a way to access one. The skill also handles data validation, error handling, performance metrics, and artifact saving.
2026-01-05
python-deprecation-fixer.md
2
1
export
python-deprecation-fixer
2
from
"zircote/.claude"
from
"zircote/.claude"
3
Automatically detect and fix Python deprecation warnings in codebases, including datetime.utcnow(), and other common deprecated patterns. Supports extensible pattern matching for future deprecations.
2026-01-05
websocket-patterns.md
2
1
export
websocket-patterns
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
WebSocketによる双方向リアルタイム通信パターン専門スキル。接続ライフサイクル管理、メッセージキューイング、ハートビート戦略、エラーリカバリーを提供する。Anchors:• RFC 6455 (WebSocket Protocol) / 適用: プロトコル仕様 / 目的: 標準準拠の実装• 『Designing Data-Intensive Applications』(Martin Kleppmann) / 適用: メッセージング設計 / 目的: 信頼性確保• Circuit Breaker Pattern / 適用: エラーリカバリー / 目的: 障害伝播防止Trigger:Use when implementing WebSocket connections, real-time bidirectional communication, connection lifecycle management, message queueing, or heartbeat monitoring.
2026-01-05
connection-pooling.md
2
1
export
connection-pooling
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
データベース接続プール設計と運用を支援するスキル。サーバーレス環境やTursoの接続制約を踏まえたサイジングと検証手順を整理する。Anchors:• 『The Pragmatic Programmer』(Andrew Hunt, David Thomas)/ 適用: 実践的改善 / 目的: 接続管理の品質維持Trigger:Use when designing connection pools, sizing database connections, or troubleshooting serverless connection limits.connection pooling, database connections, pool sizing, serverless connections, Turso
2026-01-05
generating-stored-procedures.md
2
1
export
generating-stored-procedures
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill uses the stored-procedure-generator plugin to create production-ready stored procedures, functions, triggers, and custom database logic. It supports PostgreSQL, MySQL, and SQL Server. Use this skill when the user asks to "generate stored procedure", "create database function", "write a trigger", or needs help with "database logic", "optimizing database performance", or "ensuring transaction safety" in their database. The skill is activated by requests related to database stored procedures, functions, or triggers.
2026-01-05
rails-helper.md
2
1
export
rails-helper
2
from
"Ryo-cool/Nature-Spots"
from
"Ryo-cool/Nature-Spots"
3
Rails開発を支援するスキル。モデル、コントローラー、テストの生成、マイグレーションのサポートを提供します。
2026-01-05
angular-store.md
2
1
export
angular-store
2
from
"duc01226/EasyPlatform"
from
"duc01226/EasyPlatform"
3
Use when implementing state management with PlatformVmStore for complex components requiring reactive state, effects, and selectors.
2026-01-05