This is the VISTA plugin repo: Visualized Intelligence from Sources, Trends & Analysis.
- Repo: Percona-Lab/VISTA (private)
- Purpose: Claude plugin for cross-functional business analysis reports with visual charts
- Plugin structure:
.claude-plugin/plugin.json+skills/vista/SKILL.md+skills/vista/references/ - Data: Notion data catalog (live source of truth), MCP connectors for upstream systems
- This is a Claude plugin, not a traditional application. The "code" is mostly SKILL.md (prompt engineering) and reference docs.
- Changes to SKILL.md should be tested by running sample queries in Cowork or Claude Code.
- Chart templates in
references/chart-templates.mdshould use Recharts (React) and Chart.js (HTML). - Percona brand colors:
#1A4D2E(dark green primary),#FF6B35(orange accent). - The Notion data catalog is the source of truth for what metrics exist:
28c674d091f3801f8bc3d35d85caa322
.claude-plugin/plugin.json -- Plugin metadata
skills/vista/SKILL.md -- Main skill (report generation logic)
skills/vista/references/ -- Schema snapshots, chart templates
README.md -- GitHub-facing docs
CLAUDE.md -- This file (Claude Code instructions)
.gitignore -- Excludes data/ CSVs
- Conventional commits:
feat:,fix:,docs:,refactor: - Commit and push after each change
- Keep PRs focused on one concern