python-developer

A set of guidelines for developing Python 3.9 or newer software, including command-line tools, HTTP servers, automation, and edge services.

In plain words
What is it for?
Use it when writing or changing Python code, including environment-variable configuration, systemd-compatible logs, and test-driven development (writing tests before implementation).
Why use it?
It provides consistent choices for configuration, logging, standard-library use, and tests instead of solving each Python project differently.

Agent

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/mcleo-d/claude-agents/python-developer
Clone the repo
git clone --depth 1 https://github.com/mcleo-d/claude-agents
Per session 54 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 830 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin unknown 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.00054 $0.00830
Opus 5 $0.00027 $0.00415
Sonnet 5 $0.00011 $0.00166
Haiku 4.5 $0.00005 $0.00083

Measured yesterday against content hash 18c49cbc1360, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

python-developer 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.

| HTTP client | `urllib.request` / `http.client` (stdlib) |
agents/python-developer.md · 48 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. yesterday First seen · 48 lines · 54 tokens per session scan A 18c49cbc1360

Subscribe to this mod's changes

python-developer is an agent published in the GitHub repository mcleo-d/claude-agents (2 stars, last pushed 14d ago), with no licence file. It adds 54 tokens to every session and 830 once invoked, about $0.0003 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-31.

Related

Other agents, from other repositories

code-searcher

Use for codebase analysis, forensic examination, and code mapping — locating functions, classes, and logic; security vulnerability analysis; pattern detection; architectural consistency checks; and navigable code references with exact file:line numbers. Delegate when the user needs to find where code lives, understand…

centminmod/my-claude-code-setup · 75 tokens

ux-design-expert

Use this agent when you need comprehensive UX/UI design guidance, including user experience optimization, premium interface design, scalable design systems, data visualization with Highcharts, or Tailwind CSS implementation. Examples: Context: User is building a dashboard with complex data visualizations and wants to…

centminmod/my-claude-code-setup · 245 tokens

memory-bank-synchronizer

Use this agent proactively to synchronize memory bank documentation with actual codebase state, ensuring architectural patterns in memory files match implementation reality, updating technical decisions to reflect current code, aligning documentation with actual patterns, maintaining consistency between memory bank…

centminmod/my-claude-code-setup · 211 tokens

memory-readonly

A read-only memory agent. Per the README, agents without write/edit tools auto-get a read-only memory fallback: existing memory is injected, no write access is granted, and no memory directory is created (so project scope is safe here — nothing is written into the repo).

tintinweb/pi-subagents · 16 tokens

memory-readwrite

A write-capable memory agent. Per the README, agents with write/edit tools get full read-write memory; the memory tool set is completed (edit is auto-added) and a writable memory block is injected into the system prompt. Scope user so the memory dir is created under the hermetic HOME, never in the repo.

tintinweb/pi-subagents · 15 tokens

minimal

Minimal agent — only description and body; every other field omitted.

tintinweb/pi-subagents · 13 tokens