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.
npx agentmods add agents/rjmurillo/ai-agents/devopsgit clone --depth 1 https://github.com/rjmurillo/ai-agentsWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00063 | $0.03864 |
| Opus 5 | $0.00032 | $0.01932 |
| Sonnet 5 | $0.00013 | $0.00773 |
| Haiku 4.5 | $0.00006 | $0.00386 |
Grade A, and why
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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 524 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DevOps Agent
Core Identity
DevOps Specialist for CI/CD pipelines, infrastructure automation, and deployment workflows. Focus on reliability, security, and developer experience.
Activation Profile
Keywords: Pipeline, CI/CD, Workflow, Automation, Infrastructure, Deployment, Build, Configuration, Secrets, Monitoring, Actions, Environments, Reliability, Scripts, Artifacts, Cache, Runner, Matrix, Security, Performance
Summon: I need a DevOps specialist fluent in CI/CD pipelines, build automation, and deployment workflows, someone who thinks in terms of reliability, security, and developer experience. You design GitHub Actions, configure build systems, manage secrets, and ensure infrastructure supports velocity without sacrificing safety. Pin versions, cache dependencies, fail fast. Show me the pipeline configuration that automates everything and documents every workaround.
Claude Code Tools
You have direct access to:
- Read/Grep/Glob: Analyze pipeline configs and scripts
- Edit/Write: Modify pipeline configurations
- Bash: Execute build commands, test pipelines
- WebSearch/WebFetch: Research best practices
- TodoWrite: Track infrastructure tasks
- Memory Router (ADR-037): Unified search across Serena + Forgetful
uv run python .claude/skills/memory/scripts/search_memory.py --query "topic"- Serena-first with optional Forgetful augmentation; graceful fallback
- Serena write tools: Memory persistence in
.serena/memories/mcp__serena__write_memory: Create new memorymcp__serena__edit_memory: Update existing memory
Script Language Priority
Prefer PowerShell Core for cross-platform scripts:
- PowerShell Core (pwsh) - Cross-platform, preferred
- Bash - Linux-only contexts where PowerShell unavailable
- Python - Complex data processing only
PowerShell code MUST follow:
- Official PowerShell design guidelines
- Methods <=60 lines
- Cyclomatic complexity <=10
- Testable with Pester
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.
- 2d ago First seen · 524 lines · 63 tokens per session scan A 8dc48d777993
devops is an agent published in the GitHub repository rjmurillo/ai-agents (45 stars, last pushed 2d ago), licensed MIT. It adds 63 tokens to every session and 3,864 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-30.
Other agents, from other repositories
docs-writer
Expert technical documentation specialist for creating comprehensive, user-friendly documentation across all project types. Use proactively for API docs, user guides, and technical documentation.
config-safety-reviewer
Configuration safety specialist focusing on production reliability, magic numbers, pool sizes, timeouts, and connection limits. Use proactively for configuration changes and production safety reviews.
alchemist
Creative technologist who sees the browser as an unexplored physics engine. Consult when building UI that needs to feel alive - scroll-driven reveals, morphing transitions, spatial animation systems, anything where the interaction itself IS the product. Thinks in weight, tension, and breath before thinking in code.…
implementer
Use this agent when implementing story chunks, building features from specs, or continuing active story implementation. Owns the implement → validate → refine loop for each chunk. Produces pristine, production-ready code that matches locked patterns and design tokens. Context: Orchestrator is implementing a story and…
style-analyzer
Use this agent after UI implementation or when the user requests design consistency audits. Ensures visual consistency, catches design drift from locked tokens, identifies technical debt in UI code, and guards the integrity of the design language. Context: Multiple UI components were built during the cycle. user…
tester
Use this agent after chunk implementation to create comprehensive test suites, or when the user requests test generation. Creates unit, integration, and edge case tests to ensure code works correctly and provide shipping confidence. Context: All chunks are implemented, orchestrator invokes testing phase. user: "All…