plugin

Manage Claude Code plugins via GitHub marketplaces and CLI commands.

3|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/martineserios/thebrana --skill plugin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin
Source: https://github.com/martineserios/thebrana/tree/main/system/skills/plugin
Command: npx skills add https://github.com/martineserios/thebrana --skill plugin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides essential command-line tools to manage Claude Code plugins, bridging the gap until native plugin management commands are available.

Core Features & Use Cases

  • Plugin Marketplace Management: Add and manage GitHub repositories as plugin marketplaces.
  • Plugin Installation & Removal: Install, update, and uninstall plugins from known marketplaces.
  • Plugin Listing: View both installed and available plugins.
  • Use Case: Easily add a new plugin marketplace, install a useful plugin like 'thebrana', and then list all your installed plugins to see what's available.

Quick Start

Use the plugin skill to add the martineserios/thebrana repository as a new plugin marketplace.

Frequently Asked Questions about plugin

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

FAQPage Schema
How do I manage Claude Code plugins from the command line?

Yes, you can add any GitHub repository as a plugin marketplace. Once added, the Skill caches the marketplace manifest files locally to enable on-demand discovery and installation of plugins from that source.

How do I install and uninstall Claude Code plugins?

To install or uninstall Claude Code plugins, first add the target GitHub repository as a marketplace. You can then use the Skill to programmatically install, update, or remove specific plugins and list all currently installed packages.

Can I list all installed and available Claude Code plugins?

Yes, the Skill allows you to list both installed plugins and available plugins. It reads from cached marketplace manifests to show what is currently installed on your system and what new plugins are available for download.

Do I need native Claude Code commands to handle plugin installation?

No, you do not need native commands for plugin installation. This Skill provides programmatic lifecycle management by caching marketplace manifests and plugin files locally, functioning independently of native command-line interfaces.

What is the best way to update plugins from a GitHub marketplace?

The best way to update plugins is using this Skill to manage GitHub marketplace manifests. It caches plugin files for on-demand use, allowing you to fetch updates and synchronize installed packages with the latest marketplace versions.