Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Agent SPM — Skills Package ManagerNew to Visual Studio Code? Get it now.
Agent SPM — Skills Package Manager

Agent SPM — Skills Package Manager

Agent SPM

|
2 installs
| (0) | Free
Search, install, and manage AI skill packages directly in VS Code. The npm for AI agents.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Agent SPM — VS Code Extension

The official VS Code extension for the Skills Package Manager (SPM). Search, install, and manage AI skill packages directly from your editor.

Features

🔍 Skill Marketplace

Browse and search the entire SPM registry without leaving VS Code. Find AI skills, view metadata, and install them with one click.

📦 Local Skills Manager

See all skills installed in your current project at a glance. Update or remove skills with inline action buttons.

⚡ Full CLI Integration

All spm commands are available via the Command Palette (Cmd+Shift+P):

Command Description
SPM: Initialize Project Run spm init interactively
SPM: Pull Skill Install a skill into your project
SPM: Push Skill Publish your skill to the registry
SPM: Validate Project Validate your spm.json manifest
SPM: Search Skills Open the Marketplace panel
SPM: Login with GitHub Authenticate with GitHub
SPM: Who Am I? Check your current login status

🔄 Auto-Refresh

The sidebar automatically updates when your spm.json changes — no manual refresh needed.

📊 Status Bar

A persistent status bar item shows the current SPM status and provides quick access to the Marketplace.

Prerequisites

  • Node.js v18+
  • @agent-spm/cli installed globally:
npm install -g @agent-spm/cli

Getting Started

  1. Install the extension
  2. Open a project folder in VS Code
  3. Click the ⚡ SPM icon in the Activity Bar
  4. Click "Initialize Project" to create an spm.json
  5. Open the Marketplace to browse and install skills

Extension Settings

Setting Default Description
spm.registryUrl https://pbcnra... The SPM registry URL
spm.autoRefresh true Auto-refresh skills tree on spm.json changes

Links

  • SPM CLI on npm
  • GitHub Organization
  • Documentation

License

MIT © Lakshit Soni

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft