What problem does it solve?
It removes the friction of installing and initializing plugadvpl by automating environment detection, CLI/tool installation, and running the required index build steps in the current repository.
Core Features & Use Cases
- Environment detection for Claude Code: identifies whether the user is in the native Claude Code terminal or the VSCode extension so it can report the correct plugin installation approach.
- Dependency bootstrapping: ensures
uv (and the plugadvpl tool) are available before proceeding.
- One-shot initialization + ingestion: runs
plugadvpl init, plugadvpl ingest, and plugadvpl status to create .plugadvpl/index.db and enable commands like /plugadvpl:arch, /plugadvpl:tables, and /plugadvpl:callers.
Quick Start
Run the setup skill from inside your project directory so it installs prerequisites (if needed) and builds the local SQLite index for immediate use.