Agent Skill
2/7/2026

agents-md

Use when asked to create or update an AGENTS.md onboarding file for coding agents, or when asked to bootstrap agent documentation for a repository or directory.

I
ivy
2GitHub Stars
1Views
npx skills add ivy/dotfiles

SKILL.md

Nameagents-md
DescriptionUse when asked to create or update an AGENTS.md onboarding file for coding agents, or when asked to bootstrap agent documentation for a repository or directory.

Dotfiles

A personal developer environment managed by coding agents. I provide intent and taste; agents handle the rest — installation, configuration, updates, and repairs.

Built on Chezmoi for dotfile management, Mise for toolchain management, Renovate for automated dependency updates, and Claude Code for everything else.

Stack

LayerToolWhat's going on
TerminalGhosttyFiraCode Nerd Font, Catppuccin theme, split/tab keybindings
ShellzshOh My Zsh, vi keybindings, atuin history, syntax highlighting, 1Password credential injection
Multiplexertmuxgpakosz/.tmux framework, vim-tmux-navigator, vi copy mode
EditorNeovimLazyVim distribution, Catppuccin, 30+ plugins, Claude Code integration
Toolsmise30+ CLIs pulled from GitHub Releases, cargo, npm, and pipx — bleeding edge 🤘
DotfilesChezmoiTemplated configs, run-on-change scripts, pinned externals
DepsRenovateAutomated updates for mise, Actions, Docker, Neovim plugins, and Chezmoi externals
HookshkGlobal pre-commit hooks — gitleaks catches secrets before agents can leak them
CIGitHub ActionsShellCheck + BATS on push, Claude Code review on PRs
AgentsClaude CodeSkills, hooks, specialized subagents — agents manage the environment end-to-end

Supported platforms: macOS, Fedora, and Debian/Ubuntu.

Every dependency is version-pinned. Every update flows through automation.

For the thinking behind this setup, see docs/vision.md and docs/core-principles.md.

Installation

# Clone to the expected path
mkdir -p ~/src/github.com/ivy
git clone https://github.com/ivy/dotfiles.git ~/src/github.com/ivy/dotfiles
cd ~/src/github.com/ivy/dotfiles

# Interactive install — prompts for git identity and AWS Bedrock preference
./install.sh

Interactive install prompts for git identity and AWS Bedrock preference. For headless/CI use:

GIT_USER_NAME="Name" GIT_USER_EMAIL="email" USE_BEDROCK=false ./install.sh
VariablePurposeDefault
GIT_USER_NAMEGit user.name(prompted)
GIT_USER_EMAILGit user.email(prompted)
USE_BEDROCKUse AWS Bedrock model IDs for Claude Code skillsfalse (prompted)

Run ./install.sh --help for all options, or see CLAUDE.md for the full development workflow.

Not a Product

This is a personal setup — built for one person and maintained by their agents. You're welcome to read, learn from, and steal from it. Issues and PRs are open if you want to contribute.

License

ISC License — Ivy Evans.

Skills Info
Original Name:agents-mdAuthor:ivy