What problem does it solve? Finding and installing agent skills from GitHub repositories or local directories involves manual cloning, path validation, and scope decisions. This Skill automates listing available skills and installing selected ones into the correct Pi user or project scope, including private repositories. ## Core Features & Use Cases - Skill Discovery: Lists candidate skills from GitHub repositories such as badlogic/pi-skills or openai/skills, with installed-status annotations. - Safe Installation: Downloads or sparse-checks-out selected skill directories with path validation, symlink checks, no-overwrite protection, and built-in resource safeguards. - Scope and Package Routing: Installs to user scope by default, supports project scope via --dest, and routes complete Pi packages to Pi's native package manager. - Use Case: A user asks to install the brave-search skill from the Pi Skills collection; the agent lists available skills, installs the selected directory into the user skills folder, validates it, and reports the result. ## Quick Start Ask the agent to list available skills from the Pi Skills repository and install the one you choose.