Skip to main content

List on skills.sh

skills.sh is the public directory for Agent Skills. Listing makes your skill searchable, shows install counts on the leaderboard, and provides a canonical page:

https://skills.sh/rutvik24/react-native-alternate-app-icon/react-native-alternate-app-icon

Prerequisites

  1. skills/ on GitHub main — push skills/react-native-alternate-app-icon/, skills.sh.json, and AGENTS.md.
  2. Valid SKILL.mdname must match the folder (react-native-alternate-app-icon); include description in frontmatter.
  3. Public repo with MIT license.

Verify install (after push)

npx skills add rutvik24/react-native-alternate-app-icon --list

You should see react-native-alternate-app-icon in the output. Then test a real install:

npx skills add rutvik24/react-native-alternate-app-icon -g -y

Request indexing

skills.sh does not auto-index every new repo immediately. Maintainers add entries when you open an issue on the Skills CLI repo.

  1. Confirm the install check passes against main.
  2. Open a new issue: vercel-labs/skills — New issue
  3. Use the template in .github/SKILLS_SH_INDEX_REQUEST.md (title + body).

Typical title: Listing: Request indexing for rutvik24/react-native-alternate-app-icon

After approval

  • Skill page: https://skills.sh/rutvik24/react-native-alternate-app-icon/react-native-alternate-app-icon
  • Repo page: https://skills.sh/rutvik24/react-native-alternate-app-icon
  • Leaderboard ranking uses anonymous install telemetry from npx skills add (FAQ)

skills.sh.json

This repo includes skills.sh.json so the skills.sh repository page can group the skill under React Native once indexed. See Customize repo pages.