ember-shepherd-tours
Installation
SKILL.md
ember-shepherd + shepherd.js Reference
ember-shepherd wraps shepherd.js to provide guided product tours and feature walkthroughs in Ember applications. A3 uses it for onboarding new users, introducing features, and contextual help.
Installation
pnpm add ember-shepherd
ember-shepherd bundles shepherd.js as a dependency. No separate install needed.
A3 Tour Service
A3 injects the tour service provided by ember-shepherd:
import Service, { inject as service } from '@ember/service';
import type TourService from 'ember-shepherd/services/tour';