Software Mansion's set of skills for AI-assisted React Native development.
> /plugin marketplace add software-mansion-labs/skills> /plugin install skills@swmansion
Repo: software-mansion-labs/skills
What's inside
Production-ready patterns for React Native development, packaged as a Claude Code plugin. Maintained by Software Mansion.
Optimized for Claude models and tested with Claude Code. Install the plugin and your AI coding agent gets up-to-date guidance for animations, gestures, on-device AI, audio, real-time video, and other React Native features.
Add the Software Mansion marketplace and install the plugin:
/plugin marketplace add software-mansion-labs/skills
/plugin install skills@swmansion
/reload-plugins
The skills are available immediately. Run /plugin marketplace update swmansion to get the latest version.
npxYou can also install the skills using the skills CLI:
npx skills add software-mansion-labs/skills
Production patterns for React Native apps on the New Architecture, covering:
| Topic | What it covers |
|---|---|
| Animations | CSS transitions, CSS animations, shared value animations, canvas animations (Skia), GPU shader animations, layout animations, Reanimated 4, 120fps, performance tuning |
| Gestures | Tap, pan, pinch, swipe, long press, drag with Gesture Handler |
| SVG | Vector graphics, icons, charts, illustrations with React Native SVG |
| On-device AI | LLMs, computer vision, OCR, audio processing, embeddings with React Native ExecuTorch |
| Rich Text | Rich text editing with react-native-enriched and Markdown rendering with react-native-enriched-markdown: formatting toolbar, mentions, links, GFM tables, task lists, LaTeX math |
| Multithreading | Worker Runtimes, scheduling APIs, shared memory with React Native Worklets |
| Worklets Bundle Mode | Enabling react-native-worklets Bundle Mode: imports inside worklets, third-party libraries on worklet runtimes, mandatory metro/metro-runtime patches, Fast Refresh for worklet code |
| Audio | Playback, recording, visualization, session management with React Native Audio API |
| JSI | C++ JavaScript Interface: HostObject, HostFunction, NativeState, zero-copy ArrayBuffer, threading safety, CallInvoker, TurboModules vs Nitro Modules, C++ memory patterns, crash debugging |
Best practices for using Radon IDE's MCP tools when developing, debugging, and inspecting React Native and Expo apps. Covers viewing screenshots, reading logs, inspecting the component tree, debugging network requests, reloading the app, and querying React Native documentation.
Practical guidance for building with TypeGPU, from project setup and schema design through shader authoring, resource management, and pipeline composition. It helps an AI coding agent work confidently across the CPU/GPU boundary while avoiding common typing, memory-layout, and WebGPU integration mistakes.
Best practices for integrating RNRepo โ Software Mansion's infrastructure for pre-building and distributing React Native library artifacts. Covers installation (Expo CNG and standard React Native), configuration (denyList, disabling the plugin, GPG verification), and troubleshooting.
Best practices for setting up and migrating to Detour, Software Mansion's deferred deep linking ecosystem. Covers end-to-end SDK initialization, Universal/App Links registration, and type-safe analytics tracking across iOS, Android, React Native, and Flutter, as well as structural mappings for switching away from Branch or AppsFlyer.
Guidance for building real-time video, audio, and livestreaming apps with Fishjam, Software Mansion's hosted WebRTC platform. Covers the platform fundamentals (rooms, peers, tracks, two-tier auth, notifications, REST API) and all four SDKs: the Node.js and Python server SDKs (including AI voice agents and Gemini Live integration), the React web client, and the React Native / Expo client (permissions, foreground service, CallKit, screen sharing, Picture-in-Picture).
Guidance for building sub-second-latency live streaming with react-native-moq, Software Mansion's Media over QUIC (MoQ) bindings for React Native. Covers video/audio playback and broadcast discovery, publishing from the camera, microphone, and screen, custom data and media tracks, the hook-free imperative API, and the optional react-native-moq-ui player chrome.
Software Mansion's guide for migrating Expo SDK apps to Meta Quest using the expo-horizon packages. Covers build flavors for Quest, panel sizing, device detection, and migrating expo-location and expo-notifications to their Horizon counterparts, through Meta Horizon Store publishing.
This project uses Task as a task runner. Install with brew install go-task.
task --list # show available tasks
task lint # run the skill linter
task lint:test # run linter unit tests
task check # run lint + tests
task eval:grade -- /path/to/workspace # grade a skill-creator workspace
skills/
โโโ expo-horizon/
โ โโโ SKILL.md
โโโ fishjam/
โ โโโ references/
โ โ โโโ platform/
โ โ โ โโโ SKILL.md
โ โ โ โโโ auth-model.md
โ โ โ โโโ glossary.md
โ โ โ โโโ lifecycle-flow.md
โ โ โ โโโ llms-and-docs.md
โ โ โ โโโ notifications-taxonomy.md
โ โ โ โโโ notifier-vs-webhook.md
โ โ โ โโโ rest-endpoints.md
โ โ โ โโโ room-types.md
โ โ โ โโโ sandbox-vs-production.md
โ โ โโโ js-server-sdk/
โ โ โ โโโ SKILL.md
โ โ โ โโโ agent.md
โ โ โ โโโ client.md
โ โ โ โโโ express-fastify.md
โ โ โ โโโ gemini-integration.md
โ โ โ โโโ livestream-and-moq.md
โ โ โ โโโ selective-subscriptions.md
โ โ โ โโโ webhooks.md
โ โ โ โโโ ws-notifier.md
โ โ โโโ python-server-sdk/
โ โ โ โโโ SKILL.md
โ โ โ โโโ agent.md
โ โ โ โโโ client.md
โ โ โ โโโ fastapi.md
โ โ โ โโโ gemini-integration.md
โ โ โ โโโ livestream-and-moq.md
โ โ โ โโโ notifier.md
โ โ โ โโโ selective-subscriptions.md
โ โ โ โโโ webhooks.md
โ โ โโโ react-client/
โ โ โ โโโ SKILL.md
โ โ โ โโโ connection.md
โ โ โ โโโ custom-sources.md
โ โ โ โโโ data-and-events.md
โ โ โ โโโ devices.md
โ โ โ โโโ livestream.md
โ โ โ โโโ peers-and-tracks.md
โ โ โ โโโ provider.md
โ โ โ โโโ simulcast-and-bandwidth.md
โ โ โ โโโ ts-client-escape.md
โ โ โโโ react-native-client/
โ โ โโโ SKILL.md
โ โ โโโ audio-output.md
โ โ โโโ callkit.md
โ โ โโโ example-projects.md
โ โ โโโ foreground-service.md
โ โ โโโ mobile-hook-overrides.md
โ โ โโโ native-setup.md
โ โ โโโ permissions.md
โ โ โโโ picture-in-picture.md
โ โ โโโ rtcview.md
โ โ โโโ screen-sharing.md
โ โโโ SKILL.md
โโโ radon-mcp/
โ โโโ references/
โ โ โโโ get-library-description.md
โ โ โโโ query-documentation.md
โ โ โโโ reload-application.md
โ โ โโโ view-application-logs.md
โ โ โโโ view-component-tree.md
โ โ โโโ view-network-logs.md
โ โ โโโ view-network-request-details.md
โ โ โโโ view-screenshot.md
โ โโโ SKILL.md
โโโ react-native-moq/
โ โโโ references/
โ โ โโโ custom-tracks.md
โ โ โโโ imperative.md
โ โ โโโ playback.md
โ โ โโโ publishing.md
โ โโโ SKILL.md
โโโ rnrepo/
โ โโโ references/
โ โ โโโ configuration.md
โ โ โโโ installation.md
โ โ โโโ troubleshooting.md
โ โโโ SKILL.md
โโโ typegpu/
โ โโโ references/
โ โ โโโ advanced.md
โ โ โโโ matrices.md
โ โ โโโ noise.md
โ โ โโโ pipelines.md
โ โ โโโ sdf.md
โ โ โโโ setup.md
โ โ โโโ shaders.md
โ โ โโโ textures.md
โ โ โโโ types.md
โ โโโ SKILL.md
โโโ detour/
โ โโโ README.md
โ โโโ migrate-to-detour/
โ โ โโโ SKILL.md
โ โ โโโ references/
โ โ โโโ android.md
โ โ โโโ ios.md
โ โ โโโ react-native.md
โ โ โโโ flutter.md
โ โโโ detour-onboarding/
โ โโโ SKILL.md
โ โโโ references/
โ โโโ android.md
โ โโโ ios.md
โ โโโ react-native.md
โ โโโ flutter.md
โโโ react-native-best-practices/
โโโ references/
โ โโโ animations/
โ โ โโโ SKILL.md
โ โ โโโ animation-functions.md
โ โ โโโ animations-performance.md
โ โ โโโ animations.md
โ โ โโโ canvas-animations.md
โ โ โโโ canvas-atlas.md
โ โ โโโ gpu-animations.md
โ โ โโโ layout-animations.md
โ โ โโโ scroll-and-events.md
โ โ โโโ svg-animations.md
โ โโโ audio/
โ โ โโโ SKILL.md
โ โ โโโ audio.md
โ โ โโโ effects-and-analysis.md
โ โ โโโ playback.md
โ โ โโโ recording.md
โ โ โโโ system-and-notifications.md
โ โ โโโ worklets.md
โ โโโ enable-worklets-bundle-mode/
โ โ โโโ SKILL.md
โ โ โโโ references/
โ โ โโโ patching-bun.md
โ โ โโโ patching-patch-package.md
โ โ โโโ patching-pnpm.md
โ โ โโโ patching-yarn-berry.md
โ โ โโโ uniwind-remap-workaround.md
โ โโโ gestures/
โ โ โโโ SKILL.md
โ โ โโโ continuous-gestures.md
โ โ โโโ gesture-composition.md
โ โ โโโ gestures.md
โ โ โโโ swipeable-and-drawer.md
โ โ โโโ tap-handling.md
โ โ โโโ testing.md
โ โโโ multithreading/
โ โ โโโ SKILL.md
โ โ โโโ setup-and-advanced.md
โ โ โโโ shared-memory.md
โ โ โโโ threading-api.md
โ โโโ on-device-ai/
โ โ โโโ SKILL.md
โ โ โโโ llm.md
โ โ โโโ setup.md
โ โ โโโ speech.md
โ โ โโโ vision.md
โ โโโ rich-text/
โ โ โโโ SKILL.md
โ โโโ svg/
โ โ โโโ SKILL.md
โ โ โโโ svg.md
โ โ โโโ when-to-use.md
โ โโโ jsi/
โ โโโ SKILL.md
โ โโโ overview.md
โ โโโ core-types.md
โ โโโ casting-and-serialization.md
โ โโโ threading-safety.md
โ โโโ calling-js-and-async.md
โ โโโ performance.md
โ โโโ setup-and-templates.md
โ โโโ module-approaches.md
โ โโโ cpp-memory-patterns.md
โ โโโ debugging-and-pitfalls.md
โโโ README.md
โโโ SKILL.md
The top-level SKILL.md acts as a table of contents. Reference files load only when relevant to the current task, keeping the context window focused.
skills/react-native-best-practices/references/<topic>/SKILL.md with YAML frontmatter (name, description) and a references table.md filesskills/react-native-best-practices/SKILL.mdSKILL.md files under 500 lines. Split longer content into reference files.MIT
Since 2012 Software Mansion is a software agency with experience in building web and mobile apps. We are Core React Native Contributors and experts in dealing with all kinds of React Native issues. We can help you build your next dream product โ Hire us.
.claude-plugin/
marketplace.json
.github/
workflows/
lint.yml
.gitignore
evals/
evals.json
go.mod
grader.go
loader.go
main.go
README.md
types.go
workspace.go
lint/
diagnostic.go
go.mod
go.sum
main.go
parser_test.go
parser.go
rules_test.go
rules.go
README.md
skills/
detour/
detour-onboarding/
references/
android.md
flutter.md
ios.md
react-native.md
SKILL.md
migrate-to-detour/
references/
android.md
flutter.md
ios.md
react-native.md
SKILL.md
README.md
expo-horizon/
SKILL.md
fishjam/
references/
js-server-sdk/
agent.md
client.md
express-fastify.md
gemini-integration.md
livestream-and-moq.md
selective-subscriptions.md
SKILL.md
webhooks.md
ws-notifier.md
platform/
auth-model.md
glossary.md
lifecycle-flow.md
llms-and-docs.md
notifications-taxonomy.md
notifier-vs-webhook.md
rest-endpoints.md
room-types.md
sandbox-vs-production.md
SKILL.md
python-server-sdk/
agent.md
client.md
fastapi.md
gemini-integration.md
livestream-and-moq.md
notifier.md
selective-subscriptions.md
SKILL.md
webhooks.md
react-client/
connection.md
custom-sources.md
data-and-events.md
devices.md
livestream.md
peers-and-tracks.md
provider.md
simulcast-and-bandwidth.md
SKILL.md
ts-client-escape.md
react-native-client/
audio-output.md
callkit.md
example-projects.md
foreground-service.md
mobile-hook-overrides.md
native-setup.md
permissions.md
picture-in-picture.md
rtcview.md
screen-sharing.md
SKILL.md
SKILL.md
radon-mcp/
references/
get-library-description.md
query-documentation.md
reload-application.md
view-application-logs.md
view-component-tree.md
view-network-logs.md
view-network-request-details.md
view-screenshot.md
SKILL.md
react-native-best-practices/
README.md
references/
animations/
animation-functions.md
animations-performance.md
animations.md
canvas-animations.md
canvas-atlas.md
gpu-animations.md
layout-animations.md
scroll-and-events.md
SKILL.md
svg-animations.md
audio/
audio.md
effects-and-analysis.md
playback.md
recording.md
SKILL.md
system-and-notifications.md
worklets.md
enable-worklets-bundle-mode/
references/
patching-bun.md
patching-patch-package.md
patching-pnpm.md
patching-yarn-berry.md
uniwind-remap-workaround.md
SKILL.md
gestures/
continuous-gestures.md
gesture-composition.md
gestures.md
SKILL.md
swipeable-and-drawer.md
tap-handling.md
testing.md
v2-to-v3-migration.md
jsi/
calling-js-and-async.md
casting-and-serialization.md
core-types.md
cpp-memory-patterns.md
debugging-and-pitfalls.md
module-approaches.md
overview.md
performance.md
setup-and-templates.md
SKILL.md
threading-safety.md
multithreading/
setup-and-advanced.md
shared-memory.md
SKILL.md
threading-api.md
on-device-ai/
llm.md
setup.md
SKILL.md
speech.md
vision.md
rich-text/
SKILL.md
svg/
SKILL.md
svg.md
when-to-use.md
SKILL.md
react-native-moq/
references/
custom-tracks.md
imperative.md
playback.md
publishing.md
SKILL.md
rnrepo/
references/
configuration.md
installation.md
troubleshooting.md
SKILL.md
typegpu/
references/
advanced.md
matrices.md
noise.md
pipelines.md
sdf.md
setup.md
shaders.md
textures.md
types.md
SKILL.md
Taskfile.ymlFAQ
software-mansion-labs-skills is a Claude Code plugin with 23 hand-picked skills for mobile work, indexed on Flowy. Install it with the command on its page. It includes detour-onboarding, migrate-to-detour, expo-horizon. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.