From 6909c016b24fff0061293c255e8a178fcebb66ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Liu=20=E5=AE=9D=E7=8E=89?= Date: Thu, 26 Mar 2026 09:41:04 -0500 Subject: [PATCH] chore(baoyu-image-gen): remove deprecated redirect skill --- skills/baoyu-image-gen/SKILL.md | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 skills/baoyu-image-gen/SKILL.md diff --git a/skills/baoyu-image-gen/SKILL.md b/skills/baoyu-image-gen/SKILL.md deleted file mode 100644 index c4a69b9..0000000 --- a/skills/baoyu-image-gen/SKILL.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -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.