README.md
pyproject.toml
src/agentpack/__init__.py
src/agentpack/cli.py
src/agentpack/compiler.py
src/agentpack/sources/__init__.py
src/agentpack/targets/__init__.py
src/agentpack/targets/aider.py
src/agentpack/targets/base.py
src/agentpack/targets/chatgpt.py
src/agentpack/targets/claude.py
src/agentpack/targets/codex.py
src/agentpack/targets/copilot.py
src/agentpack/targets/cursor.py
src/agentpack/targets/gemini.py
src/agentpack_skills.egg-info/PKG-INFO
src/agentpack_skills.egg-info/SOURCES.txt
src/agentpack_skills.egg-info/dependency_links.txt
src/agentpack_skills.egg-info/entry_points.txt
src/agentpack_skills.egg-info/requires.txt
src/agentpack_skills.egg-info/top_level.txt
tests/test_compiler.py