npx claudepluginhub FunkyOz/funkyoz-pluginsA comprehensive software engineering plugin that transforms feature requests into structured tasks, manages development workflow, and follows best practices for code implementation.
A curated marketplace of powerful plugins to enhance your Claude Code experience.
This is a plugin marketplace for Claude Code that provides centralized access to high-quality plugins. Marketplaces allow you to easily discover, install, and manage Claude Code extensions from a single source.
Version: 1.0.0 Author: Lorenzo Dessimoni
A comprehensive Software Engineer plugin for Claude Code that enhances development workflows with specialized tools and capabilities.
Add this marketplace to your Claude Code installation using one of the following methods:
/plugin marketplace add funkyoz/funkyoz-plugins
/plugin marketplace add https://github.com/funkyoz/funkyoz-plugins.git
If you've cloned this repository locally:
/plugin marketplace add /path/to/funkyoz-plugins
Or directly reference the marketplace file:
/plugin marketplace add /path/to/funkyoz-plugins/.claude-plugin/marketplace.json
List all your configured marketplaces:
/plugin marketplace list
You should see funkyoz-plugins in the list.
Once you've added the marketplace, you can install plugins in two ways:
Browse and install plugins interactively:
/plugin
This will show you all available plugins from all your marketplaces. Select the one you want to install.
Install a specific plugin by name:
/plugin install software-engineer@funkyoz-plugins
The format is: /plugin install <plugin-name>@<marketplace-name>
Plugin marketplaces and their plugins receive regular updates that include:
It's recommended to periodically check for updates to ensure you have the latest versions.
When the marketplace adds new plugins or updates plugin information, refresh the marketplace catalog:
/plugin marketplace update funkyoz-plugins
This command:
After updating the marketplace metadata, you'll see if newer plugin versions are available. To update a specific plugin:
/plugin update software-engineer
This will:
To update all installed plugins from all marketplaces at once:
/plugin update --all
To see which plugins have updates available without installing them:
/plugin list
This will show all installed plugins with their current versions. Compare these with the marketplace listing to identify outdated plugins.
Follow this workflow to stay current:
Update marketplace metadata (monthly or when you know updates are available):
/plugin marketplace update funkyoz-plugins
Check what's new:
/plugin
Browse the marketplace to see new or updated plugins
Update installed plugins:
/plugin update software-engineer
Or update all at once:
/plugin update --all
The marketplace tracks plugin versions in the marketplace.json file. When you update:
If your team uses the marketplace configuration in .claude/settings.json, team members can stay synchronized:
{
"extraKnownMarketplaces": [
{
"source": "github",
"repo": "funkyoz/funkyoz-plugins"
}
]
}
When users run /plugin marketplace update funkyoz-plugins, they'll get the same marketplace version as the rest of the team.
See all configured marketplaces:
/plugin marketplace list
If you need to remove this marketplace and all its installed plugins:
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Claude Code plugins for the Slidev presentation framework
Bundled plugins for actuating and debugging the Chrome browser.