optimize_readme
Restructure and condense README files, extracting detailed sections into separate documentation for improved clarity and maintainability.
Instructions
Optimize README content by restructuring, condensing, and extracting detailed sections to separate documentation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| readme_path | Yes | Path to the README file to optimize | |
| strategy | No | Optimization strategy | community_focused |
| max_length | No | Target maximum length in lines | |
| include_tldr | No | Generate and include TL;DR section | |
| preserve_existing | No | Preserve existing content structure where possible | |
| output_path | No | Path to write optimized README (if not specified, returns content only) | |
| create_docs_directory | No | Create docs/ directory for extracted content |