--- name: csl-pack description: Build a bounded ContextPack from a Consulting Leads root concept (default 2 hops, 20 nodes). --- # csl-pack ## Process ```bash python3 "${CLAUDE_PLUGIN_ROOT}/scripts/csl_common.py" pack \ --bundle knowledge \ --root "/consulting-leads/example.md" \ --hops 2 \ --max-nodes 20 ``` Use `--hops 1` for a tiny pack. Outbound edges only. Do not dump the whole tree.