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 when you know exactly what you want.
This is the recommended default skill — it handles all content types.
Examples
/ember-publish How our auth system works
/ember-publish the API response from /users endpoint
/ember-publish docs/ as "API Reference"
/ember-publish visual explainer of our deployment pipeline