Claude Code project setup in one command
curl -fsSL https://g2t.go2digit.al/install -o /tmp/go2tools.sh
bash /tmp/go2tools.sh
Prompts for GitHub token, offers to save it, and optionally runs 1Password bootstrap.
export GO2DIGITAL_GITHUB_TOKEN=ghp_your_token
curl -fsSL https://g2t.go2digit.al/install | bash
Non-interactive. Set your token first. No prompts for bootstrap or saving.
curl -fsSL https://g2t.go2digit.al/install -o /tmp/go2tools.sh
curl -fsSL https://g2t.go2digit.al/install.sha256 -o /tmp/go2tools.sha256
cd /tmp && sha256sum -c go2tools.sha256 && bash go2tools.sh
The installer runs five steps, each with clear output so you know exactly what is going on.
Checks for bash 4+, git, jq, python3. Suggests install commands for missing packages on macOS, Debian, Fedora, Arch, and Alpine.
Reads GO2DIGITAL_GITHUB_TOKEN from environment, shell config, or prompts interactively. Validates access to the private repo.
Clones the latest release (or pinned version) to ~/.go2tools. Switches remote to SSH for future updates.
Adds go2tools to your PATH, installs zsh/bash completions, and offers to save the GitHub token to your shell config.
Pulls 20 API tokens and 5 SSH keys from 1Password in one command. Skips automatically in non-interactive (piped) installs.
Everything you need to run spec-driven Claude Code projects across teams and machines.
Tasks, drift-checker, and checkpoints keep implementation aligned with specs. Pre-commit hooks prevent structural regressions.
Link, sync, and import agents and skills across projects. Edit templates once, propagate everywhere via symlinks.
Pull 20 API tokens and 5 SSH keys from 1Password onto a new machine. Export your current setup with one command.
Parallel development per Jira ticket. Isolated checkouts with shared specs, vendor copy, and commit cherry-picking.
Switch between minimal, coding, research, and debug MCP configurations. Control token budget per session type.
Token usage tracking, agent health checks, and cost breakdowns. Identify expensive sessions and optimize agent configurations.
Runs on macOS and Linux. Minimal dependencies.