calendar-acsetlisted
Install: claude install-skill plurigrid/asi
# Calendar ACSet Skill
Transform Google Calendar into an ANIMA-condensed system with GF(3) conservation.
**Trit**: +1 (PLUS - generator/executor)
**Principle**: Balanced Calendar = Condensed Equilibrium State
**Implementation**: CalendarACSet + TriadicQueues + SaturationDetector
## Overview
Calendar ACSet applies the ANIMA framework to scheduling:
1. **Transform** - Events → GF(3)-typed Interactions
2. **Route** - Interactions → Triadic queue fibers (MINUS/ERGODIC/PLUS)
3. **Detect** - Saturation → Balanced calendar state
4. **Verify** - Narya proofs for scheduling consistency
## CalendarACSet Schema
```
┌────────────────────────────────────────────────────────────────────┐
│ CalendarACSet Schema │
├��───────────────────────────────────────────────────────────────────┤
│ │
│ Interaction ─────┬────▶ Event │
│ ├─ verb: String │ ├─ event_id: String │
│ ├─ timebin: Int │ ├─ summary: String │
│ ├─ trit: Trit │ ├─ start_time: DateTime │
│ └─ calendar ─────┼──▶ ├─ end_time: DateTime │
│ │ ├─ has_conflicts: Bool │
│ QueueItem ───────┼──▶ └─ saturated: Bool │
│ ├─ interaction ──┘ │
│ └─ agent ───────────▶