Skip to content

Documentation

Everything you need to create, share, and install agent skills. CLI reference, teams, SSO, SCIM, API tokens, and more.

Updated View as Markdown

Everything you need to create, share, and install agent skills.

Getting Started

Install the CLI, authenticate, and install your first skill in minutes.

Skills & Library

Developer Tools

Teams & Administration

Automation & API

Enterprise & Security

Frequently Asked Questions

Install the localskills CLI globally via npm: npm i -g @localskills/cli (or use pnpm, yarn, or bun: bun add -g @localskills/cli). Then verify the installation with: localskills --version.

localskills supports 8 AI coding tools: Cursor, Claude Code, Codex CLI, Windsurf, Cline, GitHub Copilot, OpenCode, and Aider. Skills can be installed into any of these tools with a single CLI command.

Run localskills install <slug> to install a skill. The CLI will walk you through platform selection, scope, and install method. You can skip prompts with flags: localskills install my-skill --target cursor claude --project --symlink.

A skill provides agent instructions, capabilities, or workflows installed into your tool’s skill directory. A rule provides governance guidelines or coding standards. On some platforms like Claude Code, rules are placed in a separate .claude/rules/ directory.

Run localskills publish [path] with a file or a whole skill folder (published as a multi-file package). Omit the path to scan for unpublished skills across all platform directories. You can set visibility to public, private, or unlisted. Each update creates a new version you can roll back.

Yes. Organize skills into folders and restrict a folder to specific teams or members with viewer, editor, or manager grants. Restricted folders are hidden from everyone else across the dashboard, API, CLI, and MCP server.

Yes. Configure an OIDC trust policy for your GitHub Actions or GitLab CI pipeline, then exchange the pipeline’s identity token with localskills login --oidc-token and publish with localskills push. No long-lived secret is stored in CI.

Yes. localskills.sh supports SAML 2.0 SSO with any compliant identity provider (Okta, Azure AD, Google Workspace, etc.) and SCIM 2.0 for automated user and group provisioning. SSO configuration requires the organization owner role.

Navigation

Type to search…

↑↓ navigate↵ selectEsc close