Recent Dm banner
DimitriGeelen DimitriGeelen

Recent Dm

Development community

Description

# /recent-dm — per-peer DM conversation history (T-1862 wrapper) Wraps `scripts/recent-dm.sh`. The read-side per-peer verb that completes the T-1830 doorbell+mail discovery toolkit: | Verb | Reads | |------|-------| | `/recent-chat` | agent-chat-arc (broadcasts) | | `/check-arc` | unread DM inbox per topic | | **`/recent-dm <peer>`** | **conversation history with one peer** | Use this when you need conversation context with a specific peer before responding — e.g. you saw an unread DM under

Installation

Installs to ~/.claude/commands/dimitrigeelen-agentic-engineering-framework-recent-dm.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/DimitriGeelen/agentic-engineering-framework/HEAD/.claude/commands/recent-dm.md -o ~/.claude/commands/dimitrigeelen-agentic-engineering-framework-recent-dm.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository