What problem does it solve?
This Skill streamlines the process of preparing codebases, folders, or archives for AI consumption by converting them into a compact, LLM-friendly format.
Core Features & Use Cases
- Smart File Discovery: Automatically identifies relevant files while ignoring common noise like
node_modules and .git directories.
- Flexible Inclusion: Supports filtering by file type, size, or custom patterns, with options to include or exclude specific files and directories.
- Use Case: You need to provide a large codebase to an AI for a comprehensive review. This Skill can package the entire project, excluding unnecessary build artifacts, into a single markdown file that fits within the AI's context window.
Quick Start
Use the context-pack skill to pack the current directory into a markdown file named 'project-context.md'.