asset-aware-mcp: Skill for Claude Code

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

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

A skill that updates a project's ROADMAP.md file, the document that tracks planned, active, and completed work. It can match completed features to roadmap items and suggest missing entries.

In plain words
What is it for?
Use it after completing features, during roadmap reviews, or from a Git pre-commit workflow to update status markers and preview changes.
Why use it?
It reduces the manual work of keeping project plans accurate after features are finished.

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/roadmap-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 roadmap-updater

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/u9401066/asset-aware-mcp/roadmap-updater"><img src="https://agentmods.dev/badge/skills/u9401066/asset-aware-mcp/roadmap-updater.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 285 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.00043 $0.00285
Opus 5 $0.00022 $0.00143
Sonnet 5 $0.00009 $0.00057
Haiku 4.5 $0.00004 $0.00028

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

Security

Grade A, and why

roadmap-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 roadmap-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/roadmap-updater/SKILL.md · 45 lines

What it actually says

ROADMAP 更新技能

描述

根據完成的功能自動更新 ROADMAP.md。

觸發條件

  • 「更新 roadmap」
  • 被 git-precommit 編排器調用
  • 完成規劃中的功能後

功能

1. 狀態標記

📋 計劃中 → 🚧 進行中 → ✅ 已完成

2. 自動偵測

分析 commit 內容,匹配 ROADMAP 中的項目

3. 建議新增

如果完成了 ROADMAP 未列出的功能,建議添加

輸出格式

🗺️ ROADMAP 更新

匹配到的項目:
  ✅ 用戶認證 → 標記為已完成
  🚧 API 文檔 → 保持進行中

建議新增:
  - 新增「密碼重設」到已完成

預覽:
## 已完成 ✅
+ - [x] 用戶認證 (2025-12-15)
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 · 45 lines · 43 tokens per session scan A b11972b7531f

Subscribe to this mod's changes

roadmap-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 43 tokens to every session and 285 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 roadmap-updater, differing in 2 lines, and is treated as a copy.

Related

Other skills, from other repositories