- Keep agent prompts and skills lean, reproducible, and context-aware.
- This repo holds my dotfiles, shared agent prompts/skills, and install scripts for local tools.
- Use
./install.shto install dotfiles (vim/bash/tmux) plus Claude/Codex/Cursor prompts. - Use
./agents/install.shto install only agent prompts/skills (no dotfiles). - Use
./install.sh --agentsto install shared prompts into Claude, Codex, and Cursor. - Use
./install.sh --agents --only-prompts name1,name2to install specific prompts across tools. - Optional:
brew bundle --file Brewfileon macOS for common tooling.
bash_profileprefersnvimwhen available, routesrmtotrashif installed, and enablesnoclobber.
- Plugins are managed with vim-plug; use
:PlugInstallin vim/nvim. - Neovim config installs to
~/.config/nvim/init.vim.