Agent Plugins Marketplace
All plugins

doc-quality

v1.0.0+codex.41764b008cb3

Review and improve engineering Markdown designs, analyses, implementation plans, and ADRs. Measure sections and protected content with a Markdown parser; optionally use Jev for typed quality and meaning-preservation judgments. Preserve requirements, uncertainty, code, and links while the agent makes targeted edits. Jev is optional and provider configurable.

Codex1 Skill

By Alberto LealLicense: MIT22 GitHub starsUpdated yesterday

Directory evidence

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

Installs for the current user
codex plugin marketplace add dashed/claude-marketplace
codex plugin marketplace upgrade alberto-marketplace
codex plugin add doc-quality@alberto-marketplace

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

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

  • Codex: doc-quality@agent-plugin-marketplacedoc-quality@alberto-marketplace

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/dashed/claude-marketplace

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

Plugin files

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

Included Skills1

doc-qualityskills/doc-quality/SKILL.md

Review and improve engineering Markdown designs, analyses, implementation plans, and architecture decision records. Use for section-level clarity edits, requirement and evidence preservation, or comparing a proposed rewrite with its original. Uses static checks and an optional Jev second opinion; not a general prose or code-comment reviewer.

Plugin manifests1

plugins/doc-quality/.codex-plugin/plugin.json
{
  "name": "doc-quality",
  "version": "1.0.0+codex.41764b008cb3",
  "description": "Review and improve engineering Markdown designs, analyses, implementation plans, and ADRs. Measure sections and protected content with a Markdown parser; optionally use Jev for typed quality and meaning-preservation judgments. Preserve requirements, uncertainty, code, and links while the agent makes targeted edits. Jev is optional and provider configurable.",
  "author": {
    "name": "Alberto Leal"
  },
  "license": "MIT",
  "keywords": [
    "markdown",
    "documentation",
    "design",
    "analysis",
    "adr",
    "jev",
    "review"
  ],
  "interface": {
    "displayName": "Doc Quality",
    "shortDescription": "Review and improve engineering Markdown designs, analyses, implementation plans, and ADRs. Measure sections and protected content with a Markdown parser; optionally use Jev for...",
    "longDescription": "Review and improve engineering Markdown designs, analyses, implementation plans, and ADRs. Measure sections and protected content with a Markdown parser; optionally use Jev for typed quality and meaning-preservation judgments. Preserve requirements, uncertainty, code, and links while the agent makes targeted edits. Jev is optional and provider configurable.",
    "developerName": "Alberto Leal",
    "category": "Productivity",
    "capabilities": [
      "Skills"
    ],
    "defaultPrompt": [
      "Use $doc-quality for this task."
    ]
  },
  "repository": "https://github.com/dashed/claude-marketplace/tree/master/plugins/doc-quality",
  "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-quality on Agent Plugins Marketplace](https://pluginsmp.com/plugins/doc-quality)