.gitignore
CODE_OF_CONDUCT.md
COMPLETION_REPORT.md
CONTRIBUTING.md
IMPLEMENTATION_SUMMARY.md
LICENSE
MANIFEST.in
PYPI_PUBLISHING.md
QUICKSTART.md
README.md
pyproject.toml
requirements.txt
setup.py
test_workflow_fixed.json
.claude/hooks/logs/chat.json
.claude/hooks/logs/post_tool_use.json
.claude/hooks/logs/pre_tool_use.json
.claude/hooks/logs/stop.json
.claude/hooks/logs/sub_agent_stop.json
docs/USER_GUIDE.md
examples/example_usage.py
pack2skill/__init__.py
pack2skill/__main__.py
pack2skill.egg-info/PKG-INFO
pack2skill.egg-info/SOURCES.txt
pack2skill.egg-info/dependency_links.txt
pack2skill.egg-info/entry_points.txt
pack2skill.egg-info/not-zip-safe
pack2skill.egg-info/requires.txt
pack2skill.egg-info/top_level.txt
pack2skill/cli/__init__.py
pack2skill/cli/main.py
pack2skill/core/__init__.py
pack2skill/core/analyzer/__init__.py
pack2skill/core/analyzer/caption_generator.py
pack2skill/core/analyzer/frame_analyzer.py
pack2skill/core/analyzer/frame_extractor.py
pack2skill/core/generator/__init__.py
pack2skill/core/generator/skill_formatter.py
pack2skill/core/generator/skill_generator.py
pack2skill/core/recorder/__init__.py
pack2skill/core/recorder/event_recorder.py
pack2skill/core/recorder/screen_recorder.py
pack2skill/core/recorder/workflow_recorder.py
pack2skill/core/utils/__init__.py
pack2skill/quality/__init__.py
pack2skill/quality/confidence.py
pack2skill/quality/description.py
pack2skill/quality/robustness.py
pack2skill/team/__init__.py
pack2skill/team/versioning.py
tests/__init__.py
tests/test_generator.py