Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计通过

walking-through-the-grove穿过树林

Agent Skill

walking-through-the-grove 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,572

周安装

63

GitHub Stars

4

下载量

509
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/autumnsgrove/groveengine --skill walking-through-the-grove

简介

用于查找、检索和筛选相关信息,支持基于关键词的任务导向搜索。

  • 适用于研究检索类任务,常用于知识库探索或文档导航场景。
  • 通过 npx skills add 命令从 groveengine 仓库安装,具体能力见原始文档。
  • 使用前应确认是否允许访问互联网及数据隐私合规性。
  • walking-through-the-grove 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Walking Through the Grove

A naming ritual for the Grove ecosystem. Use this when you need to find a name that *fits*—not just a clever pun, but something that belongs in this forest.

When to Activate

  • Naming a new service, feature, or concept for Grove
  • Renaming something that doesn't feel right
  • Called from the grove-ui-design skill when new UI needs a name
  • Any time you're adding something to the Grove ecosystem

The Process

This is a *journey*, not a checklist. Take your time.

Step 1: Read the Naming Philosophy

# Always start here
cat docs/philosophy/grove-naming.md

Read the entire document. Don't skim. Let it sink in:

  • "A forest of voices. Every user is a tree in the grove."
  • Names aren't branding—they're the language of an ecosystem
  • Things that grow, shelter, connect
  • Not about trees directly—about what happens *in and around* the forest

Step 2: Create a Scratchpad

Create a markdown file for your journey:

# Create: docs/philosophy/naming-research/{concept}-naming-journey.md

This scratchpad is where you think out loud. Include:

  • ASCII art visualizations
  • Questions you're asking yourself
  • Rejected ideas and why
  • The moment when something clicks

Step 3: Visualize the Grove

In your scratchpad, draw the grove. ASCII art helps:

                              ☀️
                           🌲   🌲   🌲
                        🌲    🌳    🌲
    ═══════════════════════════════════════════════
               ROOTS CONNECT BENEATH
                  (mycelium network)

Place the existing services in the visualization:

  • Where is Meadow? (the open social space)
  • Where is Heartwood? (the core identity)
  • Where is Ivy? (climbing, connecting)
  • Where is Pantry? (the warm kitchen cupboard)

Step 4: Ask "What IS This Thing?"

Don't ask "where does it go?" first. Ask:

What is it, fundamentally?

  • Is it a place? (Meadow, Nook, Clearing)
  • Is it an object/process? (Amber, Bloom, Patina)
  • Is it a feature of the tree? (Foliage, Heartwood, Rings)
  • Is it a connection? (Ivy, Mycelium, Reeds)

What does it DO in the user's life?

  • Protect? (Shade, Patina)
  • Connect? (Ivy, Meadow, Reeds)
  • Store? (Amber, Trove)
  • Guide? (Waystone, Trails)
  • Create? (Terrarium, Foliage)

What emotion should it evoke?

  • Warmth?
  • Safety?
  • Discovery?
  • Community?
  • Privacy?

Step 5: Walk Through the Forest

Imagine you're a user walking through the grove. Write this in your scratchpad:

## Walking Through...

I enter the grove. I see...
I walk past the Meadow where others gather.
I find my tree—my blog, my space.
I check my Rings (private growth).
I see my Foliage (how others see me).

Now I need [THE NEW THING]. Where do I find it?
What does it look like? Who's there? How does it feel?

Let the scene guide you to the name.

Step 6: Generate Candidates

Based on your walk, list 5-10 candidates. For each:

**[Name]** - `[name].grove.place`

- What it means in nature
- Why it fits this concept
- The vibe/feeling
- Potential issues

Step 7: Test the Tagline

A good Grove name should complete this sentence naturally:

"[Name] is where you ****___****."

Or:

"[Name] is the ****___****."

If you can't write a poetic one-liner, the name might not fit.

Step 8: Write the Entry

Once you've found the name, write it in Grove style:

## [Name]

**[Tagline]** · `[domain].grove.place`

[2-3 sentences explaining what this thing IS in the real world—
the natural metaphor. Then 2-3 sentences explaining what it does
in Grove. End with the feeling it should evoke.]

_[A poetic one-liner in italics]_

Step 9: Check for Conflicts

Before finalizing:

  • Search the codebase for the name
  • Check if the subdomain concept conflicts with existing services
  • Make sure it's not too similar to existing names
  • Consider how it sounds spoken aloud

Step 10: Implement

Update all the files:

  1. docs/grove-naming.md — Add the full entry
  2. docs/philosophy/grove-naming.md — Update source (generates manifest)
  3. services/grove-router/src/index.ts — Claim subdomain
  4. plant/src/routes/api/check-username/+server.ts — Reserve username
  5. Workshop page if applicable
  6. Icons if applicable
  7. Regenerate the GroveTerm manifest — Run scripts/generate/grove-term-manifest.ts to rebuild grove-term-manifest.json with the new term. This manifest powers all GroveTerm components (GroveTerm, GroveSwap, GroveText, etc.) that automatically switch between standard and Grove terminology based on the user's Grove Mode setting.

Philosophy Reminders

From the naming document:

"These names share common ground: nature, shelter, things that grow. But none of them are *about* trees directly. They're about what happens in and around the forest."
"The Grove is the place. These are the things you find there."

The name should feel inevitable—like it was always there, waiting to be discovered.


Example Journey: Finding "Porch"

The problem: We need a name for support tickets.

First attempts (rejected):

  • Echo → "echo chamber" feels like shouting into void, no one listening
  • Feather, Flare, Dove → These are about *sending* something
  • But support isn't about sending—it's about *connecting*

The walk:

I'm in the grove. Something's wrong with my tree. I need help. Waystone gives me self-service guides. Clearing shows me status. But I need to actually *talk* to someone. What do I do? I walk to... a cabin. There's a porch. Someone's there. I sit down. We talk about what's going on.

The realization: Support isn't a ticket system. It's a porch conversation.

The name: Porch

A porch on a cabin in the woods. You come up the steps. You sit down. The grove keeper comes out. You talk.

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


Integration with Other Skills

grove-ui-design

When the grove-ui-design skill encounters something that needs naming:

  1. Pause the UI work
  2. Invoke this skill
  3. Complete the naming journey
  4. Return to UI work with the new name

This keeps the naming intentional rather than rushed.

grove-documentation

After finding the right name, you'll need to write its description. Invoke the grove-documentation skill when:

  1. Writing the entry for docs/grove-naming.md
  2. Crafting the tagline
  3. Writing the poetic one-liner

The naming document entries should follow Grove's voice: warm, direct, avoiding AI patterns. The grove-documentation skill has the full guidelines.


The Journey Files are Sacred

Keep your naming journey files. They're documentation of how we think about Grove:

docs/philosophy/naming-research/
  grove-journey.md                    ← The original Porch discovery
  {feature}-naming-journey.md         ← All naming journeys

These become part of Grove's story.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

35.36%
按下载量换算180

Claude

26.65%
按下载量换算136

Cursor

18.54%
按下载量换算94

Gemini CLI

9.86%
按下载量换算50

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

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

安装前确认

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

来源信息

继续浏览同类 Skills