Agent Plugins Marketplace
All plugins

documentation-plugin

v1.11.2

Documentation generation - API docs, README, LaTeX PDF conversion

Claude Code8 Skills

58 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
8 skill or MCP entries
Source updated
Sep 15, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install documentation-plugin for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install documentation-plugin@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/laurigates/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is documentation-plugin/.

Plugin files

documentation-plugin/
├── .claude-plugin/plugin.json
├── skills/claude-blog-sources/SKILL.md
├── skills/docs-decommission/SKILL.md
├── skills/docs-fetch-fallbacks/SKILL.md
├── skills/docs-generate/SKILL.md
├── skills/docs-latex/SKILL.md
├── skills/docs-single-source/SKILL.md
├── skills/docs-sync/SKILL.md
└── skills/docs-verify-machine-facts/SKILL.md

Included Skills8

claude-blog-sourcesskills/claude-blog-sources/SKILL.md

Fetch Claude Blog and official Claude Code docs. Use when researching Claude Code capabilities, CLAUDE.md optimization, memory hierarchy, or @import patterns.

docs-decommissionskills/docs-decommission/SKILL.md

Generate DECOMMISSION-<service>.md covering infra, data, access, DNS, dependencies, monitoring, and financial checklists. Use when decommissioning a service.

docs-fetch-fallbacksskills/docs-fetch-fallbacks/SKILL.md

WebFetch 404/403/timeout/empty-SPA fallback ladder: strip query, raw.githubusercontent, `gh api`, docs-source-at-a-pinned-tag, context7/WebSearch. Use when a doc or GitHub URL fetch fails or returns a page with no content.

docs-generateskills/docs-generate/SKILL.md

Generate or update docs from code annotations, docstrings, and git history. Use when wanting API reference, README from code, or CHANGELOG from conventional commits.

docs-latexskills/docs-latex/SKILL.md

Convert Markdown to LaTeX with TikZ and compile to PDF. Use when wanting a presentation-quality PDF, a professional report with diagrams, or print-ready documentation.

docs-single-sourceskills/docs-single-source/SKILL.md

Link docs to the single source of truth instead of restating it. Use when writing or restructuring docs, editing a README/CLAUDE.md, or copying a list that lives in code.

docs-syncskills/docs-sync/SKILL.md

Sync docs with actual skills, commands, and agents. Use when docs are out of sync, updating the skill catalog, or regenerating command reference to fix mismatches.

docs-verify-machine-factsskills/docs-verify-machine-facts/SKILL.md

Verify machine-read values (scutil, route, ifconfig, local config) against the authoritative IaC before publishing. Use when org docs quote DNS names, IPs, endpoints, or versions read off this host.

Plugin manifests1

documentation-plugin/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "documentation-plugin",
  "version": "1.11.2",
  "description": "Documentation generation - API docs, README, LaTeX PDF conversion",
  "keywords": [
    "documentation",
    "docs",
    "api-docs",
    "readme",
    "latex",
    "pdf",
    "tikz"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[documentation-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/documentation-plugin)