perses-plugin-create

Installation
SKILL.md

Perses Plugin Create

Scaffold and implement Perses plugins with CUE schemas and React components.

Overview

This skill guides the full lifecycle of creating a Perses plugin: scaffolding the directory structure with percli, defining the CUE schema and JSON example, implementing the React component, validating schemas, and building the distributable archive.


Instructions

Phase 1: SCAFFOLD (Default to Panel type if unspecified)

Goal: Generate the plugin directory structure with percli.

  1. Determine plugin type from user request (default: Panel because most plugin requests are for panels)
  2. Choose module organization: new module or add to existing
  3. Run scaffolding:
Related skills
Installs
5
GitHub Stars
366
First Seen
Mar 23, 2026