How this skill is triggered — by the user, by Claude, or both
Slash command
/smartbuddy:buddy-resetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**This is destructive.** Warn the user:
This is destructive. Warn the user:
"This will erase all of your buddy's learned behavior — traits, memories, emotional history, and adornments. They'll keep their species but start with a fresh mind. Are you sure?"
Wait for explicit confirmation. Then delete the mind.json file (its path is in your context under [SMARTBUDDY_FULL_STATE] → "State file:"). The next tool use will trigger a fresh hatch.
npx claudepluginhub tucuxi-inc/smartbuddyConsolidates memory files by pruning stale entries, merging duplicates, resolving contradictions, and rebuilding the MEMORY.md index. Use when memory files have accumulated over many sessions.
Deletes specific observations or sessions from agentmemory via API after user confirmation. Use for privacy requests like 'forget this', 'delete memory', or targeted data removal.
Resets workflow artifacts (.otto/ directory) by clearing sessions, tasks, and specs. Useful for starting over with a clean state.