Skip to content
| Marketplace
Sign in
Visual Studio Code>Machine Learning>Agent Skill ManagerNew to Visual Studio Code? Get it now.
Agent Skill Manager

Agent Skill Manager

elonnzhang

|
3 installs
| (0) | Free
Installed-first VS Code manager for local Agent, Claude, Codex, and OpenClaw skills.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Agent Skill Manager

Manage locally installed AI agent skills across Agent, Claude, Codex, and OpenClaw ecosystems — all from a single VS Code sidebar.

Features

Installed Skills View

  • Browse all installed skills grouped by source (Agent, Claude, Codex, OpenClaw)
  • Open any SKILL.md directly in the VS Code editor
  • Expand skills to inspect folders and attachment files
  • Symlinked skills are grouped separately for clarity
  • Claude plugin-backed skills appear under a dedicated subgroup

Source Management

  • Add custom skill source directories
  • Remove custom sources (built-in sources are protected)
  • Each source scans <rootLocation>/skills recursively

Marketplace (skills.sh)

  • Find skills by keyword from the skills.sh registry
  • List all skills in a repository
  • Prepare install commands for entire repositories or individual skills
  • Choose project or global scope, with advanced options (agents, copy mode, full depth)
  • Install commands are sent to a VS Code Terminal for the external skills CLI to run
  • Automatic CLI detection (skills binary or npx skills fallback)

Create & Delete

  • Create new skills in any writable source with a valid SKILL.md template
  • Delete skills with confirmation
  • Install (symlink) a skill into another agent's directory

Requirements

  • VS Code 1.92.0 or later
  • For Marketplace features: skills CLI installed globally or available via npx

Extension Settings

Setting Description
agentSkills.customSources Custom source roots for skill discovery. Each entry scans <rootLocation>/skills.

Getting Started

  1. Install the extension
  2. Open the Agent Skills panel in the activity bar
  3. Your locally installed skills appear automatically under Installed
  4. Use Source Manage to add custom directories
  5. Use Marketplace to discover skills and send install commands to a VS Code Terminal

Development

npm install       # Install dependencies
npm test          # Build + run unit tests
npm run test:host # Build + run VS Code extension-host tests
npm run verify:local # Full cycle: test + package + install

Press F5 in VS Code to launch the Extension Development Host.

License

MIT

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