Browse Skills

44969 skills found

design-patterns-behavioral.md
2
1 export design-patterns-behavioral
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 GoFの行動パターンを用いて、オブジェクト間の責務分散と通信設計を支援するスキル。パターン選定、実装方針、検証手順を体系化する。Anchors:• Design Patterns / 適用: 行動パターンの設計理論 / 目的: 相互作用の整理• Command Pattern / 適用: 操作の実行・取り消し / 目的: 実行制御の柔軟化• Strategy Pattern / 適用: アルゴリズム切替 / 目的: 変更容易性の確保Trigger:Use when designing flexible object collaboration, selecting behavioral patterns, or validating pattern usage in implementations.behavioral design patterns, strategy, command, observer, state, template method
2026-01-05
containers-skill.md
2
1 export containers-skill
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-devops"
3 Docker and Kubernetes - containerization, orchestration, and production deployment.
2026-01-05
pm2-ecosystem-config.md
2
1 export pm2-ecosystem-config
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 PM2エコシステム設定の専門スキル。Node.jsプロセス管理のためのecosystem.config.js設計、実行モード選択、環境変数管理、パフォーマンス最適化を提供します。Anchors:• PM2 Documentation (Keymetrics) / 適用: プロセス管理設定 / 目的: 運用自動化• The Pragmatic Programmer (Andrew Hunt, David Thomas) / 適用: DRY原則・保守性 / 目的: 品質向上• Node.js Design Patterns (Mario Casciaro, Luciano Mammino) / 適用: スケーリング戦略 / 目的: パフォーマンス最適化Trigger:Use when configuring PM2 ecosystem.config.js, deploying Node.js applications with PM2, optimizing PM2 cluster mode, managing PM2 environment variables, or troubleshooting PM2 process issues
2026-01-05
record-adr.md
2
1 export record-adr
2 wmeints from "wmeints/promptyard"
3 Use this to create or modify architecture decision records (ADRs)
2026-01-05
claude-restart-compact.md
2
1 export claude-restart-compact
2 ManuelKugelmann from "ManuelKugelmann/BitBot"
3 Compact context at natural breakpoints to free tokens and continue working. Use PROACTIVELY at phase boundaries, after commits, or when token usage >150k. Better than random auto-compact. Supports custom compaction prompts.
2026-01-05
authoring.md
2
1 export authoring
2 tenzir from "tenzir/claude-plugins"
3 Author documentation for Tenzir projects. Use when creating or updating tutorials, guides, explanations, reference, or integrations.
2026-01-05
library-research.md
2
1 export library-research
2 pwarnock from "pwarnock/liaison-toolkit"
3 Research library documentation and API references using Context7 integration. Use when users ask about libraries, frameworks, packages, APIs, or need documentation for third-party code.
2026-01-05
detecting-data-anomalies.md
2
1 export detecting-data-anomalies
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill empowers Claude to identify anomalies and outliers within datasets. It leverages the anomaly-detection-system plugin to analyze data, apply appropriate machine learning algorithms, and highlight unusual data points. Use this skill when the user requests anomaly detection, outlier analysis, or identification of unusual patterns in data. Trigger this skill when the user mentions "anomaly detection," "outlier analysis," "unusual data," or requests insights into data irregularities.
2026-01-05
vespertide.md
2
1 export vespertide
2 dev-five-git from "dev-five-git/vespertide"
3 Define database schemas in JSON and generate migration plans. Use this skill when creating or modifying database models, defining tables with columns and inline constraints (primary_key, unique, index, foreign_key) for Vespertide-based projects.
2026-01-05
commit-workflow.md
2
1 export commit-workflow
2 cipherstash from "cipherstash/cipherpowers"
3 Systematic commit process with pre-commit checks, atomic commits, and conventional commit messages
2026-01-05
workflow-orchestrator.md
2
1 export workflow-orchestrator
2 stharrold from "stharrold/yuimedi-paper-20250901"
3 Orchestrates git workflow for Python feature/release/hotfix development.Loads and coordinates other skills based on current context.Includes PR feedback handling via work-item generation.Use when:- User says "next step?" or "continue workflow"- Working in git repo with TODO_[feature|release|hotfix]_*.md files- Need to determine workflow phase and load appropriate skills- Handling PR feedback via work-itemsTriggers: next step, continue, what's next, workflow status, PR feedbackCoordinates: tech-stack-adapter, git-workflow-manager, bmad-planner,speckit-author, quality-enforcer, workflow-utilitiesContext management: Prompt user to run /context when context usageis high, then /init to reset before continuing workflow.
2026-01-05
golden-path-creator.md
2
1 export golden-path-creator
2 Dexploarer from "Dexploarer/hyper-forge"
3 Define and enforce golden paths and best practices for development teams
2026-01-05
backup-recovery.md
2
1 export backup-recovery
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 データベースバックアップ戦略、RPO/RTO設計、復旧ランブック作成、検証運用を体系化するスキル。多層防御と復旧演習を通じて、復旧準備の抜け漏れを防ぐ。Anchors:• Database Reliability Engineering / 適用: 信頼性設計 / 目的: 失敗前提の運用整理• Backup & Recovery (W. Curtis Preston) / 適用: バックアップ戦略 / 目的: 復旧可能性の担保• Site Reliability Engineering / 適用: RTO/RPO設計 / 目的: 目標と検証の整合Trigger:Use when designing backup strategies, defining RPO/RTO, drafting recovery runbooks, planning DR drills, or verifying backup readiness.backup strategy, rpo rto, recovery runbook, disaster recovery, backup validation
2026-01-05
plan.md
2
1 export plan
2 akiojin from "akiojin/gwt"
3 Generate a plan for how an agent should accomplish a complex coding task. Use when a user asks for a plan, and optionally when they want to save, find, read, update, or delete plan files in $CODEX_HOME/plans (default ~/.codex/plans).
2026-01-05
tool-permission-management.md
2
1 export tool-permission-management
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 ツール権限の要件整理、ポリシー設計、監査運用を体系化するスキル。最小権限の原則と変更履歴を徹底し、安全なツール利用を支援する。Anchors:• The Pragmatic Programmer / 適用: 権限運用 / 目的: 実務的な安全性• Zero Trust Architecture (NIST SP 800-207) / 適用: アクセス制御 / 目的: 最小権限の徹底Trigger:Use when defining or reviewing tool permissions, access policies, or least-privilege settings.permissions, least privilege, access policy
2026-01-05
component-library.md
2
1 export component-library
2 Bbeierle12 from "Bbeierle12/Skill-MCP-Claude"
3 Comprehensive React component library with 30+ production-ready components using shadcn/ui architecture, CVA variants, Radix UI primitives, and Tailwind CSS. Use when users need to (1) Create React UI components with modern patterns, (2) Build complete component systems with consistent design, (3) Implement accessible, responsive, dark-mode-ready components, (4) Generate form components with React Hook Form integration, (5) Create data display components like tables, cards, charts, or (6) Build navigation, layout, or feedback components. Provides instant generation of customizable components that would otherwise take 20-45 minutes each to hand-code.
2026-01-05
command-security-design.md
2
1 export command-security-design
2 daishiman from "daishiman/AIWorkflowOrchestrator"
3 コマンドのセキュリティ設計(allowed-tools制限/disable-model-invocation/機密情報保護)を整理し、安全な実行フローと権限制御を支援するスキル。セキュリティ要件、検証手順、テンプレート運用を一貫して整理する。Anchors:• Web Application Security (Andrew Hoffman) / 適用: 脅威モデリング / 目的: セキュア設計指針• OWASP Top 10 / 適用: 一般的脅威の整理 / 目的: リスク評価基準Trigger:Use when designing secure command execution, restricting tools, or preventing unsafe automated operations.command security, allowed-tools, disable-model-invocation, secret protection
2026-01-05
sensor-coverage.md
2
1 export sensor-coverage
2 refractionPOINT from "refractionPOINT/documentation"
3 Comprehensive Asset Inventory & Coverage Tracker for LimaCharlie. Builds sensor inventories, detects coverage gaps (stale/silent endpoints, Shadow IT), calculates risk scores, validates telemetry health, and compares actual vs expected assets. Use for fleet inventory, coverage SLA tracking, offline sensor detection, telemetry health checks, asset compliance audits, or when asked about endpoint health, asset management, or coverage gaps.
2026-01-05
monitoring-cpu-usage.md
2
1 export monitoring-cpu-usage
2 jeremylongshore 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
tracking-service-reliability.md
2
1 export tracking-service-reliability
2 jeremylongshore from "jeremylongshore/claude-code-plugins-nixtla"
3 This skill enables Claude to define and track Service Level Agreements (SLAs), Service Level Indicators (SLIs), and Service Level Objectives (SLOs) for improved service reliability. It is triggered when the user needs to establish, monitor, or analyze service performance metrics. Use this skill when the user mentions "SLA", "SLI", "SLO", "error budget", "service reliability", or "track service performance". The skill helps to define key metrics, set targets, and monitor performance against those targets.
2026-01-05
ui-components.md
2
1 export ui-components
2 Kafkasportal from "Kafkasportal/git"
3 This skill should be used when the user asks to "create a component", "build a UI component", "generate a React component", "make a new component", "add a component", or mentions component types like "card", "button", "form", "input", "widget", "kpi card", "stat card", "dashboard widget". Provides comprehensive guidance for creating production-ready React components with TypeScript, Tailwind CSS, and modern best practices.
2026-01-05
turborepo-workflow.md
2
1 export turborepo-workflow
2 lsst-sqre from "lsst-sqre/squareone"
3 Expert guidance on Turborepo build orchestration and remote caching workflow. Use this skill when running build commands, troubleshooting caching issues, working with monorepo task execution, or investigating CI/CD pipeline problems. Covers the critical pattern of always using root-level pnpm scripts, understanding the turbo-wrapper.js authentication system, filter syntax for targeting packages, and remote cache configuration.
2026-01-05
fullstory-media-entertainment.md
2
1 export fullstory-media-entertainment
2 fullstorydev from "fullstorydev/fs-skills"
3 Industry-specific guide for implementing Fullstory in media, entertainment, and streaming applications. Covers subscription funnel optimization, content engagement tracking, video player UX, paywall optimization, and ad-supported vs subscription models. Includes detailed examples for streaming services, news sites, gaming platforms, and content creators.
2026-01-05
dpo-specialist.md
2
1 export dpo-specialist
2 moag1000 from "moag1000/Little-ISMS-Helper"
3 Expert Data Protection Officer (Datenschutzbeauftragter) with deep knowledge of EU GDPR (DSGVO), German BDSG, and ISO 27701:2025/2019 (PIMS). Specializes in smart integration with existing ISMS infrastructure using Data Reuse principles. Automatically activated when user asks about data protection, privacy, GDPR/DSGVO, BDSG, personal data, DPIA/DSFA, consent, data subject rights, ISO 27701, PIMS, or data breaches.
2026-01-05