From fa25f031ec0e0a5223911d9184e9a2b1dc486d95 Mon Sep 17 00:00:00 2001 From: jason Date: Tue, 5 May 2026 11:25:13 -0500 Subject: [PATCH] chore: add plugin.json v1.0 --- .claude-plugin/plugin.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .claude-plugin/plugin.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..76658bf --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,7 @@ +{ + "name": "cowork-project", + "version": "1.0", + "description": "Manages the full coordination lifecycle for MPM CoWork skills and plugins — concept interviews, folder creation, README writing, Wiki V2 docs, .skill packaging, and registry updates.", + "author": "Message Point Media", + "keywords": ["coordination", "cowork", "skill", "plugin", "registry", "documentation", "wiki", "gitea", "drive"] +}