LICENSE
README.md
pyproject.toml
adapters/__init__.py
adapters/base_adapter.py
adapters/claude_adapter.py
adapters/gemini_adapter.py
adapters/ollama_adapter.py
adapters/openai_adapter.py
core/__init__.py
core/audit.py
core/baseline.py
core/check.py
core/cli.py
core/config.py
core/context_analyzer.py
core/fix.py
core/hooks.py
core/local_store.py
core/proxy.py
core/secrets_detector.py
core/token_counter.py
core/static/local_dashboard.html
scripts/__init__.py
scripts/add_final_slide.py
scripts/example_usage.py
scripts/generate_config.py
scripts/update_pptx.py
server/__init__.py
server/app.py
server/auth.py
server/db.py
server/webhooks.py
server/static/dashboard.html
server/static/invite.html
server/static/login.html
skim_llm.egg-info/PKG-INFO
skim_llm.egg-info/SOURCES.txt
skim_llm.egg-info/dependency_links.txt
skim_llm.egg-info/entry_points.txt
skim_llm.egg-info/requires.txt
skim_llm.egg-info/top_level.txt
skim_mcp/__init__.py
skim_mcp/server.py
tests/test_core.py