domain cluster

DevOps

CI/CD, cloud infrastructure, and monitoring.

10719 スキルall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
cicd
4

openspec-archiving

Archives completed changes and merges specification deltas into living documentation. Use when changes are deployed, ready to archive, or specs need updating after implementation. Triggers include "openspec archive", "archive change", "merge specs", "complete proposal", "update documentation", "finalize spec", "mark as done".

forztf
forztf
devops
open
cicd
4

evaluate

FABER Phase 4 - Tests and reviews implementation, looping back to build phase if issues found

fractary
fractary
devops
open
git-workflows
4

github-actions-syntax

GitHub Actionsワークフローの構文とイベントトリガー、ジョブ定義、ステップ実行、パーミッション管理、環境変数設定について実装指針を提供する。CI/CDパイプラインの構築と管理を支援。 Anchors: • GitHub Actions Workflow Syntax / 適用: ワークフロー構造設計 / 目的: 公式構文に準拠した実装 • YAML 1.2 Specification / 適用: 構文検証・パース / 目的: 正確なYAML記述 • 12-Factor App (Config) / 適用: 環境変数設計 / 目的: 環境非依存の設定管理 Trigger: Use when creating or editing GitHub Actions workflow files, troubleshooting syntax errors, configuring event triggers, setting up job dependencies and matrix strategies, or managing permissions and environment variables. github actions, workflow syntax, yaml, event trigger, jobs, steps, permissions, environment variables

daishiman
daishiman
devops
open
cicd
4

composite-actions

GitHub Actions の Composite Actions 設計と実装を支援するスキル。 action.yml の構造、入出力設計、再利用性、検証手順を整理する。 Anchors: • 『The Pragmatic Programmer』(Andrew Hunt, David Thomas) / 適用: 自動化設計 / 目的: 再利用可能な処理の整理 • 『GitHub Actions公式ドキュメント』 / 適用: Composite Actions 実装 / 目的: 構文仕様の準拠 • 『The Twelve-Factor App』 / 適用: 設定と可搬性 / 目的: アクションの独立性確保 • 『Release It!』(Michael Nygard) / 適用: エラーハンドリング / 目的: 安定運用の設計 Trigger: Use when designing composite actions, validating action.yml structure, or integrating reusable GitHub Actions steps. composite actions, action.yml, reusable action, inputs outputs, github actions

daishiman
daishiman
devops
open
cicd
4

dependency-vulnerability-scanner

Scans dependencies for known vulnerabilities (npm audit, pip-audit, etc.), generates reports, and suggests fixes. Use when user asks to "check vulnerabilities", "security scan", "audit dependencies", "check CVEs", or "vulnerable packages".

Dexploarer
Dexploarer
devops
open
cicd
4

artifact-management-gha

GitHub Actions のアーティファクト管理(upload/download、ジョブ間共有、保持期間、クリーンアップ)の設計と実装を支援するスキル。 データ受け渡しの設計、容量最適化、保管期間戦略を整理し、再現性の高い成果物管理を実現します。 Anchors: • The Pragmatic Programmer / 適用: 成果物管理の実践的改善 / 目的: 確実な共有と品質維持 • GitHub Actions Artifacts / 適用: upload/download仕様 / 目的: 正しい設定と制限理解 • Lean Waste Reduction / 適用: 保持期間と容量管理 / 目的: ストレージ最適化 Trigger: Use when designing or implementing GitHub Actions artifact upload/download flows, job-to-job data sharing, retention policies, or cleanup automation.

daishiman
daishiman
devops
open
cicd
4

dependency-alignment

Dependency version alignment and conflict resolution for parallel development. Use when extracting dependencies from Tech Specs to ensure version compatibility with existing project dependencies and transitive dependencies.

jpoutrin
jpoutrin
devops
open
cicd
4

portman

Port management for local development with git worktrees. Use when setting up local development environments, booking ports for services to avoid collisions between parallel worktrees, or configuring docker-compose with dynamic ports.

jpoutrin
jpoutrin
devops
open
cicd
4

electron-distribution

Electronアプリケーションの配布・自動更新に関する専門知識を提供するスキル。 electron-builder/electron-updaterによるビルド・署名・更新配信、CI/CDリリースフロー、 各種アプリストア(MAS/Microsoft Store/Snapcraft)への配布を支援する。 Anchors: • electron-builder / 適用: ビルド・署名・パッケージング / 目的: 配布可能なアプリ作成 • electron-updater / 適用: 自動更新機能 / 目的: セキュアな更新配信 • Semantic Versioning / 適用: バージョン管理 / 目的: 一貫したリリース戦略 Trigger: Use when implementing auto-update features, configuring release workflows, distributing to app stores, or setting up update servers for Electron applications. electron-updater, auto-update, app store, code signing, release workflow, MAS, Microsoft Store

daishiman
daishiman
devops
open
cicd
4

org-syncer

Sync all projects in an organization with codex repository (with parallel execution). Delegates to fractary CLI for organization-wide sync operations.

fractary
fractary
devops
open
cicd
4

matrix-builds

GitHub Actionsマトリックスビルド戦略設計・最適化スキル。複数OS、バージョン、環境での並列テストを実現。 Anchors: • GitHub Actions Documentation / 適用: strategy.matrix / 目的: 並列CI/CD • GitHub Actions Workflow Syntax / 適用: include/exclude / 目的: 条件付きビルド Trigger: Use when configuring matrix builds, multi-environment testing, CI parallelization, dynamic matrix generation, or optimizing max-parallel settings.

daishiman
daishiman
devops
open
cicd
4

plan-management

This skill should be used when creating, reading, or updating devloop plans in .devloop/plan.md, task tracking, progress logs, phase management, PR feedback

Zate
Zate
devops
open
cicd
4

log-manager-skill

Orchestrates single-log sequential workflows by coordinating operation skills for individual logs

fractary
fractary
devops
open
cicd
4

openspec-implementation

Implements approved specification proposals by working through tasks sequentially with testing and validation. Use when implementing changes, applying proposals, executing spec tasks, or building from approved plans. Triggers include "openspec implement", "implement", "apply change", "execute spec", "work through tasks", "build feature", "start implementation".

forztf
forztf
devops
open
containers
4

argocd-audit

Audits ArgoCD Application manifests and raw K8s resources for anti-patterns, security issues, and best practice violations. Use when asked to audit, review, or check ArgoCD/GitOps quality. Generates a comprehensive report under reports/YYYY-MM-DD/argocd-audit.md. (project)

huseyindeniz
huseyindeniz
devops
open
monitoring
4

performance-testing

Master performance testing with load testing, stress testing, JMeter, k6, and performance benchmarking.

spjoshis
spjoshis
devops
open
cloud
4

debug-resource

Debug and troubleshoot Terraform resource issues

datarobot-community
datarobot-community
devops
open
cloud
4

dotnet-aspire

Adds .NET Aspire cloud-native orchestration to existing .NET solutions. Analyzes solution structure to identify services (APIs, web apps, workers), creates AppHost and ServiceDefaults projects, configures service discovery, adds NuGet packages, and sets up distributed application orchestration. Use when adding Aspire to .NET solutions or creating new cloud-ready distributed applications.

markpitt
markpitt
devops
open
Previous
Page 272 / 447
Next