technical-documentation

technical-documentation is a skill for Claude Code, Codex from JPeetz/agent-skills. It costs 115 tokens per session (7,284 once invoked), scanned B, original, no licence file.

A tool for creating, maintaining, and reviewing technical documentation, including README files, architecture decision records, API documentation, runbooks, onboarding guides, changelogs, knowledge bases, and agent context files.

In plain words
What is it for?
Use it to write or audit project documentation, record architecture decisions, explain APIs, document operational procedures, and maintain files such as AGENTS.md or CLAUDE.md.
Why use it?
It helps keep documentation accurate and consistent across the places developers use to understand and operate a project.

Skill for Claude CodeCodex

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 skills/jpeetz/agent-skills/technical-documentation
Any agent
npx skills add JPeetz/agent-skills --skill technical-documentation
Clone the repo
git clone --depth 1 https://github.com/JPeetz/agent-skills

Made for: Claude Code, Codex.

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 technical-documentation

README.md
[![agentmods](https://agentmods.dev/badge/skills/jpeetz/agent-skills/technical-documentation.svg)](https://agentmods.dev/skills/jpeetz/agent-skills/technical-documentation)
Your own site
<a href="https://agentmods.dev/skills/jpeetz/agent-skills/technical-documentation"><img src="https://agentmods.dev/badge/skills/jpeetz/agent-skills/technical-documentation.svg" alt="Measured on agentmods" height="20"></a>
Per session 115 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,284 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
Origin unknown 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.00115 $0.07284
Opus 5 $0.00057 $0.03642
Sonnet 5 $0.00023 $0.01457
Haiku 4.5 $0.00012 $0.00728

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

Security

Grade B, and why

technical-documentation scanned grade B with 1 finding 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 4d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/validate_skill.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Recursive force deletemediumDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

includes `DROP TABLE`, `DELETE FROM`, `TERMINATE`, `rm -rf`, or similar

Downgraded: this mod is about security review, or the phrase is quoted, so it is likely naming the pattern rather than instructing it.

skills/documentation-content/technical-documentation/SKILL.md · 831 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 831 lines · 115 tokens per session scan B adeb05cc4d35

Subscribe to this mod's changes

technical-documentation is a skill published in the GitHub repository JPeetz/agent-skills (5 stars, last pushed 4d ago), with no licence file. It adds 115 tokens to every session and 7,284 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it B with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

documentation

Technical writing, API docs, and documentation best practices.

miles990/claude-software-skills · 12 tokens

documentation-standards

Use when writing README files, API documentation, user guides, or technical documentation following industry standards from Google, Microsoft, and GitLab style guides.

MadAppGang/claude-code · 34 tokens

documentation-patterns

Technical documentation patterns for READMEs, ADRs, API docs (OpenAPI 3.1), changelogs, and writing style guides. Use when creating project documentation, writing architecture decisions, documenting APIs, or maintaining changelogs.

yonatangross/orchestkit · 53 tokens

ingest-l1

L1 analysis loop for the abapwiki knowledge base: for each batch it launches the abap-analyzer sub-agent in parallel, then the adversarial judge abap-deepcheck (separate session), applies only the analyses that pass the fail-closed gate, and commits. Resumes exactly after an interruption. Use this skill to document…

Gixsy95/abap_wiki · 91 tokens

research-l2

Executes Phases 1-3 of the L2 process of the abapwiki knowledge base on a slice: launches the abap-functional-researcher sub-agent (gap discovery + multi-source auto-research: wiki -> raw/docs -> MCP abap-fs on the system read-only -> standard knowledge), ingests gaps and evidence, and generates questionnaires for…

Gixsy95/abap_wiki · 115 tokens

slice-init

Creates an L2 slice in the abapwiki knowledge base: a business process on which to build functional documentation. Writes the manifest (curated anchors + mandatory real owner) and derives the membership from the dependency graph (BFS hop<=2). Use this skill to start the L2 process on a custom domain. Does not promote…

Gixsy95/abap_wiki · 86 tokens