plugin-bookmarks

Manage Claude Code plugin bookmarks with JSON storage and install commands.

51|5|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/LeeJuOh/claude-code-zero --skill plugin-bookmarks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-bookmarks
Source: https://github.com/LeeJuOh/claude-code-zero/tree/main/plugins/plugin-bookmarks/skills/plugin-bookmarks
Command: npx skills add https://github.com/LeeJuOh/claude-code-zero --skill plugin-bookmarks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you keep track of useful third-party Claude Code plugins you discover, preventing you from losing track of valuable tools.

Core Features & Use Cases

  • Bookmark Plugins: Save plugins you find interesting for later installation.
  • List Bookmarks: View all your saved plugins with their descriptions and install commands.
  • Remove Bookmarks: Clean up your list as needed.
  • Get Install Commands: Quickly retrieve the exact command to install a bookmarked plugin.
  • Use Case: You're browsing the plugin marketplace and find a cool "code-formatter" plugin. You're not ready to install it yet, so you bookmark it. Later, you can easily find the install command for it.

Quick Start

Bookmark the plugin named 'code-formatter' with the URL 'https://github.com/example/code-formatter'.

Frequently Asked Questions about plugin-bookmarks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save Claude Code plugins for later installation?

To bookmark Claude Code plugins for later installation, you can save the plugin name, URL, and description into a personal collection. This prevents you from losing track of valuable third-party tools you discover while browsing.

How can I retrieve the install command for a bookmarked plugin?

You can retrieve the installation command for a bookmarked plugin by viewing your saved list. The system uses URL heuristics to automatically determine and provide the exact install command needed for each stored plugin.

Can I manage my Claude Code plugin wishlist locally?

You can manage your Claude Code plugin wishlist locally by adding, listing, and removing bookmarks. The system provides structured JSON storage for plugin metadata, keeping your tool discovery and wishlist organized.

How does URL heuristics work for plugin installation commands?

URL heuristics for plugin installation commands work by analyzing the saved plugin URL to automatically determine the correct install hint. This allows you to quickly retrieve the exact command without manually constructing it.

What is the best way to keep track of third-party Claude Code tools?

The best way to keep track of third-party Claude Code tools is by bookmarking them into a structured personal collection. This stores plugin metadata like descriptions and URLs, ensuring you do not lose track of valuable tools.

Does this bookmarking approach store plugin descriptions?

Yes, this bookmarking approach stores plugin descriptions alongside the name, URL, and install hint in a structured JSON format. You can view all saved bookmarks with their descriptions and install commands at any time.