.agents/skills/plate-plugin-creator/references/plugin-authoring-audit.md
Real repo examples worth copying, plus a few patterns to treat carefully.
Why it is good:
src/libWhy it is good:
Why it is good:
Why it is good:
createPlatePlugin is correctWhy they are good:
transformPropsWhy they are good:
KEYSWhy it matters:
KEYSSlateEditor callback annotationsWhy to be careful:
Do not cargo-cult this unless inference genuinely fails and a better typed shape is not available.
Why to be careful:
getAITransforms(editor: SlateEditor) is workablePrefer context-local helpers or better generic shapes before copying this.