https://github.com/erikg/claudisms
Small, portable bits of Claude Code tooling and hard-won notes
https://github.com/erikg/claudisms
claude-code cli dotfiles statusline tmux
Last synced: 5 days ago
JSON representation
Small, portable bits of Claude Code tooling and hard-won notes
- Host: GitHub
- URL: https://github.com/erikg/claudisms
- Owner: erikg
- License: bsd-3-clause
- Created: 2026-06-16T17:09:09.000Z (10 days ago)
- Default Branch: master
- Last Pushed: 2026-06-16T19:47:34.000Z (10 days ago)
- Last Synced: 2026-06-16T21:23:17.890Z (10 days ago)
- Topics: claude-code, cli, dotfiles, statusline, tmux
- Language: Shell
- Size: 29.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# claudisms
[](https://github.com/erikg/claudisms/actions/workflows/shellcheck.yml)
Small, portable bits of Claude Code tooling and hard-won notes — the kind of
thing that otherwise lives buried in `~/.claude/` and gets lost on the next
machine. Each subdirectory is one self-contained gadget: the script(s) plus a
README explaining what it does, how to wire it in, and *why* the defaults are
what they are.
## Install
See **[INSTALL.md](INSTALL.md)** for a deterministic, idempotent recipe that
installs (or updates) every gadget at once — written so a human or Claude Code
can run it verbatim. Each gadget's own README also has a standalone `Install`
section.
## Contents
### Status line
| Entry | What it is |
|---|---|
| [`statusline-context-gauge/`](statusline-context-gauge/) | Live context-window fill gauge for the Claude Code status line (the desktop app's filling-circle, in the terminal). Color warns on *absolute* token load, not just % of window. |
### tmux gadgets
| Entry | What it is |
|---|---|
| [`tmux-attention-bell/`](tmux-attention-bell/) | Flags the tmux window red and rings a bell when Claude finishes a turn or needs permission; clears when you reply. Bell cascades through nested tmux/SSH so a remote agent can light up your local status bar. |
| [`clear-claude/`](clear-claude/) | Fire a real `/clear` (or any slash-command) at a tmux-hosted Claude session from outside the conversation via `tmux send-keys` — for the iOS app, phone shortcuts, or plain-language "clear it". |
## Contributing
Got a small, portable Claude Code trick? See [CONTRIBUTING.md](CONTRIBUTING.md) —
one self-contained gadget per directory, a README that covers what / how / *why*,
and a row in the Contents above.
## License
[BSD 3-Clause](LICENSE) © 2026 Erik Greenwald. Take what's useful.