Note
This README was generated by SKILL.
BILINGUAL GITHUB WIKIS AUTO-GENERATED FROM YOUR SOURCE!
A Claude Code skill that derives multi-page bilingual GitHub wikis from CLAUDE.md, with full-file reads, selective page regeneration, and shared author config
Install to
~/.claude/skills/wiki-generate/· SKILL.md
- Bilingual Paired Pages — Every topic outputs
Page.md+Page.zh.mdwith aligned section structure, identical tables, and untranslated identifiers so function and env-var names stay grep-friendly across languages. - Page Set Derived from CLAUDE.md — 6–12 pages auto-derived from CLAUDE.md headings and project signals; covers Home, Getting-Started, Core-Concepts, Architecture, Configuration, CLI/API Reference, plus subsystem pages such as MCP-Integration or Skill-System.
- Full-File Read Contract —
analyze_project.pyJSON is treated as a symbol index only; each page enforces complete reads of entry points, dispatch loops, env handlers and CLAUDE.md so wikis capture branches and edge cases instead of just signatures. - Selective Regeneration —
--only home,configurationrefreshes specific pages without reading or overwriting others;--pagesoverrides the auto-derived set for first-run customization. - Shared Author Config — Reuses
~/.skill-readme-generate.jsonfrom readme-generate so author name, email, URL, and GitHub owner are configured once across both skills.
graph TB
User[User] -->|/wiki-generate| SKILL[SKILL.md<br/>Orchestration]
SKILL --> Config[setup_config.py<br/>Author Config]
SKILL --> Analyze[analyze_project.py<br/>Symbol Index]
SKILL --> ReadSrc[Read Tool<br/>Full-File Reads]
Config --> JSON[~/.skill-readme-generate.json]
Analyze --> Derive[Page Set Derivation]
ReadSrc --> Derive
Derive --> Wiki[.wiki/Page.md<br/>+ Page.zh.md]
This project is licensed under the MIT LICENSE.