Last active
May 5, 2026 14:13
-
-
Save cliffordfajardo/4d003a0e24639b871776c40cc86b2ecc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # create the expo react native app | |
| bunx create-expo-app {NAME_OF_APP} | |
| cd {NAME_OF_APP} | |
| bun run reset-project | |
| # start adding skills | |
| #---------------------------------- | |
| # expo skills | |
| bunx skills add expo/skills | |
| claude mcp add --transport http expo-mcp -s project https://mcp.expo.dev/mcp | |
| # heroui and heroui-native | |
| npx skills add heroui-inc/heroui | |
| claude mcp add heroui-react -s project -- npx -y @heroui/react-mcp@latest | |
| #heroui-pro | |
| # heroui pro mcp project wide vs local (i installed it project wide since it pertains to both) | |
| claude mcp add --transport http heroui-pro https://mcp.heroui.pro/mcp --header "x-heroui-personal-token: f70439bb-101e-40aa-8fca-ccf19e7cc767" | |
| claude mcp add --scope project --transport http heroui-pro https://mcp.heroui.pro/mcp --header "x-heroui-personal-token: f70439bb-101e-40aa-8f" | |
| # heroui pro skills - https://docs.heroui.pro/docs/react/getting-started/agent-skills | |
| curl -fsSL https://heroui.pro/docs/install | HEROUI_PERSONAL_TOKEN=f70439bb-101e-40aa-8fca-ccf19e7cc767 bash -s -- heroui-react-pro | |
| curl -fsSL https://heroui.pro/docs/install | HEROUI_PERSONAL_TOKEN=f70439bb-101e-40aa-8fca-ccf19e7cc767 bash -s -- heroui-pro-design-taste | |
| # vercel | |
| npx plugins add vercel/vercel-plugin | |
| # instantdb | |
| npx skills add instantdb/skills | |
| claude mcp add instant -s project -t http https://mcp.instantdb.com/mcp | |
| # matt pocock skills | |
| npx skills@latest add mattpocock/skills # then run `claude` then `/setup-matt-pocock-skills` | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment