using-grove
I'm using the using-grove skill to create an isolated workspace with warm build state.
Workflow
Step 1: Verify Grove is initialized
test -f "$(git rev-parse --show-toplevel)/.grove/config.json"
If .grove/config.json is not found: Grove is not initialized in this repo. Use the grove:grove-config skill to set it up first.
Step 2: Verify grove CLI is installed
command -v grove
If not found: Grove CLI is not installed. See https://github.com/chrisbanes/grove for installation instructions.
More from chrisbanes/grove
grove-doctor
Use when something in the Grove setup is not working as expected, or when a user asks to diagnose or troubleshoot their Grove installation
9grove-multi-agent
Use when multiple independent tasks need to be executed in parallel, each in an isolated workspace with warm build state
9finishing-grove-workspace
Use when implementation is complete, all tests pass, and the agent is operating inside a Grove workspace that needs to be resolved or cleaned up
9grove-init
Use when setting up Grove for a repository that does not yet have a `.grove/config.json`, or when a user asks to initialize Grove in their project
4grove-config
Use when configuring Grove for a repository that does not yet have a `.grove/config.json`, or when a user asks to configure Grove in their project
3