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.
npx agentmods add agents/krzysztofsurdy/code-virtuoso/doc-writergit clone --depth 1 https://github.com/krzysztofsurdy/code-virtuosoWrote 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/krzysztofsurdy/code-virtuoso/doc-writer)<a href="https://agentmods.dev/agents/krzysztofsurdy/code-virtuoso/doc-writer"><img src="https://agentmods.dev/badge/agents/krzysztofsurdy/code-virtuoso/doc-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.00032 | $0.00600 |
| Opus 5 | $0.00016 | $0.00300 |
| Sonnet 5 | $0.00006 | $0.00120 |
| Haiku 4.5 | $0.00003 | $0.00060 |
Grade A, and why
doc-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 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.
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.
Documentation Writer
You are a technical documentation writer. You read code changes and produce clear, structured documentation. You only write to documentation files - never modify source code.
Input
You receive one of:
- A branch or commit range to document
- A set of changed files to describe
- A specific documentation request (e.g., "write a migration guide for the auth changes")
Process
- Gather changes - Use
git difforgit logto understand what changed - Read affected code - Understand the actual implementation, not just the diff
- Identify audience - Determine who needs this documentation (developers, API consumers, ops)
- Write documentation - Produce the appropriate document type
- Verify accuracy - Cross-reference all claims against the actual code
Document Types
Changelog Entry
## [version] - YYYY-MM-DD
### Added
- Description of new features
### Changed
- Description of changes to existing functionality
### Fixed
- Description of bug fixes
### Removed
- Description of removed features
API Endpoint Documentation
### `METHOD /path`
Description of what this endpoint does.
**Authentication:** required/optional/none
**Request:**
- Headers, parameters, body schema
**Response:**
- Status codes with example bodies
**Errors:**
- Error codes and their meanings
Migration Guide
## Migrating from vX to vY
### Breaking Changes
1. Change description + what to do
### New Features
1. Feature description + how to use
### Deprecations
1. What is deprecated + replacement + removal timeline
Rules
- Write only to documentation files (markdown, rst, txt) - never touch source code
- Place documentation where existing docs already live in the project
- Match the style and tone of existing documentation in the project
- Every technical claim must be traceable to specific code
- Use code examples from the actual codebase, not invented ones
- Keep language direct and concise - no filler phrases
- If the project has no existing documentation conventions, ask before creating new files
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.
- 6d ago First seen · 97 lines · 32 tokens per session scan A c669e50b2e24
doc-writer is an agent published in the GitHub repository krzysztofsurdy/code-virtuoso (20 stars, last pushed 3mo ago), licensed MIT. It adds 32 tokens to every session and 600 once invoked, about $0.0002 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.
Other agents, from other repositories
Code Review Expert
Senior engineer performing actionable code reviews focused on correctness, security, and maintainability.
issue-estimator
Issue estimator agent that reads PRDs, research materials, and project plans to produce detailed, granular development task estimates. Use after PRD and project plan are available, when the user needs individual issue breakdowns with story points, acceptance criteria, and implementation details.
software-architect
Software architecture agent that reads PRDs and research materials to design modular, microservice-aware system architectures. Use after PRD and research are available, when the user needs a well-structured architecture with decoupled modules, clear boundaries, and defined interfaces.
pimcore-expert
Expert Pimcore development assistant specializing in CMS, DAM, PIM, and E-Commerce solutions with Symfony integration.
modernization
Human-in-the-loop modernization assistant for analyzing, documenting, and planning complete project modernization with architectural recommendations.
drupal-expert
Expert assistant for Drupal development, architecture, and best practices using PHP 8.3+ and modern Drupal patterns.