agents-reverse-engineer: Skill for Claude Code

.claude/skills/are-update/SKILL.md

are-update is a skill for Claude Code from GeoloeG-IsT/agents-reverse-engineer. It costs 10 tokens per session (442 once invoked), scanned A, original, MIT.

A procedure for updating documentation only for files that have changed since the previous run. It uses an external documentation-update command and reports progress while it runs.

In plain words
What is it for?
Use it to refresh documentation for changed files, monitor the update process, and review which files changed, stayed untouched, or had unused documentation removed.
Why use it?
It avoids manually finding which documentation is out of date after code changes. It can also include uncommitted changes or preview the work without applying it.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

This is GeoloeG-IsT/agents-reverse-engineer's own configuration. It tells Claude Code how to work on agents-reverse-engineer itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything agents-reverse-engineer configures →

Reuse

Borrowing it

Nothing to install: this file belongs to GeoloeG-IsT/agents-reverse-engineer. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/GeoloeG-IsT/agents-reverse-engineer/main/.claude/skills/are-update/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/GeoloeG-IsT/agents-reverse-engineer

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/geoloeg-ist/agents-reverse-engineer/are-update.svg)](https://agentmods.dev/skills/geoloeg-ist/agents-reverse-engineer/are-update)
Your own site
<a href="https://agentmods.dev/skills/geoloeg-ist/agents-reverse-engineer/are-update"><img src="https://agentmods.dev/badge/skills/geoloeg-ist/agents-reverse-engineer/are-update.svg" alt="Measured on agentmods" height="20"></a>
Per session 10 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 442 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.00010 $0.00442
Opus 5 $0.00005 $0.00221
Sonnet 5 $0.00002 $0.00088
Haiku 4.5 $0.00001 $0.00044

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

Security

Grade A, and why

are-update 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 8d 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/are-update/SKILL.md · 42 lines

What it actually says

Update documentation for files that changed since last run.

Steps

  1. Read version: Read .claude/ARE-VERSION → store as $VERSION. Show the user: agents-reverse-engineer v$VERSION

  2. Run the update command in the background using run_in_background: true:

    npx agents-reverse-engineer@$VERSION update --backend claude $ARGUMENTS
    
  3. Monitor progress by polling the latest progress log:

    • Wait ~15 seconds (use sleep 15 in Bash), then use Glob to find the latest .agents-reverse-engineer/progress-*.log file, and Read it (use the offset parameter to read only the last ~20 lines for long files)
    • Show the user a brief progress update (e.g. "12/30 files updated, ~5m remaining")
    • Check whether the background task has completed using TaskOutput with block: false
    • Repeat until the background task finishes
    • Important: Keep polling even if no progress log exists yet (the command takes a few seconds to start writing)
  4. On completion, read the full background task output and summarize:

    • Files updated
    • Files unchanged
    • Any orphaned docs cleaned up

Options:

  • --uncommitted: Include staged but uncommitted changes
  • --dry-run: Show what would be updated without writing
  • --eval: Namespace output by backend.model for side-by-side comparison
  • --concurrency N: Control number of parallel AI calls (default: auto)
  • --fail-fast: Stop on first file analysis failure
  • --debug: Show AI prompts and backend details
  • --trace: Enable concurrency tracing to .agents-reverse-engineer/traces/
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. 8d ago First seen · 42 lines · 10 tokens per session scan A cf4c5197ee3d

Subscribe to this mod's changes

are-update is a skill published in the GitHub repository GeoloeG-IsT/agents-reverse-engineer (20 stars, last pushed 1mo ago), licensed MIT. It adds 10 tokens to every session and 442 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-30.