dotfiles
Automated macOS developer environment setup and configuration sync
All Skills in This Repository (9)
Pure Emerald Level Indicatorscommit
Analyze git status and diffs to generate conventional commit messages.
lint
Run tsc noEmit and eslint lint checks on TypeScript and JavaScript projects.
test
Run npm tests and report failing names with file paths.
open-repo
Open the current git repository in a web browser via GitHub CLI.
open-pr
Open the current pull request in a browser using gh pr view --web.
safe-repo
Detect and audit sensitive data and credentials in git-tracked files.
amend-push
Amend the previous commit and push changes to a remote repository.
ship
Stage all Git changes, generate a commit message, and push to the current branch.
create-pr
Create GitHub pull requests using gh CLI and Git.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core