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.
- Determine plugin type from user request (default: Panel because most plugin requests are for panels)
- Choose module organization: new module or add to existing
- Run scaffolding: