Yesterday's Top Launches: 1 Tools from August 15, 2026
Skilldocs is a collaborative markdown editor that aims to solve the messy problem of team editing by bringing a Figma-like real-time experience directly to .md files.

Most product launches on a given day are small iterations, updates to tools you already know. Yesterday, August 15, 2026, was mostly that, except for one name that stood out. Skilldocs is a collaborative markdown editor that describes itself as “Figma for markdown,” and it might be one of the more genuinely useful new developer tools I’ve seen in recent weeks.
Skilldocs
The problem it solves is one that anyone who works with markdown files has bumped into. .md files live in repos, get edited in different places, and collaborating on them is a mess. Teams paste them into Notion or Google Docs, losing the markdown formatting and the connection to the source. Or someone opens the file locally and shares their screen, which means everyone else watches while one person scrolls. Comments end up scattered across chat threads. When the session is over, there’s no clean way to get the feedback back into a coding agent.
Skilldocs attacks that gap directly. You open a skill document, and everyone can be inside it at once. Real cursors appear on the page, so you can see exactly where your teammate is working. Inline comments attach to specific lines instead of getting lost in a separate window. The editor renders as you type, meaning what you see is what the document will look like. No toggling between edit and preview modes.
The part that makes it feel genuinely new is what happens after the collaboration. When your team finishes discussing and editing, the whole conversation and the diff can be handed back to a coding agent. That closes a loop most tools leave open. You’re not just producing a document, you’re producing context an agent can act on.
Familiar ingredients, useful combination
Skilldocs doesn’t try to invent every feature from scratch. It borrows from tools you likely already know. HackMD’s spirit lives in the collaborative markdown editing. The live cursors and follow mode feel like Figma. Real-time highlighting and comments echo Google Docs. The editor itself has the clean, rendered look of Bear’s WYSIWYG approach.
Those comparisons aren’t a criticism. Combining the right pieces into one place is itself a useful act. The follow mode, for instance, works the way it does in Figma. Click a teammate’s avatar and your viewport follows them around the document. If they switch to another doc, you go with them. The maker describes it as feeling like a screenshare but snappier, and that’s accurate. Small interaction details like this make a long collaborative session feel less strained.
There’s also a Sublime-style trick where you can cmd+click to place multiple carets and edit several lines at once. It’s a power-user feature that suggests the tool cares about real editing speed, not just collaboration theater.
Getting content in and out
The import options cover most workflows. Drop a .md file onto the app, paste raw markdown, pull something straight from GitHub, or bring in a local file through an MCP connection. Export is equally straightforward: copy the current document as markdown, copy the diff, or copy the comments. For teams that keep skills and documentation in a repo, you can pull a file in, collaborate on it, and push the results back out without hunting through reformatted exports.
That flexibility matters because it removes the friction of adopting a new tool. You don’t have to migrate your content or change your workflow to try it. Your existing markdown files come in as they are, and they leave the same way.
Honest observations
Some caveats. The launch version is free, which makes it easy to evaluate, but teams should keep an eye on how pricing evolves. The maker has mentioned that proper team source control is under consideration after user requests, so if branching and version history are critical to your workflow, the tool might feel limited today. And any tool that name-drops Figma sets a high bar for polish. The editor is clean and responsive, but it’s a day-one product. Edge cases will surface.
I also noticed the launch messaging leans on collaboration for meetings. The maker notes it’s genuinely fun to hold a meeting inside Skilldocs. That’s a believable use case. A live document where everyone contributes, comments stay attached to the text, and the whole session can be packaged up and handed to an agent, that’s a better format than most meetings for technical teams.
Who benefits
Skilldocs is aimed at teams working with markdown-based skills, which in practice means anyone building agent workflows, maintaining documentation, or managing configuration files in a repo. Technical writers who bounce between local editors and web tools will appreciate working in a rendered markdown view with live collaborators. Developers reviewing a skill document with teammates will appreciate exporting the discussion and diff directly into an agent. Teams evaluating how to run more productive sync meetings around documents have a new option here.
If you edit markdown alone and never need to hand context to an agent, Skilldocs probably isn’t life-changing. But if you’ve ever sat in a meeting where one person scrolls through a .md file on a shared screen while everyone else squints at the wrong part of the document, this tool is aimed exactly at that frustration.
Built with Cloudflare, Vercel, and Claude Code by Rajiv Ayyangar, Skilldocs is a reminder that the AI era isn’t only about generating content. Making sure humans and agents can stay in sync on the same material matters just as much, and that’s where the best new developer tools are heading.