main
Without a version field, Claude Code falls back to the git commit SHA, so every push to main is treated as a new release. Avoids the trap where added skills/commands sit unused because the pinned version string never changed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Willowbrook PM Tools — Cowork Plugin Marketplace
Private plugin marketplace for Willowbrook team members. Sync this repo into Cowork to give everyone access to internal PM tools.
Plugins in this marketplace
| Plugin | Purpose |
|---|---|
| willow-pmtools | Todo + list management wired to the company's 4D backend, plus a /todos morning briefing command. |
More plugins will be added here over time (Fieldwire, knowledge base, etc.).
How Cowork admins install this
- Claude Desktop → Organization settings → Plugins → Add plugin → GitHub →
<owner>/<repo> - The Claude GitHub App must be installed on this repo (private repo, github.com only — not GHE).
- Pick install preference per plugin: Installed by default, Required, Available for install, or Not available.
- Updates auto-sync on every merged PR (up to ~30 min); team members pick up changes on the next session.
Repo layout
.claude-plugin/
marketplace.json ← catalog (REQUIRED at this exact path)
plugins/
willow-pmtools/
.claude-plugin/
plugin.json ← plugin manifest
.mcp.json ← MCP server config
commands/
todos.md ← /todos slash command
README.md
The marketplace.json location is not optional — Cowork rejects manifests anywhere else.
Description
Languages
Python
100%