Skip to content

Conversation

@freddyhaddad
Copy link

Summary

  • Adds "Session management" section to SKILL.md instructing Claude to always use unique descriptive session names
  • Requires --session <name> on every command to ensure commands go to the correct browser
  • Adds context-aware cleanup rules (auto-close for autonomous tasks, ask for user-guided interactions)

Problem: When running parallel browser tasks, they all used the default session and shared one browser instance, causing interference.

Solution: The session isolation mechanism already exists (--session flag), but the skill didn't instruct Claude to use it. This PR adds that guidance.

Test plan

  • Install the updated skill
  • Run multiple parallel browser tasks
  • Verify each task uses a unique session name
  • Verify no browser overlap between parallel tasks

When running parallel browser tasks, the default session caused all
tasks to share one browser instance. This adds guidance instructing
Claude to always use unique descriptive session names and include
the --session flag on every command.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@vercel
Copy link
Contributor

vercel bot commented Jan 23, 2026

@freddyhaddad is attempting to deploy a commit to the Vercel Labs Team on Vercel.

A member of the Team first needs to authorize it.

@freddyhaddad
Copy link
Author

Solves #214

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant