Installation
Get all Emberflow skills installed in under 30 seconds.
Quick Install
Run this in any project directory:
npx emberflow-skills@latestThis installs skills for Claude Code, Cursor, and any tool that supports the skills protocol. The installer auto-detects your tool and places skills in the right directory.
How It Works
What Gets Installed
| Skill | What it does |
|---|---|
/ember-publish |
Auto-picks the right format based on your content |
/ember-publish-doc |
Publish markdown documents with emberDiagrams and tables |
/ember-publish-json |
Publish JSON data as an interactive explorer |
/ember-publish-space |
Publish a directory of files as a multi-page docs site |
/ember-publish-explainer |
Generate interactive slide-based visual explainers |
Authentication
On first use, you'll be prompted to sign in via a browser link. After that, your session is saved locally at ~/.emberflow/token.json and all future publishes are automatic.
Updating
Run the same install command to update to the latest version:
npx emberflow-skills@latestSkills are overwritten in place — your auth session is preserved.