groove-admin-help
groove-admin-help
Display a structured overview of all groove skills and their commands.
Output
Print the following, substituting live config values from .groove/index.md where shown:
groove — compound engineering workflow
/groove /groove-admin-help /groove-utilities-prime /groove-admin-install /groove-admin-config /groove-admin-update /groove-utilities-check /groove-admin-doctor
Daily
| Skill | Purpose |
|---|---|
/groove-daily-start |
Start the workday |
/groove-daily-end |
End the workday |
Work
| Skill | Purpose |
|---|---|
/groove-work-brainstorm |
Clarify scope through dialogue |
/groove-work-plan |
Write implementation plan |
/groove-work-exec |
Execute the plan |
/groove-work-review |
Evaluate output |
/groove-work-compound |
Capture lessons |
/groove-work-spec [topic] |
Create outcome spec (what to build) |
/groove-work-doc [topic] |
Create reference doc (how it works) |
/groove-work-audit |
Review branch for blindspots |
Utilities — Tasks
| Skill | Purpose |
|---|---|
/groove-utilities-task-list |
List active tasks |
/groove-utilities-task-create |
Create a task |
/groove-utilities-task-update |
Update a task |
/groove-utilities-task-archive |
Archive a task |
/groove-utilities-task-analyse |
Analyse task status |
/groove-utilities-task-install |
Set up task backend |
/groove-utilities-task-config |
Configure task backend |
/groove-utilities-task-doctor |
Check task backend health |
Utilities — Memory
| Skill | Purpose |
|---|---|
/groove-utilities-memory-log-daily |
Write daily log entry |
/groove-utilities-memory-log-weekly |
Roll up weekly log |
/groove-utilities-memory-log-monthly |
Roll up monthly log |
/groove-utilities-memory-log-git |
Record git activity |
/groove-utilities-memory-install |
Set up memory backend |
/groove-utilities-memory-doctor |
Check memory backend health |
/groove-utilities-memory-mistakes |
Log and resolve a workflow mistake |
/groove-utilities-memory-promises |
Capture or resolve a deferred item |
/groove-utilities-memory-retrospective [week|month|all] |
Analyse ratings, mistakes, learnings |
/groove-utilities-memory-graduate [topic] |
Promote a stable lesson to AGENTS.md |
Utilities — Session
| Skill | Purpose |
|---|---|
/groove-utilities-prime |
Load workflow context into conversation |
/groove-utilities-check |
Check if a newer version is available |
/groove-utilities-onboard |
Generate GROOVE.md onboarding guide for contributors |
Admin
| Skill | Purpose |
|---|---|
/groove-admin-install |
Install backends and bootstrap AGENTS.md |
/groove-admin-config |
Create or update .groove/index.md |
/groove-admin-update |
Pull latest and apply migrations |
/groove-admin-help |
Show this help |
/groove-admin-doctor |
Run all health checks |
/groove-admin-claude-hooks |
Install Claude Code native shell hooks into .claude/settings.json |
/groove-admin-cursor-hooks |
Install Cursor native hooks into .cursor/hooks.json |
Groovebook (only shown if groovebook: is set in .groove/index.md)
| Skill | Purpose |
|---|---|
/groove-groovebook-publish |
Publish a workflow learning as a PR |
/groove-groovebook-review |
Browse and review open learning PRs |
Config (.groove/index.md)
tasks.backend: <value> — task backend (beans | linear | github | none)
tasks.list_limit: <value> — max tasks in task-list (default 15)
tasks.analyse_limit: <value> — max tasks in task-analyse (default 30)
memory.review_days: <value> — business days to review at daily start (default 5)
memory path: .groove/memory/ (hardcoded)
specs path: .groove/memory/specs/ (hardcoded)
git.memory: <value> — memory commit strategy (ignore-all | hybrid | commit-all)
git.tasks: <value> — tasks commit strategy (ignore-all | commit-all)
git.hooks: <value> — hooks commit strategy (ignore-all | commit-all)
groovebook: <value> — shared learning commons repo (optional)
Constraints
- Read
.groove/index.mdand substitute actual configured values into the config block - If
.groove/index.mddoes not exist, show defaults and note that config has not been created yet - Keep output concise — this is a quick-reference, not a manual
More from andreadellacorte/groove
pdf-to-markdown
[Document Processing] Convert PDF files to Markdown with support for native text PDFs and scanned documents (OCR). Cross-platform.
254agent-browser
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
251groove
Groove engineering workflow system. Top-level entry point. Use groove-daily-*, groove-work-*, groove-utilities-*, groove-admin-* for all workflow and admin commands.
248find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
245groove-utilities-memory-log-daily
Write the daily memory log entry. Use at end of day to record what happened.
235groove-daily-start
Start the workday: review yesterday, create today's daily memory, load tasks, prepare agenda. Use when beginning the day.
231