Add or reformat comments in React/Next.js files following CLAUDE.md conventions
/plugin marketplace add minukHwang/claude-plugins/plugin install react@minukHwang-plugins# React Comment Apply CLAUDE.md comment conventions to React/Next.js files. ## Step 0: Select Target Files **Ask user (AskUserQuestion):** "Which files should I add comments to?" | Option | Description | |--------|-------------| | All files | All `.tsx`, `.ts` files in project | | Changed files | Modified files from `git diff` | | Staged files | Staged files from `git diff --staged` | ### Get file list: User can also enter custom input via "Other" option: - **File path**: `src/components/Button.tsx` → process that file - **Context description**: "calendar related" → search and list ...