From aaf0f188dd58217638252c6a302966e880147df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Wed, 25 Mar 2026 17:36:49 -0500 Subject: [PATCH] feat(baoyu-image-gen): add deprecation redirect skill to guide migration to baoyu-imagine --- .claude-plugin/marketplace.json | 1 + skills/baoyu-image-gen/SKILL.md | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 skills/baoyu-image-gen/SKILL.md diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 09c03c5..dcff7cf 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -22,6 +22,7 @@ "./skills/baoyu-danger-gemini-web", "./skills/baoyu-danger-x-to-markdown", "./skills/baoyu-format-markdown", + "./skills/baoyu-image-gen", "./skills/baoyu-imagine", "./skills/baoyu-infographic", "./skills/baoyu-markdown-to-html", diff --git a/skills/baoyu-image-gen/SKILL.md b/skills/baoyu-image-gen/SKILL.md new file mode 100644 index 0000000..c4a69b9 --- /dev/null +++ b/skills/baoyu-image-gen/SKILL.md @@ -0,0 +1,19 @@ +--- +name: baoyu-image-gen +description: "[DEPRECATED] This skill has been renamed to baoyu-imagine. Triggers on any reference to 'baoyu-image-gen' so users can be guided to upgrade. Use this whenever you detect the old skill name in user prompts, EXTEND.md, or installed skill lists." +--- + +# baoyu-image-gen is now baoyu-imagine + +This skill has been renamed to **baoyu-imagine** with new features and providers. + +## What to do + +When this skill is triggered, inform the user that `baoyu-image-gen` has been renamed to `baoyu-imagine` with new features and providers, and ask for their confirmation to: + +1. **Install the new skill** from: `https://github.com/JimLiu/baoyu-skills/blob/main/skills/baoyu-imagine/SKILL.md` +2. **Remove the old `baoyu-image-gen` skill** + +No config changes are needed — `baoyu-imagine` reads the same EXTEND.md settings (API keys, default provider, etc.). + +Once the user confirms, help them complete the installation and removal using whatever mechanism the current environment supports. If the user also has an image generation request, proceed with `baoyu-imagine` after migration.