bytriggerdotdev· 18 skills
Trigger.dev client/frontend surface: subscribe to runs in realtime (runs.subscribeToRun and the @trigger.dev/react-hooks hook useRealtimeRun), consume metadata and AI/text streams in React (useRealtimeStream), trigger tasks from the browser (useTaskTrigger, useRealtimeTaskTrigger), and mint scoped frontend credentials with auth.createPublicToken / auth.createTriggerPublicToken. Load when wiring a frontend (React/Next.js/Remix) or backend-for-frontend to show live run progress, status badges, token streams, trigger buttons, or wait-token approval UIs. NOT for writing the backend task itself (streams.define / metadata.set is trigger-authoring-tasks territory); this is the consumer side.
$npx -y skills add triggerdotdev/trigger.dev --skill trigger-realtime-and-frontendInstalls into the current project.
Run `npx skills use "https://github.com/triggerdotdev/trigger.dev" --skill "triggerdotdev/trigger.dev/trigger-realtime-and-frontend"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/triggerdotdev/trigger.dev" that are relevant to the current task. Run `npx skills add "https://github.com/triggerdotdev/trigger.dev"` and select the relevant skills, then follow their instructions.