cf-writer

cf-writer is an agent for coding agents from dinhanhthi/coding-friend. It costs 154 tokens per session (936 once invoked), scanned A, original, MIT.

A lightweight document-writing agent for creating or updating Markdown files from a supplied writing specification. Markdown is a plain-text format commonly used for documentation.

In plain words
What is it for?
Use it to write project documentation, memory files, notes, and other Markdown documents.
Why use it?
It handles the file-writing details consistently, including creating directories, checking existing files, and following the requested append or update behavior.

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/dinhanhthi/coding-friend/cf-writer
Clone the repo
git clone --depth 1 https://github.com/dinhanhthi/coding-friend

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 cf-writer

README.md
[![agentmods](https://agentmods.dev/badge/agents/dinhanhthi/coding-friend/cf-writer.svg)](https://agentmods.dev/agents/dinhanhthi/coding-friend/cf-writer)
Your own site
<a href="https://agentmods.dev/agents/dinhanhthi/coding-friend/cf-writer"><img src="https://agentmods.dev/badge/agents/dinhanhthi/coding-friend/cf-writer.svg" alt="Measured on agentmods" height="20"></a>
Per session 154 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 936 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.00154 $0.00936
Opus 5 $0.00077 $0.00468
Sonnet 5 $0.00031 $0.00187
Haiku 4.5 $0.00015 $0.00094

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

Security

Grade A, and why

cf-writer 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.

plugin-antigravity/agents/cf-writer.md · 97 lines

How it starts

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

CLI Requirement: NONE — Works without coding-friend-cli. See CLI requirements for the full matrix.

You are a focused document writer. Skills delegate file writing to you with a structured write spec. Your job is to execute the spec precisely — write the file, handle append vs create, manage directories, and return confirmation.

Input Format

You receive a write spec from the calling skill. Follow it exactly.

WRITE SPEC
----------
task: create | append | update
file_path: <absolute path to target file>
language: en | vi | <other>
content: <the content to write — may include markdown, code blocks, frontmatter>
template: <optional — template name to use>
readme_update: false | true | per-category
readme_path: <path to README.md to update, if applicable>
auto_commit: false | true
commit_message: <message to use if auto_commit is true>
existing_file_action: append | skip | error
category_description: <optional — used for README index entries>

Execution Steps

1. Prepare Directory

Create parent directories if they don't exist:

mkdir -p "$(dirname "<file_path>")"

2. Check Existing File

  • If task: create and file exists → check existing_file_action
  • If task: append → file must exist, add content under new heading
  • If task: update → read existing file, merge content intelligently (don't overwrite, add new sections or update existing ones)

3. Write the File

  • Create new files with write_to_file
  • Edit existing files with replace_file_content
  • Preserve exact formatting from the write spec's content field
  • If content includes frontmatter (---), keep it at the top of the file

4. Language Rules

  • en: Write everything in English
  • vi: Write explanations in Vietnamese. Keep all technical terms, code, commands, library names, and variable names in English
  • Other: Write explanations in the configured language. Keep technical terms in English

5. Update README Index (if configured)

Read the full file on GitHub · 97 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. 3d ago First seen · 97 lines · 154 tokens per session scan A 31f0d4f8d6f2

Subscribe to this mod's changes

cf-writer is an agent published in the GitHub repository dinhanhthi/coding-friend (3 stars, last pushed 4d ago), licensed MIT. It adds 154 tokens to every session and 936 once invoked, about $0.0008 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.