andreadellacorte/groove

groove-utilities-task-config

Configure task backend settings interactively.

First seen Mar 3, 2026

Installation

$ npx skills add andreadellacorte/groove --skill groove-utilities-task-config

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:*) Bash(beans:*) Bash(gh:*) Bash(linear:*) Bash(npx:*) AskUserQuestion
More metadata
author
andreadellacorte

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,133 B
  • docs SUMMARY.md 79 B

History

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

SKILL.md

groove-utilities-task-config

Outcome

The current task backend configuration is shown to the user, or updated based on provided arguments. After update, user is prompted to run /groove-utilities-task-install if the backend changed.

Acceptance Criteria

  • Current tasks.backend value is displayed with no arguments
  • Backend is updated in .groove/index.md frontmatter when new value provided
  • User is reminded to run /groove-utilities-task-install if backend changed

Constraints

  • Read and write .groove/index.md frontmatter tasks.backend key only
  • Valid values: beans, linear, github, none
  • Reject unknown backend values with a helpful error listing valid options
  • If .groove/index.md does not exist, create from skills/groove/templates/index.md with defaults
  • Do not modify any other keys in .groove/index.md