When and how to bundle local folders/files into LLM context with carrel pack — format choice, token budgeting, chunking, include/exclude strategy. Use when preparing documents or a codebase-adjacent folder as context for an LLM, or when a pack would blow the context window.
$npx -y skills add firstcastsolutions423/carrel --skill context-packingInstalls into the current project.
Run `npx skills use "https://github.com/firstcastsolutions423/carrel" --skill "firstcastsolutions423/carrel/context-packing"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/firstcastsolutions423/carrel" that are relevant to the current task. Run `npx skills add "https://github.com/firstcastsolutions423/carrel"` and select the relevant skills, then follow their instructions.