Mariano Ksairi's Claude Code configuration — marketplace plugins, global hooks, and tooling.
| Plugin | Description |
|---|---|
| expo-rn-plugin | Claude Code plugin for React Native / Expo projects (Supabase, Firebase, REST) |
virtual-wallet is the canonical example app that exercises the expo-rn-plugin. It's a production React Native / Expo project (Supabase auth, REST SDK, Firebase push) and serves as the integration test bed for this plugin.
Shared libraries extracted from it live in ksairi-org/libs — a Turborepo + Changesets monorepo publishing 18 packages under the @ksairi-org/* npm scope. New projects that adopt the plugin can install any of these packages independently.
After cloning, install the git hooks:
bash scripts/install-hooks.shThis installs a pre-push hook that rebuilds MCP server dist/ before every push and keeps CI green.