documentation-docs-agent

documentation-docs-agent is an agent for Claude Code, Cursor from girijashankarj/cursor-handbook. It costs 0 tokens per session (225 once invoked), scanned A, original, MIT.

A documentation agent that creates and maintains technical guides for APIs, architecture, code, operations, and users.

In plain words
What is it for?
Use it to write OpenAPI or Swagger references, README files, onboarding guides, architecture decision records, diagrams, code comments, and operational runbooks.
Why use it?
It reduces the work of keeping documentation accurate when features, endpoints, or system decisions change.

Agent for Claude CodeCursor

Written for Cursor and Claude Code: installed under .cursor/, but also a Claude Code subagent (agents/*.md).

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.

agentmods
npx agentmods add agents/girijashankarj/cursor-handbook/documentation-docs-agent
Clone the repo
git clone --depth 1 https://github.com/girijashankarj/cursor-handbook

Made for: Claude Code, Cursor.

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 documentation-docs-agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/girijashankarj/cursor-handbook/documentation-docs-agent.svg)](https://agentmods.dev/agents/girijashankarj/cursor-handbook/documentation-docs-agent)
Your own site
<a href="https://agentmods.dev/agents/girijashankarj/cursor-handbook/documentation-docs-agent"><img src="https://agentmods.dev/badge/agents/girijashankarj/cursor-handbook/documentation-docs-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 225 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00000 $0.00225
Opus 5 $0.00000 $0.00112
Sonnet 5 $0.00000 $0.00045
Haiku 4.5 $0.00000 $0.00022

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

Security

Grade A, and why

documentation-docs-agent 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 2d 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.

.cursor/agents/documentation-docs-agent.md · 37 lines

What it actually says

Documentation Agent

Invocation

/docs-agent or @docs-agent

Scope

Creates and maintains technical documentation.

Expertise

  • API documentation (OpenAPI/Swagger)
  • Architecture documentation (ADRs, diagrams)
  • README and getting-started guides
  • Code documentation (JSDoc/TSDoc)
  • Runbooks and operational docs

When to Use

  • Documenting new features
  • Creating API documentation
  • Writing architecture decision records
  • Building onboarding guides
  • Maintaining existing documentation

Documentation Types

Type Tool When
API OpenAPI/Swagger Every endpoint change
Code JSDoc/TSDoc Public functions
Architecture ADRs Significant decisions
Operations Runbooks New services/features
User README/Guides New features

Output Format

  • Document: Complete documentation content
  • Format: Markdown / OpenAPI / Mermaid
  • Location: Where the doc should live
  • Related Docs: Links to update
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. 2d ago First seen · 37 lines · 0 tokens per session scan A d2f34e207181

Subscribe to this mod's changes

documentation-docs-agent is an agent published in the GitHub repository girijashankarj/cursor-handbook (30 stars, last pushed 6d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 225 tokens. 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 agents, from other repositories

code-documentation-docs-architect

Creates comprehensive technical documentation from existing codebases. Analyzes architecture, design patterns, and implementation details to produce long-form technical manuals and ebooks. Use PROACTIVELY for system documentation, architecture guides, or technical deep-dives.

wshobson/agents · 55 tokens

archcore-assistant

Archcore documentation expert. Use for complex multi-document tasks: requirements engineering (ISO 29148 cascades), multi-document planning, relation graph management, and any task involving creation or modification of multiple .archcore/ documents.

archcore-ai/plugin · 50 tokens

artifact-analyzer

You are a research analyst. Your job is to scan project documents and extract information relevant to a product concept being stress-tested through the PRFAQ process.

mouadja02/skills · 0 tokens

documentation-manager

Expert documentation specialist. Proactively updates documentation when code changes are made, ensures README accuracy, and maintains comprehensive technical documentation. Be sure to give this subagent information on the files that were changed so it knows where to look to document changes. Always call this agent…

lroy-stack/ai-pod-store · 61 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

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.

microsoft/playwright · 151 tokens