update-docs

A documentation-maintenance instruction that keeps the project README, GitHub wiki, and Claude instructions aligned with recent changes. A README is the main project guide, and a wiki is a set of linked documentation pages.

In plain words
What is it for?
Use it after changing commands, skills, installation steps, or project behavior so the relevant documentation can be updated and committed.
Why use it?
It reduces the chance that installation, usage, or available-command instructions become outdated. It also keeps internal instructions separate from commands users can run.

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

Made for: Claude Code, Codex.

Per session 10 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 425 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.00010 $0.00425
Opus 5 $0.00005 $0.00212
Sonnet 5 $0.00002 $0.00085
Haiku 4.5 $0.00001 $0.00042

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

Security

Grade A, and why

update-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 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.

.claude/skills/update-docs/SKILL.md · 41 lines

What it actually says

Instruction

Keep all documentation in sync after changes. Three targets:

  1. Root READMEREADME.md at repo root; reflects the full usage and install / upgrade instructions
  2. GitHub wiki — markdown pages in wiki/claude-env.wiki/; committed and pushed to the wiki remote after changes
  3. Root CLAUDE.md - baseline Claude instructions. Keep up to date with relevant bits from the current session. Prefer efficient token usage over verbosity for CLAUDE.md files.

Rules

  • Only list user-invocable: true skills in READMEs — do not expose internal dependency skills
  • Do not conflate internal references with user-invocable commands

Arguments

The user invoked this with: $ARGUMENTS

Instructions

When this skill is invoked:

  1. Read git log --oneline -10 and git diff HEAD~1..HEAD --name-only to understand what changed
  2. Update root README.md if the instruction list changed
  3. Update the wiki:
    • Edit wiki/claude-env.wiki/Home.md with a current overview of available commands and skills
    • Create or update additional wiki pages (e.g. Hook-Permissions.md, Cache-Architecture.md) if the change warrants it
    • Commit and push the wiki changes:
      git -C wiki/claude-env.wiki add -A
      git -C wiki/claude-env.wiki commit -m "docs: sync wiki after <brief summary>"
      git -C wiki/claude-env.wiki push
      
  4. Report what was updated across all three targets
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 · 41 lines · 10 tokens per session scan A 8fffffe1dc58

Subscribe to this mod's changes

update-docs is a skill published in the GitHub repository 1shooperman/claude-env (2 stars, last pushed 2mo ago), licensed MIT. It adds 10 tokens to every session and 425 once invoked, about $0.0001 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-31.

Related

Other skills, from other repositories

mbo-plan

Plan a new objective end-to-end in this repo's docs/mbo Management-By-Objective system — turn a GitHub issue or a gss draft-PR worktree into consistent design/spec/plan artifacts and track it in docs/mbo/index.md. Use this whenever the user wants to START planning or designing a new feature, skill, CLI, or service…

sfc-gh-eraigosa/dotfiles · 260 tokens

wispr-flow-debug

Debug and test the Wispr Flow AutoHotkey dictation triggers (Copilot key + extra keys) from WSL by deploying macos.ahk to the Windows Desktop, reloading AutoHotkey, and reading the debug log. Use when an activation/trigger key isn't starting/stopping dictation, when the overlay clicks land wrong, or when verifying a…

sfc-gh-eraigosa/dotfiles · 87 tokens

pr-list

List GitHub Pull Requests in a Discord-friendly format with status icons, blockquotes, and direct links. Use when the user asks for "pr list", "list PRs", "open pull requests", or a chat-ready summary of PRs for a repository.

sfc-gh-eraigosa/dotfiles · 56 tokens

google-docs

Integration for interacting with Google Docs and Google Workspace using the 'gws' CLI.

sfc-gh-eraigosa/dotfiles · 21 tokens

sync-forks

Check how many of your GitHub forks are out of date and sync them.

sfc-gh-eraigosa/dotfiles · 20 tokens

shell-scripting

Use this skill when writing bash or zsh scripts, parsing arguments, handling errors, or automating CLI workflows. Triggers on bash scripting, shell scripts, argument parsing, process substitution, here documents, signal trapping, exit codes, and any task requiring portable shell script development.

alibaba/anolisa · 60 tokens