docs: nudge agents to read matching domain skills#320
Merged
Alezander9 merged 1 commit intobrowser-use:mainfrom May 7, 2026
Merged
docs: nudge agents to read matching domain skills#320Alezander9 merged 1 commit intobrowser-use:mainfrom
Alezander9 merged 1 commit intobrowser-use:mainfrom
Conversation
✅ Skill review passedReviewed 1 file(s) — no findings. |
f9d8151 to
226876d
Compare
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.
Summary
SKILL.mdso agents that load the main skill consult the matching site-specific domain skill directory before inventing an approach.BH_DOMAIN_SKILLS=1, matching the existing opt-in behavior.Closes #155
Verification
agent-workspace/domain-skills/currently has 94 site directories; largest single site directory has 4 files, so this reads only the relevant site's bounded files.python3markdown/frontmatter sanity check forSKILL.mdPYTHONDONTWRITEBYTECODE=1 python -m pytest -q -p no:cacheprovider tests→ 93 passedpython -m build --outdir /tmp/browser-harness-pr-dist .→ wheel and sdist built successfullySummary by cubic
Add a one-line instruction to
SKILL.mddirecting agents that whenBH_DOMAIN_SKILLS=1and a task is site-specific, they should read every file in the matchingagent-workspace/domain-skills/<site>/directory before choosing an approach. Keeps domain skills opt-in and nudges use of per-site playbooks.Written for commit 226876d. Summary will update on new commits.