sup-writing

sup-writing is a skill for Claude Code, Codex from chinkan/RustFox. It costs 18 tokens per session (163 once invoked), scanned A, original, MIT.

A writing workflow recipe that moves from identifying the audience and purpose to outlining, drafting, revising, and polishing.

In plain words
What is it for?
It is for drafting, rewriting, editing, and reviewing documents, posts, and messages.
Why use it?
It gives writing tasks a clear sequence and helps remove filler while checking structure, tone, and factual claims.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for drafting, rewriting, editing, and reviewing documents, posts, and messages.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/chinkan/rustfox/sup-writing
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.

Any agent
npx skills add chinkan/RustFox --skill sup-writing
Clone the repo
git clone --depth 1 https://github.com/chinkan/RustFox

Made for: Claude Code, Codex.

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 sup-writing

README.md
[![agentmods](https://agentmods.dev/badge/skills/chinkan/rustfox/sup-writing.svg)](https://agentmods.dev/skills/chinkan/rustfox/sup-writing)
Your own site
<a href="https://agentmods.dev/skills/chinkan/rustfox/sup-writing"><img src="https://agentmods.dev/badge/skills/chinkan/rustfox/sup-writing.svg" alt="Measured on agentmods" height="20"></a>
Per session 18 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 163 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00018 $0.00163
Opus 5 $0.00009 $0.00081
Sonnet 5 $0.00004 $0.00033
Haiku 4.5 $0.00002 $0.00016

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

Security

Grade A, and why

sup-writing 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 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.

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.

skills/sup-writing/SKILL.md · 22 lines

What it actually says

When to use

When a task asks to draft, write, rewrite, or edit a document, post, or message.

Operating rules

  1. Identify audience, purpose, and target length first.
  2. Outline structure before drafting prose.
  3. Draft fast, revise slow: separate generation from editing passes.
  4. Cut filler words; prefer concrete nouns and active verbs.
  5. Verify any factual claim before publishing.

Stop conditions

  • The piece meets the stated audience and purpose.
  • Structure, grammar, and tone have all been reviewed.
  • Length and formatting match the target medium.
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 · 22 lines · 18 tokens per session scan A a5c10e74c74b

Subscribe to this mod's changes

sup-writing is a skill published in the GitHub repository chinkan/RustFox (7 stars, last pushed 1mo ago), licensed MIT. It adds 18 tokens to every session and 163 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-09-03.

Related

Other skills, from other repositories

Vector Databases

Guides retrieval-store design, indexing, and query behavior for embedding-backed systems without confusing storage with application truth.

agentic-in/elephant-agent · 26 tokens

esm

Comprehensive toolkit for protein language models including ESM3 (generative multimodal protein design across sequence, structure, and function) and ESM C (efficient protein embeddings and representations). Use this skill when working with protein sequences, structures, or function prediction; designing novel…

synthetic-sciences/openscience · 86 tokens

agentfield-use

Whenever you have a discrete task to perform — one the user delegated, or one that arose inside your own work — check FIRST whether an installed AgentField agent covers it, and offload to it by default when one does. Coverage, not task size, is the test: even a small job goes to a covering agent. The check is cheap …

Agent-Field/agentfield · 259 tokens

neuron-structured-output

Design and implement structured output classes for Neuron AI agents using SchemaProperty attributes and validation rules. Use this skill when the user mentions structured output, JSON schema extraction, data validation, output classes, DTOs for AI responses, extracting structured data from LLM, or configuring property…

neuron-core/neuron-ai · 104 tokens

parse-document

Convert a PDF, scan, image of a page, or office file to clean markdown through the connected Superlinked MCP edge, so the source document is not read into model context directly. Use when the user asks to read, parse, OCR, extract from, summarize, or answer questions about a document.

superlinked/sie · 64 tokens

agent-evaluation

Run one specified Test Agent on one specified Benchmark Case exactly once, privately score that execution, and return one protocol result.

Prism-Shadow/penguin-harness · 28 tokens