Browse Skills

18175 skills found

factory-patterns.md
2
1 export factory-patterns
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 GoFのFactory系パターン(Factory Method、Abstract Factory、Builder等)の設計・実装を支援するスキル。Erich Gammaの『Design Patterns』に基づき、オブジェクト生成の柔軟性と拡張性を実現する戦略を提供します。Anchors:• Design Patterns / 適用: 全Factory系パターン共通の基本原則 / 目的: Gang of Fourの標準的設計思想に準拠• Factory Method / 適用: サブクラスによるオブジェクト生成 / 目的: 生成ロジックをサブクラスへ委譲• Abstract Factory / 適用: 関連オブジェクトの族単位の生成 / 目的: プロダクトファミリ間の一貫性確保• Builder / 適用: 複雑なオブジェクトの段階的構築 / 目的: 構築ロジックと表現の分離Trigger:以下の場合に使用してください:オブジェクト生成ロジックが複雑化している時、複数のオブジェクト族を扱う時、生成戦略を動的に切り替える必要がある時、フレームワークやライブラリのファクトリパターン実装が必要な時。
2026-01-05
form-wizard-builder.md
2
1 export form-wizard-builder
2 patricio0312rev from "patricio0312rev/skillset"
3 Builds multi-step forms with validation schemas (Zod/Yup), step components, shared state management, progress indicators, review steps, and error handling. Use when creating "multi-step forms", "wizard flows", "onboarding forms", or "checkout processes".
2026-01-05
codex-claude-loop.md
2
1 export codex-claude-loop
2 creator-hian from "creator-hian/claude-code-plugins"
3 Dual-AI engineering loop orchestrating Claude Code (planning/implementation) and Codex (validation/review). Use when (1) complex feature development requiring validation, (2) high-quality code with security/performance concerns, (3) large-scale refactoring, (4) user requests codex-claude loop or dual-AI review. Do NOT use for simple one-off fixes or prototypes.
2026-01-05
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
pr-creator.md
2
1 export pr-creator
2 enitrat from "enitrat/skill-issue"
3 Guide PR authoring from creation through review completion. Use when creating/submitting/authoring pull requests, writing PR descriptions, responding to reviewer comments, or implementing review feedback. Covers the full PR lifecycle - creating PRs linked to issues, handling review comments (triaging, responding, implementing suggestions), and getting PRs merged.
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
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
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
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
search-content.md
2
1 export search-content
2 eternnoir from "eternnoir/claude-tool"
3 Search and navigate knowledge base using README.md indexes, pattern matching, and directory tree analysis. Use when user searches for files, topics, mentions "where is", "find", "search for", or asks content location queries.
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
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
responding-to-security-incidents.md
2
1 export responding-to-security-incidents
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 Assists with security incident response, investigation, and remediation. This skill is triggered when the user requests help with incident response, mentions specific incident types (e.g., data breach, ransomware, DDoS), or uses terms like "incident response plan", "containment", "eradication", or "post-incident activity". It guides the user through the incident response lifecycle, from preparation to post-incident analysis. It is useful for classifying incidents, creating response playbooks, collecting evidence, constructing timelines, and generating remediation steps. Use this skill when needing to respond to a "security incident".
2026-01-05
stanford-storm.md
2
1 export stanford-storm
2 closedloop-technologies from "closedloop-technologies/awesome-deep-researchers"
3 Run Stanford STORM (knowledge-storm) to generate comprehensive, Wikipedia-style articles with citations. Requires LLM and Search API keys (Bing or You.com).
2026-01-05
selecting-agents.md
2
1 export selecting-agents
2 cipherstash from "cipherstash/cipherpowers"
3 Decision guide for choosing the right specialized agent for each task type
2026-01-05
acceptance-criteria-writing.md
2
1 export acceptance-criteria-writing
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Given-When-Then 形式の受け入れ基準を整理し、テスト可能な完了条件の定義を支援するスキル。要件の明確化、シナリオ設計、検証手順を一貫して整理する。Anchors:• Software Requirements (Karl Wiegers) / 適用: 要件分析・仕様化 / 目的: テスト可能な要件定義の手法• BDD in Action (John Ferguson Smart) / 適用: Given-When-Thenパターン / 目的: 振る舞い駆動開発の基盤Trigger:Use when defining acceptance criteria, user story specifications, or testable requirements.acceptance criteria, user story, GWT, Given-When-Then, testable requirements, definition of done
2026-01-05
delete-content.md
2
1 export delete-content
2 eternnoir from "eternnoir/claude-tool"
3 Delete files from knowledge base with directory governance. Use when user wants to remove or delete content. Reads RULE.md to check deletion permissions and handles dependencies.
2026-01-05
analyze.md
2
1 export analyze
2 poemswe from "poemswe/co-researcher"
3 Critically analyze content, claims, or arguments with rigorous evaluation.
2026-01-05
fullstory-ecommerce.md
2
1 export fullstory-ecommerce
2 fullstorydev from "fullstorydev/fs-skills"
3 Industry-specific guide for implementing Fullstory in e-commerce and retail applications. Covers conversion funnel optimization, product interaction tracking, cart abandonment analysis, checkout flow privacy (PCI compliance), and customer journey mapping. Includes detailed examples for product pages, cart, checkout, and post-purchase experiences.
2026-01-05
monitoring-alerting.md
2
1 export monitoring-alerting
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 アプリケーションとインフラの監視・アラート設計を専門とするスキル。ゴールデンシグナル(レイテンシー・トラフィック・エラー・飽和度)に基づくメトリクス戦略、構造化ログ設計、SLI/SLO定義、アラート閾値設定、ダッシュボード構成を統合的に提供する。Anchors:• Observability Engineering (Charity Majors) / 適用: ログ設計とメトリクス戦略 / 目的: 高カーディナリティ観測の実現• Site Reliability Engineering (Google) / 適用: SLI/SLO設計 / 目的: ビジネス価値に基づく監視体系• Golden Signals / 適用: 4指標(Latency・Traffic・Errors・Saturation) / 目的: 効果的な監視指標の選定Trigger:Use when designing monitoring strategy, defining SLI/SLO, configuring alerts, implementing structured logging, or building observability dashboards.monitoring, alerting, observability, metrics, logging, SLI, SLO, golden signals, dashboard, Grafana, Prometheus, Discord webhook
2026-01-05
img2vid-pipeline.md
2
1 export img2vid-pipeline
2 davidrd123 from "davidrd123/ComfyPromptByAPI"
3 Dedicated Img2Vid workflow skill for source-image-based video generation. Use when working with Img2Vid and a source image. Covers parsimonious prompts, enforcement sentences, and the Parsimony-to-Enforcement pipeline. Trust the start frame; focus prompts on desired change or motion.
2026-01-05
command-arguments-system.md
2
1 export command-arguments-system
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 コマンド引数($ARGUMENTS、位置引数)の設計と検証を整理し、引数仕様・検証・エラー設計を一貫して支援するスキル。引数設計方針、検証ルール、テンプレート運用を段階化する。Anchors:• The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: 引数仕様と検証の設計 / 目的: 堅牢な引数システムの確立Trigger:Use when adding command arguments, defining $ARGUMENTS or positional arguments, or designing argument validation/error handling.command arguments, $ARGUMENTS, positional arguments, argument validation, error message design
2026-01-05
electron-code-signing.md
2
1 export electron-code-signing
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 Electron code signing and notarization workflow for macOS, Windows, and Linux distribution.Anchors:• electron-builder documentation / 適用: Code signing configuration / 目的: Proper certificate management and platform-specific signing• Apple Developer Program / 適用: macOS signing and notarization / 目的: App Store and Gatekeeper compliance• Windows Authenticode / 適用: Windows EV/OV certificate signing / 目的: SmartScreen bypass and user trustTrigger:Use when configuring code signing for Electron apps, setting up certificates for macOS/Windows/Linux, implementing notarization workflows, resolving signing errors, or distributing signed executables.Keywords: code signing, electron-builder, notarization, certificate, macOS signing, Windows Authenticode, entitlements, hardened runtime, EV certificate
2026-01-05