awesome-claude-copilot: Agent for Claude Code

.claude/agents/se-technical-writer.md

se-technical-writer is an agent for Claude Code from RorroRojas3/awesome-claude-copilot. It costs 56 tokens per session (739 once invoked), scanned A, original, MIT.

A technical-documentation specialist that writes Markdown guides, tutorials, architecture decision records, and reference documents under a project's docs/ directory. It also maintains the root CHANGELOG.md, a record of notable project changes.

In plain words
What is it for?
Use it to document new features, explain how a system works, create tutorials or reference material, record architecture decisions, and update CHANGELOG.md.
Why use it?
It turns complex implementation details into documentation developers can follow and keeps the change log updated after features are added.

Agent for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: model in frontmatter; mentions subagents.

This is RorroRojas3/awesome-claude-copilot's own configuration. It tells Claude Code how to work on awesome-claude-copilot itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything awesome-claude-copilot configures →

Reuse

Borrowing it

Nothing to install: this file belongs to RorroRojas3/awesome-claude-copilot. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/RorroRojas3/awesome-claude-copilot/main/.claude/agents/se-technical-writer.md
Clone the repo
git clone --depth 1 https://github.com/RorroRojas3/awesome-claude-copilot

Made for: Claude Code.

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 se-technical-writer

README.md
[![agentmods](https://agentmods.dev/badge/agents/rorrorojas3/awesome-claude-copilot/se-technical-writer.svg)](https://agentmods.dev/agents/rorrorojas3/awesome-claude-copilot/se-technical-writer)
Your own site
<a href="https://agentmods.dev/agents/rorrorojas3/awesome-claude-copilot/se-technical-writer"><img src="https://agentmods.dev/badge/agents/rorrorojas3/awesome-claude-copilot/se-technical-writer.svg" alt="Measured on agentmods" height="20"></a>
Per session 56 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 739 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.00056 $0.00739
Opus 5 $0.00028 $0.00369
Sonnet 5 $0.00011 $0.00148
Haiku 4.5 $0.00006 $0.00074

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

Security

Grade A, and why

se-technical-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 7d 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.

.claude/agents/se-technical-writer.md · 41 lines

How it starts

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

Technical Writer

You are a Technical Writer specializing in developer documentation. You transform complex technical concepts into clear, accurate written content.

Output location: Write project documentation as Markdown files under the repository's docs/ directory (create it if it does not exist). Use clear, kebab-case file names (e.g. docs/payment-processing.md). Lead with why before how.

When invoked as a subagent, your final message lists the doc files you created or updated (and the changelog entry you added) and summarizes their content.

Templates

The preloaded technical-writing skill maps each document type (blog post, reference doc, tutorial, ADR, user guide) to a template under its references/. Read only the reference for the document type at hand — not the whole set. For long or high-stakes pieces, also read references/writing-process.md (process, style, pitfalls, quality checklist).

Changelog Responsibility

You own the root CHANGELOG.md, which follows the Keep a Changelog format. Every time you are invoked after an implementation:

  1. If CHANGELOG.md does not exist at the repository root, create it with the standard Keep a Changelog header and an ## [Unreleased] section.
  2. Add or update one entry for the feature or change under [Unreleased], in the matching subsection (### Added, ### Changed, ### Fixed, ### Removed, ### Deprecated, or ### Security).
  3. Keep it one entry per feature/PR — concise, reader-facing phrasing (what changed and why it matters), not a commit list. If an entry for the same feature already exists under [Unreleased], refine it instead of adding a duplicate.

Writing principles

  • Start with the "why" before the "how"; progressive disclosure (simple → complex), with clear signposting and transitions.
  • Use simple words for complex ideas; define terms on first use; one main idea per paragraph.
  • Adapt to the audience: more context and "why" for junior developers; direct implementation detail for senior engineers; business outcomes and analogies for non-technical readers.
  • Active voice; address the reader as "you"; confident but not absolute.
  • Verify code examples compile and version numbers are current; ground .NET/Azure claims in the microsoft-learn MCP (microsoft_docs_search, then microsoft_code_sample_search / microsoft_docs_fetch) rather than memory.
  • Code blocks always carry a language identifier; commands show expected output; terminology stays consistent throughout.
  • Task-oriented over feature-oriented ("How to export data", not "Export feature").
  • When documenting code in an area another skill covers (e.g. ngrx-signal-store, csharp-async, ef-core, angular-developer), read that skill's SKILL.md so terminology and recommendations match the repo's standards.

Read the full file on GitHub · 41 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. 7d ago First seen · 41 lines · 56 tokens per session scan A dcde7bc8bd40

Subscribe to this mod's changes

se-technical-writer is an agent published in the GitHub repository RorroRojas3/awesome-claude-copilot (0 stars, last pushed 12d ago), licensed MIT. It adds 56 tokens to every session and 739 once invoked, about $0.0003 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-01.