Agent Skill
2/7/2026update-readme
Keep all README files aligned with the current codebase by rewriting setup steps, removing outdated content, and syncing documentation to the latest repository state whenever asked to update, refresh, or sync READMEs.
K
kotaro7750
0GitHub Stars
1Views
npx skills add Kotaro7750/dotfiles
SKILL.md
| Name | update-readme |
| Description | Keep all README files aligned with the current codebase by rewriting setup steps, removing outdated content, and syncing documentation to the latest repository state whenever asked to update, refresh, or sync READMEs. |
name: update-readme description: Keep all README files aligned with the current codebase by rewriting setup steps, removing outdated content, and syncing documentation to the latest repository state whenever asked to update, refresh, or sync READMEs.
Update README
Goals
- Keep every README in the repo accurate for the current codebase.
- Ensure README explains the nix directory layout for common packages/settings and host-specific configuration placement.
- Remove outdated or no-longer-true statements.
- Write in concise English.
Workflow
- Discover README targets
- List README files with
rg --files -g 'README*'from the repo root. - Only the top-level
README.mdis permitted; subdirectory READMEs are not allowed. - If any subdirectory README files exist, remove them and consolidate their content into the top-level README.
- Determine scope for the README
- The top-level
README.mdmust be the only README in the repo. - Use the filesystem to confirm what exists before writing.
- Rewrite the README
- Keep content minimal; include
## Setupand## Nix layout. ## Setup- Describe the exact setup steps required now.
- Include copy-pasteable commands in Markdown code blocks so the setup can be executed directly.
- Remove deprecated steps or tooling references.
## Nix layout- Explain where common packages/settings live and where host-specific configuration lives inside
nix/. - Use short sentences or bullets; avoid excessive detail.
- Explain where common packages/settings live and where host-specific configuration lives inside
- Remove obsolete content
- Delete any badges, deprecated sections, or instructions that are no longer true.
- If a section cannot be substantiated from current files, remove it.
Output expectations
- English only.
- No extra sections beyond the required two.
- For the root README, never mention deprecated folders (like
init/) or non-active folders unless instructed. - Only
README.mdat repo root may exist; delete any others.
Notes
- This repo treats
git/,nvim/,wezterm/, andzsh/as the active configuration roots. - If a README claims to manage files or scripts that no longer exist, remove those claims.
Skills Info
Original Name:update-readmeAuthor:kotaro7750
Download