From 0f05cf3d15c7a91a5078fcd401ba00c4402a5b3f Mon Sep 17 00:00:00 2001 From: Smartgift Date: Mon, 20 Jul 2026 14:53:40 +0700 Subject: [PATCH] Add smartgift-all bundle plugin (both skills via symlink, zero drift) --- .claude-plugin/marketplace.json | 8 +++++++- plugins/all/.claude-plugin/plugin.json | 10 ++++++++++ plugins/all/skills/md-writing | 1 + plugins/all/skills/prompt-sharpening | 1 + 4 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 plugins/all/.claude-plugin/plugin.json create mode 120000 plugins/all/skills/md-writing create mode 120000 plugins/all/skills/prompt-sharpening diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 48ea7f2..6441573 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -7,6 +7,12 @@ "email": "vinnt@smartgift.vn" }, "plugins": [ + { + "name": "smartgift-all", + "source": "./plugins/all", + "description": "Toàn bộ — cả md-writing lẫn prompt-sharpening. Cài cái này nếu muốn tất cả.", + "category": "workflow" + }, { "name": "smartgift-dev", "source": "./plugins/dev", @@ -20,4 +26,4 @@ "category": "productivity" } ] -} +} \ No newline at end of file diff --git a/plugins/all/.claude-plugin/plugin.json b/plugins/all/.claude-plugin/plugin.json new file mode 100644 index 0000000..8b7b6ab --- /dev/null +++ b/plugins/all/.claude-plugin/plugin.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://anthropic.com/claude-code/plugin.schema.json", + "name": "smartgift-all", + "version": "0.1.0", + "description": "Smartgift — toàn bộ skill: md-writing (dev) + prompt-sharpening (dùng chung). Cài một cái là có tất cả.", + "author": { + "name": "Smartgift", + "email": "vinnt@smartgift.vn" + } +} diff --git a/plugins/all/skills/md-writing b/plugins/all/skills/md-writing new file mode 120000 index 0000000..f3b7612 --- /dev/null +++ b/plugins/all/skills/md-writing @@ -0,0 +1 @@ +../../dev/skills/md-writing \ No newline at end of file diff --git a/plugins/all/skills/prompt-sharpening b/plugins/all/skills/prompt-sharpening new file mode 120000 index 0000000..fd8ed1e --- /dev/null +++ b/plugins/all/skills/prompt-sharpening @@ -0,0 +1 @@ +../../common/skills/prompt-sharpening \ No newline at end of file