Agent Skill
2/7/2026zig-backend
Zig backend development for performance-critical systems. http.zig (httpz), pg.zig, std.json, explicit allocators, zero hidden allocations. Covers memory management patterns, error sets, testing, cross-compilation, and deployment.
K
katsutoo
0GitHub Stars
1Views
npx skills add katsutoo/dotfiles
SKILL.md
| Name | zig-backend |
| Description | Zig backend development for performance-critical systems. http.zig (httpz), pg.zig, std.json, explicit allocators, zero hidden allocations. Covers memory management patterns, error sets, testing, cross-compilation, and deployment. |
dotfiles
Personal dotfiles for Neovim, Ghostty, Zed, and OpenCode.
Quick Install
git clone git@github.com:katsutoo/dotfiles.git ~/dotfiles
cd ~/dotfiles && ./install.sh
Prerequisites: Neovim >= 0.9.0, Bun, VictorMono Nerd Font
What's Included
Neovim
LazyVim with custom config:
| Feature | Details |
|---|---|
| Dark theme | aether.nvim (custom monotone palette) |
| Light theme | rose-pine dawn |
| Font | VictorMono Nerd Font Mono |
| Completion | blink.cmp + Copilot |
| AI | 99 plugin |
| File explorer | Neo-tree |
Keymaps:
| Key | Action |
|---|---|
<leader>tt | Toggle dark/light theme |
<leader>9v | Prompt on visual selection |
<leader>9s | Stop the prompt |
Ghostty
| Feature | Details |
|---|---|
| Font | VictorMono Nerd Font Mono (14) |
| Themes | Aether dark / Rose Pine dawn |
| Opacity | 0.9 |
| Toggle | ~/.config/ghostty/toggle-theme.sh |
Keybinds: alt+1-5 tabs, ctrl+shift+o split, F11 fullscreen
Zed
| Feature | Details |
|---|---|
| Theme | Rosé Pine Dawn (light) / Gruvbox Material Dark Mix (dark) |
| Font | VictorMono Nerd Font Mono |
| Vim mode | Enabled |
OpenCode
- MCP Servers: playwright, chrome-devtools, context7
- Skills: go, rust, frontend-design, postgres, mysql, neki
Post-Install (Neovim)
After running the installer on a fresh machine:
- Open
nvimonce and wait for Lazy.nvim to finish installing plugins. - Run
:Lazy sync. - Run
:TSUpdate. - If needed, run
:TSInstall all(or install only specific parsers). - Run
:checkhealthand fix any missing dependencies reported.
Updating
cd ~/dotfiles && git pull
Changes take effect immediately (symlinked). Restart nvim for plugin updates.
Skills Info
Original Name:zig-backendAuthor:katsutoo
Download