
de agenvoy
Analyse un codebase et génère automatiquement des fichiers README et une documentation soignés en anglais et en chinois traditionnel.
Génère des README et une documentation professionnels bilingues (EN + ZH-TW) en analysant les sources du projet. Idéal lorsque vous avez besoin de fichiers README.md et de jeux de documents localisés et cohérents, incluant l'architecture et des documentations détaillées.
Fonctionnalités clés :
--only pour limiter la sortie.Nécessite une configuration initiale de l'auteur (~/.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.