Synchronizes and maintains repository documentation by aligning setup instructions and directory layouts with the current codebase state.
The update-readme skill ensures that repository documentation never falls out of sync with the underlying codebase. It specializes in maintaining a single, high-quality top-level README by consolidating fragmented documentation, removing obsolete instructions, and automatically generating copy-pasteable setup commands. By specifically targeting Nix directory layouts and active configuration roots like Neovim, WezTerm, and Zsh, it provides developers with a streamlined, accurate entry point for their projects while enforcing a clean, single-file documentation structure.
Características Principales
01Generation of executable, copy-pasteable setup commands
02Validation of active configuration roots like Git, Neovim, and Zsh
03Structural mapping for Nix directory layouts
040 GitHub stars
05Automated README consolidation into a single root file
06Proactive removal of deprecated or unsubstantiated content
Casos de Uso
01Consolidating fragmented documentation from multiple subdirectories into a clean root README
02Removing outdated badges and broken links to ensure documentation accuracy
03Refreshing setup instructions after a major repository refactor or Nix migration