Automates the installation and configuration of task management backends for Groove projects. Reads your `.groove/index.md` to figure out whether you're using beans, Linear CLI, GitHub CLI, or none, then follows the upstream installation instructions for your OS instead of hardcoding commands. If you pick beans, it runs `beans init`, derives a prefix from your repo name (like `GRV-` for a groove repo), and moves everything into `.groove/tasks` to keep it organized. Includes version checks so you know it actually worked. The smart bit is that it refuses to guess install steps and just reads the official docs, which means it won't break when those tools change their setup process.
npx skills add https://github.com/andreadellacorte/groove --skill groove-utilities-task-install