658e1cd5672a80364b3ab5f486cd7e9177579333
- Remove all user prompts for repository URL - URL is now always constructed from folder name - Add CRITICAL section highlighting auto-detection - Simplify Step 5 to make auto-detection foolproof - Update QA checklist to verify URL was auto-detected - Never ask user for URL - this is a bug if it happens
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%