dkarterdkarterCommunityยท4 Agent Skills Included

dotfiles

Automated dev environment setup and parallel coding workflows

Automates full development environment setup across macOS, Linux, and WSL with one script. Manages Neovim, tmux, Zsh, and Git configurations plus runtime versions without manual installation. Includes workflows for parallel worktree coding, pull request reviews, flaky test fixes, and branch merging. Eliminates repetitive setup, rebasing, and PR maintenance work for daily development.
npx skills add dkarter/dotfiles --all -g -y
Available:

Tells your AI agent how this dotfiles repository is organized, which task commands to run for setup and checks, and what rules to follow when editing configurations.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’