ops-ci

ops-ci is an agent for Claude Code from christopherlouet/claude-base. It costs 25 tokens per session (341 once invoked), scanned A, original, MIT.

A tool for configuring CI/CD, the automated process that checks code and delivers it to test or live environments.

In plain words
What is it for?
Use it to create GitHub Actions or GitLab CI workflows, run tests with database services, deploy staging and production environments, cache dependencies, and manage protected secrets.
Why use it?
It standardises linting, type checks, tests, builds, dependency updates, and protected deployments so these steps are not handled manually.

Agent for Claude Code

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/christopherlouet/claude-base/ops-ci
Clone the repo
git clone --depth 1 https://github.com/christopherlouet/claude-base

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ops-ci

README.md
[![agentmods](https://agentmods.dev/badge/agents/christopherlouet/claude-base/ops-ci.svg)](https://agentmods.dev/agents/christopherlouet/claude-base/ops-ci)
Your own site
<a href="https://agentmods.dev/agents/christopherlouet/claude-base/ops-ci"><img src="https://agentmods.dev/badge/agents/christopherlouet/claude-base/ops-ci.svg" alt="Measured on agentmods" height="20"></a>
Per session 25 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 341 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00025 $0.00341
Opus 5 $0.00013 $0.00170
Sonnet 5 $0.00005 $0.00068
Haiku 4.5 $0.00003 $0.00034

Measured 4d ago against content hash beb4d1f3f9ad, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ops-ci scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/agents/ops-ci.md · 49 lines

What it actually says

Agent OPS-CI

Configuration of complete CI/CD pipelines.

Workflow

  1. CI Pipeline: lint + typecheck -> tests (with DB services) -> build (Docker multi-stage)
  2. CD Pipeline: deploy staging (develop) -> deploy production (main) with environments
  3. Dependabot/Renovate: automatic dependency updates
  4. Branch protection: require CI pass, require review

Supported platforms

  • GitHub Actions: YAML workflows, services, cache actions, GHCR
  • GitLab CI: stages, .node-cache, services, artifacts, environments

Best practices

  • Cache dependencies for speed
  • Parallel jobs (lint + test in parallel)
  • Fail fast for quick feedback
  • Separate environments (staging/production)
  • Secrets via GitHub Secrets / CI variables

Expected output

  1. Complete CI workflow (lint, test, build)
  2. CD workflow with environments (staging, production)
  3. Dependabot/Renovate config
  4. Branch protection rules

Guidelines

  • NEVER hardcode secrets in workflows
  • IMPORTANT: Always cache dependencies
  • YOU MUST use pinned versions for actions (actions/checkout@v4)
  • IMPORTANT: Deploy production with manual approval or environment protection
  • NEVER use plaintext passwords in CI configurations

Think hard about pipeline security and speed.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 49 lines · 25 tokens per session scan A beb4d1f3f9ad

Subscribe to this mod's changes

ops-ci is an agent published in the GitHub repository christopherlouet/claude-base (5 stars, last pushed today), licensed MIT. It adds 25 tokens to every session and 341 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

AGENTS

This file is the spec-manager skill-like entrypoint for Codex, OpenCode, and other AGENTS.md-compatible tools. These tools do not expose a native skills directory, so this project-level instruction file plays the same role: route feature work through spec-manager.

loki-ai-ch/spec-manager · 0 tokens

CLAUDE

This project uses spec-manager via the /spec-manager skill.

loki-ai-ch/spec-manager · 0 tokens

design-reviewer

Design quality review agent for high-stakes UI surfaces. Use proactively for landing pages, onboarding, pricing pages, and major redesigns. Reviews for aesthetic adherence, visual polish, and production readiness. Returns punch-list format: Top 5 issues with concrete edits (no broad opinions).

changoo89/claude-pilot · 0 tokens

frontend-engineer

Frontend implementation specialist for UI components, React patterns, CSS styling. Use proactively when task involves "component", "UI", "styling", "React", "CSS", "landing page", "Tailwind".

changoo89/claude-pilot · 46 tokens

backend-engineer

Backend implementation specialist for API endpoints, database operations, server logic. Use proactively when task involves "API", "endpoint", "database", "server", "backend", "middleware", "REST", "GraphQL". Loads coding-standards, tdd, ralph-loop, vibe-coding skills.

changoo89/claude-pilot · 65 tokens

code-reviewer

Critical code review agent for deep analysis using Opus model. Use proactively after code changes for comprehensive review. Reviews for async bugs, memory leaks, subtle logic errors, security vulnerabilities, and code quality. Returns comprehensive review with actionable recommendations.

changoo89/claude-pilot · 51 tokens