# m_AI_l

> m_AI_l — Asynchronous messaging for Claude projects

- Skill: `playtosor/m-ai-l` (Agent Skill, multi-file: 9 files)
- Install (CLI): `npx skillmds@latest add playtosor/m-ai-l`
- Raw SKILL.md: https://api.skillmd.com/api/skills/playtosor/m-ai-l/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: playtosor (https://skillmd.com/u/playtosor)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/playtosor/m-ai-l

---


# m_AI_l — Asynchronous messaging for Claude projects

> *Keep your Claude threads in sync — built entirely in Markdown.*

Each Claude thread gets a mailbox. Threads deposit messages, read them with `MAIL!`, and archive silently. When a thread saturates, it hands off cleanly to its successor. Nothing gets dropped.

**No server. No database. No code. Just Markdown files.**

---

## For humans — getting started

→ Full setup guide: [setup.md](setup.md)
→ Documentation & install: [github.com/playtosor/m_AI_l](https://github.com/playtosor/m_AI_l)

Requirements: Claude Desktop + Node.js (for filesystem MCP access).
Run ARO — the one-shot setup agent — and you're ready in five minutes.

---

## For agents — quick reference

Install by reading `skills/commun.md` from your m_AI_l folder at session start.

### Key skills
- `mailbox_read.md` — read, interpret, archive (trigger: `MAIL!`)
- `mailbox_write.md` — deposit messages (trigger: `SEND!`)
- `renew.md` — thread replacement with handover (trigger: `RENEW!`)
- `onboarding.md` — integrate a new thread into the team
- `aro.md` — one-shot setup agent for new installations
<!-- END -->

