feat: add browser interaction guidance to CLAUDE.md

Prevents Claude from using mcp__claude-in-chrome__* tools instead of /browse.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Garry Tan
2026-03-13 19:45:42 -05:00
parent 04ce0a613f
commit 6345bb0aa2
+7
View File
@@ -27,6 +27,13 @@ gstack/
└── package.json # Build scripts for browse
```
## Browser interaction
When you need to interact with a browser (QA, dogfooding, cookie setup), use the
`/browse` skill or run the browse binary directly via `$B <command>`. NEVER use
`mcp__claude-in-chrome__*` tools — they are slow, unreliable, and not what this
project uses.
## Deploying to the active skill
The active skill lives at `~/.claude/skills/gstack/`. After making changes: