Agent Plugins Marketplace
All plugins

adjudant

v4.6.2

Operate an Obsidian vault from your code project. One command, /adjudant, with seven verbs: connect onboards a project and asks where it lives; status reports where you are, what is wrong, and what is stale; clean removes what the vault does not need; dream reads the prose and reports what only judgement finds; draw builds diagrams, canvases, and bases; board runs a self-hosted kanban; orchestrate designates this session as an orchestrator. Schema-locked vault writes, cost-gated heavy verbs, and ambient hooks that keep session notes, handoffs, and the board current. Stdlib-only Python helpers, no build step. The board is a real Beans front end as of Board 2.0. Pairs with hookify.

Claude Code1 Skill

By OnnozelaerLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 14, 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 adjudant 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 adjudant@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/TomVDH/toolshed

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

Plugin files

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

Included Skills1

adjudantskills/adjudant/SKILL.md

Operate an Obsidian vault from a code project. `/adjudant {connect|status|clean|dream|draw|board|orchestrate}` — connect onboards a project and asks where it lives; status reports where you are, what is wrong, and what is stale; clean removes what the vault does not need; dream reads the prose and reports what only judgement finds; draw builds diagrams, canvases, and bases; board runs a self-hosted kanban; orchestrate designates this session as an orchestrator. Also fires whenever decisions, sessions, or notes are written into a linked vault.

Plugin manifests1

adjudant/.claude-plugin/plugin.json
{
  "name": "adjudant",
  "version": "4.6.2",
  "description": "Operate an Obsidian vault from your code project. One command, /adjudant, with seven verbs: connect onboards a project and asks where it lives; status reports where you are, what is wrong, and what is stale; clean removes what the vault does not need; dream reads the prose and reports what only judgement finds; draw builds diagrams, canvases, and bases; board runs a self-hosted kanban; orchestrate designates this session as an orchestrator. Schema-locked vault writes, cost-gated heavy verbs, and ambient hooks that keep session notes, handoffs, and the board current. Stdlib-only Python helpers, no build step. The board is a real Beans front end as of Board 2.0. Pairs with hookify.",
  "author": {
    "name": "Onnozelaer"
  },
  "homepage": "https://github.com/TomVDH/toolshed/tree/main/adjudant",
  "repository": "https://github.com/TomVDH/toolshed",
  "license": "MIT",
  "keywords": [
    "obsidian",
    "vault",
    "knowledge-management",
    "markdown",
    "frontmatter",
    "wikilinks",
    "adjudant"
  ]
}

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

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