Skip to content

Install Claude Code and plugins

Note

This page is auto-generated.

Prerequisites

Software dependencies

Install the following software packages that are required by plugin scripts.

Python packages

python3 -m pip install beautifulsoup4 html2text jira PyGithub python-gitlab python-pptx pyyaml ratelimit requests urllib3

Ruby gems

gem install asciidoctor asciidoctor-reducer

System tools

Tool Fedora / RHEL macOS
curl sudo dnf install curl brew install curl
gcloud See https://cloud.google.com/sdk/docs/install brew install --cask google-cloud-sdk
gh sudo dnf install gh brew install gh
glab sudo dnf install glab brew install glab
jq sudo dnf install jq brew install jq
vale sudo dnf copr enable mczernek/vale && sudo dnf install vale brew install vale

Install plugins from the marketplace

Add the plugin marketplace to your Claude Code configuration:

/plugin marketplace add https://github.com/redhat-documentation/redhat-docs-agent-tools.git

Then install any plugin:

/plugin install <plugin-name>@redhat-docs-agent-tools

Available plugins

Plugin Version Description
cqa-tools 1.0.2 CQA 2.1 Content Quality Assessment toolkit for Red Hat modular documentation. Assess, fix, and score 54 parameters across Pre-migration, Quality, and Onboarding tabs.
dita-tools 0.0.12 AsciiDoc cleanup, validation, and rewriting tools for DITA conversion preparation.
docs-tools 0.0.19 Documentation review, writing, and workflow tools for Red Hat AsciiDoc and Markdown documentation.
hello-world 1.0.1 A hello world reference plugin for Claude Code agent tools.
jtbd-tools 1.1.1 Jobs-To-Be-Done analysis toolkit for documentation restructuring. Extract JTBD records from Markdown, AsciiDoc, and topic map repos. Generate goal-oriented TOCs, compare structures, and produce consolidation reports.
vale-tools 0.0.1 Vale linting tools for validating documentation using Vale CLI.

Update plugins

/plugin marketplace update redhat-docs-agent-tools