Browse Skills
16146 skills found
analyzing-system-throughput.md
2
1
export
analyzing-system-throughput
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to analyze and optimize system throughput. It is triggered when the user requests throughput analysis, performance improvements, or bottleneck identification. The skill uses the `throughput-analyzer` plugin to assess request throughput, data throughput, concurrency limits, queue processing, and resource saturation. Use this skill when the user mentions "analyze throughput", "optimize performance", "identify bottlenecks", or asks about system capacity. It helps determine limiting factors and evaluate scaling strategies.
2026-01-05
mcp-integrator.md
2
1
export
mcp-integrator
2
from
"sjnims/plugin-forge"
from
"sjnims/plugin-forge"
3
Integrate Model Context Protocol (MCP) servers into Claude Code plugins to connect external tools and services. Use when adding MCP servers, integrating external tools, or connecting APIs to plugins.
2026-01-05
motif-scanning.md
2
1
export
motif-scanning
2
from
"BIsnake2001/ChromSkills"
from
"BIsnake2001/ChromSkills"
3
This skill identifies the locations of known transcription factor (TF) binding motifs within genomic regions such as ChIP-seq or ATAC-seq peaks. It utilizes HOMER to search for specific sequence motifs defined by position-specific scoring matrices (PSSMs) from known motif databases. Use this skill when you need to detect the presence and precise genomic coordinates of known TF binding motifs within experimentally defined regions such as ChIP-seq or ATAC-seq peaks.
2026-01-05
performing-penetration-testing.md
2
1
export
performing-penetration-testing
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables automated penetration testing of web applications. It uses the penetration-tester plugin to identify vulnerabilities, including OWASP Top 10 threats, and suggests exploitation techniques. Use this skill when the user requests a "penetration test", "pentest", "vulnerability assessment", or asks to "exploit" a web application. It provides comprehensive reporting on identified security flaws.
2026-01-05
refactoring-patterns.md
2
1
export
refactoring-patterns
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
設計パターンを用いた段階的リファクタリングの判断・計画・適用・検証を支援するスキル。変化点の見極めとテスト保護を前提に、過剰な抽象化を避けて構造改善を進める。Anchors:• Refactoring to Patterns (Joshua Kerievsky) / 適用: パターン導入手順 / 目的: 段階的移行• Design Patterns (GoF) / 適用: パターン選定 / 目的: 責務分離と拡張性• Working Effectively with Legacy Code (Michael Feathers) / 適用: レガシー安全性 / 目的: 変更の安全確保Trigger:Use when refactoring legacy or complex code by introducing design patterns incrementally while preserving behavior.refactoring patterns, design patterns, legacy code, strategy pattern, adapter pattern, template method, factory
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
prometheus.md
2
1
export
prometheus
2
from
"cosmix/claude-code-setup"
from
"cosmix/claude-code-setup"
3
Prometheus monitoring and alerting for cloud-native observability. Use when implementing metrics collection, PromQL queries, alerting rules, or service discovery. Triggers: prometheus, promql, metrics, alertmanager, service discovery, recording rules, alerting, scrape config.
2026-01-05
styling-tenzir-ui.md
2
1
export
styling-tenzir-ui
2
from
"tenzir/claude-plugins"
from
"tenzir/claude-plugins"
3
Provides Tenzir design system tokens and component specifications. Use when building UI components, styling with CSS/Tailwind, choosing colors, typography, spacing, or implementing buttons, inputs, tags/badges, toasts, and other Tenzir UI elements.
2026-01-05
scanning-for-data-privacy-issues.md
2
1
export
scanning-for-data-privacy-issues
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to automatically scan code and configuration files for potential data privacy vulnerabilities using the data-privacy-scanner plugin. It identifies sensitive data exposure, compliance violations, and other privacy-related risks. Use this skill when the user requests to "scan for data privacy issues", "check privacy compliance", "find PII leaks", "identify GDPR violations", or needs a "privacy audit" of their codebase. The skill is most effective when used on projects involving personal data, financial information, or health records.
2026-01-05
command-performance-optimization.md
2
1
export
command-performance-optimization
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
コマンドのパフォーマンス最適化(トークン効率化/並列実行/モデル選択/速度改善)を整理し、性能改善の判断と適用を支援するスキル。計測観点、最適化手順、テンプレート運用を一貫して整理する。Anchors:• High Performance Browser Networking (Ilya Grigorik) / 適用: パフォーマンス測定 / 目的: レイテンシー削減• Design of Computer Programs (Peter Norvig) / 適用: 最適化設計 / 目的: 実行速度向上• Programming Pearls (Jon Bentley) / 適用: トークン効率化 / 目的: リソース削減Trigger:Use when optimizing command performance, reducing token usage, or designing parallel execution flows and model selection.command performance, token optimization, parallel execution, model selection
2026-01-05
monitoring-cpu-usage.md
2
1
export
monitoring-cpu-usage
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to monitor and analyze CPU usage patterns within applications. It helps identify CPU hotspots, analyze algorithmic complexity, and detect blocking operations. Use this skill when the user asks to "monitor CPU usage", "optimize CPU performance", "analyze CPU load", or "find CPU bottlenecks". It assists in identifying inefficient loops, regex performance issues, and provides optimization recommendations. This skill is designed for improving application performance by addressing CPU-intensive operations.
2026-01-05
creating-ansible-playbooks.md
2
1
export
creating-ansible-playbooks
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill creates Ansible playbooks for automating configuration management tasks. It generates production-ready, multi-platform playbooks based on user-defined requirements, incorporating best practices and a security-first approach. Use this skill when you need to automate server configurations, software deployments, or infrastructure management using Ansible. Trigger this skill by requesting "Ansible playbook," specifying configuration details, or asking for automation of a particular setup.
2026-01-05
flaky-test-prevention.md
2
1
export
flaky-test-prevention
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
フレーキー(不安定)なテストを検出・修正するスキル。非決定性の排除、リトライロジック、テスト安定性向上パターンを提供。並列実行時の問題解決やタイミング依存の除去を支援。Anchors:• Test-Driven Development(Kent Beck) / 適用: Red-Green-Refactor / 目的: 安定したテスト設計• xUnit Test Patterns(Gerard Meszaros) / 適用: テストダブル / 目的: 非決定性の隔離• Continuous Delivery(Jez Humble) / 適用: パイプライン信頼性 / 目的: CI/CDの安定化Trigger:Use when tests fail intermittently, detecting flaky tests, eliminating non-determinism in tests, fixing timing-dependent failures, or stabilizing CI/CD pipelines.
2026-01-05
bellog-rsc.md
2
1
export
bellog-rsc
2
from
"whddltjdwhd/bellog"
from
"whddltjdwhd/bellog"
3
Provides guidance on React Server Components vs Client Components decision-making in Bellog. Triggers when creating new components.
2026-01-05
cost-optimization-gha.md
2
1
export
cost-optimization-gha
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
GitHub Actions の実行コストを最適化するためのスキル。コスト計測、削減施策の設計、実装、継続的な監視を一連で扱う。Anchors:• High Performance Browser Networking / 適用: 計測から改善する姿勢 / 目的: 速度とコストの可視化• Designing Data-Intensive Applications / 適用: 制約下の設計判断 / 目的: ランナー/ストレージの効率化• Continuous Delivery / 適用: 改善の反復 / 目的: 継続的最適化のサイクル化Trigger:Use when optimizing GitHub Actions workflow execution time, reducing runner costs, managing billing, or optimizing artifact storage and cache usage.github actions cost optimization, runner costs, workflow budget, artifact storage, caching strategy
2026-01-05
tweaktune-synthesizer.md
2
1
export
tweaktune-synthesizer
2
from
"qooba/tweaktune"
from
"qooba/tweaktune"
3
Interactive assistant for designing and generating tweaktune pipelines to synthesize training data for LLMs. Use when user wants to create synthetic datasets for fine-tuning, generate conversations, function calling data, or structured JSON datasets.
2026-01-05
unity-networking.md
2
1
export
unity-networking
2
from
"creator-hian/claude-code-plugins"
from
"creator-hian/claude-code-plugins"
3
Implement multiplayer games with Unity Netcode, Mirror, or Photon. Masters client-server architecture, state synchronization, and lag compensation. Use for multiplayer features, networking issues, or real-time synchronization.
2026-01-05
docker-best-practices.md
2
1
export
docker-best-practices
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
Dockerfile最適化、セキュリティ、マルチステージビルドを体系化するスキル。イメージ最適化とローカル開発環境の設計を支援する。Anchors:• Dockerfile Best Practices / 適用: レイヤー最適化 / 目的: ビルド効率向上• Image Security / 適用: 最小権限 / 目的: セキュリティ強化• Multi-stage Builds / 適用: ビルド分離 / 目的: イメージ最小化Trigger:Use when optimizing Dockerfiles, improving image security, or designing local development container setups.dockerfile optimization, image security, multi-stage build, docker compose
2026-01-05
build-in-public.md
2
1
export
build-in-public
2
from
"vindicatenyc/build-in-public-plugin"
from
"vindicatenyc/build-in-public-plugin"
3
Generate social media posts for building in public, coding in public, or dev content creation. Activate when user mentions Twitter, X, BlueSky, LinkedIn, Instagram posts about coding, sharing progress, social media content for developers, or wants to share what they built.
2026-01-05
weather.md
2
1
export
weather
2
from
"walcon/opencode-example"
from
"walcon/opencode-example"
3
Fetches current or forecasted weather for a given city using the Open-Meteo API
2026-01-05
semantic-versioning.md
2
1
export
semantic-versioning
2
from
"daishiman/AIWorkflowOrchestrator"
from
"daishiman/AIWorkflowOrchestrator"
3
セマンティックバージョニング(semver)に基づく依存関係変更の影響予測と対応戦略を専門とするスキル。依存パッケージのバージョンアップ時の破壊的変更検出、影響分析、移行戦略立案を支援する。Anchors:• Semantic Versioning 2.0.0 Specification / 適用: バージョン番号の解釈 / 目的: 変更の性質を正確に判断• The Pragmatic Programmer / 適用: リスク軽減と段階的移行 / 目的: 安全なアップグレード• Keep a Changelog / 適用: 変更履歴の解析 / 目的: 破壊的変更の特定Trigger:Use when managing package dependency updates, analyzing version compatibility, detecting breaking changes, planning migration strategies, or assessing upgrade risks.semver, dependency, version, breaking change, migration, upgrade, compatibility, package update
2026-01-05
plugin-packager-subset.md
2
1
export
plugin-packager-subset
2
from
"JamesPrial/claudefiles"
from
"JamesPrial/claudefiles"
3
Package language-specific subsets of claudefiles
2026-01-05
mxcp-expert.md
2
1
export
mxcp-expert
2
from
"raw-labs/raw-labs-claude-marketplace"
from
"raw-labs/raw-labs-claude-marketplace"
3
Expert guidance for building production MCP servers using MXCP (Model Context Protocol eXtension Platform), an enterprise framework with SQL and Python endpoints, security, testing, and deployment. Use when: (1) Creating or initializing MXCP projects or MCP servers, (2) Building MCP tools, resources, or prompts, (3) Configuring endpoints, authentication, or policies, (4) Testing, validating, or debugging MXCP applications, or any task involving MXCP or MCP server development.
2026-01-05
analyzing-capacity-planning.md
2
1
export
analyzing-capacity-planning
2
from
"jeremylongshore/claude-code-plugins-nixtla"
from
"jeremylongshore/claude-code-plugins-nixtla"
3
This skill enables Claude to analyze capacity requirements and plan for future growth. It uses the capacity-planning-analyzer plugin to assess current utilization, forecast growth trends, and recommend scaling strategies. Use this skill when the user asks to "analyze capacity", "plan for growth", "forecast infrastructure needs", or requests a "capacity roadmap". It is also useful when the user mentions specific capacity metrics like CPU usage, memory, database storage, network bandwidth, or connection pool saturation. This skill is ideal for proactive infrastructure planning and preventing performance bottlenecks.
2026-01-05