mirror of https://github.com/garrytan/gstack.git
Default browse skill to Sonnet to save tokens
The browse skill only orchestrates CLI commands — no heavy reasoning needed. Adding `model: sonnet` to both browse SKILL.md files prevents burning Opus tokens on simple navigation, clicking, and screenshot tasks. Closes #8 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
044c6d568e
commit
e7916d9c90
1
SKILL.md
1
SKILL.md
|
|
@ -7,6 +7,7 @@ description: |
|
|||
inspect CSS/DOM, capture console/network logs, and more. ~100ms per command after
|
||||
first call. Use when you need to check a website, verify a deployment, read docs,
|
||||
or interact with any web page. No MCP, no Chrome extension — just fast CLI.
|
||||
model: sonnet
|
||||
allowed-tools:
|
||||
- Bash
|
||||
- Read
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ description: |
|
|||
inspect CSS/DOM, capture console/network logs, and more. ~100ms per command after
|
||||
first call. Use when you need to check a website, verify a deployment, read docs,
|
||||
or interact with any web page. No MCP, no Chrome extension — just fast CLI.
|
||||
model: sonnet
|
||||
allowed-tools:
|
||||
- Bash
|
||||
- Read
|
||||
|
|
|
|||
Loading…
Reference in New Issue