Agent Plugins Marketplace
All plugins

docs-warden

v0.3.1

Keeps repository documentation consistent and honest. Scaffolds a universal document set scaled by repo archetype, audits existing repos for missing, stale, or off-standard docs, enforces append-only architecture decision records, compacts the oldest of them into a digest once fifty exist, and regenerates the generated ones so drift from the code is reported rather than discovered. Ships a plain-English Vale style alongside it, plus optional compliance overlays for IEC 62304, the OSPS Baseline, the EU Cyber Resilience Act and NIST SSDF, each describing document structure only and never inventing regulatory content.

Claude Code2 Skills

By claude-skills0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
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 docs-warden 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 docs-warden@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/kuan51/claude-skills

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

Plugin files

plugins/docs-warden/
├── .claude-plugin/plugin.json
├── skills/clarity/SKILL.md
└── skills/docs-warden/SKILL.md

Included Skills2

clarityskills/clarity/SKILL.md

A plain-English writing standard for technical documentation. Use when rewriting technical prose in plain English, simplifying a procedure or runbook step, reviewing documentation for readability, or checking that a safety instruction is worded correctly. Triggers on "rewrite this in plain English", "simplify this documentation", "make this step clearer", "plain language", "simplified technical English", "STE", "is this readable", "review the wording", "our docs are hard to follow", and on any request to edit, tighten, or review the wording of a runbook, procedure, README, architecture note, or requirement statement.

docs-wardenskills/docs-warden/SKILL.md

Maintain repository documentation consistently across a repo or a fleet of them. Use when scaffolding docs for a repo, auditing documentation, checking what docs are missing or stale, updating docs after a code change, or when the human explicitly asks to record an architecture decision. Triggers on README, docs folder, CONVENTIONS, RUNLOG, GLOSSARY, SECURITY.md, CODEOWNERS, "document this repo", "set up documentation", "scaffold docs", "audit our docs", "what's missing from our docs", "is this repo compliant", "docs are out of date", "the README is wrong", and on the explicit requests "record a decision", "new ADR", "why did we choose". Also offer a record, without writing one, when Claude's own answers to the three admission questions in decide mode are all yes. Also triggers on any request to create, review, or fix repository documentation even when the word documentation is not used.

Plugin manifests1

plugins/docs-warden/.claude-plugin/plugin.json
{
  "name": "docs-warden",
  "version": "0.3.1",
  "description": "Keeps repository documentation consistent and honest. Scaffolds a universal document set scaled by repo archetype, audits existing repos for missing, stale, or off-standard docs, enforces append-only architecture decision records, compacts the oldest of them into a digest once fifty exist, and regenerates the generated ones so drift from the code is reported rather than discovered. Ships a plain-English Vale style alongside it, plus optional compliance overlays for IEC 62304, the OSPS Baseline, the EU Cyber Resilience Act and NIST SSDF, each describing document structure only and never inventing regulatory content.",
  "author": {
    "name": "claude-skills"
  },
  "keywords": [
    "documentation",
    "adr",
    "docs-as-code",
    "audit",
    "governance",
    "compliance"
  ]
}

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

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