galaxy statusline-v0.1.0

Galaxy brain for Claude Code: multi-agent orchestration tools for Claude Code.

Galaxy

Galaxy brain for Claude Code — Multi-agent orchestration tools for Claude Code.

Tools

Tool Description Status
statusline Customizable status line with context usage, git status, and more Active
ledger Continuous context management for Claude Code Active
snapshots Session snapshot management for Claude Code Active
artifacts Session artifact management for Claude Code Active

Quick Install

# Clone and build
git clone https://github.com/kellyredding/galaxy.git
cd galaxy

# Build and install all tools
make statusline-install
make ledger-install
make snapshots-install
make artifacts-install

Or build individual tools:

cd tools/statusline
make install

Installation locations:

  • Binaries: ~/.claude/galaxy/bin/
  • Symlinks: ~/.bin/local/ (add to your PATH for easy access)

Tool Overview

statusline

A customizable status line for Claude Code sessions that displays:

  • Working directory (width-adaptive)
  • Git branch and status (ahead/behind, dirty, staged, stashed)
  • Context window usage (visual progress bar with color thresholds)
  • Model name and session cost

Example output:

~/projects/galaxy[main=*] | ████████████░░░░░░░░ 62% | Sonnet | $0.42

See tools/statusline/README.md for detailed documentation.

snapshots

Session snapshot management for Claude Code. Captures and restores session context snapshots, enabling persistent context across sessions.

See tools/snapshots/ for detailed documentation.

artifacts

Session artifact management for Claude Code. Stores, retrieves, and manages documents, data exports, diagrams, and other files produced during a session.

See tools/artifacts/ for detailed documentation.

Development

Each tool is self-contained in its own directory under tools/. Tools may be written in different languages, but currently all are written in Crystal.

Prerequisites

  • Crystal >= 1.0.0
  • Git

Building All Tools

make all                  # Build all tools
make statusline-build     # Build statusline
make statusline-test      # Test statusline
make statusline-check     # Lint + build + test statusline

Project Structure

galaxy/
├── README.md                 # This file
├── LICENSE                   # MIT License
├── CONTRIBUTING.md           # Development guidelines
├── Makefile                  # Root orchestration
├── bin/                      # Root scripts (future)
├── shared/                   # Shared code (if needed)
└── tools/
    ├── statusline/           # Status line tool
    ├── ledger/               # Continuous context management
    ├── snapshots/            # Session snapshot management
    └── artifacts/            # Session artifact management

License

MIT License - see LICENSE for details.

Repository

galaxy

Owner
Statistic
  • 0
  • 0
  • 1
  • 0
  • 0
  • about 3 hours ago
  • January 31, 2026
License

MIT License

Links
Synced at

Wed, 25 Mar 2026 18:45:38 GMT

Languages