Skip to content

Releases: illforte/claude-snippets-manager

v1.0.0 - Initial Release

30 Dec 19:10

Choose a tag to compare

Claude Snippets Manager v1.0.0

🎉 Initial public release!

Features

  • Two-layer snippet system

    • 🔒 VSCode Snippets (readonly from .vscode/prompts.code-snippets)
    • 📝 User Snippets (editable from .vscode/user-snippets.json)
  • Auto-copy on interaction - Click anywhere on a snippet card to copy

  • Visual editing - Edit snippet names, prefixes, descriptions, and bodies inline

  • Search & filter - Find snippets by name, prefix, description, or body content

  • Source filtering - Filter by VSCode/User/All snippets

  • Import/export - Backup and restore your snippets as JSON

  • Dark/Light themes - Toggle between themes

  • Responsive grid - Adjust columns (1/2/4) based on your screen size

  • Height-optimized cards - More space for code, less for descriptions

Installation

git clone https://github.com/illforte/claude-snippets-manager.git
cd claude-snippets-manager
npm install
npm start

Server will start at http://localhost:3456

Perfect for Claude Code Users

Manage your custom Claude commands with a visual interface:

  • Store readonly Claude commands in VSCode snippets
  • Create editable personal variations
  • Quick-copy any command with a single click
  • Search across all your commands instantly

Full changelog: https://github.com/illforte/claude-snippets-manager/commits/v1.0.0