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/react-native-nitro-google-signin/google-signin/react-native-nitro-google-signin
Prerequisites
skills/on GitHubmain— pushskills/react-native-nitro-google-signin/,skills.sh.json, andAGENTS.md.- Valid
SKILL.md—namemust match the folder (react-native-nitro-google-signin); includedescriptionin frontmatter. - Public repo with MIT license.
Verify install (after push)
npx skills add react-native-nitro-google-sign-in/google-signin --list
You should see react-native-nitro-google-signin in the output. Then test a real install:
npx skills add react-native-nitro-google-sign-in/google-signin -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.
- Confirm the install check passes against
main. - Open a new issue: vercel-labs/skills — New issue
- Use the template in
.github/SKILLS_SH_INDEX_REQUEST.md(title + body).
Typical title: Listing: Request indexing for react-native-nitro-google-signin/google-signin
After approval
- Skill page:
https://skills.sh/react-native-nitro-google-signin/google-signin/react-native-nitro-google-signin - Repo page:
https://skills.sh/react-native-nitro-google-signin/google-signin - 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.