HyperHierarchicalRAG: Skill for Claude Code

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

readme-i18n is a skill for Claude Code from u9401066/HyperHierarchicalRAG. It costs 0 tokens per session (734 once invoked), scanned A, a copy of readme-i18n, Apache-2.0.

A README translation helper that keeps an English README and a Traditional Chinese version aligned. A README is the main document explaining a software project.

In plain words
What is it for?
It helps translate new content, synchronize both README files, preserve code examples, and check that sections, links, and technical terms match.
Why use it?
It prevents the two versions from drifting apart when features, examples, links, or structure change.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

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

Reuse

Borrowing it

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

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-i18n

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/u9401066/hyperhierarchicalrag/readme-i18n"><img src="https://agentmods.dev/badge/skills/u9401066/hyperhierarchicalrag/readme-i18n.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 734 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.00000 $0.00734
Opus 5 $0.00000 $0.00367
Sonnet 5 $0.00000 $0.00147
Haiku 4.5 $0.00000 $0.00073

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

Security

Grade A, and why

readme-i18n 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-i18n — 0 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-i18n/SKILL.md · 106 lines

What it actually says


name: readme-i18n description: Maintain multilingual README versions (English primary, Chinese translation). Triggers: i18n, 翻譯, translate, 多語言, sync readme, 中英文, bilingual.

Skill: README 國際化 (i18n)

描述

維護 README 的多語言版本,確保中文與英文內容對照同步。

觸發條件

  • 使用者說「更新 README」「sync readme」「翻譯 README」
  • README.md 有變更時
  • 新增功能需要更新文檔時

檔案結構

README.md          # 主 README(英文,Primary)
README.zh-TW.md    # 繁體中文版本(對照翻譯)

執行流程

1. 確認變更來源

如果使用者提供中文內容 → 同步到英文版
如果使用者提供英文內容 → 同步到中文版
如果主 README 變更 → 同步兩個版本

2. 主 README 格式

主 README.md 採用雙語並列格式:

  • 使用語言切換連結在頂部
  • 每個章節先中文後英文
  • 或使用摺疊區塊分隔

3. 翻譯原則

  • 技術術語保持一致(建立術語表)
  • 程式碼範例不翻譯,只翻譯註解
  • 保持 Markdown 結構完全對應
  • 連結指向對應語言版本

4. 同步檢查

## 同步檢查清單
- [ ] 章節數量一致
- [ ] 程式碼區塊一致
- [ ] 連結有效性
- [ ] 術語一致性

術語對照表

中文 English
憲法 Constitution
子法 Bylaws
技能 Skills
記憶庫 Memory Bank
領域驅動設計 Domain-Driven Design (DDD)
資料存取層 Data Access Layer (DAL)
提交 Commit
工作流 Workflow
架構 Architecture
模組化 Modular
跨對話 Cross-conversation

輸出範本

主 README.md 頂部

# Project Name / 專案名稱

[English](#english) | [繁體中文](#繁體中文)

---

## English

(English content here)

---

## 繁體中文

(中文內容在此)

或使用獨立檔案連結

# Project Name

🌐 [English](README.en.md) | [繁體中文](README.zh-TW.md)

(預設語言內容)

相依 Skills

  • readme-updater - 基礎 README 更新邏輯

注意事項

  • 翻譯時保持語氣一致(專業但親切)
  • 不要過度意譯,保持技術準確性
  • Emoji 兩個版本保持一致
  • 更新日期同步標記
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 · 106 lines · 0 tokens per session scan A 3a697e74df57

Subscribe to this mod's changes

readme-i18n is a skill published in the GitHub repository u9401066/HyperHierarchicalRAG (2 stars, last pushed 4mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 734 tokens. A static security scan graded it A with 0 findings. It is 100% identical to readme-i18n, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

multilingual

Convert Hyper-Extract YAML templates to multi-language support. Use when user says: "add translation", "multilingual", "convert language", "support Chinese and English". Trigger: User wants to add Chinese/English/Japanese translation to their template. Skip: User wants to design a new template (use record-designer or…

yifanfeng97/Hyper-Extract · 73 tokens

autograph

Schema-as-code enforcement for any Obsidian vault. Zero hardcoded domains. Use when creating vault cards, checking vault health, running schema compliance, deduplicating entities, generating MOC indexes, running decay cycles, bootstrapping a vault, fixing wikilinks, finding orphans or backlinks, extracting entities…

smixs/agent-second-brain · 89 tokens

dbrain-processor

Personal assistant for processing daily voice/text entries from Telegram. Classifies content, saves thoughts to Obsidian with wiki-links, generates HTML reports. Integrates Your Business context (clients, projects, CRM). Triggers on /process command or daily 21:00 cron.

smixs/agent-second-brain · 60 tokens

bi-clustering

A business-analysis skill that places similar business objects—such as users, products, or shops—into groups. It can use a two-by-two matrix based on two measures or clustering based on several features.

agentscope-ai/QwenPaw-Data · 107 tokens

data-science-analysis

Computes a numeric or categorical answer to a quantitative data-science question by cleaning and analyzing local data files (CSV, Excel, TSV, and scientific formats .npz/.fits/.h5) with pandas, numpy, and scipy. Use whenever a task ships its own dataset (in whatever local directory it provides) and asks you to derive…

agentscope-ai/QwenPaw-Data · 237 tokens

bi-conversion-analysis

A complete analysis of conversion: the percentage of people who move from a starting action, such as visiting, to a target action, such as registering, buying, or paying.

agentscope-ai/QwenPaw-Data · 141 tokens