# Dbmap Auto Off

> Disable automatic database schema map updates.

- Skill: `ariadoss/dbmap-auto-off` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ariadoss/dbmap-auto-off`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ariadoss/dbmap-auto-off/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/dbmap-auto-off

---

Disable automatic database schema map updates.

Run this command:

```bash
rm -f .dbmap-auto
```

Confirm that auto-updating is now disabled. The DBMAP.md file is kept as-is — the user can still manually update it with `/dbmap`.

