Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Generate demo assets (GIF/MP4) from real tmux E2E runs and viewer screenshots using asciinema and Playwright
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -22% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 61% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -16% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -55% | 0% |
| case-14 | ✗→✓ | ▲ Improved | -19% | 0% |
Generate demo assets from a real tmux E2E run and viewer screenshots.
bashtmux new-session -d -s demo -x 160 -y 46 tmux send-keys -t demo "asciinema rec /tmp/claude-tap-recordings/demo.cast" Enter tmux send-keys -t demo "cd /path/to/claude-tap && scripts/run_real_e2e_tmux.sh" Enter # ... wait until run finishes ... tmux send-keys -t demo "exit" Enter
Notes:
Enter is the submit key for Claude Code TUI in tmux.tool_use..cast to GIF with aggbashagg /tmp/claude-tap-recordings/demo.cast /tmp/claude-tap-recordings/demo.gif
bashffmpeg -y -i /tmp/claude-tap-recordings/demo.gif -movflags +faststart -pix_fmt yuv420p .agents/recordings/demo.mp4
Use Playwright CDP to attach to a running Chrome/Chromium instance on port 9222.
pythonbrowser = playwright.chromium.connect_over_cdp("http://127.0.0.1:9222") page = browser.contexts[0].pages[0]
pythonpage.query_selector('text="轮次 22"').click()
pythonpage.query_selector('text="对比上次"').click()
window):pythonpage.evaluate(""" () => { for (const el of document.querySelectorAll('*')) { if (el.scrollHeight > el.clientHeight) { el.scrollTop += 300; } } } """)
docs/demo.gif.agents/recordings/demo.mp4docs/demo_zh.gif, .agents/recordings/demo_zh.mp4)cast_to_gif_ultra.py or make_final_demo_v2.py..detail unless verified in the current viewer build.Other measured skills in the registry, with their headline benchmark lift.