8112530f7b124d4d15f43ae7efe831ba2ae9b340
- Basic clone commands for homelab-agents and vps-system-apps - Step-by-step workflow for making and pushing changes - Common workflows for different scenarios - Useful git commands reference - Troubleshooting section for common issues - Quick reference card for frequently used commands - Best practices and tips This guide provides everything needed to get started with Gitea for managing homelab projects and agent repositories.
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%