managing-views

Create, list, delete, and regenerate custom task views as HTML files.

3|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/kazukinagata/waggle --skill managing-views
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: managing-views
Source: https://github.com/kazukinagata/waggle/tree/main/skills/managing-views
Command: npx skills add https://github.com/kazukinagata/waggle --skill managing-views

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Waggle users often need tailored visualizations of their task boards but lack simple, repeatable tooling to create and manage them. This Skill provides a streamlined way to create, list, delete, and regenerate custom task views without delving into HTML manually.

Core Features & Use Cases

  • Create: Generate standalone HTML visualizations from natural language descriptions, stored under ~/.waggle/views as slug.html.
  • List: Discover all existing views with a single command or API call.
  • Delete / Regenerate: Remove obsolete views or regenerate updated visuals from user feedback.
  • Reference Template: Uses a configurable HTML skeleton that matches Waggle's dark theme and responsive design.

Quick Start

Describe the view you want and I will generate a standalone HTML file under ~/.waggle/views.

Frequently Asked Questions about managing-views

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

FAQPage Schema
How do I create custom HTML dashboard visualizations from a text description?

Custom HTML dashboard visualizations are generated from natural language descriptions and saved as standalone HTML files under the ~/.waggle/views directory. Each file uses a reference template with a dark theme and responsive design, requiring no manual HTML coding.

Can I list and discover existing task views across projects without searching folders?

Yes, existing task views can be discovered across projects using a single command or API call. The Skill lists all custom visual dashboards stored under the ~/.waggle/views directory, making it easy to find previously generated HTML files.

How do I update or delete outdated Waggle task views?

Outdated Waggle task views can be deleted to remove obsolete HTML files or regenerated to produce updated visuals from new user feedback. Both actions manage the custom dashboards stored under the ~/.waggle/views directory.

Do I need to write HTML manually to create Waggle visual dashboards for teams?

No, you do not need to write HTML manually to create Waggle visual dashboards for teams. The Skill generates standalone HTML files from natural language descriptions using a configurable reference template that matches Waggle's dark theme and responsive design.

What is the best way to manage custom task views for multiple projects?

The best way to manage custom task views for multiple projects is using deterministic storage under ~/.waggle/views. This approach enables on-demand view creation, discovery of existing dashboards, and regeneration of visuals without manual HTML editing.

Does the Waggle view generator support API endpoints for listing and regenerating views?

Yes, the Waggle view generator supports optional API endpoints for listing and regenerating views. These endpoints allow programmatic discovery and visual updates of custom task dashboards stored as HTML files in the ~/.waggle/views directory.