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

Simplifying Automation with OpenClaw Wrappers
OpenClaw Wrappers offer an efficient way to manage AI coding agents. Discover how these tools integrate easily into existing frameworks with specific command examples and community feedback.

Reddit user measures MCP token overhead: 67K tokens consumed before any question
A developer measured their MCP server token overhead at 67,000 tokens consumed before typing a single question, with Playwright MCP using 13,600 tokens and GitHub MCP using 18,000 tokens idle. They replaced MCP with skills and CLI tools for lower context costs.

VibeIndex.ai: Searchable Hub for 90K+ AI Skills, MCPs, and Plugins with Security Scanning
A Korean AI researcher has built vibeindex.ai, a searchable hub that indexes over 90,000 AI skills, MCP servers, and plugins with hourly updates and security scanning using Cisco Skill Scanner across 17 threat categories.

50 Popular Apps Reverse-Engineered into Claude-Readable Design Specs: Key Patterns for UI Cloning
u/meliwat reverse-engineered 50 popular apps into structured markdown design specs. Claude nails UI clones with exact values, state coverage, spacing scales, and navigation graphs. Longer prose degrades output.