Agent Plugins Marketplace
All plugins

wowbagger

v0.1.0-prealpha

Coordinate work across agents through a plain-Markdown, Git-native ledger. Read-only by default; every mutation is an explicit, reviewable file change.

Claude Code1 Skill

By Lee StutzmanLicense: MIT0 GitHub starsUpdated last month

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 9, 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 wowbagger 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 wowbagger@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/lstutzman/wowbagger

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

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

Included Skills1

wowbaggerskills/wowbagger/SKILL.md

Use when coordinating work through a wowbagger ledger — reading the ready queue, inspecting or filing an item, transitioning one through its lifecycle, or taking an advisory work claim. Triggers on "ready queue", "what should I work on", "file a ledger item", "close this item", "claim this work", or any mention of a wowbagger ledger. Not for general backlog talk where no wowbagger ledger exists.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "wowbagger",
  "description": "Coordinate work across agents through a plain-Markdown, Git-native ledger. Read-only by default; every mutation is an explicit, reviewable file change.",
  "version": "0.1.0-prealpha",
  "author": {
    "name": "Lee Stutzman"
  },
  "homepage": "https://github.com/lstutzman/wowbagger",
  "repository": "https://github.com/lstutzman/wowbagger",
  "license": "MIT",
  "keywords": [
    "ledger",
    "backlog",
    "coordination",
    "markdown",
    "git"
  ]
}

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

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