What problem does it solve? The Catalyst Code web UI has no forgot-password flow, so a lost login password locks you out of the browser interface entirely. This Skill walks through the supported recovery path: deleting the local account files and restarting the hub so first-run setup can be completed again. ## Core Features & Use Cases - Account file removal: Deletes only account.json (argon2 hash) and devices.json from ~/.config/catalyst-code/, leaving projects, layout, and session history intact. - Hub restart guidance: Covers stopping and starting the hub via systemctl --user, system-level systemd units, killing the catcode-web process, or running ./scripts/run-web.sh. - Use Case: You forgot your CatCode web UI password on a self-hosted install. Run this Skill to wipe the local account, restart the hub, and complete first-run setup at http://127.0.0.1:49283 with a new display name and password. ## Quick Start Reset my Catalyst Code web UI password by deleting the local account files and restarting the hub so I can set a new password.