How this skill is triggered — by the user, by Claude, or both
Slash command
/maurelians-skills:iterm-titleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Set the iTerm2 tab title for this Claude Code session. Use when you know what the session is about, or when the user asks to change the tab title.
Set the iTerm2 tab title for this Claude Code session. Use when you know what the session is about, or when the user asks to change the tab title.
/iterm-title fix CI flakes
/iterm-title review PR #1234
/iterm-title (infers from current task)
[CLAUDE TASK] Take the argument as the title description. If no argument is provided, infer a short description from the current task context.
[CLAUDE TASK] Run the co-located script. The script is at update-iterm-title.sh relative to this skill's base directory:
bash ~/.claude/plugins/marketplaces/maurelians-claude-marketplace/plugins/maurelians-skills/skills/iterm-title/update-iterm-title.sh "<description>"
| Input | Title set |
|---|---|
/iterm-title fix CI flakes | Claude: fix CI flakes |
/iterm-title review PR #1234 | Claude: review PR #1234 |
/iterm-title (while working on auth) | Claude: auth feature (inferred) |
npx claudepluginhub maurelian/maurelians-claude-marketplace --plugin maurelians-skillsOpens tabs or panes in Zellij: empty, with shell commands, Claude sessions, or GitHub issues. Triggers on phrases like 'open new tab', 'run npm test in pane', 'start issue #123' (supports Russian).
Optimizes terminal for Claude Code with Ghostty config, statusline for context/git info, macOS voice dictation tips, tab naming, and tmux per git worktree.
Spawns a new Claude Code session in a separate terminal for parallel tasks, optionally sharing context like git branch, task summary, and key files. Use to multitask without losing current progress.