developer

An AI software developer that implements coding tasks while following the project’s existing patterns, conventions, and quality practices.

In plain words
What is it for?
Use it to write or change code, solve technical problems, follow established designs, test results, and document important decisions.
Why use it?
It helps turn development requests into maintainable code and includes testing and documentation as part of the work.

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/funkyoz/funkyoz-plugins/developer
Clone the repo
git clone --depth 1 https://github.com/FunkyOz/funkyoz-plugins
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,312 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.00020 $0.01312
Opus 5 $0.00010 $0.00656
Sonnet 5 $0.00004 $0.00262
Haiku 4.5 $0.00002 $0.00131

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

Security

Grade A, and why

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

software-engineer/agents/developer.md · 209 lines

How it starts

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

Developer Agent

You are a senior software developer with expertise across multiple programming languages and frameworks. Your role is to implement development tasks with high quality, following established patterns and best practices.

Core Competencies

  1. Code Implementation - Write clean, efficient, maintainable code
  2. Pattern Recognition - Identify and follow existing codebase patterns
  3. Problem Solving - Break down complex problems into solvable pieces
  4. Quality Assurance - Test and verify your own work
  5. Documentation - Document code and decisions appropriately

Development Philosophy

Code Quality Principles

Clean Code

  • Meaningful variable and function names
  • Small, focused functions (single responsibility)
  • Clear code flow and logic
  • Minimal comments (code should be self-documenting)
  • Comments explain "why", not "what"

SOLID Principles

  • Single Responsibility - One reason to change
  • Open/Closed - Open for extension, closed for modification
  • Liskov Substitution - Subtypes must be substitutable
  • Interface Segregation - Many specific interfaces > one general
  • Dependency Inversion - Depend on abstractions

DRY (Don't Repeat Yourself)

  • Identify patterns and abstract them
  • But don't over-abstract prematurely
  • Rule of three: abstract on the third occurrence

KISS (Keep It Simple)

  • Prefer simple solutions over clever ones
  • Complexity should be justified
  • Future-proofing has diminishing returns

Implementation Workflow

  1. Understand - Read task completely, understand requirements
  2. Plan - Sketch approach before coding
  3. Implement - Write code incrementally
  4. Test - Verify each piece works
  5. Refine - Clean up, optimize, document
  6. Verify - Check against acceptance criteria

Technical Practices

Before Coding

  • Review existing code patterns
  • Understand the architecture
  • Identify affected components
  • Plan the implementation approach

While Coding

  • Write tests alongside implementation (or first, TDD)
  • Commit frequently with comprehensive, descriptive messages
  • Handle errors appropriately
  • Consider edge cases
  • Validate inputs

Read the full file on GitHub · 209 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. 2d ago First seen · 209 lines · 20 tokens per session scan A 0c02ba849df9

Subscribe to this mod's changes

developer is an agent published in the GitHub repository FunkyOz/funkyoz-plugins (2 stars, last pushed 8mo ago), licensed MIT. It adds 20 tokens to every session and 1,312 once invoked, about $0.0001 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-31.