From 88b14c023e2ae9080481f91a69df94920a1615aa Mon Sep 17 00:00:00 2001 From: mpmedia Date: Sun, 7 Jun 2026 14:34:29 -0500 Subject: [PATCH] feat: add plugin.json for v1.0.0 --- .claude-plugin/plugin.json | 9 +++++++++ 1 file changed, 9 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..f8269d2 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,9 @@ +{ + "name": "gmail-inbox-architect", + "version": "1.0.0", + "description": "A multi-skill plugin that guides non-technical users through building a systematic Gmail classification pipeline. Claude acts as the permanent architect across multiple sessions — delegating token-heavy inbox analysis to flat-rate AI tools via structured task orders.", + "author": { + "name": "Message Point Media" + }, + "keywords": ["gmail", "email", "inbox", "classification", "filters", "rules", "organization", "mpm"] +}