# Update Readme

> Update project README for current state

- Skill: `emaraschio/update-readme` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add emaraschio/update-readme`
- Raw SKILL.md: https://api.skillmd.com/api/skills/emaraschio/update-readme/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: emaraschio (https://skillmd.com/u/emaraschio)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/emaraschio/update-readme

---

# Update README

## Overview

Update the project `README.md` to reflect the current repository state: features, setup, configuration tables, and links. Do not confuse with memory bank updates.

## Steps

1. Read existing `README.md` and table of contents structure.
2. Run `git log --oneline -15` and inspect recent structural changes.
3. Update sections that drifted; preserve required sections (Installation, Usage, Configuration, Troubleshooting).
4. Validate internal links; fix broken paths.
5. Summarize changes for the user; do not commit unless asked.

## Checklist

- [ ] Required sections preserved
- [ ] Command/skill index links accurate if present
- [ ] No secrets in examples

## Guardrails

- Preserve required README sections (Installation, Usage, Configuration, Troubleshooting).
- Validate internal links and fix broken paths; do not commit unless asked.

