setup-wizard
Installation
SKILL.md
Setup Wizard
Interactive setup for the shared Assistant Skills Python environment.
Quick Start
Run /assistant-skills-setup to start the interactive setup wizard.
Architecture
This skill is command-based - it uses the /assistant-skills-setup slash command rather than Python scripts. The command guides Claude through the setup steps interactively using AskUserQuestion for user choices.
What Gets Configured
| Component | Location | Purpose |
|---|---|---|
| Shared venv | ~/.assistant-skills-venv/ |
Python dependencies for all Assistant Skills plugins |
| Config file | ~/.assistant-skills/config.yaml |
Tracks setup state, installed plugins, requirement hashes |
| Shell function | ~/.bashrc or ~/.zshrc |
claude-as wrapper to run Claude with venv |