plugin debug 用
/plugin marketplace add masseater/claude-code-plugin/plugin install debug@masseater/claude-code-pluginecho '[exit 0] Debug plugin session started'echo '[exit 0] CLAUDE_PLUGIN_ROOT is set to: ${CLAUDE_PLUGIN_ROOT}'echo '[exit 2] Debug plugin session started' >&2 && exit 2echo '[exit 2] CLAUDE_PLUGIN_ROOT is set to: ${CLAUDE_PLUGIN_ROOT}' >&2 && exit 2echo ${CLAUDE_PLUGIN_ROOT} > ~/claude_plugin_debug.txt