From 08d3646acec3ed81467bdd017227f5b0901fda12 Mon Sep 17 00:00:00 2001 From: mkorwel Date: Wed, 18 Mar 2026 22:06:46 -0700 Subject: [PATCH] fix(workspaces): add missing frontmatter to SKILL.md for discovery --- .gemini/skills/workspaces/SKILL.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gemini/skills/workspaces/SKILL.md b/.gemini/skills/workspaces/SKILL.md index ea0c78f96f..500b266c8b 100644 --- a/.gemini/skills/workspaces/SKILL.md +++ b/.gemini/skills/workspaces/SKILL.md @@ -1,3 +1,8 @@ +--- +name: workspaces +description: Expertise in managing and utilizing Gemini Workspaces for high-performance remote development tasks. +--- + # Gemini Workspaces Skill This skill enables the agent to utilize **Gemini Workspaces**—a high-performance, persistent remote development platform. It allows the agent to move intensive tasks (PR reviews, complex repairs, full builds) from the local environment to a dedicated cloud worker. @@ -24,6 +29,6 @@ This skill enables the agent to utilize **Gemini Workspaces**—a high-performan 3. **Check Status**: Poll the progress using `npm run workspace:check ` or see the global state with `npm run workspace:status`. ## ⚠️ Important Constraints -- **Absolute Paths**: Always use absolute paths (e.g., `/home/node/...`) when orchestrating remote commands. +- **Absolute Paths**: Always use absolute paths (e.g., `/mnt/disks/data/...`) when orchestrating remote commands. - **Be Behavioral**: Prioritize results from live execution (behavioral proofs) over static reading. - **Multi-tasking**: Remind the user they can continue chatting in the main window while the heavy workspace task runs in the separate terminal window.