Skip to content
| Marketplace
Sign in
Visual Studio Code>AI>Skill Installer for Claude CodeNew to Visual Studio Code? Get it now.
Skill Installer for Claude Code

Skill Installer for Claude Code

LOSKUCHERIAVYI

|
1 install
| (0) | Free
Install Claude Code skills from GitHub links, globally or into the current project, without spending tokens.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Skill Installer for Claude Code

Install Claude Code skills straight from GitHub links — globally or into the current project — without asking Claude to do it and without spending tokens.

Skill Installer panel in the VS Code sidebar

Features

  • Search GitHub by name — type in Search GitHub for skills and click the download icon next to a result. Signed in to GitHub in VS Code, it finds individual SKILL.md skills; otherwise it lists matching repositories.
  • Add links with + — one field per repo. Paste several links at once and they split into separate rows.
  • Global or project — tick Install globally to install into ~/.claude/skills (all projects); untick to install into .claude/skills of the open folder.
  • Finds every skill in a repo — any folder with a SKILL.md is installed, whether the repo is a single skill or a collection.
  • Accepts many link formats
    • owner/repo
    • https://github.com/owner/repo
    • https://github.com/owner/repo/tree/main/skills/pdf — only that folder
    • https://github.com/owner/repo/blob/main/skills/pdf/SKILL.md
    • any other git URL
  • Keeps .gitignore tidy — skills installed into a project are added to a managed block in the project's .gitignore (created if missing) and removed from it when deleted. Skills you wrote yourself stay tracked. Turn off with the skillInstaller.gitignore setting.
  • Favorites — star any skill to pin it in the Favorites section. Stars persist across sessions and sync between machines with Settings Sync. Drag a favorite into Global or This project to install it — copied from disk if present, otherwise downloaded from its source.
  • Drag & drop a skill between the Global and This project lists to copy it.
  • Update / delete per skill, or update everything at once.
  • Copy source links of all installed skills to move your setup to another machine.
  • Collapsible sections with a filter above them — sections with matches open automatically.
  • Reorder skills inside a list and whole sections by dragging; the order is remembered.
  • Notifications as toasts, with a collapsible History.

If a repo is a Claude Code plugin rather than a set of skills, the extension tells you the /plugin marketplace add … command to use instead.

Requirements

  • Git on your PATH.

How it works

Each link is shallow-cloned (git clone --depth 1) into a temp folder, every folder containing SKILL.md is copied into the target skills directory, and the temp folder is removed. Sources are recorded in .skill-sources.json inside the skills directory so skills can be updated later. Claude Code ignores that file.

Skills show up in Claude Code after restarting any running session.

Install from source

npx @vscode/vsce package
code --install-extension skill-installer-for-claude-code-*.vsix

License

MIT


This is an independent community project and is not affiliated with or endorsed by Anthropic. "Claude" and "Claude Code" are trademarks of Anthropic.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
  • Your Privacy Choices
  • Consumer Health Privacy
© 2026 Microsoft