ryoppippiryoppippiCommunity·3 Agent Skills Included

dotfiles

Nix-managed dotfiles with reusable coding workflow skills

Manages a complete macOS and Linux development environment declaratively through Nix flakes, covering Neovim, Fish, Git, and keyboard remapping. Ships reusable workflow skills for atomic commits, pull requests, CI fixes, TDD, code review, and web fetching. Eliminates manual environment setup and repetitive Git housekeeping so daily development runs from a single reproducible configuration.
npx skills add ryoppippi/dotfiles --all -g -y
Available:

Gives the agent the repository's core Nix commands, secret-handling rules, scripting language choices, and Git workflow so it can safely modify and apply this dotfiles setup.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install ryoppippi/dotfiles?

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

What does this dotfiles repository manage?

It declaratively manages a full development environment via Nix flakes, including Neovim, Fish shell, Git, Karabiner key remapping, and macOS system settings.

What workflow skills are included?

It includes skills for atomic Conventional Commits, creating PRs, fixing CI failures, TDD, code review, git worktrees, web fetching, and writing Nushell scripts.

Does it work with Claude Code and Codex?

Yes. All skills follow the standard SKILL.md format and are deployed to both Claude Code and Codex configuration directories via Nix home-manager.

How do I apply changes to this Nix configuration?

Stage your changed files with git, then run `nix run .#switch` to build and apply the configuration on macOS or Linux.

Related Repositories in Software Engineering

View All in Software Engineering