andreadellacorte/groove

groove-utilities-memory-install

Set up memory backend and configuration.

First seen Mar 3, 2026

Installation

$ npx skills add andreadellacorte/groove --skill groove-utilities-memory-install

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from andreadellacorte/groove · top by installs.

npx skills add andreadellacorte/groove

Browse all from andreadellacorte/groove

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 5
License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

LicenseMIT
Allowed toolsRead Write Edit Glob Grep Bash(git:*) AskUserQuestion
More metadata
author
andreadellacorte

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,027 B
  • docs SUMMARY.md 76 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 578 installs

SKILL.md

groove-utilities-memory-install

Outcome

Memory directories are created and ready for use.

Acceptance Criteria

  • .groove/memory/daily/, .groove/memory/weekly/, .groove/memory/monthly/, .groove/memory/git/ exist
  • .groove/memory/specs/ directory exists (outcome specs; used by /groove-work-spec)
  • .groove/memory/learned/ directory exists
  • .groove/memory/docs/ directory exists (reference docs; used by /groove-work-doc)
  • User is shown the initialized paths

Constraints

  • Memory path is always .groove/memory/
  • Create directories if they do not exist:

``bash mkdir -p .groove/memory/daily .groove/memory/weekly .groove/memory/monthly .groove/memory/git .groove/memory/specs .groove/memory/learned .groove/memory/docs ``

  • Report the initialized paths to user