The fastest way to publish is with a skill. Skills work in Claude Code, Cursor, and other tools that support the skills protocol.
Just type:
/ember-publish API architecture for the billing serviceYour AI will:
- Write a structured markdown document with headings, diagrams, and tables
- Authenticate you (first time only — opens a browser link)
- Publish it and return the live URL
Publishing the same slug again updates the existing document — no duplicates.
Available Skills
/ember-publish is the generic skill — it analyses your content and automatically picks the right format:
| Content | Published as |
|---|---|
| A topic or markdown description | Markdown document with diagrams |
JSON data or a .json file |
Interactive JSON explorer with tree + graph |
A directory of .md files |
Multi-page docs site (Space) with sidebar nav |
| A visual explanation of a concept | Interactive slide-based explainer |
You can also use the specific skills directly:
| Skill | Publishes |
|---|---|
/ember-publish-doc |
Markdown documents with diagrams, tables, and code |
/ember-publish-json |
JSON data as an interactive tree + graph explorer |
/ember-publish-space |
A directory of files as a multi-page docs site |
/ember-publish-explainer |
Interactive slide-based visual explainers |
Installation
Install all skills at once:
npx emberflow-skillsOn first use, you'll authenticate via a browser link — after that, publishes are automatic.