skill-knowledge-work
FeaturedSwitch to Knowledge Work mode for research and writing — use when task is non-code focused
AI & Automation 3,887 stars
365 forks Updated today MIT
Install
Quality Score: 96/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Knowledge Work Mode - Context Override Skill
## Context Auto-Detection (v7.8+)
**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:
- `octo research X` - Auto-detects dev vs knowledge research
- `octo build X` - Auto-detects code vs document building
- `octo review X` - Auto-detects code vs document review
## When to Use This Override
**Use ONLY when auto-detection is wrong:**
- Auto-detection chose Dev but you want Knowledge behavior
- Auto-detection chose Knowledge but you want Dev behavior
- You want to force a specific context for the entire session
## Override Commands
### Force Knowledge Context
```bash
/octo:km on
```
All subsequent workflows will use Knowledge Context until reset.
### Force Dev Context
```bash
/octo:km off
```
All subsequent workflows will use Dev Context until reset.
### Return to Auto-Detection
```bash
/octo:km auto
```
Context detection returns to automatic mode.
### Check Current Status
```bash
/octo:km
```
Shows current mode (auto, knowledge, or dev).
## How Auto-Detection Works
When you use any `octo` workflow, context is detected by analyzing:
1. **Prompt Content** (strongest signal):
- Knowledge indicators: "market", "ROI", "stakeholders", "strategy", "personas", "presentation", "r...
Details
- Author
- nyldn
- Repository
- nyldn/claude-octopus
- Created
- 6 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
skill-context-detection
Auto-detect work context (Dev vs Knowledge) — use to tailor workflows based on current task type
3,887 Updated today
nyldn AI & Automation Featured
skill-status
Show where you are in the workflow and what to do next — use for progress checks and orientation
3,887 Updated today
nyldn AI & Automation Solid
skill-router
The index of every pro-workflow skill and command, grouped by job, with when to reach for each and whether it is human-run or auto-triggered. Use when you are not sure which skill fits, want the full map, or ask "what can this do", "which skill for X", "list the workflow".
2,651 Updated 6 days ago
rohitg00