---
name: loom-stats
description: >
  View pi-loom memory statistics: active/expired/archived counts,
  insight count, and storage overview. Triggers: "weave stats",
  "memory statistics", "how many memories", "weave database info".
---

# Loom Stats

View memory database statistics.

## Usage

```
/loom-stats
```

## Output

```
active=23 expired=5 archived=0 insights=3 totalInsights=7
```

- **active**: Memories currently in rotation (appear in context + search)
- **expired**: Memories past their expiration date (excluded from search)
- **archived**: Manually archived memories
- **insights**: Active Dream Engine insights
- **totalInsights**: All insights ever generated

If active count is high but insights is low, consider running `/loom-dream`.
If active count is very high (>50), consider running `/loom-consolidate`.
