Documentation review, writing, and workflow tools for AsciiDoc and Markdown documentation
Answers questions about an analyzed codebase using learn-code output and direct source code inspection. Provides file:line-grounded answers.
Use PROACTIVELY when planning documentation structure, performing gap analysis, or creating documentation plans. Analyzes requirements, applies JTBD framework, and creates comprehensive documentation plans. MUST BE USED for any documentation planning or content architecture task.
Use PROACTIVELY when reviewing documentation for style guide compliance. Uses Vale linting and 18 style guide review skills (IBM Style Guide + Red Hat SSG) to review AsciiDoc files, edit in place, and generate review reports. MUST BE USED for any style review or documentation quality check.
Use PROACTIVELY when writing or drafting documentation. Creates complete CONCEPT, PROCEDURE, REFERENCE, and ASSEMBLY modules in AsciiDoc (default) or Material for MkDocs Markdown format. MUST BE USED for any documentation writing, drafting, or content creation task.
Deep analysis agent for a single codebase module. Receives full source and a targeted question. Returns structured JSON with purpose, public API, dependencies, data flow, gotchas, and onboarding priority.
Download HTML from websites and extract article content, removing HTML bloat. Specifically designed to extract content from <article> tags with aria-live="polite" attribute. Outputs clean, readable content for documentation sites like Red Hat docs.
Read a Google Docs document, Google Slides presentation, or Google Sheets spreadsheet and output as Markdown or CSV. Use this skill when asked to read, fetch, import, or convert a Google Doc, Google Slides, or Google Sheets URL.
Documentation workflow orchestrator. Reads the step list from .agent_workspace/docs-workflow.yaml (or the plugin default). Runs steps sequentially, manages progress state, handles iteration and confirmation gates. Claude is the orchestrator — the YAML is a step list, not a workflow engine.
Review documentation for content quality — logical flow, user journey alignment, scannability, conciseness, fluff removal, and customer focus. Use this skill whenever someone asks to check if docs are well-organized, too wordy, have unnecessary content, lack logical flow, or need tightening. Also use for content quality peer reviews, minimalism checks, or when asked to "cut the fluff" or "make it more concise."
Review AsciiDoc (.adoc) files for Red Hat modular documentation compliance — module types (concept, procedure, reference), assembly structure, anchor IDs, context variables, leveloffset, and include directives. Use this skill whenever someone asks about modular docs, checks .adoc file structure, asks if a module is the right type, needs to verify anchor IDs have _{context}, or reviews assemblies. Also triggers for questions about concept vs procedure vs reference modules, prerequisites formatting, or Red Hat doc structure.
Modifies files
Hook triggers on file write and edit operations
Uses power tools
Uses Bash, Write, or Edit tools
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.
Claude Code plugin for documentation workflows. Provides orchestrator skills, review agents, code analysis tools, and style guide compliance checking for AsciiDoc and Markdown documentation.
This plugin provides the documentation automation layer for Claude Code. It includes skills for requirements analysis, documentation planning and writing, code-grounded technical review, style guide compliance, and CI/CD integration with JIRA and Git platforms.
| Category | Skills | Description |
|---|---|---|
| Workflow | docs-orchestrator, docs-workflow-start, docs-workflow-requirements, docs-workflow-planning, docs-workflow-writing, docs-workflow-code-analysis, docs-workflow-pr-analysis, docs-workflow-scope-req-audit, docs-workflow-style-review, docs-workflow-tech-review, docs-workflow-create-merge-request, docs-workflow-create-jira, docs-workflow-jira-ready | End-to-end documentation pipeline with YAML-defined step lists, conditional execution, and resume capability |
| Code Analysis | learn-code, query-code, understand-pull-request | Tree-sitter AST parsing, module registry, cross-module relationships, PR impact analysis |
| Review | docs-review-style, docs-review-technical, docs-review-content-quality, docs-review-modular-docs | Multi-agent style and technical review with confidence scoring and claim validation |
| Style Guides | ibm-sg-* (8 skills), rh-ssg-* (8 skills) | IBM Style Guide and Red Hat Supplementary Style Guide compliance |
| Integration | jira-reader, jira-writer, git-pr-reader, article-extractor, docs-convert-gdoc-md, redhat-docs-toc | JIRA, GitHub/GitLab, Google Docs, and web content integration |
| Other | rn-known-issues | Release notes known issues audit |
| Agent | Description |
|---|---|
docs-planner | Documentation architecture using JTBD framework |
docs-writer | Content creation (CONCEPT/PROCEDURE/REFERENCE/ASSEMBLY) |
docs-reviewer | Style and modular docs compliance review |
technical-reviewer | Technical accuracy review with code-aware validation |
repo-mapper | Codebase module detection and registry creation |
module-analyzer | Deep analysis of single codebase module |
relationship-analyzer | Cross-module coupling and dependency analysis |
synthesis-writer | Combine module analyses into ONBOARDING.md |
code-questioner | Answer questions about analyzed codebases |
requirements-discoverer | Lightweight JIRA/PR/spec requirement enumeration |
requirements-analyst | Deep per-requirement analysis with acceptance criteria |
requirement-classifier | Classify requirements by code evidence status |
pr-repo-summarizer | Quick repository overview for PR context |
pr-change-analyzer | Analyze PR changes against module registry |
pr-synthesis-writer | Combine PR data into PR-ANALYSIS.md |
Add the repo as a marketplace, then install the plugin:
claude plugin marketplace add opendatahub-io/docs-skills
claude plugin install docs-skills@opendatahub-docs
git clone [email protected]:opendatahub-io/docs-skills.git
claude --plugin-dir ./docs-skills
Use --plugin-dir to load the plugin without installing. Run /reload-plugins after making changes:
claude --plugin-dir /path/to/docs-skills
Create an .env file with your tokens. Use either ~/.env (global) or .env in the project root (overrides global):
JIRA_API_TOKEN=your_jira_api_token
[email protected]
# Optional: defaults to https://redhat.atlassian.net
JIRA_URL=https://your-jira-instance.atlassian.net
# Required scopes: "repo" for private repos, "public_repo" for public repos
GITHUB_TOKEN=your_github_pat
# Required scope: "api"
GITLAB_TOKEN=your_gitlab_pat
gh CLI (for GitHub integration)glab CLI (for GitLab integration, optional)Run the docs orchestrator from the root of your documentation repository:
# Basic workflow from a JIRA ticket
/docs-orchestrator PROJ-123
# With source code analysis
/docs-orchestrator PROJ-123 --repo https://github.com/org/repo
# With PR context
/docs-orchestrator PROJ-123 --pr https://github.com/org/repo/pull/456
# Interactive guided start
/docs-workflow-start PROJ-123
The orchestrator runs a YAML-defined step list. Customize per-repo by placing a workflow YAML in .agent_workspace/:
npx claudepluginhub opendatahub-io/docs-skills --plugin docs-skillsAgent and skill evaluation harness with MLflow integration
Site generation skills for the OpenDataHub Skills Registry
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
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques