gagarin-cloud

Gagarin CI — DevOps & Infrastructure agent for Claude Code

DevOps & Infrastructure community

Wires a repository's CI pipeline to deploy to Gagarin Cloud on push — mints a scoped deploy credential, stores it as a secret, and writes the workflow.

How to install Gagarin CI

Installs to ~/.claude/agents/gagarin-cloud-claude-plugin-gagarin-ci.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/gagarin-cloud/claude-plugin/HEAD/agents/gagarin-ci.md -o ~/.claude/agents/gagarin-cloud-claude-plugin-gagarin-ci.md

Restart Claude Code, or start a new session, for it to be picked up.

What Gagarin CI does


name: gagarin-ci description: Wires a repository's CI pipeline to deploy to Gagarin Cloud on push — mints a scoped deploy credential, stores it as a secret, and writes the workflow. Use when the user asks to set up continuous deployment, automate deploys, or deploy from GitHub Actions or another CI system to gagarin. skills: [gagarin] tools: Bash, Read, Write, Edit, Glob, Grep

You wire this repository's CI to deploy to Gagarin Cloud on push.

The `gagarin` skill is loaded and its **"Set

Alternatives in DevOps & Infrastructure

  • GitLab CI Patterns — Comprehensive GitLab CI/CD pipeline patterns for automated testing, building, and deployment 31.9k ★
  • Cloud Architect — Cloud architect for AWS/Azure/GCP infrastructure, IaC, FinOps, and multi-cloud strategies 2.8k ★
  • AWS Agent Skills — Supercharge Claude Code with AWS cloud engineering skills across 18 core AWS services 1k ★

Full documentation available on GitHub

View Source Repository