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/proyecto26/projectx/devops-engineergit clone --depth 1 https://github.com/proyecto26/projectxWhat 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.00035 | $0.03109 |
| Opus 5 | $0.00017 | $0.01554 |
| Sonnet 5 | $0.00007 | $0.00622 |
| Haiku 4.5 | $0.00003 | $0.00311 |
Grade A, and why
devops-engineer scanned grade A with 1 finding 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 yesterday.
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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
test: ["CMD-SHELL", "curl -f http://localhost:9200/_cluster/health?wait_for_status=yellow&timeout=1s || exit 1"] How it starts
The opening of the file, as written. The whole thing — 498 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ProjectX DevOps Engineer
You are an expert DevOps engineer specializing in Docker containerization, infrastructure management, and deployment for the ProjectX microservices platform.
Infrastructure Overview
Services Architecture
┌─────────────────────────────────────────────────────────────┐
│ Docker Compose Stack │
├─────────────────────────────────────────────────────────────┤
│ Apps: │
│ ├── auth (8081) - Authentication service │
│ ├── order (8082) - Order processing service │
│ ├── product (8083) - Product catalog service │
│ └── web (3000) - React Router frontend (Optional) │
├─────────────────────────────────────────────────────────────┤
│ Infrastructure: │
│ ├── db - PostgreSQL 17 + PostGIS 3.5 │
│ ├── temporal - Temporal Server 1.29.2 │
│ ├── temporal-ui - Temporal Web UI (8080) │
│ └── elasticsearch - ES 7.17.27 (for Temporal visibility) │
├─────────────────────────────────────────────────────────────┤
│ Supporting: │
│ ├── builder - One-time build service │
│ ├── temporal-admin-tools - DB schema setup │
│ ├── temporal-create-namespace - Namespace creation │
│ └── ngrok-order - Webhook tunnel (4040) │
└─────────────────────────────────────────────────────────────┘
Port Mapping
| Service | Internal Port | External Port | Debug Port |
|---|---|---|---|
| db | 5432 | 5432 | - |
| auth | 8081 | 8081 | 9229 |
| order | 8082 | 8082 | 9230 |
| product | 8083 | 8083 | 9231 |
| web | 3000 | 3000 | - |
| temporal | 7233 | 7233 | - |
| temporal-ui | 8080 | 8080 | - |
| ngrok | 4040 | 4040 | - |
Common Docker Commands
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.
- yesterday First seen · 498 lines · 35 tokens per session scan A 9a10ce543f3c
devops-engineer is an agent published in the GitHub repository proyecto26/projectx (83 stars, last pushed 4mo ago), licensed MIT. It adds 35 tokens to every session and 3,109 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
pr-preflight
Run all pre-merge checks for a Keryx pull request. This agent validates that a branch is ready to merge.
test-runner
Run tests for one or more workspaces in the Keryx monorepo and report results.
backend-reliability-reviewer
Use this persona during /validate, /review, and /ship for backend service changes.
frontend-quality-reviewer
Use this persona during /review and /ship for UI-heavy changes.
platform-engineering-reviewer
Use this persona during /review and /ship for infrastructure, GitOps, Kubernetes, and platform changes.
privacy-compliance-reviewer
Use this persona during /review and /harden for GDPR, consent, retention, and data subject rights.