Claude Code Workflow Tools banner
dyoburon dyoburon

Claude Code Workflow Tools

Productivity community

Description

A collection of productivity tools for developers.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Workflow Tools

A collection of productivity tools for developers.

Install

git clone https://github.com/YOUR_USERNAME/workflow-tools
cd workflow-tools

**Claude Code Tools** (hooks, statusline, checkpoints):

./claudetools/install.sh

**Hammerspoon Tools** (macOS only - window management):

./hammerspoon-install.sh

Or run `./install.sh` for an interactive menu.

Tools Included

1. Claude Code Tools (`claudetools/`)

Hooks and extensions for Claude Code CLI.

Command Description
$cc Save conversation checkpoint
$cc-resume Resume from checkpoint
$cc-list List all checkpoints
$pending Save prompt for later
$send Execute saved prompt
$queue Add to prompt queue
$sendqueue Execute next queued prompt

Plus a statusline showing context usage, cost, and duration.

[Full documentation →](claudetools/README.md)

2. Force Alt-Tab (`force-alt-tab/`)

**macOS only** - Hammerspoon script that fixes Cmd+Tab behavior. Apps always unhide when you switch to them.

[Full documentation →](force-alt-tab/README.md)

3. Window Recorder (`window-recorder/`)

**macOS only** - Record and replay window positions with hotkeys.

Hotkey Action
Cmd+Option+R Record window position
Cmd+Option+2-9 Restore saved position
Full documentation →

4. Image to Clipboard (`image-to-clipboard-for-claude/`)

**macOS only** - Hammerspoon script that takes an interactive screenshot and copies the file path to your clipboard for pasting into Claude.

Hotkey Action
Cmd+Option+S Screenshot → path to clipboard

[Full documentation →](image-to-clipboard-for-claude/README.md)

5. Eyedropper Color Picker (`eyedropper-color-picker/`)

**macOS only** - Pick any pixel color on screen and copy the hex value to your cl