Skip to content
Content
Command

/reset

Wipe local carousels & uploads, then re-seed defaults (asks first).

From plugin
open-carrusel
4134 skills4 commands

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.md
description: 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."

Ships withopen-carrusel

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.

Get the whole plugin
Stats
413
Stars
67
Forks
Maintained
Maintenance
TypeScript
Language
MIT
License
3mo ago
Last commit
3mo ago
Created

Repo: Hainrixz/open-carrusel