By agents-inc
React Native mobile development patterns - New Architecture (Fabric, TurboModules, JSI), component architecture, React Navigation 7+, FlashList v2 optimization, gestures with Reanimated 4, platform-specific code, React 19 features
The official skills marketplace for Agents Inc.
150+ skills covering everything from React and Prisma to Redis, ElevenLabs, and infrastructure tooling. Pick the skills that match your stack and install them via Claude Code. Need more control? The @agents-inc/cli lets you choose between plugin or eject mode, scoped to a single project or your entire machine.
Via Claude Code:
/plugin marketplace add agents-inc/skills
/plugin install <skill-name>@agents-inc
Via the Agents Inc CLI:
npx @agents-inc/cli init
Select your domains, skills and subagents, and configure everything in TypeScript. See the Agents Inc CLI.
Frameworks
React Vue Composition API Angular Standalone SolidJS Svelte
Meta Frameworks
Next.js Nuxt Remix Astro SvelteKit Qwik Docusaurus VitePress
State Management
Zustand Pinia NgRx SignalStore Jotai MobX Redux Toolkit
Data Fetching
SWR tRPC GraphQL + Apollo GraphQL + urql
Server State
React Query
Routing
React Router TanStack Router
Forms & Validation
React Hook Form TanStack Form Vee Validate Zod
UI Libraries
shadcn/ui Radix UI TanStack Table MUI Chakra UI Ant Design Mantine Headless UI Vuetify
Styling
Tailwind SCSS Modules CVA
Testing
Vitest Playwright Cypress React Testing Library Vue Test Utils
Mocks
MSW
Animation
Framer Motion CSS Animations View Transitions
Tooling
Storybook Vite
i18n
next-intl react-intl vue-i18n
Realtime
WebSockets Socket.IO SSE
PWA
Offline First Service Workers
Error Handling
Error Boundaries Result Types
Files
File Upload Patterns Image Handling
Performance & Accessibility
Web Performance Accessibility
Utilities
date-fns Native JS RxJS VueUse
Frameworks
Hono Express Fastify NestJS Elysia
Databases & ORMs
Drizzle Prisma TypeORM Sequelize Knex Mongoose MongoDB PostgreSQL MySQL Redis
CockroachDB EdgeDB SurrealDB Upstash Vercel KV Vercel Postgres
BaaS
Supabase Firebase Appwrite Neon PlanetScale Turso
Auth
Better Auth + Drizzle + Hono Clerk NextAuth
CMS
Payload Sanity Strapi
Commerce
Stripe
Email
Resend + React Email Resend Setup
Search
Elasticsearch Meilisearch
Vector DBs
Pinecone Qdrant Chroma Weaviate
Analytics
PostHog Analytics PostHog Setup
Feature Flags
PostHog Flags
Observability
Axiom + Pino + Sentry Axiom + Pino + Sentry Setup
Performance
API Performance
Providers
Anthropic SDK OpenAI SDK Google Gemini SDK Mistral SDK Cohere SDK ElevenLabs OpenAI Whisper Claude Vision
Orchestration
Vercel AI SDK LangChain LlamaIndex
Infrastructure
HuggingFace Inference LiteLLM Modal Ollama Replicate Together AI
Observability
Langfuse Promptfoo
Patterns
Tool Use Patterns
CI/CD
GitHub Actions Docker
Platform
Cloudflare Workers
Config
Env Config
Monorepos
Turborepo Nx pnpm Workspaces
Security
Auth Security
Tooling
Biome ESLint + Prettier Git Hooks TypeScript Config
Frameworks
Electron Tauri
Design
Expressive TypeScript
Reviewing
Code Reviewing CLI Reviewing
Methodology
Research Methodology
Each skill covers patterns, conventions, anti-patterns, edge cases, and real code examples for a single technology. Not surface-level docs, but the kind of knowledge you'd normally have to explain to Claude repeatedly.
src/skills/<domain>-<subcategory>-<name>/
├── SKILL.md # Main skill content
├── metadata.yaml # Version, compatibility, tags
├── reference.md # API reference
└── examples/
├── core.md # Core usage examples
└── {topic}.md # Topic-specific examples
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub agents-inc/skills --plugin mobile-framework-react-nativeReact Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules.
Use this agent when you need expert assistance with React Native development tasks including code analysis, component creation, debugging, performance optimization, or architectural decisions. Examples: <example>Context: User is working on a React Native app and needs help with a navigation issue. user: 'My stack navigator isn't working properly when I try to navigate between screens' assistant: 'Let me use the react-native-dev agent to analyze your navigation setup and provide a solution' <commentary>Since this is a React Native specific issue, use the react-native-dev agent to provide expert guidance on navigation problems.</commentary></example> <example>Context: User wants to create a new component that follows the existing app structure. user: 'I need to create a custom button component that matches our app's design system' assistant: 'I'll use the react-native-dev agent to create a button component that aligns with your existing codebase structure and design patterns' <commentary>The user needs React Native component development that should follow existing patterns, so use the react-native-dev agent.</commentary></example>
Use this agent when you need expert assistance with React Native development tasks including code analysis, component creation, debugging, performance optimization, or architectural decisions. Examples: <example>Context: User is working on a React Native app and needs help with a navigation issue. user: 'My stack navigator isn't working properly when I try to navigate between screens' assistant: 'Let me use the react-native-dev agent to analyze your navigation setup and provide a solution' <commentary>Since this is a React Native specific issue, use the react-native-dev agent to provide expert guidance on navigation problems.</commentary></example> <example>Context: User wants to create a new component that follows the existing app structure. user: 'I need to create a custom button component that matches our app's design system' assistant: 'I'll use the react-native-dev agent to create a button component that aligns with your existing codebase structure and design patterns' <commentary>The user needs React Native component development that should follow existing patterns, so use the react-native-dev agent.</commentary></example>
React Native upgrade workflow covering updated templates, dependencies, and common pitfalls. Use when migrating a React Native app to a newer release.
Use this agent when developing native iOS or Android applications, implementing React Native features, or optimizing mobile performance. This agent specializes in creating smooth, native-feeling mobile experiences. Examples:\n\n<example>\nContext: Building a new mobile app\nuser: "Create a TikTok-style video feed for our app"\nassistant: "I'll build a performant video feed with smooth scrolling. Let me use the mobile-app-builder agent to implement native performance optimizations."\n<commentary>\nVideo feeds require careful mobile optimization for smooth scrolling and memory management.\n</commentary>\n</example>\n\n<example>\nContext: Implementing mobile-specific features\nuser: "Add push notifications and biometric authentication"\nassistant: "I'll implement native push notifications and Face ID/fingerprint auth. Let me use the mobile-app-builder agent to ensure proper platform integration."\n<commentary>\nNative features require platform-specific implementation and proper permissions handling.\n</commentary>\n</example>\n\n<example>\nContext: Cross-platform development\nuser: "We need this feature on both iOS and Android"\nassistant: "I'll implement it using React Native for code reuse. Let me use the mobile-app-builder agent to ensure native performance on both platforms."\n<commentary>\nCross-platform development requires balancing code reuse with platform-specific optimizations.\n</commentary>\n</example>
Frontend UI development and mobile application implementation across platforms
Supabase backend-as-a-service — Auth, Database, Realtime, Storage, Edge Functions, RLS policies, typed client
Hono routes, OpenAPI, Zod validation
PostHog feature flags, rollouts, A/B testing. Use when implementing gradual rollouts, A/B tests, kill switches, remote configuration, beta features, or user targeting with PostHog.
TypeScript Result/Either types for type-safe error handling, railway-oriented programming patterns, error as values
Official OpenAI SDK patterns for TypeScript/Node.js — client setup, Chat Completions, Responses API, streaming, structured outputs, function calling, embeddings, vision, audio, and production best practices