Agent Plugins Marketplace
All plugins

white-room

v0.4.1

Personal Claude Code skills. Each one grants a capability by taking options away.

Claude Code2 Skills

By Matt Williams0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 25, 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 plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install white-room@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/m4thayus/white-room

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

white-room/
├── .claude-plugin/plugin.json
├── skills/communique/SKILL.md
└── skills/review-changes/SKILL.md

Included Skills2

communiqueskills/communique/SKILL.md

Use before any text leaves this session for a human other than the user — a Slack message or DM, a PR review body or comment, an issue body, a commit message someone else reads. Covers drafting the wording, showing it to the user before it sends, writing for a recipient who has none of this session's context, and repairing something already sent. Triggers on "send this", "post it", "reply to them", "comment on the PR", "request changes", "DM them", "write the commit message", and any gh pr review, gh pr comment or Slack send.

review-changesskills/review-changes/SKILL.md

Use when reviewing code changes. Covers a PR, a branch, a diff, changes since a commit, and your own work before you open a PR. Produces findings, inline comments in Conventional Comments format, and an Approve, Request Changes, or Comment verdict. It never edits the code, but it does check out the target, so run one review at a time in a working tree. Open a second worktree to review without stopping other work. Triggers on "review this PR", "review

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "white-room",
  "version": "0.4.1",
  "description": "Personal Claude Code skills. Each one grants a capability by taking options away.",
  "author": {
    "name": "Matt Williams"
  }
}

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

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