lambdalisuelambdalisueCommunity·5 Agent Skills Included

dotfiles

Reproducible macOS and Linux setup with git workflow automation

Automates full machine setup with Nix, home-manager, and nix-darwin across macOS and Linux. Provides ready-made commands for atomic git commits, rebases, conflict resolution, pull request creation, and multi-round code and document reviews. Eliminates manual environment configuration, messy commit history, and repetitive review cycles.
npx skills add lambdalisue/dotfiles --all -g -y
Available:

Tells the agent how to build and apply this Nix-based dotfiles setup, and enforces global working rules such as TDD, skill-first routing, safe git staging, and language conventions for code output.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install lambdalisue dotfiles?

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

What does this dotfiles setup automate?

It provisions a full macOS or Linux environment with one bootstrap script, managing packages, shell, Neovim, Git, and macOS system settings declaratively through Nix flakes.

How do the git commit skills work?

They analyze your working tree, split changes into atomic Conventional Commits, and map changes to existing commits as fixups for clean autosquash rebases.

Can it handle pull request reviews automatically?

Yes. Dedicated skills fetch unresolved PR comments, fix the code, reply to reviewers, resolve threads, fix failing CI, and push the result.

Does it work with Claude Code and Codex?

Yes. The skills follow the standard SKILL.md format and include review commands that run through both Claude Code and the OpenAI Codex CLI.

Related Repositories in Software Engineering

View All in Software Engineering