worktrunk
01Plugin Claude Code
Plugin marketplace listing 1 plugin: worktrunk.
Plugin Claude Code
Plugin marketplace listing 1 plugin: worktrunk.
Skill Claude CodeCodex
Worktrunk release workflow. Use when user asks to "do a release", "release a new version", "cut a release", or wants to publish a new version to crates.io and GitHub.
Skill Claude CodeCodex
Worktrunk-specific guidance for tend CI workflows. Adds codecov polling, Rust test commands, labels, and review criteria on top of the generic tend- skills. Use when operating in CI.
Skill Claude CodeCodex
CLI output formatting standards for worktrunk. Load before editing any code that calls warningmessage, hintmessage, errormessage, infomessage, eprintln, or println, or that produces strings the user will see (CLI help, progress UI, snapshot text). Documents ANSI color nesting rules, message patterns, and output system…
Instructions file CodexOpenCode
AGENTS.md instructions for max-sixty/worktrunk, a project described as: Worktrunk is a CLI for Git worktree management, designed for parallel AI agent workflows.
Instructions file
Claude Code instructions for max-sixty/worktrunk, covering worktrunk development guidelines, quick start, project status, terminology and skills.
Hook
Runs on the BeforeAgent event, executing wt.sh via bash. From max-sixty/worktrunk.
Hook
Runs on the AfterAgent event, executing wt.sh via bash. From max-sixty/worktrunk.
Hook
Runs when a session ends, executing wt.sh via bash. From max-sixty/worktrunk.
Plugin Claude Code
Worktrunk is a CLI for Git worktree management, designed for parallel AI agent workflows. This plugin provides configuration guidance (LLM commit messages, project hooks, worktree paths) and automatic activity tracking (🤖/💬 indicators in wt list showing active Claude sessions).
Skill Claude CodeCodex
Guidance for Worktrunk (the wt CLI) — git worktree management, hooks, and config. Load when working out which worktree a wt command will act on, or reaching for the global -C to target one; editing .config/wt.toml or /.config/worktrunk/config.toml; adding, modifying, or debugging hooks (post-merge, post-start…
Skill Claude CodeCodex
Create a new worktrunk worktree (optionally in another repo) and switch this session's working directory into it. Use when launching a session that should work in its own worktree.
Command
When debugging TUI commands like wt switch (interactive picker), use the tmux-cli skill (preferred) or MCP's node-terminal tools to test interactively.