mimiq-memorylisted
Install: claude install-skill slayerman420/mimiq
# Mimiq Memory
Persistent memory, multi-profile identity, and feedback system for Mimiq.
All data is stored locally at `~/.claude/mimiq-memory/` — never sent anywhere.
---
## Database Structure
```
~/.claude/mimiq-memory/
├── profiles.json # User identity + platform map
├── fingerprints.json # Style fingerprint versions + feedback deltas
├── posts.db # Every post written, rated, published
├── audits.db # Every audit run + corrections
└── shared_patterns.json # Opt-in community intelligence (anonymized)
```
All reads/writes go through the scripts in this skill's `scripts/` directory.
Always run `python3 scripts/init_db.py` first to ensure the database exists.
---
## Step 1 — Session Start: Load Memory
At the start of any Mimiq session, run:
```bash
python3 ~/.claude/skills/mimiq-memory/scripts/load_memory.py
```
This returns:
- The user's profile map (all linked platforms + handles)
- The latest style fingerprint
- Summary of past audits
- Any pending feedback requests
If no memory exists yet, initialize with:
```bash
python3 ~/.claude/skills/mimiq-memory/scripts/init_db.py
```
Then prompt the user to set up their profile (see Step 2).
---
## Step 2 — Profile Setup (First Time)
If no profile exists, ask:
> "Let's set up your Mimiq profile. What's your name or handle?
> And which platforms are you on? I'll link them all to one identity."
Collect:
- Display name / preferred handle
- Platform handles (LinkedIn, X, Reddit