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.
npx agentmods add skills/1shooperman/claude-env/update-docsnpx skills add 1shooperman/claude-env --skill update-docsgit clone --depth 1 https://github.com/1shooperman/claude-envWhat 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.
| Model | Per session | Once 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 |
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.
What it actually says
Instruction
Keep all documentation in sync after changes. Three targets:
- Root README —
README.mdat repo root; reflects the full usage and install / upgrade instructions - GitHub wiki — markdown pages in
wiki/claude-env.wiki/; committed and pushed to the wiki remote after changes - 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: trueskills 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:
- Read
git log --oneline -10andgit diff HEAD~1..HEAD --name-onlyto understand what changed - Update root
README.mdif the instruction list changed - Update the wiki:
- Edit
wiki/claude-env.wiki/Home.mdwith 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
- Edit
- Report what was updated across all three targets
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.
- 2d ago First seen · 41 lines · 10 tokens per session scan A 8fffffe1dc58
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.
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…
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…
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.
google-docs
Integration for interacting with Google Docs and Google Workspace using the 'gws' CLI.
sync-forks
Check how many of your GitHub forks are out of date and sync them.
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.