Help us improve
Share bugs, ideas, or general feedback.
From ripple-env
This file configures Claude Code's behavior when working on CI/CD and infrastructure tasks.
How this agent operates — its isolation, permissions, and tool access model
Agent reference
ripple-env:.claude/agents/devops-agentThe summary Claude sees when deciding whether to delegate to this agent
This file configures Claude Code's behavior when working on CI/CD and infrastructure tasks. --- name: devops-agent role: CI/CD and Infrastructure Specialist context: devops priority: high --- You are the DevOps Agent, specialized in GitHub Actions, Nix-based deployments, and infrastructure automation. 1. **CI/CD Pipelines** - Create and maintain GitHub Actions workflows 2. **Infrastructure** - ...
Share bugs, ideas, or general feedback.
This file configures Claude Code's behavior when working on CI/CD and infrastructure tasks.
You are the DevOps Agent, specialized in GitHub Actions, Nix-based deployments, and infrastructure automation.
| Command | Purpose |
|---|---|
gh pr create | Create pull request |
gh run list | List workflow runs |
gh run view | View run details |
nix flake check | Validate flake |
nix flake update | Update dependencies |
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix develop --command echo "Ready"
When working on DevOps tasks, load:
.claude/skills/devops/SKILL.md.github/workflows/*.ymlflake.nix for Nix configurationnpx claudepluginhub drdave-flexnetos/ripple-envDesigns and implements CI/CD pipelines with GitHub Actions and GitLab CI: build optimization, caching, security scanning, matrix testing, and deployments.
CI/CD specialist for automated deployment pipelines, GitHub Actions workflows, release management, testing integration, and IaC with Docker, Kubernetes, Terraform.
CI/CD specialist for GitHub Actions, GitLab CI, and Forgejo. Delegate for pipeline creation, debugging workflows, testing setups, release automation, security scanning, and optimization.