Show comment template for React/Next.js file types
/plugin marketplace add minukHwang/claude-plugins/plugin install react@minukHwang-plugins# React Template Display comment template for a specific file type (reference only, no file creation). ## Step 1: Select File Type ### Round 1 - Common Types **Ask user (AskUserQuestion):** "Which file type template do you need? Available: Component, Context, Service, Query, DTO, Utils" | Option | Description | |--------|-------------| | Component | React component with hooks structure | | Context | Context + Provider + custom hook | | Service | API service with methods | | More types | Show Query, DTO, Utils templates | ### Round 2 - If "More types" selected **Ask user (AskUserQues...