docs

docs is a skill for Claude Code, Codex from latitude-dev/latitude-llm. It costs 79 tokens per session (2,180 once invoked), scanned A, original, MIT.

A documentation process that records lasting knowledge about a repository in Markdown files such as dev-docs and AGENTS.md.

In plain words
What is it for?
Use it to review the current conversation and code changes, update domain documentation, and preserve repository-wide instructions.
Why use it?
It keeps architecture, rules, and decisions from being lost after a feature, fix, refactor, or schema change is completed.

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/latitude-dev/latitude-llm/docs
Any agent
npx skills add latitude-dev/latitude-llm --skill docs
Clone the repo
git clone --depth 1 https://github.com/latitude-dev/latitude-llm

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 docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/latitude-dev/latitude-llm/docs.svg)](https://agentmods.dev/skills/latitude-dev/latitude-llm/docs)
Your own site
<a href="https://agentmods.dev/skills/latitude-dev/latitude-llm/docs"><img src="https://agentmods.dev/badge/skills/latitude-dev/latitude-llm/docs.svg" alt="Measured on agentmods" height="20"></a>
Per session 79 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,180 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.00079 $0.02180
Opus 5 $0.00039 $0.01090
Sonnet 5 $0.00016 $0.00436
Haiku 4.5 $0.00008 $0.00218

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

Security

Grade A, and why

docs 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 4d 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.

.agents/skills/docs/SKILL.md · 215 lines

How it starts

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

Documentation Sync

Purpose

Use this skill to keep durable repository knowledge in sync with the current coding session.

The sources of truth are:

  1. the current conversation
  2. the current git changes
  3. the existing dev-docs/*.md, relevant specs/*.md, and AGENTS.md

This skill is for durable knowledge, not changelog prose.

Repository docs and specs

  • dev-docs/ contains precise and exhaustive Markdown documentation for each domain or system (top-level *.md files).
  • docs/ holds the Mintlify product docs site (docs.json, topical folders such as getting-started/ and telemetry/, plus images/, logo/, favicons).
  • Each domain doc file should cover how the domain or system is architected, built, designed, and structured.
  • Keep domain docs organized by domain/system (for example: dev-docs/reliability.md, dev-docs/evaluations.md, dev-docs/annotations.md, dev-docs/scores.md, dev-docs/issues.md, dev-docs/simulations.md, dev-docs/organizations.md, dev-docs/projects.md, dev-docs/users.md, dev-docs/settings.md, dev-docs/spans.md).
  • specs/ is a temporary folder used while a feature or system is under construction.
  • Each spec or PRD in specs/ should have its own Markdown file and usually include a task list to track progress.
  • Specs define exactly what, how, and why to build while the feature is under construction, so temporary overlap with docs is acceptable.
  • Docs should describe the intended final system after all planned phases are complete, including post-MVP phases, precisely enough to remain authoritative after the corresponding spec is deleted.
  • Docs should not be written as a snapshot of the repository's currently implemented state.
  • If some part of the final design is still not fully specified, docs may say that the exact detail is still pending precise definition, but they should still be framed around the final intended system.
  • When working on a spec, proactively ask clarifying questions and challenge assumptions, gaps, ambiguities, and trade-offs as needed to build the best possible spec.

Read the full file on GitHub · 215 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. 4d ago First seen · 215 lines · 79 tokens per session scan A 229986b4fcbe

Subscribe to this mod's changes

docs is a skill published in the GitHub repository latitude-dev/latitude-llm (4,611 stars, last pushed yesterday), licensed MIT. It adds 79 tokens to every session and 2,180 once invoked, about $0.0004 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.