
from claude-plugins35
Guidelines and templates for GitHub Actions CI/CD: container builds, testing, release automation, and optional auto-fix workflows.
Provides an opinionated set of GitHub Actions workflow standards and templates for CI/CD automation. Covers multi-platform container builds (GHCR), testing pipelines, release-please automation, optional ArgoCD auto-merge flows, and an optional Claude-based auto-fix workflow for CI failures.
Use this skill when configuring or auditing GitHub Actions for a repository — especially when adding container build pipelines, enforcing action versions, or implementing automated release and merge workflows. Useful during repo setup, CI hardening, or when automating failure remediation.
Designed for agents that can edit repository files and run CI (GitHub Actions) or create PRs (GitHub CLI) such as GitHub-based automation bots, Copilot/Codex-style agents and Claude Code integrations.
CI/CD workflow standards skill providing GitHub Actions templates for container builds, testing, release automation, ArgoCD auto-merge, and Claude auto-fix workflows. No bundled scripts — purely a reference/template skill. Well-structured YAML examples with clear explanations and compliance tables. Minor security note: ArgoCD auto-merge workflow includes self-approval pattern with continue-on-error masking and optional PAT bypass, which is standard CI/CD but worth awareness.
Clean reference skill with no executable scripts. Auto-approve pattern in ArgoCD workflow is intentional for CI/CD automation. Continue-on-error on approve step could mask permission issues but is pragmatic for optional PAT fallback.
OpenFeature SDK Integration
Guides integration of the vendor-agnostic OpenFeature feature-flag SDK across languages: installation, provider setup, flag evaluation, hooks, and testing patte
Mermaid Diagrams
Generate flowcharts, sequence diagrams, ERDs and other visuals from text using the Mermaid CLI (mmdc).
Project Discovery
Automatically orient an agent to an unfamiliar git codebase: analyze git state, detect project type and tooling, surface risk flags and give actionable next ste
Rust Development (Modern Practices)
Provides expert guidance for modern Rust systems programming: cargo workflows, ownership, async/concurrency (Tokio), testing, profiling, and tooling best practi
Git Repository Detection
Extract owner/repo identifiers from git remotes (HTTPS/SSH/enterprise) so CLIs and APIs can target the correct GitHub repository.
UV Workspaces — Python Monorepo Guide
Practical reference for managing Python monorepos with uv workspaces: workspace layout, shared lockfiles, member dependencies, sync/build commands, and Docker-f
MCP Server Management
Install, configure, and manage Model Context Protocol (MCP) servers for Claude Code, including runtime enable/disable, OAuth remote servers, and dynamic tool di
TFC Run Logs (Terraform Cloud)
Fetch and display Terraform Cloud plan and apply logs for a run ID to debug or review failed plans/applies (requires TFE_TOKEN).
Obsidian File History & Recovery
Inspect, diff, and restore previous Obsidian note versions from local file recovery or Obsidian Sync history.
Python Testing (pytest)
Quick reference for writing Python tests with pytest: fixtures, parametrization, coverage, mocking, and async testing.