implement

implement is an agent for coding agents from bahayonghang/academic-writing-skills. It costs 28 tokens per session (534 once invoked), scanned A, original, no licence file.

A code implementation agent for the Trellis channel runtime, the part of Trellis that handles channel-related operations. It reads specifications and task files before writing code.

In plain words
What is it for?
Use it to implement features in Trellis from specifications and task artifacts; it does not create Git commits.
Why use it?
It turns defined requirements into code while keeping the implementation tied to the project's task materials.

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/bahayonghang/academic-writing-skills/implement
Clone the repo
git clone --depth 1 https://github.com/bahayonghang/academic-writing-skills

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 implement

README.md
[![agentmods](https://agentmods.dev/badge/agents/bahayonghang/academic-writing-skills/implement.svg)](https://agentmods.dev/agents/bahayonghang/academic-writing-skills/implement)
Your own site
<a href="https://agentmods.dev/agents/bahayonghang/academic-writing-skills/implement"><img src="https://agentmods.dev/badge/agents/bahayonghang/academic-writing-skills/implement.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 534 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.1 $0.00028 $0.00534
Opus 5 $0.00014 $0.00267
Sonnet 5 $0.00006 $0.00107
Haiku 4.5 $0.00003 $0.00053

Measured 6d ago against content hash 66e25ad046c9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

implement 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 6d 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.

.trellis/agents/implement.md · 72 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. 6d ago First seen · 72 lines · 28 tokens per session scan A 66e25ad046c9

Subscribe to this mod's changes

implement is an agent published in the GitHub repository bahayonghang/academic-writing-skills (442 stars, last pushed 5d ago), with no licence file. It adds 28 tokens to every session and 534 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-30.

Related

Other agents, from other repositories

doc-auditor

Read-only fresh-context adversary for ONE claim of a project document. Given only the bare claim, its location and the evidence paths — never the caller's verdict — it reads the passage, the cited script / log / output and the sibling records, and returns the weakest statement the evidence supports, ranked breaks…

Mexregkan/claude-for-researchers · 114 tokens

doc-sweeper

Read-only first pass over ONE section or line range of a project document (workbook section, strategy map, big picture, handoff, paper, primer) that extracts every checkable claim into ledger rows — id, location, falsifiable statement, type as written, load class, proposed check — and deliberately produces NO…

Mexregkan/claude-for-researchers · 99 tokens

git-committer

Commits and pushes for this project. Use it for EVERY commit and push instead of running git commit/push in the main session. Give it an explicit file list, the target repo, and the commit message. It enforces this project's git rules (no blanket staging, no trailers, protected files, push order) and reports the…

Mexregkan/claude-for-researchers · 82 tokens

pipeline-auditor

Audits a project code THROUGH its Pipeline/ doc — reads a pipeline .md and its code together, then hunts for genuine bugs (correctness, sign/normalization, convention violations) and concrete optimizations (redundant recomputation, missing memoization, complexity blow-ups). Use to review a documented code for…

Mexregkan/claude-for-researchers · 0 tokens

claim-auditor

Adversarially audits a result against the artifacts that produced it — a script, a log, a data file — and reports the WEAKEST statement those artifacts support. Spawn it with the artifacts and the drafted claim and NOTHING ELSE: no session history, no reasoning, no hoped-for conclusion. Use before a result leaves the…

Mexregkan/claude-for-researchers · 118 tokens

round-planner

Decides whether the last round of work actually advanced the project, and specifies the single next task if it did not. Detects loops — the same residual renamed, a weaker check repeated, an escalation after a failed simple case. Spawn it with the last round's result, the audit of that result, and enough recent…

Mexregkan/claude-for-researchers · 98 tokens