site-view

Visualize feature run progress across repositories in a browser-based UI.

16|2|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/pipecrew-ai/pipecrew --skill site-view
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: site-view
Source: https://github.com/pipecrew-ai/pipecrew/tree/main/skills/site-view
Command: npx skills add https://github.com/pipecrew-ai/pipecrew --skill site-view

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a live, interactive browser-based UI to visualize the progress of your feature runs, making it easier to track and understand the development process.

Core Features & Use Cases

  • Real-time Visualization: Monitor the progress of feature runs as characters animate from queued to working to done.
  • Progress Tracking: Visualize the progress of each character and the overall completion of the feature run.
  • Data Sources: Displays data from scratchpad, checkpoints, and the state of the run.
  • Use Case: Imagine you have a feature run involving multiple repositories and teams. Use the site-view Skill to see the real-time progress of each task, understand the workflow, and spot any bottlenecks.

Quick Start

Run the site-view skill with /site-view or manually with node server.js ….

Frequently Asked Questions about site-view

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I visualize feature runs in real-time across multiple repositories?

The system provides a live, interactive browser-based UI to visualize feature run progress. It monitors tasks across multiple repositories, displaying state changes from queued to working to done as they happen.

How do I start the server for progress tracking visualization?

You can start the progress tracking visualization server by running the site-view command or manually executing node server.js. This initializes the Node.js environment required to stream run data to your browser interface.

Do I need Node.js to run the real-time UI for workflow visualization?

Yes, Node.js is required to run the workflow visualization UI. The server setup and data streaming scripts depend on the Node.js runtime to serve and update the real-time progress interface.

What data sources are displayed in the feature run progress tracker?

The progress tracker displays data from scratchpads, checkpoints, and the overall run state. These sources combine to show each character's role and the workflow's overall completion status in real time.

Can I use this browser-based UI to spot workflow bottlenecks during a feature run?

Yes, the browser-based UI helps you spot workflow bottlenecks during a feature run. By visualizing real-time task progress across multiple repositories, you can identify delayed or stuck processes immediately.