extract-skill
Reverse-engineer design systems, tokens, and components from live products or screenshots
Switch to Knowledge Work mode for research and writing — use when task is non-code focused
$ npx -y skills add nyldn/claude-octopus --skill skill-knowledge-work --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/skill-knowledge-workContext preview
The summary Claude sees to decide when to auto-load this skill.
Switch to Knowledge Work mode for research and writing — use when task is non-code focused
name: skill-knowledge-work description: "Switch to Knowledge Work mode for research and writing — use when task is non-code focused" disable-model-invocation: true
> **Host: Codex CLI** — This skill was designed for Claude Code and adapted for Codex. > Cross-reference commands use installed skill names in Codex rather than `/octo:*` slash commands. > Use the active Codex shell and subagent tools. Do not claim a provider, model, or host subagent is available until the current session exposes it. > For host tool equivalents, see `skills/blocks/codex-host-adapter.md`.
**Claude Octopus now auto-detects work context!** The system analyzes your prompt and project to determine whether you're in a **Dev Context** (code-focused) or **Knowledge Context** (research/strategy-focused).
**You typically don't need this skill** - context is detected automatically when you use:
**Use ONLY when auto-detection is wrong:**
/octo:km on
All subsequent workflows will use Knowledge Context until reset.
/octo:km off
All subsequent workflows will use Dev Context until reset.
/octo:km auto
Context detection returns to automatic mode.
/octo:km
Shows current mode (auto, knowledge, or dev).
When you use any `octo` workflow, context is detected by analyzing:
1. **Prompt Content** (strongest signal):
2. **Project Type** (secondary signal):
3. **Explicit Override** (if set via `/octo:km`):
When workflows run, you'll see the detected context in the banner:
**Dev Context:**
🐙 **CLAUDE OCTOPUS ACTIVATED** - Multi-provider research mode 🔍 [Dev] Discover Phase: Technical research on caching patterns
**Knowledge Context:**
🐙 **CLAUDE OCTOPUS ACTIVATED** - Multi-provider research mode 🔍 [Knowledge] Discover Phase: Market analysis for APAC expansion
**User:** "octo research caching strategies for our Node.js API"
**Claude:** (auto-detects Dev Context from "Node.js API")
🐙 **CLAUDE OCTOPUS ACTIVATED** - Multi-provider research mode 🔍 [Dev] Discover Phase: Technical research on caching strategies [Researches with technical/implementation focus]
**User:** "octo research market opportunities in healthcare AI"
**Claude:** (auto-detects Knowledge Context from "market opportunities")
🐙 **CLAUDE OCTOPUS ACTIVATED** - Multi-provider research mode 🔍 [Knowledge] Discover Phase: Strategic research on healthcare AI market [Researches with business/strategic focus]
**User:** "octo research React patterns" **Claude:** (auto-detects Dev) `🔍 [Dev] Discover Phase...`
**User:** "Actually, this is for a presentation. Force knowledge mode."
**Claude:** "Setting context override to Knowledge Mode."
/octo:km on
**User:** "octo research React patterns" **Claude:** (uses override) `🔍 [Knowledge] Discover Phase...` (focuses on trends, adoption, strategic implications)
**User:** "What context mode am I in?"
**Claude:**
Current mode: Auto-detection (no override set) Last detected context: Dev (based on project having package.json) To override: /octo:km on (force Knowledge) or /octo:km off (force Dev) To return to auto: /octo:km auto
| Workflow | Focus | |----------|-------| | `octo research X` | Technical implementation, libraries, code patterns | | `octo build X` | Code generation, architecture, tests | | `octo review X` | Code quality, security, performance | | Agents | codex, backend-architect, code-reviewer, security-auditor |
| Workflow | Focus | |----------|-------| | `octo research X` | Market analysis, competitive research, literature synthesis | | `octo build X` | PRDs, strategy docs, presentations, reports | | `octo review X` | Document quality, argument strength, completeness | | Agents | strategy-analyst, ux-researcher, exec-communicator, product-writer |
After running knowledge workflows, export to professional formats:
Just say: "Export this to Word" or "Create a PowerPoint presentation"
| Command | Description | |---------|-------------| | `/octo:km` | Show current status (auto, on, or off) | | `/octo:km on` | Force Knowledge Context for all workflows | | `/octo:km off` | Force Dev Context for all workflows | | `/octo:km auto` | Return to auto-detection (default) |
**Don't override if:**
Every AI model has blind spots. Claude Octopus supports twelve external provider integrations — Codex, Antigravity CLI, Copilot, Qwen, Ollama, Perplexity, OpenRouter, OrcaRouter, OpenCode, Cursor CLI, Grok, and Kimi Code — alongside the built-in Claude Code
Repo: nyldn/claude-octopus
Reverse-engineer design systems, tokens, and components from live products or screenshots
Multi-AI requirements scoping using available external providers (Double Diamond Define phase). Priority triggers: octo define, octo scope, co-define,…
Multi-AI validation, scoring, and review using available external providers (Double Diamond Deliver phase)
Multi-AI implementation using available external providers (Double Diamond Develop phase). DO NOT use for simple code edits, reading/reviewing code, built-in…
Multi-AI research using available external providers (Double Diamond Discover phase)
Decompose and execute large changes, migrations, or multi-issue fixes in parallel with quality gates