From sisyclaude
Deactivate SisyClaude by removing the `sisyclaude` shell alias and deleting ~/.claude/SISYCLAUDE_SYSTEM_PROMPT.md.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sisyclaude:deactivateThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Deactivate SisyClaude. The uninstall:
Deactivate SisyClaude. The uninstall:
sisyclaude alias block from every shell rc file that contains it.~/.claude/SISYCLAUDE_SYSTEM_PROMPT.md.It does NOT touch ~/.claude/CLAUDE.md (the new install does not patch it).
The mechanical work lives in adjacent scripts; this file orchestrates and handles user prompts.
| File | Purpose |
|---|---|
check.sh | Diagnoses current state (prompt file, alias rc files, superpowers marker) |
uninstall.sh | Strips the alias block from every rc file and deletes the prompt file |
bash "${CLAUDE_SKILL_DIR}/check.sh"
Parse the key=value output. Keys: prompt_file, alias_in, superpowers_marker.
If prompt_file=absent and alias_in is empty, SisyClaude is not currently activated. Tell the user and stop.
If only one is present, continue — the uninstall script will clean up whatever remains.
bash "${CLAUDE_SKILL_DIR}/uninstall.sh"
Parse the output: removed_from (space-separated rc paths, possibly empty), prompt_file (removed or already_absent).
The script uses sed -i.bak so each edited rc file gets a <file>.bak sibling in case the user wants to inspect or revert.
If superpowers_marker=present from Step 1, ask the user whether to re-enable superpowers hooks. The exact settings entry varies, so tell them to check ~/.claude/settings.json or .claude/settings.json and restore the SessionStart hook manually.
Then remove the marker:
rm -f ~/.claude/.superpowers_disabled
Tell the user:
sisyclaude alias was removed from <list from removed_from> (backups at <file>.bak). If the list was empty, say nothing was removed from any rc.~/.claude/SISYCLAUDE_SYSTEM_PROMPT.md was deleted (or note it was already absent).source <rc file> or open a new terminal) for the alias to disappear from the current session.~/.claude/CLAUDE.md was not touched — this version of the skill never modified it./sisyclaude:activate.npx claudepluginhub whiskey-tango-foxtrot-gmbh/sisyclaude --plugin sisyclaudeCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.