By laurigates
Generate API references, READMEs, changelogs from Python/JS/TS/Rust/Go codebases using docstrings and git history; convert Markdown to LaTeX PDFs with TikZ diagrams; sync and update Claude plugin documentation from .claude/ dirs; access Claude blog and docs; create detailed service decommissioning checklists for infrastructure.
Access Claude Blog and official Claude Code documentation for latest improvements, usage patterns, and best practices. Use when researching Claude Code features, CLAUDE.md optimization, memory management, or staying current with Claude capabilities.
Generate comprehensive service decommission documentation
- Project files: !`find . -maxdepth 1 \( -name 'pyproject.toml' -o -name 'package.json' -o -name 'Cargo.toml' -o -name 'go.mod' \)`
Convert Markdown documents to professional LaTeX with TikZ visualizations and compile to PDF. Use when the user wants to create a presentation-quality PDF from a Markdown document, generate a professional report with diagrams, or convert documentation to print-ready format.
Synchronize documentation with actual skills, commands, and agents in the codebase
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.
npx claudepluginhub laurigates/claude-plugins --plugin documentation-pluginBevy game engine development - ECS, rendering, game architecture
Test execution, TDD workflow, testing strategies, and quality analysis
Python development ecosystem - uv, ruff, pytest, packaging, type checking
LangChain JS/TS development - agents, chains, LangGraph workflows, and Deep Agents patterns
Home Assistant configuration management - YAML configuration, automations, scripts, scenes, and entity management for Home Assistant installations
Documentation generation with API docs, architecture diagrams, and tutorials
Documentation generation, API docs, and README maintenance
Multi-purpose documentation toolkit (generation, explanation, diagrams, RFCs, health)
Create comprehensive documentation for code, APIs, and projects.
Use this agent when you need to analyze a service or codebase component and create comprehensive documentation in CLAUDE.md files. This agent should be invoked after implementing new services, major refactoring, or when documentation needs updating to reflect the current codebase structure. Examples: <example>Context: The user has just implemented a new authentication service and wants to document it properly. user: 'I just finished implementing the auth service, can you document how it works?' assistant: 'I'll use the codebase-documenter agent to analyze the authentication service and create detailed documentation in CLAUDE.md' <commentary>Since the user has completed a service implementation and needs documentation, use the Task tool to launch the codebase-documenter agent to create comprehensive CLAUDE.md documentation.</commentary></example> <example>Context: The user wants to ensure a newly added API module is properly documented for the team. user: 'We need documentation for the new payment processing API I just added' assistant: 'Let me use the codebase-documenter agent to analyze the payment processing API and create proper documentation' <commentary>The user needs documentation for a new API module, so use the codebase-documenter agent to create CLAUDE.md files with setup instructions and architectural notes.</commentary></example>
Commands for generating documentation and managing changelogs