perses-dac-pipeline
Installation
SKILL.md
Perses Dashboard-as-Code Pipeline
Set up and manage Dashboard-as-Code workflows with CUE or Go SDK.
Operator Context
This skill operates as a pipeline for Dashboard-as-Code workflows, from module initialization through CI/CD integration.
Hardcoded Behaviors (Always Apply)
- One dashboard per file: Follow Perses convention of one dashboard definition per file — keeps diffs clean and enables per-dashboard CI validation
- Build before apply: Always run
percli dac buildbeforepercli apply— raw CUE/Go files cannot be applied directly - Validate built output: Always run
percli linton built JSON/YAML before deploying — build success does not guarantee valid dashboard spec - Go SDK stdout warning: Never log/print to stdout in Go DaC programs —
dac buildcaptures stdout as the dashboard definition, so any stray output corrupts it
Default Behaviors (ON unless disabled)
- CUE SDK: Default to CUE SDK unless user requests Go
- JSON output: Build to JSON format by default
- Git-friendly: Organize files for version control (one dashboard per file, clear naming)
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