README.md
pyproject.toml
indexer/__init__.py
indexer/ast_parser.py
indexer/cli.py
indexer/config.py
indexer/git.py
indexer/grouper.py
indexer/hooks.py
indexer/llm.py
indexer/manifest.py
indexer/wiki.py
indexer/templates/index.md.j2
indexer/templates/page.md.j2
indexer/templates/skill.md.j2
kiwiskil.egg-info/PKG-INFO
kiwiskil.egg-info/SOURCES.txt
kiwiskil.egg-info/dependency_links.txt
kiwiskil.egg-info/entry_points.txt
kiwiskil.egg-info/requires.txt
kiwiskil.egg-info/top_level.txt
tests/__init__.py
tests/test_ast_parser.py
tests/test_config.py
tests/test_grouper.py
tests/test_manifest.py
tests/test_wiki.py
tests/fixtures/sample_py/auth.py