context-mode
Editor's pickMANDATORY routing rules for context-mode. Invoke whenever you analyze, count, filter, compare, search, parse, or transform data; fetch a URL; or run a data-heavy command — so raw bytes stay out of the context window.
- Type
- skill
- GitHub stars
- ★ 10K
- Repository
- mksglu/context-mode
- Category
- workflow
Install
1Quick install (skills CLI)
npx skills add mksglu/context-mode --skill context-mode-2 --agent claude-codeInstalls context-mode-2 into the current project's .claude/skills/ directory. Requires Node.js and the skills CLI.
2Manual install
Create ~/.claude/skills/<name>/ and copy the SKILL.md file from the repository into it. The directory name must match the skill name.
⚠️ Exact file layout and requirements vary by repository — always check the repo README first.
Prefer the full source? The repository README is the authoritative install reference.