conditional-bundle
SkillDev toolsUse conditional bundling to split personal requirements from release version requirements
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the conditional-bundle skill
What this skill tells your AI
The instructions your AI receives, as published by frostime/sy-f-misc in .agents/skills/conditional-bundle/SKILL.md and read by ahel’s review.
存在一些个人需求和发布版需求有偏差的地方,就需要条件打包。
//#if [PRIVATE_ADD]
仅仅只有私人打包的时候才会添加的代码
//#endif
//#if [!PRIVATE_REMOVE]
私人打包的时候会删除,而发布版中会保留的代码
//#endif
参见:
- package.json
- vite.config.ts —— vitePluginConditionalCompile
Signals
- GitHub stars
- 29
- Forks
- 6
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
conditional-bundle- Source
- github.com/frostime/sy-f-misc