From claude-hopper
Open a new Konsole terminal window at the current working directory. Use when the user asks to "open a terminal here", "new terminal here", or "konsole here".
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-hopper:terminal-hereThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launch a new Konsole window with its working directory set to the current shell's `$PWD`. Useful as a lightweight companion to the session-transfer workflow — e.g. after installing a new MCP server, when the user needs a fresh shell at this directory to start a sibling session.
Launch a new Konsole window with its working directory set to the current shell's $PWD. Useful as a lightweight companion to the session-transfer workflow — e.g. after installing a new MCP server, when the user needs a fresh shell at this directory to start a sibling session.
setsid konsole --workdir "$PWD" >/dev/null 2>&1 &
setsid + background detaches the new window so it survives after the current Claude Code session exits.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin claude-hopperCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.