
Thanos Management
- 1 installs
- 534 repo stars
- Updated August 4, 2026
- majiayu000/claude-skill-registry
Manages a personal knowledge system for tasks, commitments, and pattern analysis, querying past sessions and decisions via a ChromaDB vector store.
About
A personal assistant system that tracks tasks, commitments, and behavioral patterns with semantic memory search over past sessions. A developer uses it for system maintenance, memory queries, and pattern analysis across life domains.
- ChromaDB vector store over conversations, commitments, and decisions
- Detects recurring avoidance and energy patterns
Thanos Management by the numbers
- 1 all-time installs (skills.sh)
- Ranked #2,479 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/majiayu000/claude-skill-registry --skill thanos-managementAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 534 |
| Last updated | August 4, 2026 |
| Repository | majiayu000/claude-skill-registry ↗ |
What it does
Manages a personal knowledge system for tasks, commitments, and pattern analysis, querying past sessions and decisions via a ChromaDB vector store.
Files
Thanos Management Skill
System Overview
Thanos is Jeremy's external prefrontal cortex - managing tasks, tracking commitments, surfacing patterns, and providing total recall across all life domains.
Core Components
- State/: Current state (focus, commitments, waiting-for)
- History/: All past sessions, logs, decisions
- Memory/: Vector store for semantic search
- Skills/: Domain expertise and workflows
- Agents/: Specialized personas (Ops, Coach, Health, Strategy)
- Inbox/: Mobile capture landing zone
Workflow Routing
- System maintenance → Workflows/SystemMaintenance.md
- Memory queries → Workflows/MemoryQuery.md
- Pattern analysis → Workflows/PatternAnalysis.md
Memory System
- Storage: ChromaDB for vector embeddings
- Collections: conversations, commitments, decisions, daily_logs, learnings
- Query: Natural language search across all history
Memory Query Examples
- "What did I decide about X?"
- "When did I last talk about Y?"
- "What patterns do I have around Z?"
- "What commitments have I made to Ashley?"
- "What were my energy levels like last week?"
Pattern Detection
The system watches for:
- Recurring avoidance behaviors
- Energy patterns (best times, crash patterns)
- Commitment follow-through rates
- Client interaction patterns
- Relationship maintenance gaps
System Health Checks
- [ ] State files current? (updated today)
- [ ] Inbox empty? (processed)
- [ ] Memory indexed? (recent sessions captured)
- [ ] Commitments reviewed? (nothing stale)
- [ ] Weekly review done? (this week)
Maintenance Tasks
Daily
- Process Inbox/
- Update State/Today.md
- Log to History/DailyLogs/
Weekly
- Full weekly review
- Pattern analysis
- Memory cleanup if needed
- State file refresh
Monthly
- Archive old sessions
- Review and prune commitments
- System performance check
- Backup Memory/
Troubleshooting
- Memory not finding things: Check if sessions are being indexed
- Patterns not surfacing: Need more history data
- State feels stale: Run SystemMaintenance workflow
- Inbox overflowing: Schedule processing time