groove-utilities-task-install

Set up task backend and configuration.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "groove-utilities-task-install" with this command: npx skills add andreadellacorte/groove/andreadellacorte-groove-groove-utilities-task-install

groove-utilities-task-install

Outcome

The configured task backend is installed and verified reachable. User is informed of what was installed and how to use it.

Acceptance Criteria

  • Backend CLI is available in PATH after install
  • User is shown a confirmation with the installed version or a reachability check
  • No-op if tasks.backend: none

Constraints

  • Read tasks.backend from .groove/index.md to determine backend
  • If tasks.backend: none, print friendly no-op message and exit
  • Backend install guidance:
  • After install, run a simple reachability check (e.g., beans version or gh auth status)
  • If CLI is already installed, report current version and skip install
  • If tasks: beans and .beans.yml does not exist at git root:
    • Run beans init to initialise the task store and generate .beans.yml with beans defaults
    • Derive [PROJECT_PREFIX] from the git repo name (last path component of git remote get-url origin, stripped of .git, uppercased, non-alphanumeric stripped) — e.g. grooveGRV; fall back to the directory name if no remote
    • Update the prefix: field in the generated .beans.yml to the derived prefix (e.g. GRV-)
    • Set path: in .beans.yml to .groove/tasks so the task store lives under groove (aligned with git.tasks and .groove/.gitignore). Create .groove/tasks if it does not exist. If the default .beans directory was created and is non-empty, move its contents into .groove/tasks and remove the empty .beans directory.
    • Report the path written and the prefix used

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

groove

No summary provided by upstream source.

Repository SourceNeeds Review
General

find-skills

No summary provided by upstream source.

Repository SourceNeeds Review
General

pdf-to-markdown

No summary provided by upstream source.

Repository SourceNeeds Review
General

groove-utilities-memory-log-git

No summary provided by upstream source.

Repository SourceNeeds Review