
router
TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.

A terminal-centric development workspace configuration that uses mise to bootstrap and manage tools for agent-driven development, with support for multiple AI coding agents and safe overlaying onto existing OS configurations.
36
No data
1
0
No data
2026-07-22
It provides a disciplined, config-only approach to managing an agent-driven development environment, leveraging mise for deterministic setup and supporting multiple AI agent frameworks (omp and pi) with careful separation of secrets and runtime state.
This is the configuration for the tools I use for agent driven development.
I'm trending towards doing as much in the terminal as I can and biasing towards tools with high levels of customizability.
Uses the fantasic mise to bootstrap everything.
| Path | Tool | Installed by | Symlinked to |
|---|---|---|---|
mise/workspace.toml | Global mise tool config | [dotfiles] | ~/.config/mise/conf.d/workspace.toml |
herdr/config.toml | herdr | mise/workspace.toml -> herdr | ~/.config/herdr/config.toml |
herdr/plugins/dev-layout/ | Herdr plugin: four-pane dev layout | post-tools hook -> herdr plugin link | — |
nvim/ | LazyVim | mise/workspace.toml -> neovim (macOS; omarchy on Linux) | ~/.config/nvim (overlay) |
ghostty/config | Ghostty | post-tools hook (brew --cask) | ~/.config/ghostty/config (macOS only) |
ghui/config.json | ghui | mise/workspace.toml -> npm:@kitlangton/ghui | ~/.config/ghui/config.json |
hunk/config.toml | hunk | mise/workspace.toml -> hunk | ~/.config/hunk/config.toml |
omp/agent/config.yml | omp | mise/workspace.toml -> github:can1357/oh-my-pi | ~/.omp/agent/config.yml |
omp/agent/extensions/ | omp extensions | (config only) | ~/.omp/agent/extensions (overlay) |
omp/plugins/pi-claude-bridge/ + .tgz | OMP plugin: Claude Code provider + AskClaude tool | post-tools hook -> npm install packaged local plugin | ~/.omp/plugins/node_modules/pi-claude-bridge |
pi/agent/settings.json | pi | mise/workspace.toml -> npm:@earendil-works/pi-coding-agent | ~/.pi/agent/settings.json |
pi/agent/extensions/ | pi extensions | (config only) | ~/.pi/agent/extensions (overlay) |
skills/effect-setup/ | agent skill | (config only) | ~/.agents/skills/effect-setup |
skills/mise-setup/ | agent skill | (config only) | ~/.agents/skills/mise-setup |
The CLI tools (herdr, hunk, ghui, omp, pi, stylua, atuin) are declared in
[mise/workspace.toml](./mise/
Where my work happens
Similar projects matched by category, topics, and programming language.

TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.
scriptc compiles ordinary TypeScript into small, fast native executables without needing Node.js, V8, or any JavaScript runtime in the binary.
A React component library that renders six hand-tuned animated thought orb loading indicators on a plain 2D canvas, with two purpose-tuned sizes and automatic theme detection for AI and agent UIs.