A collection of Claude Code plugins, skills, and agent tools for Red Hat documentation workflows.
# Add the marketplace
/plugin marketplace add https://github.com/redhat-documentation/redhat-docs-agent-tools.git
# Install a plugin
/plugin install hello-world@redhat-docs-agent-tools
# Update all plugins
/plugin marketplace update redhat-docs-agent-toolsRun make update to generate the plugin catalog locally, or browse the live site.
The documentation site is built with Zensical and auto-deployed to GitHub Pages on every merge to main.
Live site: https://redhat-documentation.github.io/redhat-docs-agent-tools/
# Install zensical
python3 -m pip install zensical
# Start dev server
make serve
# Build site
make build
# Regenerate plugin docs
make update.
├── .github/workflows/ # CI: docs build + deploy on merge to main
├── .claude-plugin/ # Plugin marketplace configuration
├── docs/ # Zensical site source (Markdown)
├── plugins/ # Plugin implementations
│ ├── docs-tools/ # Documentation review, writing, and workflow tools
│ ├── hello-world/ # Reference plugin
│ └── vale-tools/ # Vale linting tools
├── scripts/ # Doc generation scripts
├── zensical.toml # Zensical site config
├── Makefile # Build automation
├── CLAUDE.md # Claude Code project config
├── CONTRIBUTING.md # Contribution guidelines
└── LICENSE # Apache-2.0
Contributions are welcome from anyone using any editor or AI coding tool. See CONTRIBUTING.md for guidelines on creating plugins and submitting changes.
Apache-2.0. See LICENSE.