BeClaude

documentation-system

New
Community RegistryDocumentationby Agent Protocols Team

Complete documentation framework with HISTORY.md logging, ADR lifecycle, incremental documentation, and automated generation

First seen 5/22/2026

Summary

md logging, ADR lifecycle management, incremental documentation updates, and automated changelog generation.

  • It helps developers maintain clear, structured, and up-to-date project documentation with minimal manual effort.

Install & Usage

1
Add a marketplace
/plugin marketplace add <org/repo>
2
Install the plugin

Add the configuration to /plugin install documentation-system@<marketplace>

3
Manage with /plugin
/plugin

Use Cases

Automatically log decisions and changes to HISTORY.md as you work on a project.
Create and manage Architecture Decision Records (ADRs) with a defined lifecycle (proposed, accepted, deprecated).
Generate incremental documentation updates when code changes, keeping docs in sync with the codebase.
Automatically produce changelogs from commit history or ADR entries for release notes.
Set up a standardized documentation structure for new projects, including templates for ADRs and changelogs.
Audit project history by reviewing structured logs and ADRs to understand past decisions.

Usage Examples

1

/documentation-system init --type full --project my-app

2

Log a decision to HISTORY.md: 'Switched from REST to GraphQL for API layer'

3

Create a new ADR: 'Use PostgreSQL for primary database' with status 'proposed'

View source on GitHub
documentationadrloggingaudit-trailchangelog

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is documentation-system?

This skill provides a complete documentation framework for your project, including automatic HISTORY.md logging, ADR lifecycle management, incremental documentation updates, and automated changelog generation. It helps developers maintain clear, structured, and up-to-date project documentation with minimal manual effort.

How to install documentation-system?

To install documentation-system: add a marketplace (/plugin marketplace add <org/repo>), then add the config to /plugin install documentation-system@<marketplace>. Finally, /plugin in Claude Code.

What is documentation-system best for?

documentation-system is a plugin categorized under Documentation. It is designed for: documentation, adr, logging, audit-trail, changelog. Created by Agent Protocols Team.

What can I use documentation-system for?

documentation-system is useful for: Automatically log decisions and changes to HISTORY.md as you work on a project.; Create and manage Architecture Decision Records (ADRs) with a defined lifecycle (proposed, accepted, deprecated).; Generate incremental documentation updates when code changes, keeping docs in sync with the codebase.; Automatically produce changelogs from commit history or ADR entries for release notes.; Set up a standardized documentation structure for new projects, including templates for ADRs and changelogs.; Audit project history by reviewing structured logs and ADRs to understand past decisions..