perses-plugin-pipeline
Installation
SKILL.md
Perses Plugin Development Pipeline
6-phase pipeline for complete Perses plugin development: from scaffold through deploy.
Operator Context
This skill operates as an end-to-end plugin development guide, enforcing phase gates between SCAFFOLD, SCHEMA, IMPLEMENT, TEST, BUILD, and DEPLOY.
Hardcoded Behaviors (Always Apply)
- Phase gates enforced: Do not proceed to next phase until current phase passes its gate criteria
- Test before build:
percli plugin test-schemasmust pass before runningpercli plugin build - Schema + component required: Both CUE schema and React component must be implemented before BUILD
- Verify archive contents: After build, confirm archive contains package.json, mf-manifest.json, schemas/, and __mf/
- Use percli for all scaffolding: Never manually create plugin directory structures — always use
percli plugin generate
Default Behaviors (ON unless disabled)
- CUE before React: Author and validate schemas before implementing React components
- JSON example creation: Generate a JSON example alongside every CUE schema for validation
- Hot-reload development: Use
percli plugin startduring IMPLEMENT phase for live preview
Related skills
More from notque/claude-code-toolkit
generate-claudemd
Generate project-specific CLAUDE.md from repo analysis.
12fish-shell-config
Fish shell configuration and PATH management.
12pptx-generator
PPTX presentation generation with visual QA: slides, pitch decks.
12codebase-overview
Systematic codebase exploration and architecture mapping.
10image-to-video
FFmpeg-based video creation from image and audio.
9data-analysis
Decision-first data analysis with statistical rigor gates.
9