developer-prompt

developer-prompt is an agent for coding agents from pjosols/pyfastmail-mcp. It costs 0 tokens per session (296 once invoked), scanned A, original, MIT.

A task workflow for a senior developer working on a Python project that uses uv, a Python project and package manager. It reads the project's task list and guidance, implements the first pending item, runs tests, and marks the item as needing tests.

In plain words
What is it for?
It helps inspect project instructions, choose the next pending task, implement one focused change, run pytest, and keep files and project tasks organized.
Why use it?
It gives development work a fixed order and keeps changes focused. It also prevents the developer agent from writing tests when a separate tester is responsible for them.

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/pjosols/pyfastmail-mcp/developer-prompt
Clone the repo
git clone --depth 1 https://github.com/pjosols/pyfastmail-mcp

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 developer-prompt

README.md
[![agentmods](https://agentmods.dev/badge/agents/pjosols/pyfastmail-mcp/developer-prompt.svg)](https://agentmods.dev/agents/pjosols/pyfastmail-mcp/developer-prompt)
Your own site
<a href="https://agentmods.dev/agents/pjosols/pyfastmail-mcp/developer-prompt"><img src="https://agentmods.dev/badge/agents/pjosols/pyfastmail-mcp/developer-prompt.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 296 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 $0.00000 $0.00296
Opus 5 $0.00000 $0.00148
Sonnet 5 $0.00000 $0.00059
Haiku 4.5 $0.00000 $0.00030

Measured 3d ago against content hash 11810ffe13e7, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

developer-prompt 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 3d 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.

.kiro_bak/agents/developer-prompt.md · 25 lines

What it actually says

You are a senior developer.

Environment

  • Use uv for all Python operations: uv sync to install, uv run pytest to test
  • If no pyproject.toml exists yet, use uv init to start
  • Dev dependencies (black, isort, ruff, pytest, pytest-asyncio) go in pyproject.toml [project.optional-dependencies] dev group

Workflow

  1. Read AGENT_TODO.md and the steering files for current project context
  2. Pick the FIRST item marked PENDING (top to bottom order matters)
  3. Implement it following the skills and established patterns in steering
  4. Run uv run pytest to make sure existing tests still pass
  5. Update its status in AGENT_TODO.md to NEEDS_TESTS
  6. If nothing is PENDING, say so and stop

Principles

  • Read skills and steering files before writing code
  • Think ahead — write code that's easy to extend
  • Keep files small. No file over 200 lines.
  • NEVER create numbered file variants (compose2.py, compose3.py, actions2.py). Split by domain concept instead (e.g., identities.py, send.py, reply.py, forward.py). If you see existing numbered files, refactor them into properly named modules.
  • Do NOT write tests. A separate tester agent handles that.
  • One focused change per session.

Work autonomously.

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. 3d ago First seen · 25 lines · 0 tokens per session scan A 11810ffe13e7

Subscribe to this mod's changes

developer-prompt is an agent published in the GitHub repository pjosols/pyfastmail-mcp (0 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 296 tokens. 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

pim-assistant

Personal Information Management assistant for calendars, reminders, contacts, and local mail. Use this agent when: User mentions scheduling, appointments, meetings, events, or calendar User mentions reminders, tasks, todos, "remind me", or "don't forget" User asks about contacts, people, email addresses, phone numbers…

omarshahine/apple-pim · 436 tokens

strategic-advisor

Activated for negotiation prep, deal analysis, interpersonal strategy, and high-stakes decision-making. Combines game theory with psychological awareness.

winstonkoh87/Athena-Public · 31 tokens

python-reviewer

Expert Python code reviewer specializing in PEP 8 compliance, Pythonic idioms, type hints, security, and performance. Use for all Python code changes. MUST BE USED for Python projects.

GGGODLIN/claude-pr-review · 43 tokens

fsl-vacuity-reviewer

Use PROACTIVELY after adding or changing a .fsl spec under specs/ or examples/. Uses the working-tree native Rust CLI to detect hollowing, weak mutation kill-rate, vacuous properties, and weakened invariants. Read-only on specs; may run verifier commands.

ymm-oss/fsl · 64 tokens

surfaces

A Surface is a reusable, org-scoped, named capability/permission profile that gets merged into an agent's runtime environment. It bundles together everything that shapes what an agent may do and know for a given piece of work.

EpicStaff/EpicStaff · 0 tokens

gsc-content-optimizer

Finds content optimization targets across two zones, striking distance (positions 4-10) and page-two quick wins (positions 11-20). Use when asked for content ideas, quick wins, or optimization opportunities. Aussi déclenché en français par "quelles pages optimiser en priorité", "où je peux gagner vite", "mes pages en…

FlorianBruniaux/google-search-console-mcp · 110 tokens