From oh-my-claudecode
Dispatches the full autoresearch skill instructions from the OMC plugin, treating user arguments as the skill's input.
How this command is triggered — by the user, by Claude, or both
Slash command
/oh-my-claudecode:autoresearchThe summary Claude sees in its command listing — used to decide when to auto-load this command
# OMC autoresearch This compatibility command keeps `/oh-my-claudecode:autoresearch` available without loading the full `autoresearch` skill description in every Claude Code session. ## Dispatch 1. Read the full bundled skill instructions from the active OMC plugin/install: `skills/autoresearch/SKILL.md`. 2. Follow that SKILL.md exactly, treating the user's arguments as: If the file is not directly readable from the current working directory, locate it under the active `CLAUDE_PLUGIN_ROOT`/`OMC_PLUGIN_ROOT`, package root, or installed OMC plugin directory, then continue.
This compatibility command keeps /oh-my-claudecode:autoresearch available without loading the full autoresearch skill description in every Claude Code session.
skills/autoresearch/SKILL.md.$ARGUMENTS
If the file is not directly readable from the current working directory, locate it under the active CLAUDE_PLUGIN_ROOT/OMC_PLUGIN_ROOT, package root, or installed OMC plugin directory, then continue.
npx claudepluginhub phamquocan24/oh-my-claudecode47plugins reuse this command
First indexed Jul 7, 2026
Showing the 6 earliest of 47 plugins
/autoresearchDispatches the full autoresearch skill instructions from the OMC plugin, treating user arguments as the skill's input.
/autoresearchSearches the web on a topic, synthesizes findings, and files structured wiki pages into the vault.
/autoresearchRuns an autonomous iterative improvement loop: modify code, verify against a metric, keep or discard changes, and repeat until goal is met or max iterations reached.
/autoresearchRuns autonomous experiment loop on current project, auto-detecting ML/web/Flutter/Java types and iteratively modifying a target file based on single metric improvements. Also supports setup and results subcommands.