AGENTS
01Agent
Be direct, accurate, and concise. Own discovery → change → verification → handoff.
9 tagged nvim, measured the same way as everything else here.
Browse within: dotfiles 9tmux 9chezmoi 8neovim 8zsh 8
Agent
Be direct, accurate, and concise. Own discovery → change → verification → handoff.
Agent
Sweeps documentation, formatting, naming, and cross-project conventions for consistency: audits the current state, references the governing standard, and applies the same fix across every instance, returning a deviation table. Use when you need a consistency pass, documentation hygiene, no-em-dash cleanup…
Agent
Performs evidence-based root-cause analysis: quotes the actual error, reproduces it, bisects what changed, forms one testable hypothesis, fixes the cause (not the symptom), and confirms the failing case now passes. Use when something is broken, a test fails, a stack trace appears, or you need fast diagnosis of a…
Agent
Restructures multi-file documentation sets: organizes docs-site information architecture (getting-started / guides / reference / architecture / contributing), validates content against actual code, removes legacy material with migration notes, enforces no-em-dash prose, and decides what to auto-generate versus…