Google's official skill for the gws CLI — drive Gmail, Drive, Calendar, Sheets, Docs, Chat and Admin APIs from an agent, with Model Armor screening.
Using Git WorktreesSkill
Summary
Set up an isolated workspace with git worktrees before starting feature work or executing a plan.
Features
- Isolates feature work from the current workspace
- Lets several tasks proceed without branch thrash
- Falls back gracefully when worktrees are unavailable
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
Agents that edit files in your active checkout create a specific kind of anxiety. This skill removes it by establishing an isolated workspace first.
It creates a git worktree for the task, so changes happen on a separate branch in a separate directory, leaving your working copy untouched. Several tasks can run at once without stashing, branch switching, or the risk of half-finished work colliding.
The skill handles setup, dependency installation in the new worktree, and cleanup afterwards, plus a fallback path when native worktree support is not available in the environment.
Part of the Superpowers collection.
Related Skills
Netlify's official skill for zero-config managed Postgres — querying from Functions, Drizzle setup, migrations and per-preview database branches.
Official WordPress skill for Gutenberg block work: block.json, attributes and serialization, dynamic rendering, and the deprecation path that keeps existing content valid.
Persistent cross-session memory for coding agents: hooks capture each session, a local SQLite + vector store compresses it, and a mem-search skill reads it back.
