react-native-audio-api
Build real-time audio apps in React Native with Web Audio API
All Skills in This Repository (11)
Pure Emerald Level Indicatorshost-objects
Bridge C++ audio nodes to JavaScript via JSI HostObjects.
post-work-checks
Enforce post-change quality gates for the React Native audio-api project.
build-compilation-dependencies
Document multi-platform build configuration requirements for react-native-audio-api across CMake, Gradle, and podspecs.
utilities
Catalog shared utilities, DSP primitives, and cross-thread helpers for react-native-audio-api.
audio-nodes
Implement and debug Web Audio API nodes in React Native.
writing-skills
Enforce YAML frontmatter and three-level content model for Claude skills.
web-audio-api
Map React Native audio nodes to Web Audio API specifications with TypeScript interfaces.
turbo-modules
Wire TurboModules and JSI for native audio API integration.
thread-safety-itc
Codify thread-safety primitives for cross-thread coordination in React Native audio contexts.
flow
Automate end-to-end feature shipping workflows for react-native-audio-api projects.
expressive-code
Guides naming conventions and comment decisions for self-documenting source code.
Frequently Asked Questions
FAQPage SchemaHow to install react-native-audio-api skills?βΌ
Run `npx skills add software-mansion/react-native-audio-api --all -g -y` in your terminal to install all skills in this suite globally.
What does react-native-audio-api do?βΌ
It is a high-performance audio engine for React Native that mirrors the browser Web Audio API, enabling playback, recording, effects, and real-time analysis on iOS, Android, and Web.
How do these skills help an AI agent write audio code?βΌ
Each skill teaches the agent the exact patterns for audio nodes, JSI HostObjects, thread safety, and builds, so it produces correct cross-platform code without trial and error.
Do these skills work with Claude Code and Cursor?βΌ
Yes. All skills follow the universal SKILL.md standard and load automatically in Claude Code, Cursor, and other compatible AI coding agents.
Do I need C++ experience to use these skills?βΌ
No. The skills encode the C++ audio thread rules and build knowledge, so your AI agent handles the native complexity from plain-English requests.
Related Repositories in Software Engineering
View All in Software Engineeringβopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core