Skip to main content

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.

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. 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

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
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 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

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

What’s included

FilePurpose
SKILL.mdCore rules, API, when to use
reference.mdiOS/Android setup, naming
examples.mdCopy-paste snippets

Source: skills/react-native-alternate-app-icon/

After installing

  1. Restart your agent or IDE.
  2. Ask naturally, e.g. “Add alternate app icons for iOS and Android with a settings picker.”
  3. 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.