Agent Plugins Marketplace
All plugins

doc-keeper

v0.1.0

Keep changelogs and architecture decision records aligned with completed work, release preparation, and explicit decisions through evidence-based, infrastructure-aware procedures.

Codex1 Skill

By Nery Samuel MurilloLicense: MIT1 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 6, 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 doc-keeper for Codex

Installs for the current user
codex plugin marketplace add nerymurillohnd/codex-essentials
codex plugin marketplace upgrade codex-essentials
codex plugin add doc-keeper@codex-essentials

Paste and run these commands in a terminal with Codex. They add and refresh the codex-essentials catalog, then install this plugin.

Compatibility: the page URL and API slug “doc-keeper” remain stable.

  • Codex: doc-keeper@agent-plugin-marketplacedoc-keeper@codex-essentials

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/nerymurillohnd/codex-essentials

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

Plugin files

plugins/doc-keeper/
├── .codex-plugin/plugin.json
└── skills/doc-keeper/SKILL.md

Included Skills1

doc-keeperskills/doc-keeper/SKILL.md

Use when maintaining CHANGELOG.md, curated release history, or architecture decision records, when preparing a release, and when completed work may require a changelog entry or record a durable architectural decision. Do not use for routine implementation, formatting-only or test-only work, generic README prose, or unrelated tasks.

Plugin manifests1

plugins/doc-keeper/.codex-plugin/plugin.json
{
  "name": "doc-keeper",
  "version": "0.1.0",
  "description": "Keep changelogs and architecture decision records aligned with completed work, release preparation, and explicit decisions through evidence-based, infrastructure-aware procedures.",
  "author": {
    "name": "Nery Samuel Murillo",
    "email": "[email protected]",
    "url": "https://github.com/nerymurillohnd"
  },
  "homepage": "https://forestal-mt.com",
  "repository": "https://github.com/nerymurillohnd/codex-essentials",
  "license": "MIT",
  "keywords": [
    "documentation",
    "changelog",
    "adr",
    "release",
    "codex"
  ],
  "interface": {
    "displayName": "DocKeeper",
    "shortDescription": "Keep changelogs and ADRs aligned.",
    "longDescription": "DocKeeper gives Codex an evidence-first closeout, release-preflight, and maintenance process for changelogs and architecture decision records. It detects existing infrastructure, preserves document ownership, and avoids invented history or unauthorized remote actions.",
    "developerName": "Nery Samuel Murillo",
    "category": "Developer Tools",
    "capabilities": [
      "Evidence-based changelog maintenance",
      "MADR-based architecture decision records",
      "Implicit documentation closeout",
      "Release changelog preflight",
      "Release automation ownership detection",
      "Document structure and history audits",
      "Explicit save and remote-action boundaries"
    ],
    "websiteURL": "https://forestal-mt.com",
    "privacyPolicyURL": "https://forestal-mt.com/privacy/",
    "termsOfServiceURL": "https://forestal-mt.com/terms/",
    "defaultPrompt": [
      "Use DocKeeper to maintain changelogs and ADRs, close out notable changes, or prepare release history."
    ]
  },
  "skills": "./skills/"
}

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

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