Skills Reference
Skills are slash commands that extend your AI tool. Type the command followed by what you want.
Publishing Skills
/ember-publish
Auto-picks the right format (doc, JSON, dataset, or explainer) based on your content.
/ember-publish document the payments architecture
/ember-publish this JSON config
/ember-publish the CSV export from our churn query/ember-publish-doc
Publishes markdown with emberDiagrams — interactive, color-coded visualizations.
/ember-publish-doc write up the migration plan with architecture diagrams/ember-publish-json
Publishes JSON as an interactive explorer with expand/collapse, search, and multi-payload tabs.
/ember-publish-json the API response from /users/me/ember-publish-dataset
Publishes CSV data as a sortable, searchable table with pagination and export.
/ember-publish-dataset the Q1 revenue breakdown by region/ember-publish-space
Publishes a directory of markdown files as a multi-page docs site with sidebar navigation.
/ember-publish-space the docs/ directory as our API reference/ember-publish-explainer
Generates an interactive visual explainer — the AI chooses the best visualization type for the topic.
/ember-publish-explainer how our CI/CD pipeline worksWorkflow Skills
/review-pr
Automated PR review. Analyzes the diff, flags issues, suggests improvements.
/review-pr 247/commit
Generates a commit message from staged changes. Analyzes the diff and follows the repo's commit conventions.
/commitTip: All publishing skills support updating — publish again with the same topic and it upserts the existing doc.