puck-visual-editor
Installation
SKILL.md
Puck visual editor
Canonical documentation: https://puckeditor.com/docs
Release note: Puck 0.21 adds AI (beta), richtext fields, and the Plugin Rail. Summary: Puck 0.21 blog.
Reference implementation (blocks + editor + site_pages): sibling repo movemental-visual-editor — keep .claude/skills/puck-visual-editor/SKILL.md there in sync with this file for the full repo path table.
1. Mental model
Config—components,fields,defaultProps,render,categories,root,resolveData,permissions, …Data—content,root, legacyzones. Prefer slots over DropZones (migration guide).<Puck />= client editor;<Render />+resolveAllData= RSC-friendly when config is server-safe (Server components).