AI Skills
Install the pulsar-haptics skill from the software-mansion-labs/skills repository to give your AI coding agent up-to-date guidance for building haptic interactions with Pulsar on iOS, Android, and React Native.
Installation
Section titled “Installation”Run this in the root of your project:
npx skills add software-mansion-labs/skills --skill pulsar-hapticsThis is the recommended way to install the skill — it pulls in just
pulsar-haptics and sets it up for the coding agents configured in your project.
What the skill helps with
Section titled “What the skill helps with”- Choosing presets and designing better haptic feedback
- Implementing Pulsar APIs in React Native, iOS, and Android
- Building gesture-driven haptics and custom patterns
- Migrating from APIs like
expo-haptics,Core Haptics, andVibrationEffect - Handling compatibility, testing, and graceful fallbacks across devices
After installation, use the pulsar-haptics skill whenever you are working with haptic feedback, tactile interactions, or Pulsar integration.
Implementing a Figma design
Section titled “Implementing a Figma design”Presets a designer bound with the Pulsar Figma plugin never come back from the Figma MCP’s design tools — an agent has to read them out of the file separately. Figma MCP walks through that read and how to turn each binding into an SDK call.