Skillset gives your team a private, self-hosted registry for everything a coding agent loads — Skills (prompt + file bundles), MCP Servers (tool pointers), and Plugins (bundles of the above). Publish resources from the CLI or web interface; discover, preview, and install them via the web, theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/org-quicko/skillset/llms.txt
Use this file to discover all available pages before exploring further.
skillset CLI, or the bundled MCP server. All under your own infrastructure, with your own access control.
Quickstart
Deploy Skillset with Docker and publish your first Skill in minutes.
Concepts
Understand Skills, MCP Servers, Plugins, Namespaces, and the Registry data model.
CLI Reference
Every
skillset command — install, publish, search, update, and more.MCP Server
Connect any MCP-capable agent directly to your Registry’s catalog.
What’s in Skillset
Skills
Directory bundles with a
SKILL.md manifest that agents read as context.MCP Servers
Package pointers for npm, PyPI, OCI, NuGet, Cargo, and remote URLs.
Plugins
Multi-resource bundles an agent can load together from one manifest.
Import from Git
Pull Skills and Plugins straight from GitHub or GitLab repositories.
Fuzzy Search
Full-text and trigram search so typos still find the right Skill.
Tags
A shared tag catalog across all resource kinds for browsing and filtering.
Get Up and Running
Deploy the Registry
Copy
.env.example to .env, fill in your secrets, and run docker compose up. The API and web interface are served together on port 3000.Create the superadmin
Open
http://localhost:3000 in your browser. On first boot you are prompted to create the superadmin account.Deploy Options
Docker Compose
The fastest path: one command brings up the app, Postgres, and MinIO.
Configuration Reference
Every environment variable — database, storage, auth secrets, and more.
Database Setup
Postgres requirements, the
pg_trgm extension, and schema placement.Object Storage
Connect AWS S3 or any S3-compatible endpoint for Skill artifact storage.
For Admins
User Management
Create users, assign roles, and manage access to the Registry.
Git Integrations
Register GitHub or GitLab apps so writers can import from private repos.
Submissions
Review and approve Skills submitted by the team from external repositories.
Identity Providers
Add Google Workspace, Microsoft Entra, or GitHub OAuth for SSO login.