Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub chronista-club/claude-plugins --plugin vantage-pointHow this command is triggered — by the user, by Claude, or both
Slash command
/vantage-point:showThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Show Content Display content in the Vantage Point browser viewer. ## Usage Use the `mcp__vantage-point__show` tool with: - `content` - The content to display (markdown, HTML, or plain text) - `pane_id` - Target pane: "main" (default), "left", or "right" - `content_type` - Format: "markdown" (default), "html", "log", or "url" (embed web page in iframe) - `append` - Set to true to append instead of replace ## Examples
/pane-configDisplays current terminal pane viewer settings for subagent monitoring or configures options: multiplexer (wezterm/zellij/tmux/auto), split direction, pane percent (10-90), floating panes, logging, and enable/disable.
/forge-dashOpens a local dashboard panel at localhost:4712 for the obsidian-forge skill, with optional port, browser, refresh, and vault path flags.
/panel-dashboardsGenerates interactive dashboard and web app code using Panel and Param from a natural language description. Includes Parameterized classes, widgets, callbacks, responsive layout, and run instructions.
/focusBrings a running agent pane into the caller's view, either side-by-side or replacing the current pane. Supports --new and --replace flags.
/bumper-gaugeSwitches to gauge visualization mode, altering the display to use gauge-style charts or indicators.
/buildScaffolds a VitePress site from existing wiki markdown files, adding dark theme, dark-mode Mermaid diagrams, and click-to-zoom for images and diagrams.
Share bugs, ideas, or general feedback.
Display content in the Vantage Point browser viewer.
Use the mcp__vantage-point__show tool with:
content - The content to display (markdown, HTML, or plain text)pane_id - Target pane: "main" (default), "left", or "right"content_type - Format: "markdown" (default), "html", "log", or "url" (embed web page in iframe)append - Set to true to append instead of replace# Show markdown in main pane
mcp__vantage-point__show(content: "# Hello", pane_id: "main")
# Append to right pane
mcp__vantage-point__show(content: "New info", pane_id: "right", append: true)