# MasterSkills > Private skill registry for AI coding agents. Install once, log in once — your agent does the rest. ## Docs - [What is MasterSkills?](https://docs.masterskills.dev/index.md): A private skill registry for AI coding agents. Install once, log in once — your agent does the rest. - [Quickstart](https://docs.masterskills.dev/quickstart.md): Set up MasterSkills on a machine in three commands, then let your agent take over. - [How it works](https://docs.masterskills.dev/how-it-works.md): The registry, the central store, and the links that keep every agent in sync. - [Skills](https://docs.masterskills.dev/concepts/skills.md): Named, versioned instruction packages your agents load — @org/slug, private by default. - [Kits](https://docs.masterskills.dev/concepts/kits.md): Named bundles of skills the whole team installs with one command. - [Organizations & roles](https://docs.masterskills.dev/concepts/organizations.md): Org-only namespaces, three roles, and invite links that onboard a team in minutes. - [Devices & authentication](https://docs.masterskills.dev/concepts/devices.md): One browser round-trip per machine, a lifetime device token, and full revocation control. - [Trust & approvals](https://docs.masterskills.dev/concepts/trust.md): The two rules the agent can never break, and the machinery that enforces them. - [Search & install skills](https://docs.masterskills.dev/guides/search-and-install.md): Find what your organization already has and get it onto your machine — by asking your agent. - [Publish a skill](https://docs.masterskills.dev/guides/publish-a-skill.md): From a local folder to a versioned @org/slug package — with the manifest always shown first. - [Keep skills updated](https://docs.masterskills.dev/guides/keep-skills-updated.md): One question to your agent shows version bumps, new required skills, and org removals. - [Build a kit](https://docs.masterskills.dev/guides/build-a-kit.md): Bundle skills into a named set the whole team installs with one command. - [Onboard your team](https://docs.masterskills.dev/guides/onboard-your-team.md): One organization, one invite link, two commands per teammate. - [Publish from CI](https://docs.masterskills.dev/guides/publish-from-ci.md): Non-interactive publishing with a service token — for pipelines that ship skills. - [Supported agents](https://docs.masterskills.dev/guides/supported-agents.md): 70+ coding agents, auto-detected — one install covers all of them. - [Panel overview](https://docs.masterskills.dev/panel/overview.md): The web panel at masterskills.dev — visibility and administration, not daily driving. - [Skills in the panel](https://docs.masterskills.dev/panel/skills.md): The org catalog, per-skill detail, and the management actions that live on the web. - [Members & access](https://docs.masterskills.dev/panel/members-and-access.md): People, roles, the invite link, and the pending-request queue. - [Devices](https://docs.masterskills.dev/panel/devices.md): Every authorized machine, its last-seen time, and the revoke switch. - [Settings & audit](https://docs.masterskills.dev/panel/settings-and-audit.md): Organization settings, billing, and the full audit trail. - [FAQ](https://docs.masterskills.dev/faq.md): Short answers to the questions teams ask before rolling MasterSkills out. - [CLI overview](https://docs.masterskills.dev/cli/overview.md): The open-source masterskills CLI — two commands for humans, the rest for your agent. - [masterskills install](https://docs.masterskills.dev/cli/install.md): One-time setup: register MasterSkills with every coding agent on this machine. - [masterskills login](https://docs.masterskills.dev/cli/login.md): Authorize this device with one browser round-trip. - [masterskills logout](https://docs.masterskills.dev/cli/logout.md): Remove this device's credentials. - [masterskills whoami](https://docs.masterskills.dev/cli/whoami.md): Show the signed-in user, organizations and plan. - [masterskills list / search](https://docs.masterskills.dev/cli/list.md): The skill catalog across all your organizations, merged with local install state. - [masterskills add](https://docs.masterskills.dev/cli/add.md): Install skills — or whole kits — from the registry into every detected agent. - [masterskills update](https://docs.masterskills.dev/cli/update.md): Check what changed in the registry and apply the updates you choose. - [masterskills remove](https://docs.masterskills.dev/cli/remove.md): Uninstall skills from this machine — files, links, and local state. - [masterskills sync](https://docs.masterskills.dev/cli/sync.md): Report this machine's installed skills and fetch pending changes. - [masterskills agents](https://docs.masterskills.dev/cli/agents.md): Supported agents, detection status, and where their skills live. - [masterskills link](https://docs.masterskills.dev/cli/link.md): (Re)link installed skills into agent skill directories. - [masterskills publish](https://docs.masterskills.dev/cli/publish.md): Publish a skill folder interactively — manifest shown, approval asked, then upload. - [masterskills prepare](https://docs.masterskills.dev/cli/prepare.md): Build a publish draft without uploading anything — the first half of the agent publish flow. - [masterskills publish-draft](https://docs.masterskills.dev/cli/publish-draft.md): Upload and publish a previously prepared — and approved — draft. - [masterskills unpublish](https://docs.masterskills.dev/cli/unpublish.md): Archive a skill for the whole organization — a human decision, on purpose. - [masterskills kit](https://docs.masterskills.dev/cli/kit.md): Create and manage kits — named bundles of skills. - [API overview](https://docs.masterskills.dev/api/overview.md): The HTTP API the masterskills CLI talks to — device-token auth, JSON everywhere. - [Device flow](https://docs.masterskills.dev/api/device-flow.md): How a machine becomes an authorized device with a lifetime token. - [Identity](https://docs.masterskills.dev/api/me.md): GET /me — the user, organizations, and device behind a token. - [Skills](https://docs.masterskills.dev/api/skills.md): Catalog, detail, verified downloads, and org-wide archive. - [Sync](https://docs.masterskills.dev/api/sync.md): POST /sync — report installed state, receive the pending-change diff. - [Publishing](https://docs.masterskills.dev/api/publish.md): The two-phase publish pipeline: prepare a draft, upload, complete under a server-side scan. - [Kits](https://docs.masterskills.dev/api/kits.md): Create, read, curate, and archive skill bundles over HTTP.