Scottcjn

Context Injection — Communication skill for Claude Code

Communication community

Configure and tune automatic context injection for Memory OS.

How to install Context Injection

Installs to ~/.claude/skills/scottcjn-memory-os-elyan-edition-context-injection/SKILL.md

Terminal
mkdir -p ~/.claude/skills/scottcjn-memory-os-elyan-edition-context-injection && curl -fsSL https://raw.githubusercontent.com/Scottcjn/memory-os-elyan-edition/HEAD/skills/context-injection.md -o ~/.claude/skills/scottcjn-memory-os-elyan-edition-context-injection/SKILL.md

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

What Context Injection does


name: context-injection description: "Configure and tune automatic context injection for Memory OS. Covers the Icarus pre_llm_call hook flow, 4 sources (Fabric, Qdrant, Sessions, Facts), threshold gating, per-session dedup, the social closer filter, multi-source deduplication, and injection troubleshooting." version: 1.0.0 triggers:

  • Tuning context injection thresholds
  • Debugging why context is not being injected
  • Understanding how the 4 memory sources interact
  • Reducing token co

Alternatives in Communication

Full documentation available on GitHub

View Source Repository