groove-utilities-task-install

安装量: 64
排名: #11770

安装

npx skills add https://github.com/andreadellacorte/groove --skill 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: none If tasks: beans : AGENTS.md contains a

stub pointing to
beans prime
Constraints
Read
tasks:
from
.groove/index.md
to determine backend
If
tasks: none
, print friendly no-op message and exit
Backend install guidance:
beans
link to
https://github.com/hmans/beans
for install instructions; verify with
beans version
linear
link to
https://linear.app/docs/cli
for install instructions; verify with
linear --version
or MCP availability
github
link to
https://cli.github.com
for install instructions; verify with
gh --version
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.
groove
GRV
; 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
If
tasks: beans
write a minimal stub to AGENTS.md at git root: Wrap in

/

fenced section Stub content: Task backend: beans — use /groove-utilities-task-* skills for all task management. Run beans prime to load the full beans CLI reference. Replace section if it already exists; append if not; preserve all other AGENTS.md content Report the path written

返回排行榜