Browse Skills

22656 skills found

flaky-test-prevention.md
2
1 export flaky-test-prevention
2 daishiman 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
bel-crm-db.md
2
1 export bel-crm-db
2 bennoloeffler from "bennoloeffler/bassi"
3 Uses the mcp postgresql to read and write crm relevant data to the crm database: Its about: sales_opportunity (Verkaufschancen) person (Kontaktperson im Unternehmen) company_site (Ein Standort eines Unternehmens) event (Aktivität, TODO, ... insgesamt bilden die Aktivitäten die Historie und die Zukunft von company_site, person und sales_opportunity ab) data_files (Dateien: PDFs, Bilder, E-Mail-Anhänge, Office-Dokumente - verknüpft mit CRM-Entitäten)
2026-01-05
unity-game-ui-toolkit-design.md
2
1 export unity-game-ui-toolkit-design
2 akiojin from "akiojin/unity-mcp-server"
3 Game UI design using Unity's UI Toolkit (USS/UXML/Flexbox). Includes game UI elements like HUD, health bars, inventory, skill bars, PanelSettings scaling, and Safe Area support. Use when: game UI design, HUD creation, USS/UXML styling, Flexbox layout, PanelSettings configuration
2026-01-05
dev-work-summary.md
2
1 export dev-work-summary
2 otrebu from "otrebu/all-agents"
3 Scan ~/dev recursively for git repos and report today's work with commits, branches, stats, and detailed change analysis. Use when user asks "what did I work on", "show my work", "daily summary", "what repos did I touch".
2026-01-05
analyzing-logs.md
2
1 export analyzing-logs
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to analyze logs for performance insights and issue detection. It is triggered when the user requests log analysis, performance troubleshooting, or debugging assistance. The skill identifies slow requests, error patterns, resource warnings, and other key performance indicators within log files. Use this skill when the user mentions "analyze logs", "performance issues", "error patterns in logs", "slow requests", or requests help with "log aggregation". It helps identify performance bottlenecks and improve application stability by analyzing log data.
2026-01-05
liaison-workflows.md
2
1 export liaison-workflows
2 pwarnock from "pwarnock/liaison-toolkit"
3 Task management and workflow patterns using liaison. Use when managing tasks, creating workflows, or working with task-driven automation.
2026-01-05
unity-asset-management.md
2
1 export unity-asset-management
2 akiojin from "akiojin/unity-mcp-server"
3 Supports creating, editing, and managing Unity assets (prefabs, materials, asset database, Addressables). Includes dependency analysis and import settings. Use when: prefab creation, material editing, asset search, dependency analysis, Addressables
2026-01-05
csv-url-parser.md
2
1 export csv-url-parser
2 feed-mob from "feed-mob/claude-code-marketplace"
3 Parse URLs in CSV files and extract query parameters as new columns. Use when working with CSV files containing URLs that need parameter extraction and analysis.
2026-01-05
cost-optimization-gha.md
2
1 export cost-optimization-gha
2 daishiman 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 qooba 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
docker-best-practices.md
2
1 export docker-best-practices
2 daishiman 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
feature-investigation.md
2
1 export feature-investigation
2 duc01226 from "duc01226/EasyPlatform"
3 Use when investigating, exploring, understanding, explaining, or analyzing how an existing feature or logic works. Triggers on keywords like how does, explain, what is the logic, investigate, understand, where is, trace, walk through, show me how.
2026-01-05
approval-gates.md
2
1 export approval-gates
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 承認ゲートの設計・評価・運用を体系化し、変更管理とリリース判断を安全に進めるスキル。リスク評価に基づくゲート条件、手動承認と自動検証の分離、監査可能な記録設計を支援します。Anchors:• The Pragmatic Programmer / 適用: 品質ゲートの段階化 / 目的: 変更の安全性を段階的に高める• リスク評価フレームワーク / 適用: 影響度と発生確率の分類 / 目的: ゲート条件の科学的根拠を整える• ITIL Change Enablement / 適用: 変更承認フロー / 目的: 監査可能な意思決定を実現するTrigger:Use when designing approval gates, change control checkpoints, release readiness criteria, or governance workflows that require risk-based approvals and audit trails.
2026-01-05
semantic-versioning.md
2
1 export semantic-versioning
2 daishiman 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 JamesPrial from "JamesPrial/claudefiles"
3 Package language-specific subsets of claudefiles
2026-01-05
mxcp-expert.md
2
1 export mxcp-expert
2 raw-labs 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 jeremylongshore 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
multi-agent-systems.md
2
1 export multi-agent-systems
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 マルチエージェントシステム設計を専門とするスキル。複数のエージェント間の効果的な協調、ハンドオフプロトコルの設計、情報受け渡しメカニズムにより、スケーラブルで保守性の高い分散システムを構築する。Anchors:• Building Microservices (Sam Newman) / 適用: サービス間の協調設計 / 目的: 疎結合で信頼性の高いエージェント連携• Patterns of Enterprise Application Architecture (Martin Fowler) / 適用: ハンドオフパターン / 目的: 明確なプロトコル設計• Working Effectively with Legacy Code (Michael Feathers) / 適用: 既存システムとの統合 / 目的: 段階的なエージェント導入Trigger:Use when designing multi-agent collaboration, defining handoff protocols, optimizing inter-agent communication, or managing agent dependencies.multi-agent, agent collaboration, handoff protocol, delegation, chaining, parallel agents, feedback loop, orchestration
2026-01-05
cross-service-integration.md
2
1 export cross-service-integration
2 duc01226 from "duc01226/EasyPlatform"
3 Use when designing or implementing cross-service communication, data synchronization, or service boundary patterns.
2026-01-05
plugin-validator.md
2
1 export plugin-validator
2 sjnims from "sjnims/plugin-forge"
3 Validate Claude Code plugin structure, schemas, and component correctness. Use when validating plugins, checking plugin.json, or debugging plugin issues.
2026-01-05
validating-database-integrity.md
2
1 export validating-database-integrity
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill utilizes the data-validation-engine plugin to ensure database integrity. It automatically validates data types, ranges, formats, referential integrity, and business rules. Use this skill when you need to implement data validation, enforce constraints, or improve data quality within a database. It is triggered by requests for "data validation", "database integrity", or "validation rules". The plugin supports multi-database environments and production-ready implementations.
2026-01-05
supabase-developer.md
2
1 export supabase-developer
2 daffy0208 from "daffy0208/ai-dev-standards"
3 Build full-stack applications with Supabase (PostgreSQL, Auth, Storage, Real-time, Edge Functions). Use when implementing authentication, database design with RLS, file storage, real-time features, or serverless functions.
2026-01-05
building-cicd-pipelines.md
2
1 export building-cicd-pipelines
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to generate CI/CD pipeline configurations for various platforms, including GitHub Actions, GitLab CI, and Jenkins. It is used when a user requests the creation of a CI/CD pipeline, specifies a platform (e.g., "GitHub Actions"), or mentions specific pipeline stages like "test," "build," "security," or "deploy." This skill is also useful when the user needs to automate software delivery, integrate security scanning, or set up multi-environment deployments. The skill is triggered by terms such as "CI/CD pipeline," "GitHub Actions pipeline," "GitLab CI configuration," or "Jenkins pipeline."
2026-01-05
electron-packaging.md
2
1 export electron-packaging
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Electronアプリケーションのビルド・パッケージング・配布を統一的に管理する専門知識。electron-builderによるクロスプラットフォーム対応、コード署名、インストーラー生成を支援。Anchors:• electron-builder / 適用: ビルド設定・パッケージング / 目的: クロスプラットフォーム配布• Code Signing / 適用: macOS/Windows署名 / 目的: セキュアな配布• The Pragmatic Programmer / 適用: ビルドプロセス設計 / 目的: 繰り返し可能なワークフローTrigger:Use when building production Electron applications, generating installers for macOS/Windows/Linux, implementing code signing, or packaging desktop apps for release.electron-builder, dmg, exe, AppImage, code signing, packaging
2026-01-05