Add complete homelab agents structure, templates, and sysadmin-session-closer agent
This commit is contained in:
6
agents/README.md
Normal file
6
agents/README.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Agents
|
||||
|
||||
Agent prompt definitions for use across the homelab.
|
||||
|
||||
## sysadmin-session-closer
|
||||
Automatically closes development sessions and creates session summaries.
|
||||
18
agents/sysadmin-session-closer.md
Normal file
18
agents/sysadmin-session-closer.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Sysadmin Session Closer Agent
|
||||
|
||||
Automatically closes development sessions and generates session summaries.
|
||||
|
||||
## Purpose
|
||||
This agent monitors active development sessions and automatically:
|
||||
1. Detects when a session is ending
|
||||
2. Captures session context and changes
|
||||
3. Generates a comprehensive session summary
|
||||
4. Updates git repositories with changes
|
||||
5. Cleans up temporary files
|
||||
|
||||
## Features
|
||||
- Automatic session detection
|
||||
- Git integration for repository changes
|
||||
- Session summary generation with timestamps
|
||||
- Support for both homelab-agents and VPS project repositories
|
||||
- Intelligent change detection
|
||||
Reference in New Issue
Block a user