Labsco
MCP SERVER

Skillbase/spm

by useskillbase

Give your assistant a registry of reusable skills it loads on demand, instead of pasting the same instructions into every project.

Prompts, Skills & Instruction Packs
Summary
Skills that load when they are relevant, not at every startup.

The lazy-loading split is the point: the index stays small and only the matching skill's full text enters context. Because it is client-agnostic rather than tied to node_modules, the same skill set follows you between editors.

What it is

An MCP server and package manager for AI skills — structured instructions, not code — with its own registry and format, published as @skillbase/spm.

What you get
  • A compact index of installed skills, browsable without pulling their full text into context
  • A skill's full instructions loaded only when it is actually needed
  • Search across skills by keyword, tag or file pattern
  • New skills installed from the registry during a session
  • Skill quality rated back, which feeds the registry's confidence scores
  • Personas — bundles of skills with a defined role — installed as a unit
  • Compatibility with Vercel Skills: `spm add owner/repo/skill-name` converts them automatically
Requirements

Npm, for `npm install -g @skillbase/spm`. Setup runs through the CLI — `spm init` in the project, then `spm connect` for your client, with Claude, Cursor, VS Code, Windsurf and JetBrains all supported.

Setup effort

One command — npm install -g @skillbase/spm