pulsar-haptics

Implement haptic feedback across iOS, Android, and React Native platforms.

422|13|Updated Oct 3, 2025
One-click install
npx skills add https://github.com/software-mansion/pulsar --skill pulsar-haptics
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pulsar-haptics
Source: https://github.com/software-mansion/pulsar/tree/main/skills
Command: npx skills add https://github.com/software-mansion/pulsar --skill pulsar-haptics

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pulsar-ios, pulsar-android, react-native-pulsar, pulsar-web, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps developers implement haptic feedback across iOS, Android, and React Native platforms, enhancing the user experience with tactile feedback.

Core Features & Use Cases

  • Cross-Platform Support: Integrate haptic feedback into iOS (Swift), Android (Kotlin), React Native (TypeScript), and Web applications.
  • Custom Patterns: Design custom haptic patterns for specific user interactions.
  • Real-Time Control: Adjust haptic feedback in real-time based on user gestures.
  • Use Case: For a gaming app, use this Skill to create immersive haptic feedback for user interactions, such as button presses or in-game events.

Quick Start

To create a custom haptic pattern, use the pulsar-haptics skill with the following command: create-haptic-pattern amplitude=1.0 frequency=0.5 duration=200ms.

Frequently Asked Questions about pulsar-haptics

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement haptic feedback across iOS, Android, and React Native?

This Skill implements haptic feedback across iOS, Android, and React Native platforms using the Pulsar SDK. It enables custom pattern creation, real-time haptic control, and system presets for mobile applications.

Can I create custom haptic patterns for specific user interactions?

Yes, you can create custom haptic patterns by specifying parameters like amplitude, frequency, and duration using the Pulsar SDK. This allows you to design tailored tactile responses for specific user interactions in your mobile app.

Does this haptic feedback implementation support real-time control based on user gestures?

Yes, the implementation supports real-time haptic control, allowing you to adjust tactile feedback dynamically based on user gestures. This is useful for gaming apps requiring immersive tactile feedback during in-game events.

Do I need the Pulsar SDK to use haptic feedback in my mobile app?

Yes, the Pulsar SDK is required on respective platforms to implement this haptic feedback. It provides the underlying functionality for cross-platform support across iOS, Android, React Native, and Web applications.

What is the best way to add tactile feedback to a React Native app?

The best way to add tactile feedback to a React Native app is using a cross-platform haptic feedback implementation that supports TypeScript. This enables custom pattern creation and real-time control for mobile app development.