The generic publisher — automatically picks the right format based on your content.
/ember-publish Architecture overview for the payments serviceHow It Decides
| Content | Published as | Delegates to |
|---|---|---|
| A topic or markdown description | Markdown document | /ember-publish-doc |
JSON data or a .json file |
Interactive JSON explorer | /ember-publish-json |
A directory of .md files |
Multi-page docs site (Space) | /ember-publish-space |
| A visual walkthrough or explanation | Interactive slide-based explainer | /ember-publish-explainer |
When to Use
Use /ember-publish when you want the AI to figure out the best format. Use the specific skills (/ember-publish-doc, /ember-publish-json, /ember-publish-space) when you know exactly what format you want.
This is the recommended default skill — it handles all content types.