Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save cliffordfajardo/4d003a0e24639b871776c40cc86b2ecc to your computer and use it in GitHub Desktop.

Select an option

Save cliffordfajardo/4d003a0e24639b871776c40cc86b2ecc to your computer and use it in GitHub Desktop.
# 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