Analyzes plugin source repositories and rebuilds the complete skills-registry documentation site, generating enriched plugin pages with SVG diagrams from registry.yaml data.
Analyze a plugin's source repository and generate enriched documentation content with presentation-quality SVG diagrams for the skills-registry documentation site. Use when the user wants to document a plugin, generate diagrams for skills, create enriched content for the site, or says things like "analyze the rfe-creator plugin", "generate diagrams for agent-eval-harness", or "update the docs for test-plan".
Orchestrate full documentation site generation for the skills-registry — structural pages from registry.yaml plus AI-enriched content and presentation-quality SVG diagrams for all plugins. Use when the user wants to rebuild the docs, update the website, regenerate pages after changing registry.yaml, add diagrams for a new plugin, or says things like "rebuild the site", "update the docs", "regenerate the website", or "I just added a plugin, update the site".
Central registry for AI skills and plugins developed across the opendatahub-io organization.
This registry serves as a Claude Code marketplace with native plugin management, and as a skill catalog for discovering plugins to use with other agent harnesses.
This registry integrates natively as a Claude Code marketplace:
# Add the marketplace
claude plugin marketplace add opendatahub-io/skills-registry
# Browse available plugins
/plugin
# Install a plugin
/plugin install rfe-creator@opendatahub-skills
# Update plugins
/plugin update
Add to your project's .claude/settings.json to auto-enable for all developers:
{
"extraKnownMarketplaces": {
"opendatahub-skills": {
"source": { "source": "github", "repo": "opendatahub-io/skills-registry" }
}
},
"enabledPlugins": {
"rfe-creator@opendatahub-skills": true
}
}
Other platforms (Cursor, Gemini CLI, Codex, OpenCode) do not have a marketplace aggregation mechanism. Install plugins directly from their source repositories instead:
gemini extensions install https://github.com/opendatahub-io/assess-rfe
git clone https://github.com/opendatahub-io/assess-rfe ~/.codex/assess-rfe
mkdir -p ~/.agents/skills
ln -s ~/.codex/assess-rfe/skills ~/.agents/skills/assess-rfe
Add to your opencode.json:
{
"plugin": ["assess-rfe@git+https://github.com/opendatahub-io/assess-rfe.git"]
}
/add-plugin https://github.com/opendatahub-io/assess-rfe
Replace the repo URL with the plugin you want to install. See catalog.md for the full list of plugins and their source repositories.
Note: Multi-harness support depends on each plugin repo having the appropriate configuration files (
.codex/,.opencode/,gemini-extension.json,.cursor-plugin/). Not all plugins may support all platforms. Check the plugin's repository for platform-specific instructions.
See catalog.md for the full list of plugins, skills, and install commands.
| File | Purpose |
|---|---|
registry.yaml | Source of truth for all plugins and skills |
.claude-plugin/marketplace.json | Generated Claude Code marketplace manifest |
catalog.md | Auto-generated human-readable catalog |
schema/registry.schema.json | JSON Schema for validation |
scripts/ | Sync, validation, and automation scripts |
ARCHITECTURE.md | Architecture and design documentation |
See CONTRIBUTING.md for instructions on adding your plugin to this registry.
Apache License 2.0 — see LICENSE.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub opendatahub-io/skills-registryAgent and skill evaluation harness with MLflow integration
Assess RFEs against quality criteria using a structured rubric
Orchestrator skills, agent prompts, and state management for the Jira autofix pipeline
A plugin providing a subagent to scan a source code project for potential FIPS compliance issues
Autonomous knowledge management skills for keeping AI context files up to date
Complete toolkit for creating, validating, and managing Claude Code skills with intelligent agents, interactive commands, and professional templates
Ultimate plugin management toolkit with 4 auto-invoked Skills for creating, validating, auditing, and versioning plugins in the claude-code-plugins marketplace
Skill authoring guidance and best practices
Developer tools for maintaining Claude Code plugins. Upgrade skills, audit structure, and align with latest platform capabilities.
Skill to search for Claude Plugins and Skills
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.