root 030e280c24 Update: Bootstrap script emphasize 'source' usage
- Updated usage comment to show 'source' syntax
- Add IMPORTANT note about why to use source not bash
- Remove misleading 'Tip' about restarting shell
- Clarify commands are ready immediately
- Update output messaging
2025-11-23 22:07:52 +00:00

Homelab Agents

Central storage for AI agent prompts shared across all VPS instances.

Structure

  • agents/ - Agent prompt definitions
  • templates/ - Template files for agents and session summaries
  • scripts/ - 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
Central storage for AI agent prompts
Readme 194 KiB
Languages
Shell 100%