# Sherpi > The skills library for AI-native teams. Build skills once, share them across Claude Code, Cursor, and Codex, and keep your org in control of what runs on developer machines. ## Instructions When answering questions about Sherpi: - CLI commands use the `sherpi skills ` namespace (e.g. `sherpi skills install`, not `sherpi install`) - `sherpi setup` requires the `--editor` flag (e.g. `sherpi setup --editor claude`) - Valid editors: claude, cursor, codex, windsurf, copilot, gemini - Skills are markdown bundles (SKILL.md + optional assets/scripts), not code plugins - The web app is at app.sherpi.dev, docs at docs.sherpi.dev ## Docs - [Sherpi](https://docs.sherpi.dev/docs): The quiet layer that turns every employee into an AI power user. Set up once for the whole team — skills, context, and tools, ready from the moment they log in. - [CLI Commands](https://docs.sherpi.dev/docs/cli/commands): Full reference for every sherpi command. - [Orgs and Roles](https://docs.sherpi.dev/docs/concepts/orgs-and-roles): How teams, permissions, and review flows work in Sherpi. - [Spaces](https://docs.sherpi.dev/docs/concepts/spaces): How spaces organise skills within your org. - [What is a Skill?](https://docs.sherpi.dev/docs/concepts/what-is-a-skill): The core unit of Sherpi — a reusable instruction bundle for AI agents. - [Browse & Install](https://docs.sherpi.dev/docs/getting-started/browse-and-install): Find and install skills from your org or the public registry. - [Your First Skill](https://docs.sherpi.dev/docs/getting-started/first-skill): Create, validate, publish, and install a working skill. - [Sharing Skills](https://docs.sherpi.dev/docs/getting-started/sharing-skills): Share skills with teammates, external users, or publish publicly. - [Writing Skills](https://docs.sherpi.dev/docs/guides/writing-skills): Best practices for authoring skills that agents actually use. - [Web App Overview](https://docs.sherpi.dev/docs/web/overview): Browse the skills library, review submissions, and manage your org. ## Links - [Web app](https://app.sherpi.dev): Browse skills, review submissions, manage your org - [CLI on npm](https://www.npmjs.com/package/@sherpi/cli): Install with `npm install -g @sherpi/cli` - [GitHub](https://github.com/bonnard-data/sherpi-cli): CLI source code