context-bundler
Installation
SKILL.md
Dependencies
This skill requires Python 3.8+ and standard library only. No external packages needed.
To install this skill's dependencies:
pip-compile ./requirements.in
pip install -r ./requirements.txt
Context Bundler Skill 📦
Overview
This skill centralizes the knowledge and workflows for creating "Context Bundles." These bundles compile large amounts of code and design context into either a single, portable Markdown file for sharing with other AI agents, or a compressed .zip file for native format sharing and human review.
Because context limits are strict and re-bundling is inefficient, this is a Level 2.0 Interactive Skill. You must follow the phased workflow below to confirm the target files and output format before generating the payload.