software-mansionsoftware-mansionOfficialΒ·11 Agent Skills Included

react-native-audio-api

Build real-time audio apps in React Native with Web Audio API

Implements a high-performance Web Audio API-compatible audio engine for React Native across iOS, Android, and Web. Guides AI agents through adding audio nodes, JSI HostObjects, TurboModule wiring, thread-safe DSP code, tests, and documentation. Eliminates guesswork around audio thread safety, cross-platform builds, and spec compliance when shipping playback, recording, and effects features.
npx skills add software-mansion/react-native-audio-api --all -g -y
Available:

Tells the AI agent how the monorepo is structured, which skill file to load for each audio engineering task, and how to parallelize work and keep the skill files accurate after every change.

All Skills in This Repository (11)

Pure Emerald Level Indicators
πŸ“¦ In Repo
software-mansionsoftware-mansion

host-objects

Bridge C++ audio nodes to JavaScript via JSI HostObjects.

Official
Advanced
πŸ“¦ In Repo
software-mansionsoftware-mansion

post-work-checks

Enforce post-change quality gates for the React Native audio-api project.

Official
Intermediate
πŸ“¦ In Repo
software-mansionsoftware-mansion

build-compilation-dependencies

Document multi-platform build configuration requirements for react-native-audio-api across CMake, Gradle, and podspecs.

Official
Advanced
πŸ“¦ In Repo
software-mansionsoftware-mansion

utilities

Catalog shared utilities, DSP primitives, and cross-thread helpers for react-native-audio-api.

Official
Advanced
πŸ“¦ In Repo
software-mansionsoftware-mansion

audio-nodes

Implement and debug Web Audio API nodes in React Native.

Official
Advanced
πŸ“¦ In Repo
software-mansionsoftware-mansion

writing-skills

Enforce YAML frontmatter and three-level content model for Claude skills.

Official
Basic
πŸ“¦ In Repo
software-mansionsoftware-mansion

web-audio-api

Map React Native audio nodes to Web Audio API specifications with TypeScript interfaces.

Official
Advanced
πŸ“¦ In Repo
software-mansionsoftware-mansion

turbo-modules

Wire TurboModules and JSI for native audio API integration.

Official
Advanced
πŸ“¦ In Repo
software-mansionsoftware-mansion

thread-safety-itc

Codify thread-safety primitives for cross-thread coordination in React Native audio contexts.

Official
Advanced
πŸ“¦ In Repo
software-mansionsoftware-mansion

flow

Automate end-to-end feature shipping workflows for react-native-audio-api projects.

Official
Advanced
πŸ“¦ In Repo
software-mansionsoftware-mansion

expressive-code

Guides naming conventions and comment decisions for self-documenting source code.

Official
Basic

Frequently Asked Questions

FAQPage Schema
How 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→