Workspace — AI teams that work for you 24/7
Open source · Model agnostic · MCP native

The package manager
for AI knowledge

Create reusable skills and assemble them into complete personas. Share via registry. Install with one command. Works with 14 AI clients via MCP.

$npm install -g @skillbase/spm
terminal
$spm init
Initialized skills directory at ~/.spm
$spm add @core/docx
+ @core/docx@1.2.0 installed
$spm connect claude
Connected to Claude Desktop via MCP
# Ask your AI: “Create a Word document”
AI auto-loads @core/docx via skill_load

From skills to agents

Skills are building blocks. Personas assemble them into deployable AI agents — with identity, constraints, and expertise.

Skills are knowledge

Reusable AI instructions — code review rules, deployment checklists, report templates. Each skill does one thing well.

Personas combine skills

A persona bundles skills into a complete AI identity with role, tone, expertise, and safety constraints defined in SOUL.md.

Deploy anywhere

Install locally via MCP or deploy to Telegram, Slack, WhatsApp. One command — full agent with all dependencies resolved.

Everything is a plain text file — version, review, share.

---
name: defi-analyst
version: 1.0.0
author: alice
description: "DeFi research analyst"

trigger:
  description: "DeFi and crypto analysis tasks"
  tags: [defi, crypto, finance]

skills:
  - core/docx ^1.0.0
  - core/chart-gen ^2.0.0
  - core/report-generator ^1.0.0

constraints:
  never:
    - Give specific investment advice
    - Predict token prices
  always:
    - Cite data sources
    - Note risk levels
---

<role>
You are a DeFi research analyst with deep
expertise in protocol analysis, tokenomics,
and on-chain data.
</role>

<guidelines>
- Professional but accessible tone
- Data-driven arguments over speculation
- Note risk levels explicitly
</guidelines>

A persona references skills, adds identity and constraints. spm resolves everything.

Why teams switch to Skillbase

Install skills that make your AI actually good at its job.

14 AI Clients. Zero Lock-in.

Claude, Cursor, VS Code, JetBrains, Zed — your skills move with you. One codebase of AI capabilities across every MCP-compatible client.

Clone Your Best Engineer

Turn expertise into a shareable persona. Tone, judgment, domain knowledge — captured in SOUL.md and deployable to any channel.

Trust Built In

Every skill is scanned for prompt injection. Runtime Spotlighting neutralizes attacks. Skills declare permissions — Skillbase enforces them.

Instant Discovery

No browsing, no manual loading. The AI sees every installed skill and picks the right one automatically when a conversation starts.

Feels Like npm

Add, remove, publish — same muscle memory. Semver ranges, lockfiles, dependency resolution. If you know npm, you know spm.

Skills That Compose

A review skill loads your style guide. A deploy skill chains with testing. Declare relationships — the AI assembles the pipeline.

Works with your tools

One command connects spm to any supported AI client. Click to copy.

Any MCP-compatible client works via spm serve --stdioSetup guide →

Up and running in 60 seconds

Four commands to give your AI new capabilities.

01
$ npm install -g @skillbase/spmInstall spm globally
02
$ spm initInitialize your skills directory
03
$ spm add @core/docxAdd your first skill
04
$ spm connect claudeConnect to your AI client

Start building

Create your first skill or persona in minutes. Publish for the community or keep it private.