Agent Plugins Marketplace
← All plugins

docs-for-humans

v1.0.0

Rewrite manuals, SOPs, and runbooks into a shape a human can follow: routing table first, copy-paste command blocks, a bold budget, rationale in an appendix. English and Traditional Chinese (zh-TW).

Claude Code1 Skill

By mtouyangLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 27, 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-for-humans 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-for-humans@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/mtouyang/docs-for-humans

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

docs-for-humans/
├── .claude-plugin/plugin.json
└── skills/docs-for-humans/SKILL.md

Included Skills1

docs-for-humansskills/docs-for-humans/SKILL.md

Rewrite manuals, SOPs, runbooks, and step-by-step operating docs into a shape a human can actually follow — a routing table first, copy-paste command blocks, a bold budget, design rationale moved to an appendix, and (for Chinese) full-width punctuation. Supports English and Traditional Chinese (zh-TW). Use when writing or rewriting an operational doc a person will follow step by step, or when the user says a document is hard to read, too dense, or confusing. 中文觸發:文件看不懂、太密、讀不下去、改寫手冊、寫 SOP、寫給人看。

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "docs-for-humans",
  "version": "1.0.0",
  "description": "Rewrite manuals, SOPs, and runbooks into a shape a human can follow: routing table first, copy-paste command blocks, a bold budget, rationale in an appendix. English and Traditional Chinese (zh-TW).",
  "author": {
    "name": "mtouyang",
    "url": "https://github.com/mtouyang"
  },
  "homepage": "https://github.com/mtouyang/docs-for-humans",
  "repository": "https://github.com/mtouyang/docs-for-humans",
  "license": "MIT",
  "keywords": [
    "documentation",
    "runbook",
    "sop",
    "technical-writing",
    "zh-TW"
  ]
}

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

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