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.
curl -O https://raw.githubusercontent.com/RorroRojas3/awesome-claude-copilot/main/.claude/agents/se-technical-writer.mdgit clone --depth 1 https://github.com/RorroRojas3/awesome-claude-copilotWrote 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.
[](https://agentmods.dev/agents/rorrorojas3/awesome-claude-copilot/se-technical-writer)<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>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.
| Model | Per session | Once 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 |
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.
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:
- If
CHANGELOG.mddoes not exist at the repository root, create it with the standard Keep a Changelog header and an## [Unreleased]section. - Add or update one entry for the feature or change under
[Unreleased], in the matching subsection (### Added,### Changed,### Fixed,### Removed,### Deprecated, or### Security). - 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-learnMCP (microsoft_docs_search, thenmicrosoft_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'sSKILL.mdso terminology and recommendations match the repo's standards.
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.
- 7d ago First seen · 41 lines · 56 tokens per session scan A dcde7bc8bd40
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.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.
Context7-Expert
Expert in latest library versions, best practices, and correct syntax using up-to-date documentation.