abathur

Generate and maintain indexed Abathur documentation via the Abathur CLI.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/rsJames-ttrpg/kerrigan --skill abathur
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: abathur
Source: https://github.com/rsJames-ttrpg/kerrigan/tree/main/.claude/skills/abathur
Command: npx skills add https://github.com/rsJames-ttrpg/kerrigan --skill abathur

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Abathur Documentation Skill automates the generation and indexing of Abathur project documentation, reducing drift between code and docs and accelerating onboarding for new contributors.

Core Features & Use Cases

  • Generate new docs from source material using the Abathur CLI.
  • Update and verify existing docs to reflect code changes and schema.
  • Maintain an indexed, searchable documentation bundle across the project.

Quick Start

Run abathur code to generate docs, then abathur hash to compute source hashes, and finally abathur check to verify the documentation.

Frequently Asked Questions about abathur

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate documentation generation for a CLI-driven software project?

Automating documentation generation for a CLI-driven project is handled by generating new docs from source material, updating existing ones, and verifying schema consistency using the Abathur toolset.

What is the best way to maintain schema consistency across project documentation?

Maintaining schema consistency across project documentation requires computing source hashes and running verification checks to ensure existing indexed docs accurately reflect code changes.

How do I verify that my existing docs reflect recent code changes?

Verifying existing docs reflect code changes involves running a CLI check command after generating documentation and computing source hashes to automatically detect drift.

Does this documentation pipeline require any external dependencies to run?

This documentation pipeline requires no external dependencies, allowing you to execute code-based documentation workflows and automatic hashing directly within your environment.

Can I use this to create a searchable documentation bundle for onboarding new contributors?

Creating a searchable documentation bundle for onboarding new contributors is supported by generating, updating, and indexing project documentation to reduce drift between code and docs.

Why does my code-based documentation pipeline need automatic hashing and verification?

Automatic hashing and verification are needed in a code-based documentation pipeline to detect drift, ensure schema consistency, and validate that indexed docs match the source code.