feat: add /grove-grep AI agent skill for authoring GREPs#522
Merged
Conversation
Adds a project-level Claude Code skill at .claude/skills/grove-grep/SKILL.md that guides users through writing a Grove Enhancement Proposal interactively. The skill leads a structured dialogue section by section, writes the proposal file incrementally as each section is confirmed, and supports continuing work on an existing GREP. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
… .agents/skills Instead of symlinking individual skill files, link the entire .claude/skills directory to .agents/skills so any future skill added under .agents/skills is automatically available to Claude Code. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
gflarity
approved these changes
Apr 20, 2026
danbar2
approved these changes
Apr 26, 2026
This was referenced May 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/grove-grepskill at.agents/skills/grove-grep/SKILL.mdfor AI coding agents (Claude Code, Cursor, Copilot, etc.).claude/skillsis a directory-level symlink to.agents/skills, so any skill added under.agents/skills/is automatically available to Claude Code — no per-skill wiring needed/grove-grepstarts an interactive dialogue that guides the user through writing a Grove Enhancement Proposal (GREP) section by sectionHow it works
/grove-grepin their AI coding agentmdtocto keep the TOC current after each updateAgent compatibility
Skills live in
.agents/skills/— a neutral location not tied to any specific AI tool. Claude Code resolves them via the.claude/skills→.agents/skillsdirectory symlink. Other agents can be wired up to.agents/skills/similarly as their ecosystems mature.Ref issue #368
🤖 Generated with Claude Code