What problem does it solve? Setting up the Lens module requires writing consistent configuration across multiple files, migrating legacy per-module configs, and cleaning up installer directories. This Skill automates that entire setup flow so the module is configured correctly on the first run. ## Core Features & Use Cases - Guided Configuration: Collects user preferences (name, language, output paths) with defaults from module.yaml and writes them to config.yaml and config.user.yaml. - Legacy Migration: Detects old per-module config files, uses their values as fallback defaults, and deletes them after a successful merge. - Safe Cleanup: Verifies skills are installed at .claude/skills/ before removing legacy installer directories, with idempotent behavior on re-runs. - Use Case: After installing the Lens module package, run this Skill to consolidate scattered installer config into the shared _bmad/config.yaml format and clean up leftover directories. ## Quick Start Set up the Lens module in this project using the default configuration values.