Leon widget_playground_skill

Guidance

install
source · Clone the upstream repo
git clone https://github.com/leon-ai/leon
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/leon-ai/leon "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/widget_playground_skill" ~/.claude/skills/leon-ai-leon-widget-playground-skill && rm -rf "$T"
manifest: skills/widget_playground_skill/SKILL.md
source content

Guidance

Choose This Skill When

  • This skill is being used deliberately for widget development, testing, or UI debugging.

Resolve With Context

  • Keep the behavior scoped to the widget or playground scenario being tested.

Avoid

  • Do not route normal owner requests here.