dotfiles
Reproducible macOS and Linux setup with git workflow automation
All Skills in This Repository (5)
Pure Emerald Level Indicatorsdeno
Standardize Deno TypeScript projects with deno.json, explicit imports, and Deno.test patterns.
ai-notes
Manage AI notes in ~/Compost/AI-Notes with read, list, and write operations.
rust
Apply idiomatic Rust patterns for ownership, traits, and iterators.
auto-save-tips
Save user feedback corrections and preferences to .claude/TIPS.md.
ts
Enforce strict TypeScript conventions with type guards, interfaces, and null safety.
Frequently Asked Questions
FAQPage SchemaHow 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→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