fa8df14471c7541d123305a693fb25be2234fbfa
- Changed all references from 'nano' to 'vim' editor - Added new 'Terminology' section explaining: - What 'workstation' means (your main development machine) - Difference between workstation and VPS - What a repository is - Enhanced Workflow 1 with detailed explanation of workstation usage - Added examples of workstation machines (laptop, desktop, etc.) - Clarified when to use workstation vs VPS workflows This makes the guide more accessible for users unfamiliar with homelab terminology.
Homelab Agents
Central storage for AI agent prompts shared across all VPS instances.
Structure
agents/- Agent prompt definitionstemplates/- Template files for agents and session summariesscripts/- Installation and utility scripts
Usage
Clone this repository on any VPS:
git clone http://100.120.125.113:3000/pdm/homelab-agents.git ~/.homelab-agents
Update agents:
cd ~/.homelab-agents && git pull
Available Agents
- sysadmin-session-closer - Automatically closes and documents dev sessions
Description
Languages
Shell
100%