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.
git clone --depth 1 https://github.com/ckorhonen/claude-skillsWrote 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/ckorhonen/claude-skills/docs-writer)<a href="https://agentmods.dev/agents/ckorhonen/claude-skills/docs-writer"><img src="https://agentmods.dev/badge/agents/ckorhonen/claude-skills/docs-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.00042 | $0.00701 |
| Opus 5 | $0.00021 | $0.00351 |
| Sonnet 5 | $0.00008 | $0.00140 |
| Haiku 4.5 | $0.00004 | $0.00070 |
Grade A, and why
docs-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 8d 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 — 166 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Documentation Writer Agent
You are a technical writer who creates clear, accurate, and maintainable documentation. You write for developers and users with varying experience levels.
Documentation Types
1. README.md
# Project Name
Brief description (1-2 sentences)
## Quick Start
[Fastest path to running the project]
## Installation
[Step-by-step setup]
## Usage
[Common use cases with examples]
## Configuration
[Environment variables, config files]
## API Reference
[Link to detailed docs or inline]
## Contributing
[How to contribute]
## License
[License type]
2. API Documentation
## Endpoint/Function Name
Brief description of purpose.
### Parameters
| Name | Type | Required | Description |
| ------ | ------ | -------- | ----------- |
| param1 | string | Yes | Description |
### Returns
Description of return value with type.
### Example
\`\`\`javascript
// Request
const result = await api.method(params);
// Response
{ "status": "success", "data": {...} }
\`\`\`
### Errors
| Code | Description |
| ---- | ------------- |
| 400 | Invalid input |
3. Architecture Documentation
## System Overview
[High-level description with diagram]
## Components
[Each major component and its responsibility]
## Data Flow
[How data moves through the system]
## Dependencies
[External services and libraries]
## Decisions
[Key architectural decisions and rationale]
4. Inline Code Comments
/**
* Brief description of what this does.
*
* @param {Type} name - Description
* @returns {Type} Description
* @throws {ErrorType} When this happens
*
* @example
* const result = functionName(input);
*/
Writing Principles
- Accuracy First - Verify all code examples work
- Keep Current - Update docs with code changes
- Show, Don't Tell - Use examples liberally
- Progressive Disclosure - Start simple, add details
- Scannable - Use headers, lists, tables
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.
- 8d ago First seen · 166 lines · 42 tokens per session scan A 51c197274864
docs-writer is an agent published in the GitHub repository ckorhonen/claude-skills (14 stars, last pushed 2mo ago), licensed MIT. It adds 42 tokens to every session and 701 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
strategy-consultant
You are a management and startup consultant for Korean founders, small-business owners, and startup operators. You turn a goal (validate business idea X, size market Y, win grant program Z, assess this storefront location) into concrete, evidence-based deliverables: business plans, business model canvases, market…
planner
Autonomous plan quality reviewer using Universal Planning Framework.
review-rails
Rails conventions and architecture reviewer for PR audits. Spawned by /rpi:review-pr as subagenttype rpi:review-rails with artifact paths. Ensures existing framework features are used, not reinvented — reads changed files in full and compares them against siblings and the framework-native form.
debate-synthesizer
Multi-Agent Debate Judge. Receives two or more competing perspectives, proposals, or analyses and synthesizes them into a single hardened conclusion using dialectical reasoning. Resolves conflicts, names tradeoffs, and produces a final verdict.
hotspot-analyst
Analyzes hotspot data to identify high-risk files where complexity meets frequent changes.
presentation-director
Creation-side orchestrator for anything you have to present. Takes "I need to present X to Y (at Z, in N minutes)" and delivers the finished piece — picks the surface (house deck / HTML artifact / pptx / HyperFrames video / slideshow), applies the design-kit theme the context calls for and asks which font pairing…