Skill Context Detection banner
nyldn nyldn

Skill Context Detection

Productivity community

Description

--- name: skill-context-detection effort: low description: "Auto-detect work context (Dev vs Knowledge) — use to tailor workflows based on current task type" --- # Context Detection - Internal Skill ## Purpose This skill provides **automatic context detection** to determine whether the user is working in a **Development context** (code-focused) or **Knowledge context** (research/strategy-focused). This replaces the manual `/octo:km` toggle with intelligent auto-detection. ## Detection Algori

Installation

Installs to ~/.claude/skills/nyldn-claude-octopus-skill-context-detection/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nyldn-claude-octopus-skill-context-detection && curl -fsSL https://raw.githubusercontent.com/nyldn/claude-octopus/HEAD/.claude/skills/skill-context-detection.md -o ~/.claude/skills/nyldn-claude-octopus-skill-context-detection/SKILL.md

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

Full documentation available on GitHub

View Source Repository