๐ŸŽฏ

groove-admin-update

๐ŸŽฏSkill

from andreadellacorte/groove

VibeIndex|
What it does
|

A Groove admin skill that pulls the latest Groove skills from GitHub and applies pending state migrations in version order. It verifies the installed version matches the latest GitHub release, runs migrations sequentially, and refreshes platform symlinks for Claude Code and Cursor after updating.

๐Ÿ“ฆ

Same repository

andreadellacorte/groove(54 items)

groove-admin-update

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add andreadellacorte/groove --skill groove-admin-update
skills.sh Installโš  Installs to .agents/skills/
npx skills add andreadellacorte/groove --skill groove-admin-update
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/groove-admin-update/SKILL.md

SKILL.md

309Installs
-
AddedMar 4, 2026

More from this repository10

๐ŸŽฏ
groove๐ŸŽฏSkill

A groove skill from Groove, providing development workflow skills for music technology and creative applications.

๐ŸŽฏ
groove-utilities-memory-log-daily๐ŸŽฏSkill

Groove workflow skill for writing daily memory logs, capturing work progress and lessons learned as part of the compound engineering productivity system.

๐ŸŽฏ
groove-daily-start๐ŸŽฏSkill

Groove workflow skill for starting the workday, loading context from memory logs and task lists to set up a productive daily engineering rhythm.

๐ŸŽฏ
groove-utilities-memory-log-git๐ŸŽฏSkill

Records a git activity summary as a memory log file, capturing commits since midnight, current git status, and diff stats in a dated, auto-incremented markdown file under the .groove/memory/git/ directory.

๐ŸŽฏ
groove-work-brainstorm๐ŸŽฏSkill

A brainstorming skill that clarifies project scope through interactive dialogue, surfaces key decisions and open questions, and enforces YAGNI principles before proceeding to implementation planning.

๐ŸŽฏ
groove-utilities-task-list๐ŸŽฏSkill

Groove utility skill for listing active tasks across all projects, giving AI agents a consolidated view of pending work items and their current states.

๐ŸŽฏ
groove-utilities-memory-install๐ŸŽฏSkill

Groove utility skill for setting up the memory backend, bootstrapping the persistent storage system used for daily logs, weekly rollups, and project memory.

๐ŸŽฏ
groove-work-plan๐ŸŽฏSkill

A Groove workflow skill that researches a codebase to create a concrete implementation plan with ordered steps, file paths, and function names. It requires a prior brainstorming phase and focuses exclusively on planning without writing any code.

๐ŸŽฏ
groove-utilities-memory-log-monthly๐ŸŽฏSkill

A Groove workflow skill that rolls up weekly daily memory entries into a monthly summary file. It synthesizes themes, key outcomes, and learnings from daily logs into a concise monthly overview without duplicating raw details.

๐ŸŽฏ
groove-work-spec๐ŸŽฏSkill

Groove workflow skill for creating outcome specifications, helping AI agents define clear deliverables and acceptance criteria before starting implementation work.