-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Maleick edited this page Apr 13, 2026
·
1 revision
- Claude Code with marketplace plugin support
- A git-backed codebase with a clean working tree
- A deterministic verification command that outputs a number
claude plugin marketplace add Maleick/claude-autoresearch && claude plugin install autoresearch@Maleick-claude-autoresearchIf the one-liner fails, run each step individually:
# 1. Add the marketplace source
/plugin marketplace add Maleick/claude-autoresearch
# 2. Install the plugin
/plugin install autoresearch@Maleick-claude-autoresearch
# 3. Reload to activate
/reload-pluginsAuto-update is enabled by default in v2.2.0. Claude Code's marketplace poller will detect new versions automatically.
To update manually:
/plugin marketplace update Maleick/claude-autoresearchTo verify your installed version: Customize > Autoresearch — version shown at the top of the plugin panel.
/plugin uninstall autoresearch
/plugin marketplace remove Maleick/claude-autoresearch