LICENSE
README.md
pyproject.toml
src/thinkpack/__init__.py
src/thinkpack/_cli.py
src/thinkpack/_skill.py
src/thinkpack/chat.py
src/thinkpack/distill.py
src/thinkpack/mask.py
src/thinkpack/model.py
src/thinkpack/parse.py
src/thinkpack/stats.py
src/thinkpack.egg-info/PKG-INFO
src/thinkpack.egg-info/SOURCES.txt
src/thinkpack.egg-info/dependency_links.txt
src/thinkpack.egg-info/entry_points.txt
src/thinkpack.egg-info/requires.txt
src/thinkpack.egg-info/top_level.txt
src/thinkpack/data/__init__.py
src/thinkpack/data/llms.txt
tests/test_chat.py
tests/test_cli.py
tests/test_distill.py
tests/test_mask.py
tests/test_model.py
tests/test_parse.py
tests/test_stats.py