docs-manager

docs-manager is a skill for Claude Code, Codex from conectlens/lenserfight. It costs 72 tokens per session (690 once invoked), scanned A, original, MIT.

A documentation workflow for updating or adding pages under a project’s documentation folders and navigation.

In plain words
What is it for?
Use it to write tutorials, how-to guides, reference pages, or explanations, update the VitePress sidebar, and validate the documentation build.
Why use it?
It helps keep documentation aligned with the code, organized by purpose, available in active languages, and build-checked.

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

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/conectlens/lenserfight/docs-manager.svg)](https://agentmods.dev/skills/conectlens/lenserfight/docs-manager)
Your own site
<a href="https://agentmods.dev/skills/conectlens/lenserfight/docs-manager"><img src="https://agentmods.dev/badge/skills/conectlens/lenserfight/docs-manager.svg" alt="Measured on agentmods" height="20"></a>
Per session 72 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 690 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.00072 $0.00690
Opus 5 $0.00036 $0.00345
Sonnet 5 $0.00014 $0.00138
Haiku 4.5 $0.00007 $0.00069

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

Security

Grade A, and why

docs-manager 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 5d 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-manager/SKILL.md · 59 lines

How it starts

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

docs-manager

Helps with documentation work in this repo.

Sources of truth

What to verify Where to look
Feature behavior libs/domains/*
Platform rules libs/platform/*
DB schema / RLS supabase/migrations/*
CLI commands & flags apps/cli/src/commands/*
Existing doc content docs/en/** (default) · other active locales (e.g. docs/tr/**)
Sidebar config apps/docs/.vitepress/config.ts

Diátaxis quick guide

Type Folder For
tutorial tutorials/ Learning by doing
how-to how-to/ Reaching a goal
reference reference/ Looking things up
explanation explanation/ Understanding concepts

When unsure: how-to if the reader does something; reference if they look up something.

Language flow (GRASP — Information Expert + Pure Fabrication)

/en/ is the default and the Information Expert for documentation content — the canonical source other locales are derived from. Write or update English first, then adapt to each other active locale (e.g. /tr/) as a downstream port. This keeps a single authoritative origin and prevents conflicting edits across languages (low coupling, high cohesion).

  • Always create/update the docs/en/** page first.
  • After EN is correct, adapt to each other active locale present under docs/<lang>/**.
  • If a locale's page doesn't exist yet, mirror the structure and mark untranslated prose with <!-- TODO: translate -->.

SEO & GEO

Write pages so both search engines and generative-AI answer engines can surface them: meaningful title/description frontmatter, clear H1, semantic headings, plain factual phrasing, and unambiguous entity names (product, command, API).

Suggested flow

  1. Find the gap — grep docs/en/ (and other active locale folders), check the sidebar.
  2. Compare doc against the source of truth listed above.
  3. Update only what drifted. Keep the existing voice.
  4. Write/update EN first, then adapt to other active locales.
  5. Update apps/docs/.vitepress/config.ts if a page was added or moved.
  6. Run pnpm nx build docs and fix broken links.

Read the full file on GitHub · 59 lines

Files

What ships with it

1 file 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. 5d ago First seen · 59 lines · 72 tokens per session scan A aaa9a7a2ecf8

Subscribe to this mod's changes

docs-manager is a skill published in the GitHub repository conectlens/lenserfight (19 stars, last pushed 25d ago), licensed MIT. It adds 72 tokens to every session and 690 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.

Related

Other skills, from other repositories

evaluate-pattern-adoption

Run or plan this repository's pattern-adoption evidence evaluation locally with signed-in Codex agents. Use when asked to refresh stale evidence, assess stable or exploratory patterns, evaluate one or all catalog patterns, discover possible new patterns, or prepare a reviewable evidence PR without model-backed GitHub…

PaulDuvall/ai-development-patterns · 68 tokens

contributing-to-awesome-claude

Use when writing, testing, or preparing ANY contribution or pull request to the JSONbored/awesome-claude (HeyClaude) repo — adding a community content entry (agent/MCP server/skill/hook/command/rule/guide/collection/statusline), or making a platform/code change (website, registry package, MCP package, scripts). The…

JSONbored/awesome-claude · 209 tokens

contributor-pipeline-gardening

Maintenance of the contributor issue pipeline for JSONbored/awesome-claude (HeyClaude) — closing issues that are already done but not marked so, and keeping a small, high-value contributor-available backlog stocked with real website/content/feature/bugfix work. Runs every 24h via a dedicated scheduled task. Invoke for…

JSONbored/awesome-claude · 196 tokens

skills

本目录保存按需阅读的项目参考文档。根目录 CLAUDE.md 负责最小项目上下文与硬性约定;本文档用于选择更详细的专题文档。.

neopen/video-clip-agent · 0 tokens

rails-audit-skill

Perform comprehensive technical reviews of Ruby on Rails applications. Runs automated analysis tools (RubyCritic, Brakeman, bundler-audit, Gitleaks, Debride, linters, SimpleCov, Rails stats, Rails ERD), analyzes code for architecture, security, authorization (Pundit/CanCanCan), dead code, and design issues, and…

rubyroidlabs/rails-audit-skill · 118 tokens

caching-strategies

When improving read performance and reducing database load.

KraitDev/skiLL.Md · 15 tokens