# Chops > The open registry for Agent Skills: search ~1,000+ indexed public skills by intent, then > install them source-pinned and digest-verified into Claude Code, Codex, Cursor, and other > coding agents with one command (`npx chops-sh`). No account required. ## Docs - [Full documentation (markdown)](https://chops.sh/docs.md): CLI commands, flags, install layout, JSON output shapes, and the public registry API - [Docs page](https://chops.sh/docs): human-readable quickstart ## Registry - [Skill library](https://chops.sh/skills): every indexed skill, sortable and paged - [Search API](https://api.chops.sh/skills/search?q=review+pull+requests): `GET /skills/search?q=` returns JSON results - [Browse API](https://api.chops.sh/skills?sort=popular&limit=10): `GET /skills` returns the full index with totals ## Usage - Find a skill: `npx chops-sh find "" --json` - Install a skill: `npx chops-sh add --yes --json`