From oh-my-claudecode
This compatibility command keeps `/oh-my-claudecode:autoresearch` available without loading the full `autoresearch` skill description in every Claude Code session.
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 whalecastle/oh-my-claudecode29plugins reuse this command
First indexed Jul 7, 2026
Showing the 6 earliest of 29 plugins
/autoresearchSearches the web on a topic, synthesizes findings, and files structured wiki pages into the vault.
/autoresearchPerforms autonomous goal-directed iteration: modifies code within scope, verifies against a metric, and keeps or discards changes. Supports bounded iterations and guard commands.
/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.