serverconfig
Complete Linux dotfiles, scripts, and coding environment setup
Explains the repository structure, deployment commands, and scripting conventions so the agent can safely navigate and edit this live symlinked dotfiles environment, while the Crush guide enforces careful, minimal, verified coding behavior.
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install serverconfig?โผ
Run `npx skills add amosbird/serverconfig --all -g -y` in your terminal to install all skills in this suite globally.
What is the serverconfig dotfiles repository?โผ
It is a personal Linux environment built over 10+ years, covering editors, terminals, window managers, shells, and hundreds of utility scripts, all deployed via symlinks with one script.
How do I deploy these dotfiles to my machine?โผ
Run `bash restore.sh` to symlink everything into your home directory, or `GUI=1 bash restore.sh` to also install desktop entries, udev rules, and systemd services.
What coding rules does this setup enforce?โผ
The bundled guidelines require the agent to state assumptions, write minimal code, make surgical changes only, and define verifiable success criteria before implementing anything.
How does the gh skill handle GitHub tasks?โผ
It routes all GitHub operations like PRs, issues, releases, and workflows through the official `gh` CLI instead of raw API calls, with ready-made command examples.
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