perses-dashboard-create

Guide end-to-end Perses dashboard creation from requirements to deployment.

415|44|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/notque/claude-code-toolkit --skill perses-dashboard-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: perses-dashboard-create
Source: https://github.com/notque/claude-code-toolkit/tree/main/skills/perses-dashboard-create
Command: npx skills add https://github.com/notque/claude-code-toolkit --skill perses-dashboard-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Guided workflow for end-to-end Perses dashboard creation: gathering requirements, generating a dashboard definition in CUE or JSON, validating with percli lint, and deploying via percli apply or MCP perses_create_dashboard.

Core Features & Use Cases

  • Gather metrics, datasource, and layout requirements to scope a Perses dashboard.
  • Generate dashboard definitions in CUE or JSON that are ready for linting and deployment.
  • Validate definitions with percli lint and deploy using MCP tools or percli apply.

Quick Start

Create a new Perses dashboard by following the guided workflow to collect requirements, generate a dashboard definition, validate it, and deploy.

Frequently Asked Questions about perses-dashboard-create

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

FAQPage Schema
What is the best way to create a Perses dashboard definition for monitoring?

You can generate Perses monitoring dashboard definitions in either CUE or JSON format. The guided workflow scopes metrics, datasources, and layout requirements to produce definitions ready for validation and deployment.

How do I validate a Perses dashboard definition before deployment?

Validate your Perses dashboard definition using the percli lint command. This checks the generated CUE or JSON files for correctness before you proceed to deployment.

Can I deploy a Perses dashboard using MCP tools?

Yes, you can deploy a Perses dashboard using MCP tools. The workflow supports deploying validated definitions via the MCP perses_create_dashboard tool or the percli apply command.

What do I need to start building a Perses dashboard?

To start building a Perses dashboard, you need to gather your monitoring metrics, specify the datasource, and define the layout requirements. This scoping ensures the generated dashboard meets your project needs.

Does the Perses dashboard workflow support both CUE and JSON formats?

Yes, the Perses dashboard creation workflow supports generating definitions in both CUE and JSON formats. You can choose your preferred configuration language for your monitoring dashboards.