소스 정보
- 저장소
- andreadellacorte/groove
- 최근 소스 활동
- 2026년 6월 3일 10:47
- 감지된 SKILL.md 언어
- 영어
- 스타
- 5
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
SOC 직업 분류 기준
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/andreadellacorte/groove --skill groove-admin-help명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | groove-admin-help |
| description | Display all groove skills and commands with live config values. |
| license | MIT |
| allowed-tools | Read Write Edit Glob Grep Bash(git:*) Bash(beans:*) Bash(gh:*) Bash(linear:*) Bash(npx:*) Bash(mkdir:*) AskUserQuestion |
| metadata | {"author":"andreadellacorte"} |
Display a structured overview of all groove skills and their commands.
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-utilities-stats /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-stats | Compound-loop metrics dashboard |
/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)
.groove/index.md and substitute actual configured values into the config block.groove/index.md does not exist, show defaults and note that config has not been created yetGroove engineering workflow system. Top-level entry point. Use groove-daily-*, groove-work-*, groove-utilities-*, groove-admin-* for all workflow and admin commands.
Install a rich Claude Code statusline into ~/.claude/hooks/ and ~/.claude/settings.json. Displays model, git context, token usage, effort level, 5h/7d usage limits, and active /loop count with next-fire time.
Set up task backend and configuration.