memory-team

Solid

Guided setup for sharing moflo's durable learnings through a git-tracked JSONL artifact — for a whole TEAM on one repo, OR for one person across several MACHINES (a team of one). Use when the user says "share learnings with my team", "commit our moflo memory", "sync memory across my laptop and desktop", "set up memory.team_artifact", or "auto-export learnings on every PR". Installs a pre-commit hook so the artifact rides along in every commit. For many worktrees on ONE machine, use /memory-worktree instead.

AI & Automation 18 stars 1 forks Updated 2 days ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
43
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /memory-team — Share Learnings via a Git-Tracked Artifact Wires up **`memory.team_artifact`**: a diffable JSONL file (`.moflo/shared/learnings.jsonl`) that lives **in the repo**, reviewed like any other change. Teammates `git pull` it and their next session auto-imports the merged learnings; each entry is stamped with its git author. This skill also installs a **pre-commit hook** so the artifact is re-exported and staged on every commit — the learnings ride along in each PR with zero effort. > **One mechanism, two audiences.** A *team* and *one person across machines* are the same problem — push > the durable slice through git. This skill covers both; the only difference is whether anyone else is on > the other end. (Prefer a private, non-git file for your own machines? See "Advanced" at the bottom — > `flo memory sync` moves a binary artifact that keeps embeddings verbatim.) **Arguments:** `$ARGUMENTS` — pass `--solo` to skip team-oriented wording (still identical setup). ## When to use - "share learnings / memory with my team" - "commit our moflo knowledge to the repo" - "sync memory between my laptop and desktop" - "auto-export the learnings on every PR / commit" - "set up `team_artifact`" For **many worktrees on one machine**, that's a shared local store, not git — use `/memory-worktree`. ## Procedure ### Step 0 — Memory first (gate requirement) ``` mcp__moflo__memory_search { query: "team_artifact learnings jsonl git share import session-start", namespace: "gu...

Details

Author
eric-cielo
Repository
eric-cielo/moflo
Created
6 months ago
Last Updated
2 days ago
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category