# Documentation Management

> Catalog generation, reference link verification, workshop documentation building, and knowledge gap analysis.

- Skill: `gitwalter/documentation-management` (Agent Skill)
- Install (CLI): `npx skillmds@latest add gitwalter/documentation-management`
- Raw SKILL.md: https://api.skillmd.com/api/skills/gitwalter/documentation-management/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: gitwalter (https://skillmd.com/u/gitwalter)
- Updated: 2026-09-10
- Page: https://skillmd.com/skills/gitwalter/documentation-management

---


# Documentation & Knowledge Operations

This skill covers the workflows used to generate human-readable catalogs, verify link integrity in doc references, analyze workspace files for knowledge gaps, and compile structured workshop materials.

## When to Use
Use this skill when updating catalog manifests, checking for dead links across the reference manuals, or scanning the workspace for missing knowledge entries (KIs).

## Prerequisites
- Conda environment initialized.
- Access to root markdown directories.

## Process

Follow these procedures to build documentation catalogs and analyze reference links.

### Generating catalog manifests
Compile all agent, skill, and workflow definitions into `catalog.md`:
```bash
conda run -p D:\Anaconda\envs\cursor-factory python scripts/docs/generate_catalog.py
```

### Verifying reference links
Ensure no broken markdown links exist across the reference directory:
```bash
conda run -p D:\Anaconda\envs\cursor-factory python scripts/docs/verify_catalog_links.py
```

## Best Practices
- **Verifiability**: Run link checks whenever documentation or directories are reorganized.
- **Inbox Hygiene**: Keep catalogs up-to-date with new tools and agents as they are created.

