Token导航 LogoToken导航TokenDH.com
待分类需要联网github未标认证来源可访问许可证需确认审计通过

groove-groovebook-publishgroove 书出版

Agent Skill

groove-groovebook-publish 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

4,210

周安装

179

GitHub Stars

4

下载量

1,475
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:groove-groovebook-publish(groove 书出版)
来源仓库:https://github.com/andreadellacorte/groove
仓库路径:skills/groove-groovebook-publish
安装命令:
npx skills add https://github.com/andreadellacorte/groove --skill groove-groovebook-publish
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/andreadellacorte/groove --skill groove-groovebook-publish

简介

groove-groovebook-publish 将知识笔记整理为结构化文档并发布至指定平台。

  • 适用于撰写技术博客、内部手册或分享研究成果的场景。
  • 支持 Markdown 转换、格式校验与多渠道发布选项。
  • 发布前务必审核内容准确性,避免自动发布引发误解。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

groove-groovebook-publish

Use $ARGUMENTS as the learning text if provided.

Outcome

A learning from the current project is published to the configured groovebook repo as a pull request, stripped of any project-specific context, ready for community review.

Acceptance Criteria

  • Learning is published as a PR to <groovebook> repo
  • PR uses the groovebook PR template format (Summary, Context, Learning, Groove skill area)
  • File is written at learned/<topic>/<YYYY-MM-DD>-<slug>.md in the groovebook repo
  • PR URL is printed to the user

Steps

  1. Read groovebook: from .groove/index.md; if absent, exit with: groovebook is not configured. Add 'groovebook: <owner>/<repo>' to.groove/index.md to enable.
  2. Check gh auth status; if not authenticated, exit with: Not authenticated with GitHub. Run: gh auth login
  3. Verify the groovebook repo is accessible: gh repo view <groovebook>; if it fails, exit with a clear message.
  4. Get the learning text:

- If $ARGUMENTS is provided, use it as a starting point - Otherwise: ask "What's the learning you'd like to publish? (paste it or describe briefly)" - Ask for a one-sentence summary (used as PR title and filename slug)

  1. Show a preview of the learning text and ask: Does this contain any repo-specific context to redact? (file paths, internal names, product names)

- If yes: help the user redact it — replace specific names with generic descriptions - If no: proceed

  1. Ask for topic (e.g. patterns, tools, anti-patterns, workflow) and skill area (e.g. compound, plan, review, daily)
  2. Generate slug: lowercase the summary, replace spaces with hyphens, strip special characters, truncate to 40 chars. Construct:

- Branch name: learning/<YYYY-MM-DD>-<slug> - File path: learned/<topic>/<YYYY-MM-DD>-<slug>.md

  1. Fork the groovebook repo if not already forked: gh repo fork <groovebook> --clone=false

- If fork already exists, skip silently

  1. Create the branch and file:

- gh api repos/<user-fork>/git/refs to check if branch exists; if so, append a short unique suffix - Write the file content (see format below) and commit via gh api - Or: use git operations against the fork URL if gh api approach is too complex — prefer the simpler path

  1. Open the PR: gh pr create --repo <groovebook> \ --title "<one-sentence summary>" \ --body "<formatted body>" \ --head "<fork-user>:<branch-name>"
  2. Print the PR URL

Learning file format

---
date: YYYY-MM-DD
topic: <topic>
skill-area: <skill-area>
source: groovebook-publish
---

# <One-sentence summary>

## Context

<What triggered this learning — what problem were you solving? Generic, no project specifics.>

## Learning

<The insight itself — what to do, what to avoid, or what pattern works.>

## Groove skill area

`<skill-area>` (e.g. `groove-work-compound`, `groove-work-plan`)

PR body format

## Summary
<one-sentence summary>

## Context
<what triggered this>

## Learning
<the insight>

## Groove skill area
`<skill-area>`

---
*Published via groove-groovebook-publish*

Constraints

  • Never publish learning text that contains project-specific names, file paths, or internal identifiers without explicit user confirmation that it's intentional
  • If the fork step fails due to permissions: suggest the user fork manually and set their fork as the groovebook: value
  • Slug must be safe for use as a filename: lowercase, hyphens only, no path separators or special characters
  • If branch already exists: append -2, -3, etc. until a free name is found

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.64%
按下载量换算526

Claude

29.35%
按下载量换算433

Cursor

19.18%
按下载量换算283

Gemini CLI

9.6%
按下载量换算142

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills