Install the agent skill
Use the Skills CLI (skills.sh) to install the official skill for react-native-alternate-app-icon. It gives coding agents correct iOS/Android setup, API usage, and troubleshooting — without pasting large prompt files.
Skill name: react-native-alternate-app-icon
Source repo: rutvik24/react-native-alternate-app-icon
Install (all detected agents)
From any directory. The CLI installs to agents it finds on your machine; use -g for user-wide access:
Copies the Skills CLI command — paste in a terminal, then restart your agent.
npx skills add rutvik24/react-native-alternate-app-icon -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. Click Add to … to copy the command, or run it in a terminal:
npx skills add rutvik24/react-native-alternate-app-icon \
--skill react-native-alternate-app-icon \
-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
Copies the Skills CLI command — paste in a terminal, then restart your agent.
npx skills add rutvik24/react-native-alternate-app-icon \
--skill react-native-alternate-app-icon \
-a cursor -g -y
| Scope | Path |
|---|---|
| Project | .agents/skills/ |
Global (-g) | ~/.cursor/skills/ |
Restart Cursor. Optional project rules: Rules & workflow. Docs: Cursor Skills.
Copies the Skills CLI command — paste in a terminal, then restart your agent.
npx skills add rutvik24/react-native-alternate-app-icon \
--skill react-native-alternate-app-icon \
-a claude-code -g -y
| Scope | Path |
|---|---|
| Project | .claude/skills/ |
| Global | ~/.claude/skills/ |
Restart Claude Code. Docs: Claude Code Skills.
Copies the Skills CLI command — paste in a terminal, then restart your agent.
npx skills add rutvik24/react-native-alternate-app-icon \
--skill react-native-alternate-app-icon \
-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.
Copies the Skills CLI command — paste in a terminal, then restart your agent.
npx skills add rutvik24/react-native-alternate-app-icon \
--skill react-native-alternate-app-icon \
-a codex -g -y
| Scope | Path |
|---|---|
| Project | .agents/skills/ |
| Global | ~/.codex/skills/ |
Docs: Codex Skills.
Copies the Skills CLI command — paste in a terminal, then restart your agent.
npx skills add rutvik24/react-native-alternate-app-icon \
--skill react-native-alternate-app-icon \
-a windsurf -g -y
| Scope | Path |
|---|---|
| Project | .windsurf/skills/ |
| Global | ~/.codeium/windsurf/skills/ |
Restart Windsurf.
Copies the Skills CLI command — paste in a terminal, then restart your agent.
npx skills add rutvik24/react-native-alternate-app-icon \
--skill react-native-alternate-app-icon \
-a gemini-cli -g -y
| Scope | Path |
|---|---|
| Project | .agents/skills/ |
| Global | ~/.gemini/skills/ |
Docs: Gemini CLI Skills.
Copies the Skills CLI command — paste in a terminal, then restart your agent.
npx skills add rutvik24/react-native-alternate-app-icon \
--skill react-native-alternate-app-icon \
-a antigravity -g -y
| Scope | Path |
|---|---|
| Project | .agents/skills/ |
| Global | ~/.gemini/antigravity/skills/ |
Docs: Antigravity Skills.
Copies the Skills CLI command — paste in a terminal, then restart your agent.
npx skills add rutvik24/react-native-alternate-app-icon \
--skill react-native-alternate-app-icon \
-a cline -g -y
| Scope | Path |
|---|---|
| Project | .agents/skills/ |
| Global | ~/.agents/skills/ |
Docs: Cline Skills.
Copies the Skills CLI command — paste in a terminal, then restart your agent.
npx skills add rutvik24/react-native-alternate-app-icon \
--skill react-native-alternate-app-icon \
-a continue -g -y
| Scope | Path |
|---|---|
| Project | .continue/skills/ |
| Global | ~/.continue/skills/ |
Copies the Skills CLI command — paste in a terminal, then restart your agent.
npx skills add rutvik24/react-native-alternate-app-icon \
--skill react-native-alternate-app-icon \
-a opencode -g -y
| Scope | Path |
|---|---|
| Project | .agents/skills/ |
| Global | ~/.config/opencode/skills/ |
Docs: OpenCode Skills.
Copies the Skills CLI command — paste in a terminal, then restart your agent.
npx skills add rutvik24/react-native-alternate-app-icon \
--skill react-native-alternate-app-icon \
-a roo -g -y
| Scope | Path |
|---|---|
| Project | .roo/skills/ |
| Global | ~/.roo/skills/ |
Docs: Roo Code Skills.
Copies the Skills CLI command — paste in a terminal, then restart your agent.
npx skills add rutvik24/react-native-alternate-app-icon \
--skill react-native-alternate-app-icon \
-a junie -g -y
| Scope | Path |
|---|---|
| Project | .junie/skills/ |
| Global | ~/.junie/skills/ |
Copies the Skills CLI command — paste in a terminal, then restart your agent.
npx skills add rutvik24/react-native-alternate-app-icon \
--skill react-native-alternate-app-icon \
-a kiro-cli -g -y
| Scope | Path |
|---|---|
| Project | .kiro/skills/ |
| Global | ~/.kiro/skills/ |
Kiro loads .kiro/skills/ automatically. Docs: Kiro CLI Skills.
Copies the Skills CLI command — paste in a terminal, then restart your agent.
npx skills add rutvik24/react-native-alternate-app-icon \
--skill react-native-alternate-app-icon \
-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 rutvik24/react-native-alternate-app-icon \
--skill react-native-alternate-app-icon \
-a claude-code -a cursor -a github-copilot -g -y
# Install to every agent the CLI knows about
npx skills add rutvik24/react-native-alternate-app-icon \
--skill react-native-alternate-app-icon --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):
Copies the Skills CLI command — paste in a terminal, then restart your agent.
npx skills add rutvik24/react-native-alternate-app-icon \
--skill react-native-alternate-app-icon -y
git clone https://github.com/rutvik24/react-native-alternate-app-icon.git
npx skills add ./react-native-alternate-app-icon/skills/react-native-alternate-app-icon \
--skill react-native-alternate-app-icon -g -y
npx skills add rutvik24/react-native-alternate-app-icon --list
What’s included
| File | Purpose |
|---|---|
SKILL.md | Core rules, API, when to use |
reference.md | iOS/Android setup, naming |
examples.md | Copy-paste snippets |
Source: skills/react-native-alternate-app-icon/
After installing
- Restart your agent or IDE.
- Ask naturally, e.g. “Add alternate app icons for iOS and Android with a settings picker.”
- The agent should follow native setup rules (plist, activity-alias, Nitro peer version).
Update or remove
npx skills update react-native-alternate-app-icon
npx skills remove react-native-alternate-app-icon -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 main Docs sidebar — the skill complements, not replaces, the full documentation site.