One-time bootstrap of a personal ALBA agent system - asks 7 discovery questions, then generates CLAUDE.md, the memory tree, skills, hooks, rules and .claude/settings.json. Use when the user explicitly types /setup, has just cloned ALBA, and has no CLAUDE.md yet. Do NOT use to add a single skill, hook or rule to a working setup (use /extend), and never run it against an already-configured system - it rewrites CLAUDE.md, settings.json and the memory files.
$npx -y skills add onurpolat05/alba --skill setupInstalls into the current project.
Run `npx skills use "https://github.com/onurpolat05/alba" --skill "onurpolat05/alba/setup"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/onurpolat05/alba" that are relevant to the current task. Run `npx skills add "https://github.com/onurpolat05/alba"` and select the relevant skills, then follow their instructions.