docs

Identify and fill documentation gaps across multi-language codebases.

7|3|Updated Jul 31, 2025
One-click install
npx skills add https://github.com/seabbs/claude-code-config --skill docs-seabbs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs
Source: https://github.com/seabbs/claude-code-config/tree/main/skills/docs
Command: npx skills add https://github.com/seabbs/claude-code-config --skill docs-seabbs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ensures code bases have complete, accurate documentation to improve onboarding and maintainability.

Core Features & Use Cases

  • Identify missing or outdated function/class docs.
  • Apply language-specific documentation standards (docstrings, roxygen2) and update doc references.
  • Validate consistency with CLAUDE.md project standards and generate updates.

Quick Start

Create a documentation review pass across the repository and auto-update missing docs.

Frequently Asked Questions about docs

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

FAQPage Schema
How do I find missing docstrings in my codebase?

To auto-update missing docs, you analyze functions, classes, and modules to generate missing docstrings or roxygen2 blocks. This process applies language-specific documentation standards and updates references directly within the codebase.

Can I use roxygen2 to fix R package documentation gaps?

Yes, you can validate code documentation against CLAUDE.md project standards to ensure consistency. This process checks existing docstrings and roxygen2 blocks, updating them to match defined coding standards across the repository.

What's the best way to enforce documentation standards across a multi-language codebase?

The best way to enforce documentation standards is to analyze multi-language codebases and apply language-specific rules like docstrings or roxygen2. This ensures complete, accurate documentation to improve onboarding and maintainability.

Does code documentation validation work with existing project conventions?

Yes, documentation validation works with existing project conventions by leveraging standards defined in CLAUDE.md. It identifies documentation gaps and validates consistency against these specific coding standards before generating updates.