From a4f5761084bebcaf2a98be49d5c32ed6a378ada7 Mon Sep 17 00:00:00 2001 From: jason Date: Tue, 31 Mar 2026 09:13:51 -0500 Subject: [PATCH] Add plugin manifest (v0.1.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..f37f973 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,9 @@ +{ + "name": "display-catalog", + "version": "0.1.0", + "description": "MPM Display Catalog skill — generates model numbers, part numbers, display descriptions, purchase descriptions, and Odoo Knowledge Base articles for MP.TV display products using standardized naming conventions and reference tables.", + "author": { + "name": "Message Point Media" + }, + "keywords": ["mptv", "display", "catalog", "product", "kb-article", "odoo"] +}