helderbertohelderbertoCommunityยท9 Agent Skills Included

dotfiles

Automated macOS developer environment setup and configuration sync

Automates full macOS developer machine setup with one bootstrap script. Installs Homebrew packages, apps, Node.js via asdf, SSH keys, and Dock settings without manual clicking. Keeps shell, Git, Neovim, and terminal configs synced across machines using chezmoi. Enforces strict coding rules for test-driven, minimal, and verified code changes.
npx skills add helderberto/dotfiles --all -g -y
Available:

Gives your AI agent strict working rules: write failing tests first, make minimal surgical changes, verify every step, and stop to ask when requirements are ambiguous.

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install helderberto/dotfiles?โ–ผ

Run `npx skills add helderberto/dotfiles --all -g -y` in your terminal to install all skills in this suite globally.

How to set up a new Mac for development automatically?โ–ผ

These dotfiles use chezmoi and a single bootstrap script to install Homebrew, packages, apps, Node.js, and SSH keys in one run.

How to sync dotfiles across multiple machines?โ–ผ

Edit files in the repo, commit, and push, then run `chezmoi update && chezmoi apply` on other machines to pull and apply the changes.

What coding rules does AGENTS.md enforce?โ–ผ

It requires test-driven development, atomic commits, minimal code changes, no suppressed type errors, and explicit verification steps for every task.

Does this work with Claude Code and other AI coding tools?โ–ผ

Yes. AGENTS.md is the single source of truth and is symlinked to CLAUDE.md, so it works with Claude Code, Open Code, and similar tools.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’