/clear-all
Delete ALL local claude-smart learned data and restart the backend (destructive)
$ npx -y skills add ReflexioAI/claude-smart --agent claude-codeHow 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
/clear-all
Context preview
What this command does when you run it.
Delete ALL local claude-smart learned data and restart the backend (destructive)
Command definition
clear-all.mdname: clear-all description: Delete ALL local claude-smart learned data and restart the backend (destructive) allowed-tools: Bash(bash:*)
Run this bash command and show its output verbatim:
!`bash "$HOME/.reflexio/plugin-root/scripts/cli.sh" clear-all --yes`
Turns corrections into Preferences, Project-specific skills, and Shared skills for Claude Code, Codex, and OpenCode.
Repo: ReflexioAI/claude-smart
Other commands on claude-smart.
- /dashboard
Open the claude-smart dashboard (http://localhost:3001) in the browser, starting the backend and dashboard if they aren't running
Open command - /learn
Force claude-smart to extract learnings from this session now
Open command - /restart
Restart the reflexio backend and dashboard to pick up new changes
Open command - /show
Show current project-specific skills and session preferences
Open command

