sprinkles

Create persistent interactive UI panels that coexist with agent chat interfaces.

28|14|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/ai-ecoverse/slicc --skill sprinkles
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sprinkles
Source: https://github.com/ai-ecoverse/slicc/tree/main/packages/vfs-root/workspace/skills/sprinkles
Command: npx skills add https://github.com/ai-ecoverse/slicc --skill sprinkles

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the limitation of one-off inline chat widgets by enabling the creation of persistent, interactive UI panels that stay visible alongside your agent conversation for ongoing task tracking and monitoring.

Core Features & Use Cases

  • Persistent Panel Creation: Build dashboards, forms, code editors, data visualizations, and tool interfaces that remain accessible across agent conversation turns.
  • Flexible Rendering Modes: Choose lightweight fragment mode for narrow sidebars or full-document mode for complex multi-pane layouts with custom CSS and canvas/SVG support.
  • Real-Time Interactivity: Connect panel elements to agent actions via the slicc bridge API and lick events for live updates without switching contexts.
  • Use Case Example: Build a live project status dashboard that automatically refreshes as your agent completes coding tasks, so you can monitor progress without re-querying for updates.

Quick Start

Ask the agent to build a persistent side-panel dashboard that tracks your daily code review queue status and updates in real time as reviews are completed.

Frequently Asked Questions about sprinkles

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

FAQPage Schema
How do I build a persistent side-panel dashboard for agent workflows?

You can build a persistent side-panel dashboard by using this Skill to create interactive UI panels that coexist with your agent chat interface. These panels remain visible and accessible across multiple conversation turns for ongoing task management and monitoring.

Can I create interactive agent UI panels that update in real time?

Yes, you can create interactive agent UI panels that provide real-time updates by connecting panel elements to agent actions via the slicc bridge API. This enables bidirectional communication between the panel UI and agent workflows for live updates without switching contexts.

What rendering modes are available for building browser UI side panels?

When building browser UI side panels, you can choose lightweight fragment mode for narrow sidebars or full-document mode for complex multi-pane layouts. Full-document mode supports custom CSS alongside canvas and SVG rendering for advanced data visualizations.

Does this approach support theme-aware rendering and multi-viewport layouts?

Yes, this approach supports theme-aware rendering and multi-viewport layouts for persistent interactive UI panels. It satisfies requirements for building dashboards and tool interfaces that adapt visually while remaining accessible across agent conversation turns.

What is the difference between persistent UI panels and one-off inline chat widgets?

Persistent UI panels stay visible alongside your agent conversation for ongoing task tracking, unlike one-off inline chat widgets that disappear after use. These panels enable continuous monitoring of dashboards and data visualizations without needing to re-query the agent for updates.