One-click install
npx skills add https://github.com/ContrastingSounds/myai --skill rill-explore-contrastingsounds
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rill-explore
Source: https://github.com/ContrastingSounds/myai/tree/main/rill/.claude/skills/rill-explore
Command: npx skills add https://github.com/ContrastingSounds/myai --skill rill-explore-contrastingsounds

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rill developers need a simple, reliable way to configure interactive dashboards (explores) that sit under metrics views, enabling quick ad-hoc analysis and drill-downs without compromising performance.

Core Features & Use Cases

  • Lightweight explore resources that sit downstream of a metrics view and are fast to reconcile.
  • Inline explore configurations via the metrics view file for simple setups, with options to customize time ranges, dimensions, and measures.
  • Supports extension with separate explore resources for more complex configurations and multiple metrics views.

Quick Start

Create a metrics view and enable an inline explore by adding an explore property to the metrics view file.

Frequently Asked Questions about rill-explore

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

FAQPage Schema
How do I create interactive dashboards in Rill for ad-hoc data analysis?

To create interactive dashboards in Rill, you configure an explore resource that sits downstream of a metrics view. This enables quick ad-hoc analysis and drill-downs into your data without compromising performance.

What is an inline explore configuration in a Rill metrics view?

An inline explore configuration is a lightweight setup where you add an explore property directly to your metrics view file. It provides a fast way to expose dimensions, measures, and time range options for simple dashboard use cases.

When should I use a separate explore resource instead of an inline explore in Rill?

You should use a separate explore resource when dealing with complex dashboard configurations or when your setup involves multiple metrics views. This approach extends your configuration capabilities beyond the simpler inline method.

Can I customize time ranges, dimensions, and measures in Rill explore dashboards?

Yes, Rill explore dashboards allow you to customize time ranges, dimensions, and measures. These options are exposed when you configure the explore resource downstream of your metrics view.

Does configuring explore dashboards in Rill require any external dependencies?

No, configuring explore dashboards in Rill requires no external dependencies. You only need a SKILL.md file with name and description frontmatter at the root, along with optional scripts, references, or assets directories.