Agent Plugins Marketplace
All plugins

docgrad

v1.9.2

Grade and converge a repo's documentation system as an AI-agent context source — six-dimension star rating (completeness, correctness, freshness, linkage, consistency, economy) including entry-file token cost, with an improvement loop that fixes docs until target ratings are met.

CodexClaude Code1 Skill

By Ray LeeLicense: MIT4 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 16, 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 docgrad for Codex and Claude Code

Installs for the current user
codex plugin marketplace add redtear1115/docgrad
codex plugin marketplace upgrade docgrad
codex plugin add docgrad@docgrad

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

Compatibility: the page URL and API slug “docgrad” remain stable.

  • Codex: docgrad@agent-plugin-marketplacedocgrad@docgrad

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/redtear1115/docgrad

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

Plugin files

docgrad/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/docgrad/SKILL.md

Included Skills1

docgradskills/docgrad/SKILL.md

Use when the user wants to audit, score, grade, improve, or converge a repository's documentation system as an AI-agent context source — six-dimension star rating (completeness, correctness, freshness, linkage, consistency, economy) including entry-file token cost, with an improvement loop that fixes docs until target ratings are met. Covers docs quality audit, documentation health check, dead-link/orphan/staleness checks, doc convergence. 中文關鍵字:文件評分、文件健檢、文件收斂、docs 評比、文件品質、死鏈檢查、文件過期。Not for prose style linting, SKILL.md auditing, or code review.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "docgrad",
  "version": "1.9.2",
  "description": "Grade and converge a repo's documentation system as an AI-agent context source — six-dimension star rating (completeness, correctness, freshness, linkage, consistency, economy) including entry-file token cost, with an improvement loop that fixes docs until target ratings are met.",
  "skills": "./skills/",
  "license": "MIT",
  "repository": "https://github.com/redtear1115/docgrad",
  "homepage": "https://github.com/redtear1115/docgrad"
}
.claude-plugin/plugin.json
{
  "name": "docgrad",
  "version": "1.9.2",
  "description": "Grade and converge a repo's documentation system as an AI-agent context source — six-dimension star rating (completeness, correctness, freshness, linkage, consistency, economy) including entry-file token cost, with an improvement loop that fixes docs until target ratings are met.",
  "author": {
    "name": "Ray Lee"
  },
  "homepage": "https://github.com/redtear1115/docgrad",
  "repository": "https://github.com/redtear1115/docgrad",
  "license": "MIT",
  "keywords": [
    "documentation",
    "docs-audit",
    "doc-quality",
    "dead-links",
    "freshness",
    "orphans",
    "token-economy",
    "doc-convergence",
    "context-cost"
  ]
}

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

[docgrad on Agent Plugins Marketplace](https://pluginsmp.com/plugins/docgrad)