asset-aware-mcp: Skill for Claude Code

.claude/skills/readme-updater/SKILL.md

readme-updater is a skill for Claude Code from u9401066/asset-aware-mcp. It costs 40 tokens per session (419 once invoked), scanned A, a copy of readme-updater, Apache-2.0.

A skill for updating README.md when a project's code or configuration changes. A README is the main document explaining how a project works and how to use it.

In plain words
What is it for?
Reviewing changes, identifying which README sections need updates, and proposing or applying matching edits for new features, dependencies, API changes, structure changes, and configuration options.
Why use it?
It helps prevent installation steps, feature lists, examples, and project-structure notes from becoming outdated. It also leaves sections such as licensing and contribution guidance unchanged.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is u9401066/asset-aware-mcp's own configuration. It tells Claude Code how to work on asset-aware-mcp 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 asset-aware-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to u9401066/asset-aware-mcp. 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/u9401066/asset-aware-mcp/main/.claude/skills/readme-updater/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/u9401066/asset-aware-mcp

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 readme-updater

README.md
[![agentmods](https://agentmods.dev/badge/skills/u9401066/asset-aware-mcp/readme-updater/github.svg)](https://agentmods.dev/skills/u9401066/asset-aware-mcp/readme-updater)
Your own site
<a href="https://agentmods.dev/skills/u9401066/asset-aware-mcp/readme-updater"><img src="https://agentmods.dev/badge/skills/u9401066/asset-aware-mcp/readme-updater/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 readme-updater

Your own site · 80×15
<a href="https://agentmods.dev/skills/u9401066/asset-aware-mcp/readme-updater"><img src="https://agentmods.dev/badge/skills/u9401066/asset-aware-mcp/readme-updater.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 419 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 100% copy Near-identical to another mod 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.00040 $0.00419
Opus 5 $0.00020 $0.00210
Sonnet 5 $0.00008 $0.00084
Haiku 4.5 $0.00004 $0.00042

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

Security

Grade A, and why

readme-updater 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 10d 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.

Origin

This is a copy

100% identical to readme-updater — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/readme-updater/SKILL.md · 62 lines

What it actually says

README 更新技能

描述

智能更新 README.md,保持與程式碼同步。

觸發條件

  • 「更新 README」
  • 被 git-precommit 編排器調用
  • 新增重要功能後

法規依據

  • 憲法:CONSTITUTION.md 第 6 條

更新策略

1. 偵測變更類型

  • 新功能 → 更新功能列表
  • 新依賴 → 更新安裝說明
  • API 變更 → 更新使用範例
  • 結構變更 → 更新專案結構

2. 更新區塊

區塊 條件
功能列表 新增/移除功能
安裝說明 依賴變更
使用範例 API 變更
專案結構 目錄結構變更
配置說明 新增設定選項

3. 保持區塊

以下區塊不自動修改:

  • 授權資訊
  • 貢獻指南
  • 致謝

輸出格式

📝 README 更新分析

變更偵測:
  ✅ 新增功能:用戶認證模組
  ✅ 新增依賴:bcrypt

建議更新:
  [功能列表] 新增「🔐 用戶認證」
  [安裝說明] 新增 bcrypt 安裝指令

預覽:
  ## 功能
  - 🤖 Claude Skills
  - 📝 Memory Bank
+ - 🔐 用戶認證(新增)
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. 10d ago First seen · 62 lines · 40 tokens per session scan A 7efacb4649db

Subscribe to this mod's changes

readme-updater is a skill published in the GitHub repository u9401066/asset-aware-mcp (0 stars, last pushed 23d ago), licensed Apache-2.0. It adds 40 tokens to every session and 419 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to readme-updater, differing in 2 lines, and is treated as a copy.

Related

Other skills, from other repositories

redlines

Use when you need to generate tracked changes in Word documents from diff output, apply redlines from AI agents to DOCX files, or convert text diffs into native Word revisions.

LegalQuants/lq-skills · 39 tokens

office-word-diff

Use when you need to apply word-level tracked changes to Microsoft Word documents programmatically, preserve formatting through diffs, or integrate with Office.js for document transformation.

LegalQuants/lq-skills · 37 tokens

superdoc-redlines

Use when you need to apply tracked changes and comments to DOCX files programmatically, merge multi-agent edits with conflict resolution, or produce native Word revisions from AI agent output.

LegalQuants/lq-skills · 40 tokens

corpus-knowledge-engineering

Turn document corpora (books, merged TXT, PDF/EPUB, OCR text) into structured agent knowledge: normalize → deterministic source segmentation → chapter maps with provenance → book skills → evaluation gates. Use when the user wants to convert books/materials into AI skills, build a knowledge base from a corpus, evaluate…

gootf/corpus-knowledge-engineering · 89 tokens

deckprobe

Inspect PDF, Microsoft Office (docx/xlsx/pptx and legacy doc/xls/ppt), and Apple iWork (key/numbers/pages) files without opening or rendering them. Use for page and slide and sheet counts, title/author/created metadata, encryption and macro and digital-signature and JavaScript risk signals, sheet and table structure…

deckflow/deckprobe · 130 tokens

法律文件脱敏处理

A browser-based and Python tool for removing sensitive details from legal Word documents and restoring them later. It can replace information such as names, dates, prices, bank accounts and case numbers while preserving document formatting.

moyupeng0422/legal-doc-redactor · 128 tokens