plugins/opus-context/skills/deep-context/SKILL.md
1M context window rules. Injected into AI context at every SessionStart. Invoke manually to reload mid-session if the rules drop out of working attention.
npx skillsauth add l3digital-net/claude-code-plugins deep-contextInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
1M tokens available. Cost of not reading > cost of reading. These rules override conservative habits optimized for smaller-context models.
Trigger: tasks touching 3+ files, debugging, refactoring, cross-module work, or explicit user request for deep analysis.
Announce what you loaded in one sentence.
Aggressive in early session; selective once 10-20 files are loaded; deliberate past 30+ files. Never issue a read without a reason.
Reason for each read. Match scope to task — "fix this one line" doesn't need the module graph. Announce deep loads.
development
Use when you're stuck or missing current information mid-task - the same command/API/approach failed twice, an error looks like a changed or deprecated API, or you need the current version of something, a fact from after your training cutoff, or to verify something you cannot confirm from the code in context. Starts with a cheap inline lookup and only escalates to a full research sweep if that fails. Do not use for routine pre-emptive checks before ordinary library work - for deliberate research, use /qdev:research.
documentation
Update Outline wiki documentation with implementation-level details from the current session by dispatching the up-docs-propagate-wiki sub-agent. This skill should be used when the user runs /up-docs:wiki.
documentation
Update repository documentation (README.md, docs/, CLAUDE.md) based on session changes by dispatching the up-docs-propagate-repo sub-agent. This skill should be used when the user runs /up-docs:repo.
documentation
Update Notion pages with strategic and organizational context from the current session by dispatching the up-docs-propagate-notion sub-agent. This skill should be used when the user runs /up-docs:notion.