For the complete documentation index, see llms.txt. This page is also available as Markdown.

▪️Slash commands

Slash commands are shortcuts you type at the start of the chat box. Some run a quick local action; others send a ready-made instruction to the assistant. Anything you type after the command is passed along as an extra note.

Type / to open the menu, or /help to list them.

The commands

/clear

Start a fresh conversation. Clears the chat and context and resets current-task to-dos, but keeps your project memory (summary, file purposes, decisions). Run it when you switch tasks - it speeds things up and lowers token use.

/undo

Revert files to before the last AI change (multi-step).

/redo

Re-apply the most recently undone change.

/verify

The assistant reviews the project against Smartico's API and UI guidelines and fixes issues (it does not add features).

/widget-check

Audits a widget for anything that could escape its box or affect the host page's styles, and reports where / impact / fix. Add fix all, don't ask to auto-fix. (Widgets only.)

/translate

Internationalize the page: pick languages, extract texts, auto-translate. Add e.g. retranslate UK to regenerate one existing language.

/aesthetic-review

Screenshots several UI states and proposes polish-level visual improvements you pick from.

/memory-review

Refreshes the project memory (summary, file purposes, decisions, to-dos) against the current code. No source changes.

/tokens

Shows token usage per message.

/images-review

Lists the images in the project with their size and projected savings.

/help

Lists the available commands.

Last updated

Was this helpful?