dotfiles
Automated dev environment setup and parallel coding workflows
All Skills in This Repository (4)
Pure Emerald Level Indicatorsproject-tooling-bootstrap
Install developer tooling and Git hooks into a target repository.
skill-creator
Guides users through creating and structuring AI agent skills with a six-step process.
humanizer
Rewrite AI-generated text to sound natural and human-written.
pr-review
Compares pull request branches and generates pending line comments via GitHub CLI.
Frequently Asked Questions
FAQPage SchemaHow to install dkarter dotfiles?โผ
Run `npx skills add dkarter/dotfiles --all -g -y` in your terminal to install all skills in this suite globally.
What does this dotfiles setup automate?โผ
It installs and syncs your entire dev environment, including Neovim, tmux, Zsh, Git hooks, and runtime versions, using Task automation and Mise.
Can it run coding tasks in parallel?โผ
Yes. The worktree and coordinator skills dispatch tasks to isolated git worktrees so multiple changes run in parallel and merge cleanly.
Does it help with pull request workflows?โผ
Yes. It includes skills for opening draft PRs, reviewing code, addressing bot comments, fixing flaky tests, and rebasing branches.
Do I need to know shell scripting to use it?โผ
No. Your AI agent reads the included guides and runs the correct setup and sync commands for you.
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