Conversation
Converts browser-use (Python) automation to Stagehand v3 (TypeScript) on Browserbase, choosing the right level of determinism per step rather than a one-to-one agentic copy. - SKILL.md: detect the browser-use variant, decompose the task across the determinism spectrum, emit Stagehand v3 + a migration summary - references/: full API mapping, determinism decision framework, and an optional trace-assisted path (pairs with the browser-trace skill) - GUIDE.md: human migration guide (philosophy, feature mapping, determinism) - PROMPT.md: tool-agnostic docs prompt (works in any AI assistant) - EXAMPLES.md: before/after pairs - README.md (skill): index; root README.md: add to the skills table Targets Stagehand v3 (verified against live docs); validated by running the skill on fresh scripts a clean agent had never seen. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Express determinism purely through Stagehand primitives — cached observe()→act() plus selfHeal/cacheDir/serverCache — instead of falling back to Playwright selectors. Drops all "Playwright" references and page.locator()/page.fill() calls across SKILL.md, GUIDE.md, PROMPT.md, README.md, and the determinism / trace-assisted references. page.goto/page.url stay (Stagehand's own page methods). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Converts browser-use (Python) automation to Stagehand v3 (TypeScript) on Browserbase, choosing the right level of determinism per step rather than a one-to-one agentic copy.
Targets Stagehand v3 (verified against live docs); validated by running the skill on fresh scripts a clean agent had never seen.