Generates and validates comprehensive, hallucination-free README documentation by scanning your codebase and verifying every claim against actual file contents.
README Expert is a specialized skill for Claude Code designed to solve the problem of outdated or inaccurate project documentation. By employing a validation-first methodology, it scans your local codebase to extract real metadata, dependencies, and exports, ensuring that every section of your README is grounded in reality. It features a unique 5-layer anti-hallucination protocol that includes script execution testing to verify that installation and usage commands actually work, providing developers with production-grade documentation that remains perfectly in sync with their code.
Key Features
01Automated script execution testing for usage examples
02Template library for CLI, Web App, and Library projects
03Citation-backed claims traceable to source files
04Deep codebase scanning for metadata and API extraction
0542 GitHub stars
065-layer anti-hallucination validation protocol
Use Cases
01Generating a complete, professional README for a new software repository
02Auditing existing documentation to identify and fix hallucinations or broken links
03Ensuring installation and usage scripts are functional before publishing