# Ask Readme Gardener

> Keep README.md in sync with code changes (APIs, features).

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

---


<critical_constraints>
✅ MUST maintain existing README style and headers
✅ MUST identify correct section (API Reference, Usage, Features)
✅ MUST document: method, URL, parameters, response for endpoints
</critical_constraints>

<workflow>
1. **Analyze**: Understand new feature, API, or change
2. **Locate**: Find relevant section in README.md
3. **Draft**: Write update matching existing style
4. **Update**: Edit README.md directly
</workflow>

<api_template>
```markdown
### GET /status
Returns the current system status.

**Response**
```json
{ "status": "ok", "uptime": 1234 }
```
```
</api_template>

<patterns>
- New endpoint → add to API Reference with method, URL, params, response
- Modified feature → update existing description
- New feature → add bullet or section describing usage
</patterns>

