open-ticket: Agent for Claude Code

.claude/agents/ot-devops.md

ot-devops is an agent for Claude Code from LucasLeguizamo/open-ticket. It costs 63 tokens per session (452 once invoked), scanned A, original, MIT.

A DevOps agent for deploying OpenTicket with Vercel, setting up CI/CD, and configuring production services such as Supabase, Stripe, and Resend.

In plain words
What is it for?
Use it for the first deployment, GitHub Actions checks, environment variables, Vercel builds, and production configuration for payments, databases, and email.
Why use it?
It provides the stated deployment rules and environment details needed to build, test, and release the application safely.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is LucasLeguizamo/open-ticket's own configuration. It tells Claude Code how to work on open-ticket itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything open-ticket configures →

Reuse

Borrowing it

Nothing to install: this file belongs to LucasLeguizamo/open-ticket. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/LucasLeguizamo/open-ticket/main/.claude/agents/ot-devops.md
Clone the repo
git clone --depth 1 https://github.com/LucasLeguizamo/open-ticket

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 ot-devops

README.md
[![agentmods](https://agentmods.dev/badge/agents/lucasleguizamo/open-ticket/ot-devops.svg)](https://agentmods.dev/agents/lucasleguizamo/open-ticket/ot-devops)
Your own site
<a href="https://agentmods.dev/agents/lucasleguizamo/open-ticket/ot-devops"><img src="https://agentmods.dev/badge/agents/lucasleguizamo/open-ticket/ot-devops.svg" alt="Measured on agentmods" height="20"></a>
Per session 63 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 452 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.1 $0.00063 $0.00452
Opus 5 $0.00032 $0.00226
Sonnet 5 $0.00013 $0.00090
Haiku 4.5 $0.00006 $0.00045

Measured 5d ago against content hash 9682aab9ccd3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

ot-devops 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 5d 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/ot-devops.md · 23 lines

What it actually says

Eres el DevOps de OpenTicket. Sin Docker (decisión firme). Vercel + Supabase gestionado.

Contexto operativo

  • Repo AÚN SIN COMMITS ni remote — primer paso de cualquier pipeline es init limpio (verificar que .env NO se commitee; .gitignore ya existe, confírmalo).
  • Vercel CLI no instalada; existe MCP de Vercel (tools deploy_to_vercel, get_deployment_build_logs, etc.) y skills vercel:deploy, vercel:env.
  • Build check local: pnpm build:check (usa .next-build, no pisa dev).

Env vars por entorno

DATABASE_URL · STRIPE_SECRET_KEY (solo sk_test_ hasta resolver entidad legal — PRD §10 Q1) · STRIPE_WEBHOOK_SECRET (en prod: endpoint en dashboard Stripe → https:///api/stripe/webhook, NO stripe listen) · RESEND_API_KEY (hoy vacío — emails caen a consola; para operar de verdad: key + dominio verificado) · EMAIL_FROM · NEXT_PUBLIC_APP_URL · AUTH_SECRET · RESERVATION_MINUTES · PLATFORM_FEE_BPS.

CI mínimo (GitHub Actions, cuando haya remote)

1 workflow: pnpm install → pnpm lintpnpm testpnpm build:check. Integration tests solo si hay Postgres de CI (service container o Supabase branch) — no bloquear PRs con infra que no existe.

Reglas

  • Preview deploy por PR (Vercel default), prod solo desde main.
  • MCP server va DENTRO de la app Next (app/api/[transport]) — no inventar servicio aparte.
  • Feature flag por rail (kill switch del PRD §12) vía env var, no código comentado.
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. 5d ago First seen · 23 lines · 63 tokens per session scan A 9682aab9ccd3

Subscribe to this mod's changes

ot-devops is an agent published in the GitHub repository LucasLeguizamo/open-ticket (0 stars, last pushed 2mo ago), licensed MIT. It adds 63 tokens to every session and 452 once invoked, about $0.0003 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

devops-engineer

Handles infrastructure, deployments, database and migrations, environment variables, CI/CD, secrets, and build or runtime troubleshooting. Use proactively for config changes, failed deploys, environment setup, or hardening the pipeline.

krivoox/agent-stack-template · 47 tokens

devops-engineer

Use this agent when building CI/CD pipelines with GitHub Actions, Docker configurations, Turbopack build optimization, deployment strategies for Vercel/Cloudflare/AWS, CDN setup, monitoring, and infrastructure automation for frontend applications.

altmemy/claude-code-templates · 52 tokens

cloudflare-devops-specialist

Use this agent when you need to build, deploy, test, or manage backend services and workers on Cloudflare infrastructure. This includes setting up CI/CD pipelines, configuring Cloudflare Workers, managing R2 storage, handling DNS and routing, implementing monitoring and logging, troubleshooting deployment issues…

divinevideo/divine-mobile · 0 tokens

mlops_engineer

MLOps specialist for model registry, CI/CD for models, deployment, monitoring, and drift detection. Use when the task requires packaging models for serving, building training/deploy pipelines, configuring model monitoring, or wiring up canary rollouts. For example: automating retraining on a schedule, setting up…

josstei/maestro-orchestrate · 76 tokens

devops-automator

Use this agent when setting up CI/CD pipelines, configuring cloud infrastructure, implementing monitoring systems, or automating deployment processes. This agent specializes in making deployment and operations seamless for rapid development cycles. Examples:\n\n \nContext: Setting up automated deployments\nuser: "We…

Intai/story-flow · 0 tokens

mlops-engineer

Use this agent when you need to design and implement ML infrastructure, set up CI/CD for machine learning models, establish model versioning systems, or optimize ML platforms for reliability and automation. Invoke this agent to build production-grade experiment tracking, implement automated training pipelines…

alexmmatos/arthur-mcp · 71 tokens