From becf5d37487f7a2ad2bea2893acbcbaa1a9f9d9a Mon Sep 17 00:00:00 2001 From: jason Date: Tue, 31 Mar 2026 09:25:15 -0500 Subject: [PATCH] Add plugin manifest --- .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..8532494 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,9 @@ +{ + "name": "prompt-optimizer", + "version": "0.1.0", + "description": "Transforms rough requests into optimized, well-structured prompts for Claude CoWork and Chat. Conducts an adaptive interview to fill gaps, invokes the right skills automatically, and delivers a polished prompt ready to run.", + "author": { + "name": "MessagePoint Media" + }, + "keywords": ["prompt", "optimization", "productivity", "prompting", "workflow"] +}