perses-lint
Installation
SKILL.md
Perses Lint
Validate Perses resource definitions using percli lint. Supports local structural validation and online server-side validation that checks plugin schemas, datasource existence, and variable resolution.
Instructions
Phase 1: VALIDATE
Goal: Run lint and capture all errors.
# Local validation (structural checks only)
percli lint -f <file>
# Online validation (includes plugin schema checks, datasource existence)
percli lint -f <file> --online
# Batch validation — all JSON files in current directory
for f in *.json; do percli lint -f "$f"; done
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