/reset
Wipe local carousels & uploads, then re-seed defaults (asks first).
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/reset
Context preview
What this command does when you run it.
Wipe local carousels & uploads, then re-seed defaults (asks first).
Command definition
reset.mddescription: Wipe local carousels & uploads, then re-seed defaults (asks first). allowed-tools: Bash(rm *), Bash(npm run setup), Bash(ls *), AskUserQuestion
Confirm with the user via AskUserQuestion:
> "This will delete every locally saved carousel, template, brand config, uploaded image, and export from `data/` and `public/uploads/`. Continue?"
Options: **Yes, wipe everything** / **Cancel**.
On **Yes**: run `rm -rf data/*.json public/uploads/* data/exports/*` then `npm run setup` to re-seed default empty data files. Report what was reset (e.g., "Wiped 3 carousels, 12 uploads, 1 export. Defaults restored.").
On **Cancel**: do nothing; reply "No changes made."
AI-powered Instagram carousel builder. Chat with Claude to design slides; export as PNGs at exact Instagram dimensions. Type /start in Claude Code to bootstrap.
Repo: Hainrixz/open-carrusel

