Command
/quick
Quick execution mode for ad-hoc tasks without full workflow overhead
One command from octo.
shell
$ npx -y skills add nyldn/claude-octopus --agent claude-codeShips with octo. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/quick
Context preview
What this command does when you run it.
Quick execution mode for ad-hoc tasks without full workflow overhead
Stats
Stars3,869
Forks362
LanguageShell
LicenseMIT
Ships with octo
Command definition
quick.md
--- command: quick description: Quick execution mode for ad-hoc tasks without full workflow overhead skill: octopus-quick --- # Quick Mode Command **Your first output line MUST be:** `🐙 Octopus Quick Mode` Execute ad-hoc tasks without multi-AI orchestration overhead. ## Usage ``` /octo:quick "<task description>" ``` ## When to Use **Perfect for:** - Bug fixes with known solutions - Configuration updates - Small refactorings - Documentation fixes - Dependency updates - Typo corrections **NOT for:** - New features - Architecture changes - Security-sensitive work - Tasks requiring research ## Examples ``` /octo:quick "fix typo in README" /octo:quick "update Next.js to v15" /octo:quick "remove console.log statements" /octo:quick "add error handling to login function" ``` ## What It Does
