A lightweight VS Code / Cursor extension that discovers SKILL.md files and
presents them in a sidebar tree view. Click a skill to open the chat with its
slash-command pre-filled.
The extension scans these directories for <dir>/*/SKILL.md:
${workspaceFolder}/.claude/skills/— repo skills~/.cursor/skills/— user skills~/.cursor/skills-cursor/— user meta-skills
Each SKILL.md must have YAML frontmatter with at least a name field:
---
name: my-skill
description: Short description shown as tooltip
argument-hint: "<optional placeholder>"
---- Open the Skills panel in the activity bar (sparkle icon).
- Click any skill to open the chat with
/<skill-name>pre-filled. - Right-click a skill to open its
SKILL.mdfile directly. - Use the refresh button in the panel toolbar to re-scan.
npm install
npm run compile # or: npm run watch
# Press F5 in VS Code to launch the Extension Development Hostnpm run compile
npx @vscode/vsce package --allow-missing-repository
cursor --install-extension cursor-skills-sidebar-*.vsix