Agent skill · Frontend

LiveView Skills Index

Skills for opening and driving agent-controllable visualization components in the Pantheon UI sidebar — interactive viewers the agent can open, control, and read back. Viewers: Vitessce (spatial / single- cell omics), Viv (bioimage / microscopy), plus agent-generated apps.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill live_view --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Path: skills/pantheon/live_view/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# LiveView — Agent-Controllable UI Components A **LiveView** is an interactive component the agent opens in the Pantheon UI's right sidebar, then drives and observes through the `live_view` tools. Unlike a static plot image, a LiveView is live: the agent changes its state and the user sees it update; the user interacts with it and the agent reads the result back. Load the relevant skill file before building a visualization. **Architecture** — only the LiveView SDK runtime is built in. Every viewer is a **plugin**: a folder `skills/live_view/<name>/` holding `<name>.md` (this guide), `adapter.js` (a `setup(lv, root)` module), and an optional `demo.json`. `open_live_view` either resolves a named viewer plugin (`view_type="vitessce"`) or loads an agent-generated component (`view_type="custom"` + `module_url`). Adding a viewer = dropping a new `<name>/` folder here; no app code changes. ## Available skills ### Vitessce — spatial / single-cell / imaging data Open a Vitessce browser to explore spatial transcriptomics, single-cell, and microscopy-imaging datasets: spatial scatterplots, gene-expression coloring, heatmaps, cell-set selection, image layers. **Skill file**: [vitessce/vitessce

What's inside
Steps it walks through
  1. Available skills
  2. Vitessce — spatial / single-cell / imaging data
  3. Viv — bioimage / microscopy viewer
  4. Mol — 3D molecular structures
  5. IGV — genome browser (tracks on a reference)
  6. Gosling — designed genomic figures (Vega-Lite-like grammar)
  7. Cytoscape — biological networks & pathways
  8. MSA — multiple sequence alignment viewer
  9. RDKit — 2D small-molecule depictions
  10. Phylotree — phylogenetic trees
  11. Generate a custom LiveView app
  12. The liveview tools
Ships with 1 file
  • live-view-app.md
More from awesome-bio-agent-skills
All skills →
About this skill
What does the LiveView Skills Index skill do?

Skills for opening and driving agent-controllable visualization components in the Pantheon UI sidebar — interactive viewers the agent can open, control, and read back. Viewers: Vitessce (spatial / single- cell omics), Viv (bioimage / microscopy), plus agent-generated apps.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill live_view --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going