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

grove-spec-writing格罗夫规范编写

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

1,640

周安装

67

GitHub Stars

4

下载量

525
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/autumnsgrove/groveengine --skill grove-spec-writing

简介

grove-spec-writing 用于辅助文档、README 和 Markdown 内容的整理与改写。

  • 适用于提炼结构、补齐章节或统一术语的场景。
  • 保留项目已有事实,避免写成未确认的结论。
  • 涉及对外文案时需控制语气,避免过度营销或夸大能力。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Grove Spec Writing

A comprehensive guide for writing technical specifications in the Grove ecosystem. Use this skill to create new specs that feel like storybook entries, or to validate and standardize existing specs.

When to Activate

  • Creating a new technical specification
  • Reviewing an existing spec for completeness
  • Adding ASCII art headers to specs missing them
  • Adding diagrams, mockups, or visual elements to text-heavy specs
  • Standardizing frontmatter across spec files
  • Validating a spec against Grove standards before finalizing

The Spec as Storybook Entry

Grove specs aren't just technical documents. They're storybook entries in a larger narrative. Each spec should feel like opening a page in a beautifully illustrated field guide to the forest.

The formula:

  1. Cover page (frontmatter + ASCII art + tagline)
  2. Introduction (what is this, in nature and in Grove)
  3. The journey (architecture, flows, implementation)
  4. The details (API, schema, security)
  5. The path forward (implementation checklist)

Required Structure

1. Frontmatter (REQUIRED)

Every spec MUST have this exact frontmatter format:

---
aliases: []
date created: [Day], [Month] [Ordinal] [Year]
date modified: [Day], [Month] [Ordinal] [Year]
tags:
  - primary-domain
  - tech-stack
  - category
type: tech-spec
---

Date format examples:

  • Monday, December 29th 2025
  • Saturday, January 4th 2026

Type options:

  • tech-spec — Technical specification (most common)
  • implementation-plan — Step-by-step implementation guide
  • index — Index/navigation document

2. ASCII Art Header (REQUIRED)

Immediately after frontmatter, include a code block with ASCII art that visually represents the concept:

# [Name] — [Short Description]
     ASCII ART HERE
     representing the concept
     in a visual way
> *Poetic tagline in italics*

Good ASCII art:

  • Relates to the nature metaphor (forest, garden, etc.)
  • Represents the concept visually (layers for backup, rings for analytics)
  • Uses box-drawing characters: ─│┌┐└┘├┤┬┴┼╭╮╰╯
  • Uses nature emoji sparingly: 🌲🌿🍂✨🌸
  • Includes a poetic tagline or motto

Examples from excellent specs:

Wisp (will-o'-the-wisp light):

         🌲  🌲  🌲
          \   |   /
           \  |  /
             ✨
            ╱ ╲
           ╱   ╲
          ╱  ·  ╲
         ╱   ·   ╲
        ╱    ·    ╲
       ·     ·     ·
         gentle
         guiding
          light

Patina (layered backups):

                     ╭───────────────────╮
                    ╭┤  ┌─────────────┐  ├╮
                   ╭┤│  │  2026-01-05 │  │├╮
                   │││  │  ▓▓▓▓▓▓▓▓▓▓ │  │││
                   │││  │  ▒▒▒▒▒▒▒▒▒▒ │  │││
                   │││  │  ░░░░░░░░░░ │  │││
                   │││  │  ·········· │  │││
                   ╰┴┴──└─────────────┘──┴┴╯
                  ╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱╱
               ──────────────────────────────
              ~~~~~~~~ oxidation layer ~~~~~~~~
              Age as armor. Time as protection.

Heartwood (tree rings):

                      ╭──────────╮
                   ╭──│ ╭──────╮ │──╮
                 ╭─│  │ │ ╭──╮ │ │  │─╮
                │  │  │ │ │♥ │ │ │  │  │
                 ╰─│  │ │ ╰──╯ │ │  │─╯
                   ╰──│ ╰──────╯ │──╯
                      ╰──────────╯

       every ring: a year, a story, a layer of growth

               The center that holds it all.

3. Introduction Section

After the ASCII art header:

> *Poetic tagline repeated*

[2-3 sentence description of what this is in the Grove ecosystem]

**Public Name:** [Name]
**Internal Name:** Grove[Name]
**Domain:** `name.grove.place`
**Repository:** [Link if applicable]
**Last Updated:** [Month Year]

[1-2 paragraphs explaining the nature metaphor and how it applies]

---

4. Body Sections

Organize content with clear headers. Include:

  • Overview/Goals — What this system does
  • Architecture — How it's built (with diagrams!)
  • Tech Stack — Dependencies, frameworks
  • API/Schema — Technical details
  • Security — Important considerations
  • Implementation Checklist — Clear action items

Required Visual Elements

Flow Diagrams

Every spec describing a process MUST include at least one ASCII flow diagram:

┌─────────────────────────────────────────────────────────────────────┐
│                         Client Sites                                │
│  ┌──────────────┐  ┌──────────────┐  ┌──────────────┐               │
│  │   Site A     │  │   Site B     │  │   Site C     │               │
│  └──────┬───────┘  └──────┬───────┘  └──────┬───────┘               │
└─────────┼─────────────────┼─────────────────┼───────────────────────┘
          │                 │                 │
          │    1. Request   │                 │
          ▼                 ▼                 ▼
┌─────────────────────────────────────────────────────────────────────┐
│                        Central Service                              │
│                                                                     │
│  ┌─────────────────────────┐  ┌─────────────────────────┐           │
│  │      Handler A          │  │      Handler B          │           │
│  └─────────────────────────┘  └─────────────────────────┘           │
└─────────────────────────────────────────────────────────────────────┘

Box drawing reference:

  • Corners: ┌ ┐ └ ┘ (square) or ╭ ╮ ╰ ╯ (rounded)
  • Lines: ─ │ ═ ║
  • Joins: ├ ┤ ┬ ┴ ┼
  • Arrows: → ← ↑ ↓ ▶ ◀ ▲ ▼

UI Mockups

Specs describing user interfaces MUST include ASCII mockups:

┌─────────────────────────────────────────────────────────────────┐
│  ✧ Panel Title                                          [×]      │
├─────────────────────────────────────────────────────────────────┤
│                                                                 │
│  ┌─ Label ────────────────────────────────────────────────┐     │
│  │ Content here with proper spacing                       │     │
│  └────────────────────────────────────────────────────────┘     │
│                                                                 │
│  ┌─────────────────────────────────────────────────────────┐    │
│  │ Input field...                                     [↵]  │    │
│  └─────────────────────────────────────────────────────────┘    │
│                                                                 │
│  ───────────────────────────────────────────────────────────    │
│  [ Action A ]                              [ Action B ✦ ]       │
│                                                                 │
└─────────────────────────────────────────────────────────────────┘

State Diagrams

For features with multiple states:

   Idle:                    Analyzing:               Success:
   .  *  .    .  *         . * . analyzing . *           *
  .    _    .      .         \  |  /             .    *  /|\   .
     /   \    *  .         -- (o.o) --  thinking    *   / | \    *
    / ~ ~ \  .    .          /  |  \                   /__|__\
   /       \______        ~~~~~~~~~~~~~~~~~       ~~~~/       \~~~~
  ~~~~~~~~~~~~~~~~~~~       words flowing...        all clear

Comparison Tables

Use tables to compare options, states, or configurations:

| Feature | Seedling | Sapling | Oak | Evergreen |
|---------|----------|---------|-----|-----------|
| Posts   | 50       | 250     | ∞   | ∞         |
| Storage | 1 GB     | 5 GB    | 20 GB | 100 GB  |
| Themes  | 3        | 10      | All | All + custom |

Timeline/Retention Diagrams

For anything involving time:

  TODAY                                              12 WEEKS AGO
    │                                                      │
    ▼                                                      ▼
   ┌─┬─┬─┬─┬─┬─┬─┐                                        ┌─┐
   │█│█│█│█│█│█│█│ ◀── Daily backups (7 days)             │░│
   └─┴─┴─┴─┴─┴─┴─┘                                        └─┘
   S M T W T F S

Validation Checklist

Before finalizing any spec, verify:

Structure

  • Frontmatter present with all required fields
  • aliases: [] included (even if empty)
  • Date format correct (Day, Month Ordinal Year)
  • type: tech-spec or appropriate type
  • ASCII art header present after frontmatter
  • Poetic tagline in italics
  • Public/Internal names listed
  • Domain specified (if applicable)

Visual Content

  • At least one ASCII flow diagram (if process-based)
  • UI mockups included (if describing interface)
  • Tables for comparisons where appropriate
  • Code blocks for technical details
  • No walls of text without visual breaks

Voice (refer to owl-archive/references/anti-patterns.md for the full list)

  • No em-dashes (use periods or commas)
  • No "not X, but Y" patterns or variants ("Not X. Not Y. Just Z.", "The X? A Y.")
  • No AI-coded words (robust, seamless, leverage, delve, utilize, streamline, etc.)
  • No "serves as" / "stands as" / "marks a". Use simple verbs
  • No filler transitions (Furthermore, Moreover, It's worth noting, Notably)
  • No gerund fragment litanies or bold-first bullet patterns
  • No false suspense ("Here's the kicker", "Here's the thing")
  • No dead metaphors (same metaphor repeated in every section)
  • Short paragraphs
  • Poetic closers earned, not forced

Completeness

  • Overview/Goals section
  • Architecture diagram
  • Technical details (API, schema)
  • Security considerations
  • Implementation checklist

Creating ASCII Art

The Process

  1. Identify the core metaphor — What natural thing does this represent?
  2. Sketch the concept — What visual would convey this at a glance?
  3. Choose your characters — Box drawing, emoji, or creative ASCII
  4. Build in layers — Start with outline, add detail, add flourishes
  5. Add the tagline — Poetic one-liner that captures the essence

Character Palette

Box Drawing (safe, consistent):

┌─────┬─────┐    ╭─────╮
│     │     │    │     │
├─────┼─────┤    ╰─────╯
│     │     │
└─────┴─────┘

Lines and Arrows:

→ ← ↑ ↓ ↔ ↕
▶ ◀ ▲ ▼
⟿ ⟸ ⟹

Nature Emoji (use sparingly):

🌲 🌳 🌿 🍂 🍃 🌸 🌺 🌻 🌷 🌱 🍄
☀️ 🌤️ ⭐ ✨ 💧 🔥
🦋 🐛 🐌

Decorative:

· ∙ • ° ˚ ∘
~ ≈ ∿
═ ║ ╔ ╗ ╚ ╝
░ ▒ ▓ █

Tips

  • Keep ASCII art under 20 lines tall
  • Center the art within its code block
  • Include breathing room (empty lines above/below)
  • Test in a monospace font
  • Consider mobile rendering (simpler is better)

Example: Complete Spec Header

---
aliases: []
date created: Monday, January 6th 2026
date modified: Monday, January 13th 2026
tags:
  - support
  - user-communication
  - cloudflare-workers
type: tech-spec
---

# Porch — Support System
                          🏠
                       ___│___
                      │       │
                ~~~~~~│ PORCH │~~~~~~
                     ╱│_______│╲
                    ╱           ╲
                   ╱  ┌───┐      ╲
                  ╱   │ ☕ │       ╲
                 ╱    └───┘ 👤     ╲
                ════════════════════════
                       steps

          Have a seat. We'll figure it out.
> *Have a seat on the porch. We'll figure it out together.*

Grove's front porch: a warm, accessible space where users sit down and have a conversation. Not a corporate help desk with ticket numbers. A porch where you chat with the grove keeper about what's going on.

**Public Name:** Porch
**Internal Name:** GrovePorch
**Domain:** `porch.grove.place`
**Status:** Planned (Launch Priority)

A porch is where you sit and talk. You come up the steps, have a seat, and the grove keeper comes out to chat. It's not a ticket counter. It's two people on a porch, figuring things out together.

---

Integration with Other Skills

Before Writing a Spec

  1. walking-through-the-grove — If naming a new feature, complete the naming journey first
  2. grove-ui-design — If the spec involves UI, understand design patterns

While Writing

  1. grove-documentation — Apply Grove voice throughout, avoid AI patterns

After Writing

  1. grove-spec-writing (this skill) — Run validation checklist
  2. Review with fresh eyes: Does it feel like a storybook entry?

When to Use museum-documentation Instead

This skill (grove-spec-writing) is for internal technical specifications: architecture decisions, system design, implementation plans. Documentation for developers.

Use museum-documentation when writing for Wanderers who want to understand:

Use grove-spec-writingUse museum-documentation
Technical specifications"How it works" for curious visitors
Architecture decisionsCodebase guided tours
Implementation plansKnowledge base exhibits
Internal system docsNarrative technical explanations

If the reader is a developer implementing something, use this skill. If the reader is a Wanderer exploring the forest, use museum-documentation.


Quick Reference

ElementRequiredLocation
FrontmatterYesTop of file
ASCII art headerYesAfter frontmatter
Poetic taglineYesAfter ASCII art
Public/Internal namesYesIntroduction
Architecture diagramIf applicableBody
UI mockupsIf has UIBody
Implementation checklistYesEnd of spec

*A good spec is one you'd want to read at 2 AM. Make it beautiful.*

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

37.45%
按下载量换算197

Claude

28.37%
按下载量换算149

Cursor

19.15%
按下载量换算101

Gemini CLI

9.15%
按下载量换算48

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills