Manage Jeremy's global dev environment (git, nvim, shell configs) and install tools. Use when asked to change global configs, add tools to the environment, or modify dotfiles.
Use this skill to make changes to Jeremy's global configs (git, nvim, shell, etc) or to install new tools into Jeremy's global environment. Only do this when Jeremy explicitly asks for it.
Jeremy's dev environment is managed through nix at ~/nix/public-base.
config/ — Config files organized by tool:
git/ — git config, ignore, attributesnvim/ — neovim configurationzsh/ — shell configghostty/ — terminal configbat/, direnv/, starship.toml, etc.flake.nix — Package definitions (what tools are installed)scripts/ — Custom utility programsscripts.nix — Script definitionsgit -C ~/nix/public-base status
If there are uncommitted changes in the same files you need to edit, stop and ask Jeremy for instructions. If uncommitted changes are elsewhere, note them but proceed.
Edit the appropriate files in ~/nix/public-base/.
Run i to rebuild and install the nix environment.
Test it yourself if possible, or ask Jeremy to test if it requires restarting the terminal or Claude Code.
Only commit your changes — don't include any pre-existing uncommitted changes.
Important: git push doesn't work due to a config issue. Use this instead:
git -C ~/nix/public-base push lol && git -C ~/nix/public-base pull
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer