Display Tab banner
deepsteve deepsteve

Display Tab

Development community

Description

--- name: display-tab description: Create a display tab — a custom HTML page rendered in a deepsteve tab argument-hint: [what to display] --- Build a **display tab**: an agent-authored HTML page that opens as its own tab alongside the terminal tabs. Reach for it whenever the answer is better looked at than printed — a chart, a dashboard, a report, a diagram, a small interactive tool. The subject is `$ARGUMENTS` when provided; otherwise it is whatever the user just asked to see. A display tab r

Installation

Installs to ~/.claude/skills/deepsteve-deepsteve-display-tab/SKILL.md

Terminal
mkdir -p ~/.claude/skills/deepsteve-deepsteve-display-tab && curl -fsSL https://raw.githubusercontent.com/deepsteve/deepsteve/HEAD/skills/display-tab.md -o ~/.claude/skills/deepsteve-deepsteve-display-tab/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository