npm for AI skills
Create, share, and discover reusable AI instructions that work with any model via MCP. Not code — knowledge.
$npm install -g @skillbase/spmWorks with your tools
One command connects spm to any supported AI client. Click to copy.
spm serve --stdioSetup guide →Why teams switch to Skillbase
Install skills that make your AI actually good at its job.
14 AI Clients. Zero Lock-in.
Claude today, Cursor tomorrow, VS Code next week. Your skills move with you. One codebase of AI capabilities that works across every MCP-compatible client.
Clone Your Best Engineer
Turn your senior reviewer's judgment into a shareable persona. Tone, style, domain expertise, and the exact skills they'd use — packaged in a single SOUL.md.
From Prompt to Production
A persona in your IDE is useful. A persona deployed to Telegram, WhatsApp, or Slack is a product. One command deploys everything to platforms like OpenClaw.
Skills You Can Actually Trust
Every published skill is scanned for prompt injection. Runtime Spotlighting neutralizes attacks that slip through. You get the ecosystem without the risk.
Least Privilege for AI
A documentation skill shouldn't delete files. Skills declare permissions — Skillbase enforces them. Every action is validated, every violation is logged.
Instant Skill Discovery
No browsing, no manual loading. The AI sees every installed skill the moment a conversation starts and picks the right one automatically.
Bad Skills Sink. Good Skills Rise.
Every skill use is tracked. Success rates and confidence scores are computed automatically. Unreliable skills fade, proven ones surface first.
Feels Like npm
If you know npm, you know spm. Add, remove, link, publish — same muscle memory. Semver ranges, lockfiles, dependency resolution.
Your Registry. Your Data.
Deploy your own registry in minutes. GitHub SSO, S3 storage, scoped namespaces. Your proprietary skills never leave your infrastructure.
Own What You Build
Skills are yours. Publish under your name, set your license, control your versions. No platform tax, no approval process.
Skills That Work Together
A code review skill that loads your style guide skill. A deploy skill that chains with your testing skill. Declare relationships — the AI assembles the pipeline.
Knowledge the Internet Doesn't Have
LLMs know what's public. Your edge is what isn't. Skills carry proprietary processes and confidential data — loaded at runtime, never sent to training.
A skill is one file
YAML frontmatter for metadata, Markdown body for instructions.
---
name: report-generator
version: 1.0.0
author: your-name
license: MIT
description: "Generate structured reports from data"
trigger:
description: "Use when creating reports from CSV or JSON"
tags: [report, data, analysis]
priority: 50
security:
permissions: [file:read, file:write]
---
<role>
You are a data analyst expert.
</role>
<instructions>
1. Read the input data file
2. Analyze patterns and trends
3. Generate a structured report
</instructions>
<guidelines>
- Always validate data before analysis
- Cite specific numbers from the data
</guidelines>Up and running in 60 seconds
Four commands to give your AI new capabilities.
$ npm install -g @skillbase/spmInstall spm globally$ spm initInitialize your skills directory$ spm add @core/docxAdd your first skill$ spm connect claudeConnect to your AI clientStart building skills
Create your first skill in minutes. Publish it for the community or keep it private.