Skip to main content

Install the agent skill

Use the Skills CLI (skills.sh) to install the official skill for react-native-nitro-google-signin. It gives coding agents correct setup steps, API usage, and troubleshooting — without pasting large prompt files.

Skill name: react-native-nitro-google-signin
Source repo: react-native-nitro-google-signin/google-signin

Install (all detected agents)

From any directory. The CLI installs to agents it finds on your machine; use -g for user-wide access:

npx skills add react-native-nitro-google-sign-in/google-signin -g -y

This is the recommended install command used across the README, AGENTS.md, and this documentation site.

FlagPurpose
-g, --globalInstall under your home directory (all projects)
-y, --yesSkip confirmation prompts
(no -g)Install only in the current project (commit .agents/skills/, .claude/skills/, etc. with your repo)

After install, restart your editor or agent so the skill is loaded.


Install by AI provider

Use -a / --agent to target one tool. Same package for every provider:

npx skills add react-native-nitro-google-sign-in/google-signin \
--skill react-native-nitro-google-signin \
-a <agent-id> \
-g -y
npx skills add react-native-nitro-google-sign-in/google-signin \
--skill react-native-nitro-google-signin \
-a cursor -g -y
ScopePath
Project.agents/skills/
Global (-g)~/.cursor/skills/

Restart Cursor. Optional project rules: Rules & workflow. Docs: Cursor Skills.

More agents (50+ supported)

The Skills CLI supports OpenHands, Devin, Tabnine, Qoder, Zencoder, Trae, Mistral Vibe, Firebender, and others. Use the same command with the --agent id from the supported agents table.

Examples:

# Multiple agents in one command
npx skills add react-native-nitro-google-sign-in/google-signin \
--skill react-native-nitro-google-signin \
-a claude-code -a cursor -a github-copilot -g -y

# Install to every agent the CLI knows about
npx skills add react-native-nitro-google-sign-in/google-signin \
--skill react-native-nitro-google-signin --all -y

List installed skills:

npx skills list
npx skills ls -a cursor -a claude-code

Other install options

Committed with your app (team shares the same skill):

npx skills add react-native-nitro-google-sign-in/google-signin \
--skill react-native-nitro-google-signin -y

What’s included

FilePurpose
SKILL.mdCore rules, sign-in flow, when to use
reference.mdAPI, Expo/Android/iOS setup
examples.mdCopy-paste snippets

Source: skills/react-native-nitro-google-signin/

After installing

  1. Restart your agent or IDE.
  2. Ask naturally, e.g. “Add Google One Tap sign-in to my Expo app with autoDetect.”
  3. The agent should follow the skill’s flow and native setup rules.

Update or remove

npx skills update react-native-nitro-google-signin
npx skills remove react-native-nitro-google-signin -y

List on skills.sh

To appear on skills.sh (search, leaderboard, canonical skill page), push this repo to GitHub and request indexing.

Still need human-readable docs?

Use the Guide sidebar — the skill complements, not replaces, the full documentation site.