Agent Plugins Marketplace
All plugins

proudhuman

v0.3.0

Map the human's role in a merged pull request from Claude Code session transcripts: who the accountable human is, which turns framed, constrained, verified or rescued the work, which added lines have no origin in AI-emitted text, and which prompts were verbatim earlier AI output. Developer-facing self-review, not a scorecard.

Claude Code1 Skill

By Dimitri TholenLicense: MIT1 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 21, 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 proudhuman 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 proudhuman@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/dimitritholen/proudhuman

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

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

Included Skills1

proudhumanskills/proudhuman/SKILL.md

Tell the story of a pull request or branch from the Claude Code transcripts that produced it, with the human's steering as the subject. Use when the user asks what they actually did on a PR, who is accountable for a change, whether a PR was reviewed by a human, how much of a branch the AI wrote, for a story or self-review of their AI-assisted work, or to run proudhuman.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "proudhuman",
  "description": "Map the human's role in a merged pull request from Claude Code session transcripts: who the accountable human is, which turns framed, constrained, verified or rescued the work, which added lines have no origin in AI-emitted text, and which prompts were verbatim earlier AI output. Developer-facing self-review, not a scorecard.",
  "version": "0.3.0",
  "author": {
    "name": "Dimitri Tholen",
    "url": "https://github.com/dimitritholen"
  },
  "license": "MIT",
  "keywords": [
    "claude-code",
    "transcripts",
    "accountability",
    "attribution",
    "self-review",
    "pull-request"
  ],
  "homepage": "https://github.com/dimitritholen/proudhuman",
  "repository": "https://github.com/dimitritholen/proudhuman"
}

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

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