andreadellacorte/groove

groove-utilities-memory-doctor

Check memory backend health and configuration.

First seen Mar 3, 2026

Installation

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

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,453 B
  • docs SUMMARY.md 81 B

History

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

SKILL.md

groove-utilities-memory-doctor

Outcome

All memory health checks pass. User knows if the memory file structure is correctly configured and accessible.

Acceptance Criteria

  • Each check is reported with ✓ or ✗
  • Each failure includes a specific remediation command
  • Checks cover memory path and directory structure

Checks (run in order)

  1. .groove/index.md exists at git root
  2. Memory base path exists (.groove/memory/)
  3. Memory log subdirectories exist: daily/, weekly/, monthly/, git/
  4. Specs directory exists: .groove/memory/specs/ (used by /groove-work-spec)
  5. learned/ directory exists: .groove/memory/learned/ (warm memory tier)

Remediation hints

Failure Remediation
.groove/index.md missing /groove-admin-config
Memory path missing /groove-utilities-memory-log-daily (will create on first run)
Log subdirectory missing /groove-utilities-memory-log-daily
Specs directory missing /groove-utilities-memory-install
learned/ missing /groove-admin-update (migration 0.11.5→0.12.0 creates it)

Constraints

  • Report all checks even if an early one fails
  • Do not attempt to fix issues — report and suggest only