datastar-pro

Extend Datastar with pro attributes, actions, and Rocket components.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/cbeauhilton/mu --skill datastar-pro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: datastar-pro
Source: https://github.com/cbeauhilton/mu/tree/main/home/dev/pai-skills/datastar-pro
Command: npx skills add https://github.com/cbeauhilton/mu --skill datastar-pro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Datastar Pro adds commercial pro features to Datastar, including a robust inspector, advanced attributes, and a Rocket component system to accelerate building interactive data tooling.

Core Features & Use Cases

  • Inspector for debugging signals, SSE events, and persisted data.
  • Pro attributes such as data-persist, data-query-string, data-custom-validity, data-on-raf, data-on-resize, data-scroll-into-view, and data-view-transition.
  • Rocket components for reusable, encapsulated UI blocks and patterns.
  • Data actions and helpers such as @clipboard and @fit.
  • Use cases include building dashboards, debugging UIs, and prototyping data apps quickly.

Quick Start

Install the datastar-pro bundle in your project and start using the inspector and Rocket components to build interactive data tools.

Frequently Asked Questions about datastar-pro

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

FAQPage Schema
How do I debug Datastar signals and SSE events in my frontend application?

Debug Datastar signals and SSE events by integrating the datastar-pro inspector script into your frontend bundle, which provides a dedicated UI for monitoring persisted data and server-sent events.

Can I persist client-side state and sync it with the URL using Datastar?

Persist client-side state and sync it with the URL by applying the data-persist and data-query-string pro attributes to your HTML elements, enabling automatic state retention and URL synchronization.

How do I create reusable UI components for interactive data dashboards?

Create reusable UI components for interactive data dashboards by utilizing the Rocket component system, which provides encapsulated web component blocks and patterns for rapid data tooling development.

Does datastar-pro support custom validation and view transitions?

Datastar-pro supports custom validation and view transitions through the data-custom-validity and data-view-transition pro attributes, allowing you to define specific validation rules and animate DOM changes.

What frontend dependencies do I need to use Datastar pro attributes and actions?

Using Datastar pro attributes and actions requires installing the datastar-pro bundle in your project and loading the inspector script, ensuring your frontend environment supports web component usage.