Add complete homelab agents structure, templates, and sysadmin-session-closer agent
This commit is contained in:
10
templates/CLAUDE.md.template
Normal file
10
templates/CLAUDE.md.template
Normal file
@@ -0,0 +1,10 @@
|
||||
# Project Context
|
||||
|
||||
## Overview
|
||||
{{PROJECT_OVERVIEW}}
|
||||
|
||||
## Key Directories
|
||||
{{KEY_DIRECTORIES}}
|
||||
|
||||
## Important Files
|
||||
{{IMPORTANT_FILES}}
|
||||
3
templates/README.md
Normal file
3
templates/README.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Templates
|
||||
|
||||
Reusable templates for agent prompts and documentation.
|
||||
20
templates/session-summary.md.template
Normal file
20
templates/session-summary.md.template
Normal file
@@ -0,0 +1,20 @@
|
||||
# Session Summary - {{DATE}}
|
||||
|
||||
## Context
|
||||
Project: {{PROJECT_NAME}}
|
||||
Duration: {{START_TIME}} to {{END_TIME}}
|
||||
Developer: {{USER}}
|
||||
|
||||
## Changes Made
|
||||
{{CHANGES}}
|
||||
|
||||
## Files Modified
|
||||
{{FILES_MODIFIED}}
|
||||
|
||||
## Git Status
|
||||
```
|
||||
{{GIT_STATUS}}
|
||||
```
|
||||
|
||||
## Next Steps
|
||||
{{NEXT_STEPS}}
|
||||
Reference in New Issue
Block a user