Exit and restart Claude Code with plugins reloaded
/plugin marketplace add GGPrompts/TabzBeads/plugin install ggprompts-terminal-plugins-terminal@GGPrompts/TabzBeadsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
plugin.jsonRestart Claude Code to reload plugins, hooks, and MCP servers.
Run the bash command with run_in_background: true so Claude finishes immediately:
TMUX_PANE=$(tmux display-message -p '#{session_name}:#{window_index}.#{pane_index}' 2>/dev/null)
if [ -n "$TMUX_PANE" ]; then
# Default restart command - always use --dangerously-skip-permissions --continue
CLAUDE_CMD="claude --dangerously-skip-permissions --continue"
echo "RESTART: $TMUX_PANE"
echo "CMD: $CLAUDE_CMD"
(
sleep 5
tmux send-keys -t "$TMUX_PANE" C-c
sleep 1
tmux send-keys -t "$TMUX_PANE" '/'
sleep 0.5
tmux send-keys -t "$TMUX_PANE" -l 'exit'
sleep 0.3
tmux send-keys -t "$TMUX_PANE" C-m
sleep 4
tmux send-keys -t "$TMUX_PANE" -l "$CLAUDE_CMD"
sleep 0.3
tmux send-keys -t "$TMUX_PANE" C-m
) &
fi
After running the script, say "Restart scheduled in 5 seconds." and stop - don't output anything else.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.