From a76ecb36b3bfed12d33b2517c81f50fd4a25854f Mon Sep 17 00:00:00 2001 From: liuyang <605283073@qq.com> Date: Sat, 20 Dec 2025 18:54:07 +0800 Subject: [PATCH] Add claude-plugin configuration --- .claude-plugin/marketplace.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .claude-plugin/marketplace.json diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json new file mode 100644 index 0000000..4fdd6d8 --- /dev/null +++ b/.claude-plugin/marketplace.json @@ -0,0 +1,23 @@ +{ + "name": "wuming-skills", + "owner": { + "name": "WuMing (悟鸣)", + "email": "605283073@qq.com" + }, + "metadata": { + "description": "WuMing's original skills for prompt engineering and AI interaction optimization", + "version": "1.0.0", + "license": "CC BY-NC-SA 4.0" + }, + "plugins": [ + { + "name": "prompt-engineering-skills", + "description": "Collection of prompt engineering tools featuring 57 proven frameworks for crafting optimized AI prompts across various domains including marketing, decision analysis, education, product development, creative writing, and complex reasoning", + "source": "./", + "strict": false, + "skills": [ + "./skills/prompt-optimizer" + ] + } + ] +}