Composer: A real-time markdown editor where Claude Code agents edit alongside you

Composer (usecomposer.md) is a real-time markdown editor designed to solve a specific pain: after a Claude Code agent generates a document, the agent gets cut off from human feedback. You paste the doc into Slack, people comment, but the agent can't see those comments or fix the paragraph everyone is arguing over.
Key Details
- Live collaborative editing — humans and agents edit the same document in real time. The Claude Code agent connects via the Model Context Protocol (MCP).
- Agent capabilities — the agent can read the document, reply to comments, and leave suggestions, just like a teammate.
- Push docs directly — you push a doc straight out of your Claude Code session, no copy-paste dance.
- Comments and suggestions — work today. Access controls are also available.
- Team collaboration — invite teammates into the session; they can also bring their own agents.
- Public docs — free, unlimited, no sign-in required to try.
Who It's For
Developers who use Claude Code to generate plans, specs, or meeting notes, and then need to iterate on those documents with human collaborators without losing the agent's context.
📖 Read the full source: r/ClaudeAI
👀 See Also

log-context-mcp: MCP tool reduces log token usage by 96% for Claude debugging
log-context-mcp is an MCP tool that preprocesses log files before they reach Claude's context, deduplicating lines, grouping stack traces, and stripping noise to reduce token usage. Testing on a 2000-line Apache log showed 96.5% reduction while correctly identifying root causes.

mentioned.to vs broader monitoring tools: a Reddit-focused workflow comparison
mentioned.to is a monitoring tool specifically designed for Reddit workflows, focusing on tracking relevant posts, surfacing reply opportunities, analyzing successful content, and drafting responses rather than broad brand monitoring across multiple channels.

Quick-Question Plugin Automates Unity Development with Claude Code
A developer has released quick-question, a macOS plugin for Unity 2021.3+ that automates compilation, testing, and cross-model code review when using Claude Code. The tool includes 20 slash commands and uses a 'Tribunal' pattern where Codex and Claude review each other's findings.
Agentalmanac: A Catalog of 23 MCP Servers with Paste-Ready JSON Configs
Reddit user catalogues 23 MCP servers with paste-ready configs for Claude Desktop, Cursor, and Continue. Routes around archived servers to maintained alternatives. Hosted demo runs on Cloudflare Workers.