Skip to content

Getting Started

This guide will help you get started with using Flugins in your Claude Code environment.

Prerequisites

Before you begin, ensure you have:

  • Claude Code installed and configured
  • Access to the command line interface
  • Basic understanding of Claude Code plugins

Installation

Step 1: Add the Marketplace

First, add the Flugins marketplace to your Claude Code configuration:

claude plugin marketplace add Flopsstuff/flugins

This command registers the Flugins marketplace, allowing you to discover and install plugins from this collection.

Step 2: Browse Available Plugins

Once the marketplace is added, you can browse available plugins:

  1. Inside Claude use /plugin and select Browse
  2. Find the Flugins marketplace to see all available plugins

Step 3: Install a Plugin

To install a specific plugin:

  1. Inside Claude use /plugin and select Browse
  2. Find the plugin you want to install
  3. Select it and confirm installation

Step 4: Restart Claude Code

Important: After installing a plugin, you need to restart Claude Code for the skills to become active.

Step 5: Verify Installation

Check that the plugin is installed correctly:

claude plugin list
Browse Installed and select required plugin.

Enable automatic updates for the marketplace and installed plugins to always have the latest features and bug fixes:

  1. Inside Claude use /plugin and select Manage marketplaces
  2. Find the Flugins marketplace and enable auto-update
  3. Inside Claude use /plugin again and select Installed
  4. Find the installed plugin and enable auto-update for it

With auto-update enabled, plugins will be automatically updated when you start Claude Code.

Updating Plugins

To keep your plugins up to date with the latest features and bug fixes:

claude plugin update

This command updates all installed plugins to their latest versions.

Uninstalling Plugins

If you no longer need a plugin:

claude plugin uninstall <plugin-name>

Configuration

Some plugins may require additional configuration. Check the individual plugin documentation for specific setup instructions.

Troubleshooting

Plugin Not Found

If you receive a "plugin not found" error:

  1. Ensure the marketplace is added correctly
  2. Verify the plugin name spelling
  3. Check that the plugin exists in the marketplace

Installation Fails

If installation fails:

  1. Check your internet connection
  2. Verify you have the necessary permissions
  3. Review the error message for specific issues

Plugin Not Working

If a plugin isn't functioning as expected:

  1. Check the plugin documentation
  2. Verify compatibility with your Claude Code version
  3. Try reinstalling the plugin
  4. Report issues on the GitHub repository

Next Steps

Getting Help

If you need assistance:

  • Check the documentation
  • Search existing issues
  • Open a new issue with details about your problem