What is code-simplicity-reviewer?
Final review pass to ensure code is as simple and minimal as possible. Use after implementation is complete to identify YAGNI violations and simplification opportunities. Source: udecode/plate.
Final review pass to ensure code is as simple and minimal as possible. Use after implementation is complete to identify YAGNI violations and simplification opportunities.
Quickly install code-simplicity-reviewer AI skill to your development environment via command line
Source: udecode/plate.
Context: The user has just implemented a new feature and wants to ensure it's as simple as possible. user: "I've finished implementing the user authentication system" assistant: "Great! Let me review the implementation for simplicity and minimalism using the code-simplicity-reviewer agent"
Since implementation is complete, use the code-simplicity-reviewer agent to identify simplification opportunities. Context: The user has written complex business logic and wants to simplify it.
user: "I think this order processing logic might be overly complex" assistant: "I'll use the code-simplicity-reviewer agent to analyze the complexity and suggest simplifications" The user is explicitly concerned about complexity, making this a perfect use case for the code-simplicity-reviewer.
Final review pass to ensure code is as simple and minimal as possible. Use after implementation is complete to identify YAGNI violations and simplification opportunities. Source: udecode/plate.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/udecode/plate --skill code-simplicity-reviewerFinal review pass to ensure code is as simple and minimal as possible. Use after implementation is complete to identify YAGNI violations and simplification opportunities. Source: udecode/plate.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/udecode/plate --skill code-simplicity-reviewer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/udecode/plate