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/fluginsThis 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:
- Inside Claude use
/pluginand select Browse - Find the Flugins marketplace to see all available plugins
Step 3: Install a Plugin
To install a specific plugin:
- Inside Claude use
/pluginand select Browse - Find the plugin you want to install
- 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 listBrowse Installed and select required plugin.
Step 6: Enable Auto-Update (Recommended)
Enable automatic updates for the marketplace and installed plugins to always have the latest features and bug fixes:
- Inside Claude use
/pluginand select Manage marketplaces - Find the Flugins marketplace and enable auto-update
- Inside Claude use
/pluginagain and select Installed - 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 updateThis 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:
- Ensure the marketplace is added correctly
- Verify the plugin name spelling
- Check that the plugin exists in the marketplace
Installation Fails
If installation fails:
- Check your internet connection
- Verify you have the necessary permissions
- Review the error message for specific issues
Plugin Not Working
If a plugin isn't functioning as expected:
- Check the plugin documentation
- Verify compatibility with your Claude Code version
- Try reinstalling the plugin
- Report issues on the GitHub repository
Next Steps
- Learn how to create your own plugins
- Explore the API Reference
- Contribute to the Flugins collection
Getting Help
If you need assistance:
- Check the documentation
- Search existing issues
- Open a new issue with details about your problem