npx claudepluginhub opendatahub-io/ai-helpersA plugin providing a subagent to scan a source code project for potential FIPS compliance issues
AI automation tools, plugins, and assistants for enhanced productivity
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
This repository is a collaborative place hosting collections of AI plugins to automate and assist with various tasks.
[!NOTE] Right now the focus is to support Claude Code, OpenCode.ai, Gemini Gems, and Cursor AI. Other tools are welcome here, please submit Pull Requests.
[!NOTE] This project was inspired by the OpenShift AI helpers.
Have an idea for a new plugin, command, or assistant but not sure how to implement it? We'd love to hear about it! Simply file a GitHub issue with your idea in the title and we'll work together to make it happen.
[!TIP] Share your idea
No implementation details needed - just describe what you'd like to automate or what workflow you think could be improved. The community can help figure out the best way to build it.
Want to work on an issue? Comment /assign on it to assign yourself.
This repository is made for collaboration. We highly welcome contributions.
For skills, check out the helpers/skills/ directory for examples.
For commands, check the helpers/commands/ directory, and for agents see the helpers/agents/ directory.
Using AI code assistant itself to develop the tools is highly encouraged.
When contributing new tools:
helpers/skills/ directory following the agentskills.io formathelpers/commands/ directory as Markdown fileshelpers/agents/ directory with appropriate documentationhelpers/gems/ directoryOnce you have added the tool, you'd have to run have to run make update in order to generate the website data.
Then you should git commit your change and after than running make lint would run local tests to validate the syntax.
claude/plugin marketplace add .//plugin then install the local pluginThe AI Helpers marketplace uses a centralized category registry in categories.yaml to organize specialized tools by category. Tools not listed in any category are automatically placed in the "General" category - perfect for most contributions!
Specialized tool categories are registered in categories.yaml:
CategoryName:
- specialized-tool
- another-tool
AnotherCategory:
- domain-specific-tool
To add a new category, edit categories.yaml to include the new category as a top-level key:
Add category with tools:
YourCategory:
- your-tool-name
- another-tool
Update documentation: Run make update to regenerate the website
The build system automatically handles tool organization and validation:
categories.yaml are automatically assigned to "General" categoryClaude Code Marketplace extends Claude's functionality with custom commands, agents, and skills for specific workflows and tasks. They enable you to automate repetitive development activities, integrate with tools, and create specialized AI assistants tailored to your needs.
For comprehensive information about plugin architecture and development, see the official Claude Code plugins documentation.
Add the marketplace:
/plugin marketplace add opendatahub-io/ai-helpers
Install a plugin:
/plugin install odh-ai-helpers
[!TIP] To browse and install multiple plugins interactively, use
/pluginafter adding the marketplace. This will show you all available plugins and allow you to install them selectively. For a complete list of all available tools, see categories.yaml or visit our website.
/hello-world:echo Hello from OpenDataHub!
For IDE users, we have supplied a devcontainer.json file. For setup and prerequisites, see Dev Container README.
For setup with the standard CLI see the following.
A container image is available with Claude Code and all plugins pre-installed:
ghcr.io/opendatahub-io/ai-helpers:latest
You can also build it yourself by running: