kolu
Manage many coding sessions on one infinite terminal canvas
All Skills in This Repository (8)
Pure Emerald Level Indicatorshk
Mutate GitHub issues into linked knowledge graph nodes via gh api.
test
Run targeted e2e tests for UI changes by mapping git diffs to feature files.
pierre
Integrate Pierre's file-tree and diff rendering into Kolu's SolidJS UI.
ci
Run builds, tests, and status updates via just ci.
perf-diagnose
Diagnose client-side performance issues in the Kolu UI using Chrome DevTools MCP measurements.
nix-justfile
Enforce standardized Justfile conventions in Nix-based projects.
frontend-design
Transform UI briefs into production-ready HTML/CSS/JS frontend interfaces.
nix-typescript
Update fetchPnpmDeps hashes in nix/modules/typescript.nix after pnpm-lock.yaml changes.
Frequently Asked Questions
FAQPage SchemaHow to install kolu?โผ
Run `npx skills add juspay/kolu --all -g -y` in your terminal to install all skills in this suite globally.
What is kolu used for?โผ
Kolu is a terminal workspace that runs many coding sessions (Claude Code, Codex, opencode, or plain shells) as tiles on an infinite 2D canvas, with automatic detection of which sessions are working or waiting for you.
How do I run kolu itself?โผ
With Nix installed and flakes enabled, run `nix --refresh run github:juspay/kolu -- web` and open http://127.0.0.1:7681 in your browser.
Does kolu lock me into one coding assistant?โผ
No. Kolu is agent-agnostic: any command-line coding tool works out of the box, and a plain shell is always one command away.
Can kolu keep sessions alive across restarts?โผ
Yes. Sessions are durable, so shells and running sessions survive tab closes, server restarts, and redeploys, and you can reach them from other devices.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core