Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
/plugin marketplace add ReinaMacCredy/maestro/plugin install maestro@maestro-marketplaceThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/creation-steps.mdreferences/safety-verification.mdAnnounce: "I'm using the using-git-worktrees skill to set up an isolated workspace."
| Situation | Action |
|---|---|
.worktrees/ exists | Use it (verify .gitignore) |
worktrees/ exists | Use it (verify .gitignore) |
| Both exist | Use .worktrees/ |
| Neither exists | Check CLAUDE.md → Ask user |
| Not in .gitignore | Add immediately + commit |
| Tests fail | Report failures + ask before proceeding |
# Check existing
ls -d .worktrees worktrees 2>/dev/null
# Verify gitignore (project-local only)
grep -q "^\.worktrees/$" .gitignore
# Create
git worktree add .worktrees/$BRANCH -b $BRANCH
cd .worktrees/$BRANCH
# Setup + verify
npm install # or cargo build, pip install, etc.
npm test # must pass before starting
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.