plate
Build rich-text editors in React with plugins and AI
All Skills in This Repository (83)
Pure Emerald Level Indicatorstranslate
Translate English MDX content to Chinese by applying incremental diffs.
testing-review
Rerun coverage, identify test gaps, and generate a prioritized roadmap artifact.
plate-ui
Identify and codify Plate-specific shadcn-style UI components and registry wiring patterns.
docs-plugin
Standardize plugin documentation with required YAML frontmatter and structured sections.
video-transcripts
Generate structured video transcripts as XML blocks via Gemini Files API.
editor-spec
Define or update editor behavior specs using the research-to-law workflow.
plate-plugin-creator
Architect typed Plate plugin APIs with clear semantic and wrapper boundaries.
sync-testing-skill
Extract new test patterns from package test suites and update testing.mdc.
docs-creator
Create consistent Plate documentation across plugin pages, guides, and API docs.
north-star
Define reusable API architecture and governance rules for Plate.
code-simplicity-reviewer
Reviews completed code to identify YAGNI violations and simplification opportunities.
scope-guardian-reviewer
Reviews planning documents for scope alignment and unjustified complexity.
Frequently Asked Questions
FAQPage SchemaHow to install Plate?โผ
Run `npx skills add udecode/plate --all -g -y` in your terminal to install all skills in this suite globally.
What is Plate used for?โผ
Plate is a React framework for building rich-text editors like Notion. It gives you a plugin system, headless primitives, and ready-made shadcn/ui components.
How do the Plate AI agent skills help developers?โผ
The skills let your AI agent plan editor architecture, write and review plugin code, run tests, manage releases, and resolve GitHub issues with verified proof.
Does Plate work with Claude Code and other AI agents?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Codex, Cursor, and other compatible agents.
Can I build a Notion-like editor with Plate?โผ
Yes. Plate offers starter templates including a Notion-like template with plugins, AI features, and backend support already wired up.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core