Agent Skill
2/7/2026

zig-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

Namezig-backend
DescriptionZig 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:

FeatureDetails
Dark themeaether.nvim (custom monotone palette)
Light themerose-pine dawn
FontVictorMono Nerd Font Mono
Completionblink.cmp + Copilot
AI99 plugin
File explorerNeo-tree

Keymaps:

KeyAction
<leader>ttToggle dark/light theme
<leader>9vPrompt on visual selection
<leader>9sStop the prompt

Ghostty

FeatureDetails
FontVictorMono Nerd Font Mono (14)
ThemesAether dark / Rose Pine dawn
Opacity0.9
Toggle~/.config/ghostty/toggle-theme.sh

Keybinds: alt+1-5 tabs, ctrl+shift+o split, F11 fullscreen

Zed

FeatureDetails
ThemeRosé Pine Dawn (light) / Gruvbox Material Dark Mix (dark)
FontVictorMono Nerd Font Mono
Vim modeEnabled

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:

  1. Open nvim once and wait for Lazy.nvim to finish installing plugins.
  2. Run :Lazy sync.
  3. Run :TSUpdate.
  4. If needed, run :TSInstall all (or install only specific parsers).
  5. Run :checkhealth and 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