Initialize bioinformatics research project structure
From research-projectnpx claudepluginhub dakesan/bioinformatics-research-plugins --plugin research-project/research-initInitializes Zotero-based research project: creates collections, searches/imports papers on topic, analyzes them, generates literature review and/or proposal. Args: topic (req), scope, output_type.
python "${CLAUDE_PLUGIN_ROOT}/scripts/init_project.py" --path <target_project_path>
For current directory:
python "${CLAUDE_PLUGIN_ROOT}/scripts/init_project.py" --path .
Critical: Use ${CLAUDE_PLUGIN_ROOT} to reference the plugin's installation directory. Do NOT use Glob, Search, or any file search tools to find the script. Execute directly with Bash.