Open source toolkit

go2tools

Claude Code project setup in one command

Requires WSL (Windows Subsystem for Linux). Run inside a WSL terminal.
$ 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

What happens

The installer runs five steps, each with clear output so you know exactly what is going on.

1

Detect OS & dependencies

Checks for bash 4+, git, jq, python3. Suggests install commands for missing packages on macOS, Debian, Fedora, Arch, and Alpine.

2

Resolve GitHub token

Reads GO2DIGITAL_GITHUB_TOKEN from environment, shell config, or prompts interactively. Validates access to the private repo.

3

Clone go2tools

Clones the latest release (or pinned version) to ~/.go2tools. Switches remote to SSH for future updates.

4

Install CLI + shell completions

Adds go2tools to your PATH, installs zsh/bash completions, and offers to save the GitHub token to your shell config.

5

Bootstrap tokens + SSH

optional

Pulls 20 API tokens and 5 SSH keys from 1Password in one command. Skips automatically in non-interactive (piped) installs.

Features

Everything you need to run spec-driven Claude Code projects across teams and machines.

Spec-Driven Development

Tasks, drift-checker, and checkpoints keep implementation aligned with specs. Pre-commit hooks prevent structural regressions.

Centralized Agents

Link, sync, and import agents and skills across projects. Edit templates once, propagate everywhere via symlinks.

1Password Bootstrap

Pull 20 API tokens and 5 SSH keys from 1Password onto a new machine. Export your current setup with one command.

Git Worktrees

Parallel development per Jira ticket. Isolated checkouts with shared specs, vendor copy, and commit cherry-picking.

MCP Profiles

Switch between minimal, coding, research, and debug MCP configurations. Control token budget per session type.

Analytics Dashboard

Token usage tracking, agent health checks, and cost breakdowns. Identify expensive sessions and optimize agent configurations.

Requirements

Runs on macOS and Linux. Minimal dependencies.

bash 4+
git
jq
python3
node + npm (optional, for MCP servers)