Octo Auto banner
nyldn nyldn

Octo Auto

Development community

Description

--- description: "Smart router - Single entry point with natural language intent detection" --- # Smart Router (/octo:auto) Single entry point for all Claude Octopus workflows. Analyzes your natural language request and routes to the optimal workflow automatically. ``` /octo:auto research OAuth authentication patterns /octo:auto debug the failing test in auth.ts /octo:auto should we use Redis or Memcached? /octo:auto write tests for the payment module /octo:auto create a complete e-commerce p

Installation

Installs to ~/.claude/skills/nyldn-claude-octopus-octo-auto/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nyldn-claude-octopus-octo-auto && curl -fsSL https://raw.githubusercontent.com/nyldn/claude-octopus/HEAD/commands/octo-auto.md -o ~/.claude/skills/nyldn-claude-octopus-octo-auto/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository