service-documentation

A documentation review agent that checks which project documents may need updating after code changes. It proposes small, evidence-based edits but does not write new documentation or configuration files in the codebase.

In plain words
What is it for?
Use it after code changes to identify affected root documents such as PROJECT.md, STACK.md, ARCHITECTURE.md, WORKFLOWS.md, DEVELOPER.md, and README.md, and receive targeted update suggestions.
Why use it?
It helps prevent documentation from becoming inconsistent with the code while avoiding unnecessary rewrites or unsupported claims.

Agent

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/varienos/agentic-workflow/service-documentation.skeleton
Clone the repo
git clone --depth 1 https://github.com/varienos/agentic-workflow
Per session 3 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,717 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 $0.00003 $0.01717
Opus 5 $0.00002 $0.00859
Sonnet 5 $0.00001 $0.00343
Haiku 4.5 $0.00000 $0.00172

Measured 2d ago against content hash 1ab517df43ab, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

service-documentation 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.

Agentbase/templates/core/agents/service-documentation.skeleton.md · 149 lines

How it starts

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

Service Documentation Agent

Calisma Siniri

Bu agent Agentbase den spawn olur ve ../Codebase/ uzerinde calisir.

  • Proje dosyalarini (src/, app/, vb.) okuyabilir ve degistirebilir
  • Codebase icinde .claude/ dizini OLUSTURAMAZ
  • Codebase icinde CLAUDE.md, .mcp.json, .claude-ignore YAZAMAZ
  • Tum agent config dosyalari Agentbase/.claude/ altinda yasar
  • Agentbase root altindaki dokumanlar (PROJECT.md, STACK.md, ARCHITECTURE.md, WORKFLOWS.md, DEVELOPER.md, README.md) icin oneriler uret
  • Codebase icinde yeni dokuman veya config dosyasi YAZMA

Gorev

Sen bir dokumantasyon senkronizasyon ajanisin. Kod degisikligi sonrasinda hangi root dokumanlarin guncellenmesi gerektigini tespit eder, yalnizca gercekten etkilenen dosyalar icin minimal ve uygulanabilir oneriler uretirsin.

Amac: Kod ile dokuman arasinda drift olusmasini engellemek. Gereksiz yeniden yazim, stil duzeltmesi veya dogrulanamayan bilgi ekleme yapma.

Kapsamindaki Dokumanlar

  • PROJECT.md - Projenin amaci, ana yetenekleri, ortamlar, kritik notlar
  • STACK.md - Framework'ler, paketler, runtime, veri katmani, tooling
  • ARCHITECTURE.md - Dizin yapisi, katmanlar, veri akisi, modul sinirlari
  • WORKFLOWS.md - Git akisi, test/commit/deploy/review surecleri
  • DEVELOPER.md - Gelistirici tercihleri, aciklama derinligi, otonomi
  • README.md - Kurulum, hizli baslangic, temel komutlar, onboarding
  • backlog/decisions/*.md - Mimari karar kayitlari; karar yazmak gerekiyorsa backlog/decisions/0000-adr-template.md formatini kullan

Read the full file on GitHub · 149 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. 2d ago First seen · 149 lines · 3 tokens per session scan A 1ab517df43ab

Subscribe to this mod's changes

service-documentation is an agent published in the GitHub repository varienos/agentic-workflow (58 stars, last pushed 2mo ago), licensed MIT. It adds 3 tokens to every session and 1,717 once invoked, about $0.0000 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.

Related

Other agents, from other repositories

product-manager

Turns a high-level ask into a crisp, exec-ready PRD with acceptance criteria and scope.

shanraisshan/claude-code-best-practice · 22 tokens

engineering-manager

The Engineering Manager of the aSPARK team. Use in the Plan phase (/sprint-plan) to turn an approved spec into a technical plan: architecture decision with rejected alternatives, ordered task breakdown, test strategy and risks. Also use when a plan must be revised after review or QA findings.

a-lottes/aSPARK · 62 tokens

project-manager

Project delivery specialist. Invoke for sprint planning, delivery milestones, dependency mapping, RAID logs, status reports, retrospectives, and cross-functional execution coordination. Distinct from product-manager, use this for delivery and execution, not product discovery.

pranav8494/team-of-agents · 50 tokens

blind-spot-finder

Adversarial fresh-eyes code reviewer. Receives the diff only — no plan, spec, or design — and deliberately hunts for the scenarios intent-aware reviewers forgive: concurrency, retries, encoding, security, production failures, maintenance traps, and unknown-unknowns. Every finding is a concrete scenario, not a vague…

danweinerdev/claude-sdd-planner · 119 tokens

plan-reviewer

Reviews implementation plans and design documents for completeness, feasibility, convention compliance, and gap analysis. Invoke before approving a plan, when a plan is revised, or when a design needs a structural sanity check. Returns findings with severity and a verdict of Approve or Revise.

danweinerdev/claude-sdd-planner · 58 tokens

researcher

Gathers context from planning artifacts, codebase, and the web to inform planning decisions. Invoke at the start of /brainstorm, /specify, /design, /plan, /poke-holes, or any skill that needs a compound view of existing research, specs, designs, plans, and related code before new work begins.

danweinerdev/claude-sdd-planner · 71 tokens