sideshow

Installation
SKILL.md

Sideshow

Sideshow is a hosted, two-way review surface. Work native first: use Markdown, Mermaid, diff, code, terminal, JSON, or image; use HTML only for custom layout or interaction.

1. Verify the hosted route

Before this Pi conversation's first Sideshow post, run:

bash -lc 'test -n "$SIDESHOW_URL" && test -n "$SIDESHOW_TOKEN" && test -z "${SIDESHOW_SESSION:-}"'
bash -lc 'npx -y sideshow version'
bash -lc 'npx -y sideshow kits >/dev/null'

The assertions require an explicit workspace without printing the token and keep task-session selection explicit. Treat the configured SIDESHOW_URL as the trusted origin. kits proves that origin is reachable and its registry is readable; the first write proves write capability. This skill owns the CLI-first route. The references were verified against CLI 0.11.1; if version differs, consult sideshow help and the selected command's help before relying on versioned syntax.

Completion criterion: a hosted origin and token are configured, the CLI version is known, and kits succeeds without exposing the token.

2. Render native first

Installs
4
Repository
whamp/skills
GitHub Stars
1
First Seen
Aug 10, 2026
sideshow — whamp/skills