72fd78de68de61120f9d8f6efba263b1f77b3843
- Automatically creates project directory - Initializes git repo with correct config - Configures Gitea remote automatically - Prevents asking for remote URL (fixes agent behavior) - Usage: init-project <project-name>
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%