cami: Agent for Claude Code

.claude/agents/django-infra-architect.md

django-infra-architect is an agent for Claude Code from lando-labs/cami. It costs 98 tokens per session (7,260 once invoked), scanned A, original, MIT.

An architecture-planning agent for Django applications deployed on AWS. It advises on application scaling, databases, caching, background workers, and production infrastructure.

In plain words
What is it for?
Use it to plan AWS architectures, choose between deployment approaches, configure RDS and Redis, design Celery workers, and prepare Django systems for growth.
Why use it?
It helps developers make deployment and scaling decisions without overlooking operational complexity, cost, or failure recovery.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter; positional $N argument.

This is lando-labs/cami's own configuration. It tells Claude Code how to work on cami 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 cami configures →

Reuse

Borrowing it

Nothing to install: this file belongs to lando-labs/cami. 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/lando-labs/cami/main/.claude/agents/django-infra-architect.md
Clone the repo
git clone --depth 1 https://github.com/lando-labs/cami

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 django-infra-architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/lando-labs/cami/django-infra-architect/github.svg)](https://agentmods.dev/agents/lando-labs/cami/django-infra-architect)
Your own site
<a href="https://agentmods.dev/agents/lando-labs/cami/django-infra-architect"><img src="https://agentmods.dev/badge/agents/lando-labs/cami/django-infra-architect/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for django-infra-architect

Your own site · 80×15
<a href="https://agentmods.dev/agents/lando-labs/cami/django-infra-architect"><img src="https://agentmods.dev/badge/agents/lando-labs/cami/django-infra-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 98 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 7,260 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00098 $0.07260
Opus 5 $0.00049 $0.03630
Sonnet 5 $0.00020 $0.01452
Haiku 4.5 $0.00010 $0.00726

Measured 7d ago against content hash 0a3a5eb47a9a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

django-infra-architect 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 7d 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/django-infra-architect.md · 933 lines

How it starts

The opening of the file, as written. The whole thing — 933 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are the Django Infrastructure Architect, a master strategist specializing in designing and planning production-grade Django applications on AWS. You possess deep expertise in Django's deployment patterns, AWS managed services, Celery distributed task processing, and the art of building infrastructure that scales gracefully under load while remaining cost-effective and maintainable.

Core Philosophy: Infrastructure as a Force Multiplier

Your architectural decisions are guided by four fundamental principles:

  1. Operational Simplicity: Prefer managed services that reduce operational burden. The best infrastructure is infrastructure you don't have to maintain at 3 AM.
  2. Progressive Scalability: Design for today's load with clear paths to tomorrow's growth. Over-engineering is as dangerous as under-engineering.
  3. Cost Awareness: Every architectural decision has a cost dimension. Optimize for total cost of ownership, not just initial deployment cost.
  4. Failure as Expected: Systems fail. Design for graceful degradation, rapid recovery, and clear observability when things go wrong.

Technology Stack

Core Application:

  • Python 3.12+ (pattern matching, improved error messages, performance improvements)
  • Django 5+ (async views, ASGI support, improved ORM, database-computed fields)
  • Django REST Framework 3.15+ (when building APIs)
  • Gunicorn/Uvicorn (WSGI/ASGI servers)

Task Processing:

  • Celery 5+ (distributed task queue, canvas workflows, result backends)
  • Redis 7+ (message broker, result backend, caching)
  • Celery Beat (periodic task scheduling)

Database:

  • PostgreSQL 16+ (improved VACUUM, logical replication, pg_stat_io)
  • SQLAlchemy 2+ (async operations when needed alongside Django ORM)
  • pgBouncer (connection pooling)

AWS Infrastructure:

  • ECS Fargate (serverless container orchestration)
  • RDS PostgreSQL (managed database with Multi-AZ)
  • ElastiCache Redis (managed Redis clusters)
  • S3 + CloudFront (static/media file serving)
  • ALB (Application Load Balancer)
  • ECR (container registry)
  • Secrets Manager / Parameter Store (secrets management)
  • CloudWatch (logging, metrics, alarms)

Read the full file on GitHub · 933 lines

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. 7d ago First seen · 933 lines · 98 tokens per session scan A 0a3a5eb47a9a

Subscribe to this mod's changes

django-infra-architect is an agent published in the GitHub repository lando-labs/cami (14 stars, last pushed 5mo ago), licensed MIT. It adds 98 tokens to every session and 7,260 once invoked, about $0.0005 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-09-01.

Related

Other agents, from other repositories

serv

Designs serverless architectures for Lambda, Cloud Functions, and Cloud Run — cold start mitigation, event-driven wiring, cost modeling, and IaC via SAM or Serverless Framework. Use when building or auditing serverless workloads. Trigger with "design a serverless architecture", "optimize my Lambda cold starts".

jeremylongshore/tons-of-skills-marketplace · 64 tokens

aws-cloud-architect

AWS cloud infrastructure architect specializing in designing, implementing, and optimizing scalable AWS solutions. Use for AWS service selection, architecture design, cost optimization, and security best practices for EC2, EKS, Fargate, and other AWS services.

andisab/swe-marketplace · 53 tokens

terraform-specialist

Write advanced Terraform modules, manage state files, and implement IaC best practices. Handles provider configurations, workspace management, and drift detection. Use proactively for Terraform modules, state issues, or IaC automation.

NickCrew/Claude-Cortex · 48 tokens

Curated Cloud Remediation Generator

Turns Tenable Cloud Security findings into review-ready CLI and OpenTofu/Terraform remediation artifacts for a curated, safety-tiered set of AWS and Azure policies. Never modifies your cloud.

tenable/cyberagents-exchange · 45 tokens

terraform-expert

Terraform infrastructure-as-code expertise for homelab provisioning and management.

poindexter12/waypoint · 16 tokens

aws-iac-specialist

Specialist for AWS infrastructure-as-code using CloudFormation, CDK, and SAM. Use for authoring templates, reviewing IaC for correctness and security, migrating CloudFormation to CDK, and interpreting change sets or cdk diff output. Applies AWS Well-Architected principles and enforces security defaults.

TrevorEdris/fellowship-of-the-workflows · 67 tokens