garrytan/gbrain162 installs
daily-task-prep
Morning preparation. Calendar lookahead, meeting context loading, open threads from yesterday, active task review. Extends briefing with actionable prep.
How do I install this agent skill?
npx skills add https://github.com/garrytan/gbrain --skill daily-task-prepIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The skill is designed to summarize internal meetings, tasks, and calendar events. While it lacks malicious code or exfiltration capabilities, it is theoretically vulnerable to indirect prompt injection because it processes content from meetings and attendee notes without sanitization.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
- ZeroLeakspass
Score: 93/100 · 2 sections analyzed
What does this agent skill do?
Daily Task Prep
Contract
This skill guarantees:
- Calendar/meetings for today are loaded with brain context per attendee
- Open threads from yesterday are surfaced
- Active tasks reviewed with priority ordering
- Prep briefing is actionable (not just informational)
Phases
- Load calendar. Check today's meetings. For each: load attendee brain pages, recent timeline, open threads.
- Check yesterday's threads. Search brain for yesterday's timeline entries. Flag anything unresolved.
- Review active tasks. Load
ops/tasksfrom brain. Surface P0 and P1 items. - Compile prep briefing. Per-meeting context cards + open threads + task priorities.
Output Format
Morning Prep — {date}
======================
Meetings today: {N}
## {Meeting 1 title} at {time}
Attendees: {names with brain context}
Context: {recent interactions, open threads}
Prep: {what to know before this meeting}
## Open Threads
- {thread from yesterday, with context}
## Tasks (P0-P1)
- {task with priority}
Anti-Patterns
- Listing meetings without loading attendee context from brain
- Ignoring yesterday's unresolved threads
- Presenting tasks without priority ordering
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/garrytan/gbrain/daily-task-prep">View daily-task-prep on skillZs</a>