Overview Automated repository intelligence via Tree-sitter indexing and PUI commands. Core principle: index once, then use focused packs (repomap/find/zoom/impact) instead of manual grep.
Installation The skill works out of the box. On first run it bootstraps a shared virtual environment in /.local/share/pui/venv (or a local fallback). Repository indexes are stored in .pui/ under the project root.
| index | Build/update index | build, --force | | repomap | Directory + top files | --depth, --max-tokens | | find | Symbol search | --limit, --format | | zoom | Symbol detail | --max-tokens | | graph | Call/dependency graph | --symbol, --depth | | impact | Blast radius analysis | --files, --git-diff, --include-tests |
Используйте, когда вам нужна быстрая, надежная архитектура или представление влияния в большом незнакомом репозитории, особенно в условиях нехватки времени или ограниченного контекстного бюджета, когда ручной поиск или вывод папок может быть рискованным. Источник: evil-skills/project-understanding.