Tools
Developer infrastructure for AI-augmented work. Each tool manages one concern. All Rust or Go. All MIT-licensed. All on GitLab.
synthesist
Go
Spec management for AI coordination
Six-phase workflow state machine with human gates. Task DAGs, propagation chains, stakeholder dispositions. The same CLI for the human and the agent.
go install gitlab.com/nomograph/synthesist@latest 6 phasesDolt-backedMIT
rune
Rust
Skill registry manager for AI coding agents
Syncs markdown skill files from git-based registries into .claude/skills/. Bidirectional sync, multi-registry, drift detection via Claude Code hook.
cargo install rune multi-registrybidirectionalMIT
kit
Rust
Verified tool registry manager
Resolves tool versions across git-based registries, generates mise configuration, verifies checksums and signatures, tracks upstream updates.
cargo install kit checksum verifiedmise nativeMIT
muxr
Rust
Tmux session manager for AI coding workflows
Organizes tmux sessions into verticals and remotes. One command to open, one keybind to switch. Saves and restores across reboots.
cargo install muxr save/restoreserver isolationMIT