Skip to main content

Documentation 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 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, the 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

1

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.
2

Create the superadmin

Open http://localhost:3000 in your browser. On first boot you are prompted to create the superadmin account.
3

Install the CLI

npm install -g @in-org-quicko/skillset-cli
skillset login --registry http://localhost:3000
4

Publish your first Skill

skillset publish ./my-skill
Then install it anywhere your team works:
skillset install my-skill

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.

Build docs developers (and LLMs) love