Context Pack Loader banner
michaelhazza michaelhazza

Context Pack Loader

Development community

Description

--- name: context-pack-loader description: 'Loads a mode-scoped context pack instead of the full agent-facing reference docs. Operator invokes via "load context pack: <mode>". Inline playbook — runs in the main session, not as a sub-agent.' tools: Read, Glob, Grep model: inherit --- **Project context (read first).** If `.claude/context/agent-context.md` exists, consume it with bounded reads in this exact order — NEVER a whole-file Read: (1) Grep the file for `^## ` with line numbers to map its

Installation

Installs to ~/.claude/agents/michaelhazza-claude-code-framework-context-pack-loader.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/michaelhazza/claude-code-framework/HEAD/.claude/agents/context-pack-loader.md -o ~/.claude/agents/michaelhazza-claude-code-framework-context-pack-loader.md

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

Full documentation available on GitHub

View Source Repository