docs-standards

docs-standards is a skill for Claude Code from saeedkolivand/ai-job-hunter-app. It costs 56 tokens per session (1,085 once invoked), scanned A, original, Apache-2.0.

Rules for keeping project documentation aligned with the code. They map document types to code areas, favour short links to the source of truth, and require updating the project graph when documentation changes.

In plain words
What is it for?
They help maintain technical documentation, connect it to the relevant code, and update documentation-related knowledge graphs.
Why use it?
They reduce outdated or duplicated instructions that can mislead developers and agents.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit They help maintain technical documentation, connect it to the relevant code, and update documentation-related knowledge graphs.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/saeedkolivand/ai-job-hunter-app/docs-standards
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.

Any agent
npx skills add saeedkolivand/ai-job-hunter-app --skill docs-standards
Clone the repo
git clone --depth 1 https://github.com/saeedkolivand/ai-job-hunter-app

Made for: Claude Code.

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-standards

README.md
[![agentmods](https://agentmods.dev/badge/skills/saeedkolivand/ai-job-hunter-app/docs-standards/github.svg)](https://agentmods.dev/skills/saeedkolivand/ai-job-hunter-app/docs-standards)
Your own site
<a href="https://agentmods.dev/skills/saeedkolivand/ai-job-hunter-app/docs-standards"><img src="https://agentmods.dev/badge/skills/saeedkolivand/ai-job-hunter-app/docs-standards/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for docs-standards

Your own site · 80×15
<a href="https://agentmods.dev/skills/saeedkolivand/ai-job-hunter-app/docs-standards"><img src="https://agentmods.dev/badge/skills/saeedkolivand/ai-job-hunter-app/docs-standards.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 56 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,085 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00056 $0.01085
Opus 5 $0.00028 $0.00543
Sonnet 5 $0.00011 $0.00217
Haiku 4.5 $0.00006 $0.00109

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

Security

Grade A, and why

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

.claude/skills/docs-standards/SKILL.md · 56 lines

How it starts

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

Docs standards (project-steward)

Code → docs map

  • IPC contract change (packages/shared/src/ipc/contracts/) → write the prose as TSDoc on the contract member, then pnpm gen:api. docs/API.md is generated (scripts/gen-api-docs.mjs) and must never be hand-edited; CI enforces freshness via pnpm gen:api:check.
  • New domain/module or boundary change → docs/knowledge/ + docs/ARCHITECTURE.md.
  • Export/template change → docs/EXPORT_TEMPLATES.md + docs/knowledge/resume-domain.md.
  • Scraping/provider change → docs/knowledge/automation-domain.md.
  • Design-system change → docs/DESIGN_SYSTEM.md.
  • Architecture / module / IPC-contract / registry change → also refresh the landing diagrams apps/landing/src/data/architecture-map.ts + apps/landing/src/content/how-it-works/body.html, then run pnpm check:landing-drift (CI enforces it via the Lint & Format job).
  • A durable architecture decision → an ADR in docs/knowledge/decision-records/.

No-drift rule (thin pointers)

Applies to everything under docs/, not only docs/knowledge/ — that is the scope reviewers enforce, so it is the scope to write to.

Describe shape and contracts; never copy drift-prone literals (scoring weights, thresholds, template/board/applier counts, function signatures, enum members, file lists). Point at the owning source symbol instead (weights → commands/match_resume.rs; templates → export/templates/mod.rs; registries → scraping/boards/mod.rs (SCRAPERS)).

The ~150-line cap is narrower than the rule around it: it applies to docs/knowledge/ files only, not to every page under docs/.

Self-check before saving a doc edit: for every number, name or signature on the page, ask "if someone changed this in the code tomorrow, would this page silently become a lie?" If yes, replace it with a pointer to where it lives.

Generated pages are exempt because they are not editable at all. A file opening with a GENERATED FILE banner (docs/API.md) is rendered from its source by a script; restating the contract is its whole purpose. Fix the TSDoc on the contract member and re-run the generator — never the page.

Read the full file on GitHub · 56 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. 7d ago First seen · 56 lines · 56 tokens per session scan A f8af0857a971

Subscribe to this mod's changes

docs-standards is a skill published in the GitHub repository saeedkolivand/ai-job-hunter-app (54 stars, last pushed today), licensed Apache-2.0. It adds 56 tokens to every session and 1,085 once invoked, about $0.0003 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-09-03.

Related

Other skills, from other repositories

anarlog

Query Anarlog meetings, notes, summaries, transcripts, participants, action items, and recurring history. Use when a user asks about their Anarlog meeting data or needs meeting context for another task.

fastrepl/anarlog · 44 tokens

wayfinder

Plan large multi-session initiatives wrapped in fog as a map of linked decision tickets, resolving them sequentially without context degradation.

DDS-Solutions/AI-TadPole-OS · 27 tokens

resume-builder

Generate professional resumes that conform to the Reactive Resume schema. Use when the user wants to create, build, or generate a resume through conversational AI, or asks about resume structure, sections, or content. This skill guides the agent to ask clarifying questions, avoid hallucination, and produce valid JSON…

amruthpillai/reactive-resume · 71 tokens

gh-file-issue

Use when filing a new Codewhale GitHub issue: turn a bug or idea into a well-formed, actionable issue with repro, acceptance criteria, labels, and milestone.

Hmbown/CodeWhale · 41 tokens

gh-treasure-hunt

Hunt the issue/PR queue for highest value-over-risk wins: clean focused community PRs, already-implemented issues to close, safe quick-fixes.

Hmbown/CodeWhale · 39 tokens

factory-mcp

Use the Warp Factory MCP to hand work to a software factory and collaborate with it — bundle local work and send it to the cloud, find factory tasks from a Slack thread / Linear ticket / description, and pull a task down to test or iterate locally and hand it back.

warpdotdev/warp · 58 tokens