From spt
Clear stored Psyche context. Use when the user says "clear psyche", "reset psyche context", or wants to wipe a Psyche's saved state.
How this skill is triggered — by the user, by Claude, or both
Slash command
/spt:clear-psycheThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
All commands use `$LIVE` env var, auto-injected by the plugin's SessionStart hook. If commands fail with "command not found", restart the Claude Code session so the SessionStart hook re-runs.
All commands use $LIVE env var, auto-injected by the plugin's SessionStart hook. If commands fail with "command not found", restart the Claude Code session so the SessionStart hook re-runs.
Identity auto-detection: Your identity is auto-detected from your session. Pass your ID explicitly only if auto-detection fails.
$LIVE clear-psyche
If auto-detection fails: $LIVE clear-psyche <your-id>
Deletes stored Psyche context at ~/.claude/psyche-contexts/{id}.md. Use when a Self agent is permanently stopped and context is no longer needed.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub sabermage/cplugs --plugin spt