using-grove
Installation
SKILL.md
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.