amosbirdamosbirdCommunityยท2 Agent Skills Included

serverconfig

Complete Linux dotfiles, scripts, and coding environment setup

Deploys a fully customized Linux development environment with one symlink-based install script. Configures editors, terminals, window managers, shells, and 400+ utility scripts without manual setup. Includes coding behavior rules and GitHub CLI workflows so coding sessions stay consistent and error-free.
npx skills add amosbird/serverconfig --all -g -y
Available:

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 Indicators

Frequently Asked Questions

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