feat: add grove-user-guide AI agent skill for authoring user docs#589
Merged
shmuel-runai merged 2 commits intoMay 10, 2026
Merged
Conversation
Adds an interactive agent skill that guides AI coding agents through writing or updating Grove user guides in docs/user-guide/, ensuring consistent structure, terminology, and style. Ref ai-dynamo#588 Co-authored-by: Cursor <cursoragent@cursor.com>
danbar2
approved these changes
May 7, 2026
athreesh
approved these changes
May 7, 2026
athreesh
left a comment
There was a problem hiding this comment.
looks good overall. this mirrors the /grove-grep flow nicely, and the section-by-section confirmation/write loop is the right guardrail for docs authored with agents.
left one non-blocking note on tightening the numbered tutorial-series branch. the standalone guide path is clear.
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.
/kind feature
Ref #588
Summary
/grove-user-guideskill at.agents/skills/grove-user-guide/SKILL.mdfor AI coding agents (Cursor, Claude Code, Copilot, etc.)/grove-user-guidestarts an interactive dialogue that guides the user through writing a Grove user guide section by sectionstyle-reference.mdwith Grove-specific formatting rules, terminology conventions, and YAML example guidelines aligned with the Kubernetes documentation style guideHow it works
/grove-user-guidein their AI coding agentdocs/user-guide/matching the topicAgent 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 similarly.Similar to the existing
/grove-grepskill (#522) which standardized GREP authoring.Made with Cursor