Generates professional bilingual (EN + ZH-TW) README and documentation by analyzing the project source. Ideal when you need consistent, localized README.md and doc sets, including architecture and detailed docs.
Key features:
--only targets to limit output.Requires initial author config (~/.skill-readme-generate.json).
README-generate is a bilingual (EN/ZH-TW) README generator skill that analyzes codebases and produces polished documentation including README, detailed docs, and architecture diagrams. Two scripts: analyze_project.py (well-structured AST/regex-based code analyzer) and setup_config.py (clean config manager). Both scripts require proper arguments to run — they failed in DRY_RUN mode because analyze_project.py needs a project path and setup_config.py requires either a TTY or explicit write arguments. No security concerns; scripts are read-only analyzers and a simple config writer.
Well-crafted skill with thorough documentation. Scripts are benign — no network calls, no writes to sensitive locations, no credential handling. The SKILL.md is unusually detailed with mandatory sections, validation checklists, and example outputs. Minor architectural concern: SKILL.md length (28KB+) could be a context issue for some agents, though it's well-organized with clear headings. The bilingual approach (ZH-TW primary with EN translation) is unique but may limit adoption in English-first environments.