riteshshukla04riteshshukla04Communityยท1 Agent Skills Included

agent-skills

Build React Native Nitro modules from scaffold to publish

Guides the complete creation of React Native Nitro Modules, from monorepo scaffolding and TypeScript HybridObject specs to native Swift, Kotlin, and C++ implementations. Eliminates common build failures like broken Gradle paths, Metro resolution errors, and version mismatches in monorepos. Includes copy-paste configs, codegen steps, example app wiring, and npm publishing preparation for faster shipping.
npx skills add riteshshukla04/agent-skills --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install agent-skills?โ–ผ

Run `npx skills add riteshshukla04/agent-skills --all -g -y` in your terminal to install all skills in this repository globally.

How to build a React Native Nitro Module?โ–ผ

This skill walks through all 21 steps: scaffold with Nitrogen, write a .nitro.ts HybridObject spec, run codegen, implement in Swift, Kotlin, or C++, and wire up an example app.

How to fix Android build errors in a monorepo?โ–ผ

The included references show exactly how to correct settings.gradle and build.gradle paths so the example app resolves node_modules from the monorepo root.

Does this work with Claude Code and Cursor?โ–ผ

Yes. The skill follows the standard SKILL.md format and works with Claude Code, Cursor, and other coding assistants that can read markdown skill files.

Can I add a HybridObject to an existing Nitro library?โ–ผ

Yes. The skill has a dedicated path for adding new HybridObjects to existing libraries, skipping all setup and example app steps.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’