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.
| Flag | Purpose |
|---|---|
-g, --global | Install under your home directory (all projects) |
-y, --yes | Skip 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
- Cursor
- Claude Code
- GitHub Copilot
- OpenAI Codex
- Windsurf
- Gemini CLI
- Antigravity
- Cline
- Continue
- OpenCode
- Roo Code
- JetBrains Junie
- Kiro CLI
- Amp
npx skills add react-native-nitro-google-sign-in/google-signin \
--skill react-native-nitro-google-signin \
-a cursor -g -y
| Scope | Path |
|---|---|
| Project | .agents/skills/ |
Global (-g) | ~/.cursor/skills/ |
Restart Cursor. Optional project rules: Rules & workflow. Docs: Cursor Skills.
npx skills add react-native-nitro-google-sign-in/google-signin \
--skill react-native-nitro-google-signin \
-a claude-code -g -y
| Scope | Path |
|---|---|
| Project | .claude/skills/ |
| Global | ~/.claude/skills/ |
Restart Claude Code. Docs: Claude Code Skills.
npx skills add react-native-nitro-google-sign-in/google-signin \
--skill react-native-nitro-google-signin \
-a github-copilot -g -y
| Scope | Path |
|---|---|
| Project | .agents/skills/ |
| Global | ~/.copilot/skills/ |
Restart VS Code / your IDE with Copilot agent mode. Docs: Copilot Agent Skills.
npx skills add react-native-nitro-google-sign-in/google-signin \
--skill react-native-nitro-google-signin \
-a codex -g -y
| Scope | Path |
|---|---|
| Project | .agents/skills/ |
| Global | ~/.codex/skills/ |
Docs: Codex Skills.
npx skills add react-native-nitro-google-sign-in/google-signin \
--skill react-native-nitro-google-signin \
-a windsurf -g -y
| Scope | Path |
|---|---|
| Project | .windsurf/skills/ |
| Global | ~/.codeium/windsurf/skills/ |
Restart Windsurf.
npx skills add react-native-nitro-google-sign-in/google-signin \
--skill react-native-nitro-google-signin \
-a gemini-cli -g -y
| Scope | Path |
|---|---|
| Project | .agents/skills/ |
| Global | ~/.gemini/skills/ |
Docs: Gemini CLI Skills.
npx skills add react-native-nitro-google-sign-in/google-signin \
--skill react-native-nitro-google-signin \
-a antigravity -g -y
| Scope | Path |
|---|---|
| Project | .agents/skills/ |
| Global | ~/.gemini/antigravity/skills/ |
Docs: Antigravity Skills.
npx skills add react-native-nitro-google-sign-in/google-signin \
--skill react-native-nitro-google-signin \
-a cline -g -y
| Scope | Path |
|---|---|
| Project | .agents/skills/ |
| Global | ~/.agents/skills/ |
Docs: Cline Skills.
npx skills add react-native-nitro-google-sign-in/google-signin \
--skill react-native-nitro-google-signin \
-a continue -g -y
| Scope | Path |
|---|---|
| Project | .continue/skills/ |
| Global | ~/.continue/skills/ |
npx skills add react-native-nitro-google-sign-in/google-signin \
--skill react-native-nitro-google-signin \
-a opencode -g -y
| Scope | Path |
|---|---|
| Project | .agents/skills/ |
| Global | ~/.config/opencode/skills/ |
Docs: OpenCode Skills.
npx skills add react-native-nitro-google-sign-in/google-signin \
--skill react-native-nitro-google-signin \
-a roo -g -y
| Scope | Path |
|---|---|
| Project | .roo/skills/ |
| Global | ~/.roo/skills/ |
Docs: Roo Code Skills.
npx skills add react-native-nitro-google-sign-in/google-signin \
--skill react-native-nitro-google-signin \
-a junie -g -y
| Scope | Path |
|---|---|
| Project | .junie/skills/ |
| Global | ~/.junie/skills/ |
npx skills add react-native-nitro-google-sign-in/google-signin \
--skill react-native-nitro-google-signin \
-a kiro-cli -g -y
| Scope | Path |
|---|---|
| Project | .kiro/skills/ |
| Global | ~/.kiro/skills/ |
Kiro loads .kiro/skills/ automatically. Docs: Kiro CLI Skills.
npx skills add react-native-nitro-google-sign-in/google-signin \
--skill react-native-nitro-google-signin \
-a amp -g -y
| Scope | Path |
|---|---|
| Project | .agents/skills/ |
| Global | ~/.config/agents/skills/ |
Docs: Amp 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
- Project only
- Local clone
- List skills in repo
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
git clone https://github.com/react-native-nitro-google-sign-in/google-signin.git
npx skills add ./google-signin/skills/react-native-nitro-google-signin \
--skill react-native-nitro-google-signin -g -y
npx skills add react-native-nitro-google-sign-in/google-signin --list
What’s included
| File | Purpose |
|---|---|
SKILL.md | Core rules, sign-in flow, when to use |
reference.md | API, Expo/Android/iOS setup |
examples.md | Copy-paste snippets |
Source: skills/react-native-nitro-google-signin/
After installing
- Restart your agent or IDE.
- Ask naturally, e.g. “Add Google One Tap sign-in to my Expo app with autoDetect.”
- 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.