Agent Skills
› asgeirtj/system_prompts_leaks
› make-tweakable
make-tweakable
GitHub指导在产品设计中集成可调节的控制面板(Tweaks),支持用户自定义关键参数如颜色、布局或功能开关,并优化面板的显示与隐藏逻辑。
Trigger Scenarios
用户要求添加可调节选项
需要增强产品配置的灵活性
Install
npx skills add asgeirtj/system_prompts_leaks --skill make-tweakable -g -y
SKILL.md
Frontmatter
{
"name": "make-tweakable",
"description": "Add in-design tweak controls",
"user-invocable": true
}
Make tweakable
Make sure your design supports Tweaks. If the user tells you what to make tweakable, do that. If not, pick a few high-impact values — key colors, a layout variant, a feature flag, headline copy. Keep the Tweaks panel small and tasteful; hide it completely when Tweaks is off.
Version History
- 481967c Current 2026-08-20 17:03


