papermate-coder

papermate-coder is an agent for coding agents from Brayszieqw/PaperMate. It costs 217 tokens per session (1,525 once invoked), scanned C, original, AGPL-3.0.

An implementation-focused coding agent for making a previously scoped change. It is intended to act as the single writer and perform only targeted checks afterward.

In plain words
What is it for?
Use it when a planner or router has already identified what needs changing and the task is ready for implementation.
Why use it?
It gives a clearly defined task one agent responsible for changing the code, reducing overlapping edits and unnecessary verification.

Agent

Part of the papermate plugin — 1 command, 14 agents shipped together

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/brayszieqw/papermate/papermate-coder
Clone the repo
git clone --depth 1 https://github.com/Brayszieqw/PaperMate

Or install papermate, the plugin that ships this one along with the rest of its 1 command, 14 agents.

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 papermate-coder

README.md
[![agentmods](https://agentmods.dev/badge/agents/brayszieqw/papermate/papermate-coder.svg)](https://agentmods.dev/agents/brayszieqw/papermate/papermate-coder)
Your own site
<a href="https://agentmods.dev/agents/brayszieqw/papermate/papermate-coder"><img src="https://agentmods.dev/badge/agents/brayszieqw/papermate/papermate-coder.svg" alt="Measured on agentmods" height="20"></a>
Per session 217 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,525 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 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.00217 $0.01525
Opus 5 $0.00109 $0.00763
Sonnet 5 $0.00043 $0.00305
Haiku 4.5 $0.00022 $0.00153

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

Security

Grade C, and why

papermate-coder scanned grade C 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 4d 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

- 文件删除:`rm -rf`, `rmdir /s`, `del /s`
agents/papermate-coder.md · 155 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

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. 4d ago First seen · 155 lines · 217 tokens per session scan C acf4124ba7c7

Subscribe to this mod's changes

papermate-coder is an agent published in the GitHub repository Brayszieqw/PaperMate (1 stars, last pushed 5mo ago), licensed AGPL-3.0. It adds 217 tokens to every session and 1,525 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). 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

experiment-analyzer

Analyze experiment results from any tracking system. Use when asked to compare runs, generate reports, summarize training results, or monitor experiments. Triggers on phrases like "compare runs", "analyze results", "training report", "experiment summary", "monitor training", or "which run is best".

fcakyon/phd-skills · 63 tokens

paper-auditor

Autonomous paper consistency verification. Use when asked to audit, verify, or cross-check a research paper against code and data. Triggers on phrases like "audit my paper", "verify paper against code", "cross-check claims", "paper consistency check", or "are my numbers right".

fcakyon/phd-skills · 63 tokens

planner

Decompose chosen solution into vertical slices with dependency graph + risk register. Consumes Align + Brainstorm artifacts. Output feeds Spec gate. Use after Brainstorm gate (high-stakes) or directly after Align (standard with obvious solution).

taipt1504/agent-skills · 49 tokens

spec-writer

Behavioral spec generator — translates approved plans into concrete, testable contracts. Use when /spec is invoked after plan approval.

taipt1504/agent-skills · 29 tokens

code-quality-reviewer

Stage 2 of two-stage review. Spec compliance already verified by Stage 1. Reviews security, performance, maintainability, readability, test quality. Severity-tagged output (P0/P1/P2/P3/P4) with MANDATORY rule ID citation per finding.

taipt1504/agent-skills · 61 tokens

analyzer

Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.

taipt1504/agent-skills · 0 tokens