Context Loader
Overview
Use this skill to load a known set of important project files from .context-loader.json.
Prefer it when the repo already defines what context matters.
Workflow
- Run
scripts/load_context.py --project-root <path> --print-contentwhen the user wants the actual file contents. - Run
scripts/load_context.py --project-root <path> --paths-onlywhen you only need the candidate file list first. - Respect file size and total size limits.
- If the config is missing, fall back to normal repo inspection instead of guessing.
Config
See references/config.md for the file format.
Resources
- Script:
scripts/load_context.py - Reference:
references/config.md