# Repomap Auto On

> Enable automatic repo map updates. When enabled, REPOMAP.md is incrementally updated every time a file is edited.

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

---

Enable automatic repo map updates. When enabled, REPOMAP.md is incrementally updated every time a file is edited.

Run this command:

```bash
touch .repomap-auto
```

Confirm that auto-updating is now enabled. Remind the user that REPOMAP.md must already exist (run `/repomap` first if it doesn't). The `.repomap-auto` file is a toggle — delete it to disable auto-updates.

