Hey, this is a known issue - Cursor is trying to execute hooks from the Claude Code configs (~/.claude/), and if there are plugins with a sessionStart hook, it results in this error.
The quickest solution is to disable the import in Cursor Settings > Rules, Skills, Subagents - there’s an option “Import skills from Claude Code,” turn it off.
안녕하세요. 한국분이시군요 ㅎㅎㅎ
저도 동일한 증상이 발현됐었어요.
해결한 방법을 공유드릴께요.
원인은 ~/.claude/settings.json에 enabledPlugins이 전역으로 선언되어있으면 위와 같이 Hook Error가 발생합니다.
이때 ~/.claude/settings.json의 enabledPlugins는 모두 제거하고 각각의 프로젝트 루트의 .claude/settings.local.json 또는 settings.json으로 enabledPlugins를 옮겨야 Hook Error가 해결됩니다.
The cause is that if enabledPlugins is declared globally in ~/.claude/settings.json, the Hook Error occurs as described above. To resolve this Hook Error, remove all entries from enabledPlugins in ~/.claude/settings.json and move them to either .claude/settings.local.json or settings.json within each project’s root directory.