Skip to content

docs: nudge agents to read matching domain skills#320

Merged
Alezander9 merged 1 commit intobrowser-use:mainfrom
MinJaeLee1:docs/hermes-domain-skills-nudge
May 7, 2026
Merged

docs: nudge agents to read matching domain skills#320
Alezander9 merged 1 commit intobrowser-use:mainfrom
MinJaeLee1:docs/hermes-domain-skills-nudge

Conversation

@MinJaeLee1
Copy link
Copy Markdown
Contributor

@MinJaeLee1 MinJaeLee1 commented May 7, 2026

Summary

  • Add the requested one-sentence prompt to SKILL.md so agents that load the main skill consult the matching site-specific domain skill directory before inventing an approach.
  • Keep the instruction gated on BH_DOMAIN_SKILLS=1, matching the existing opt-in behavior.

Closes #155

Verification

  • Confirmed 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.
  • python3 markdown/frontmatter sanity check for SKILL.md
  • PYTHONDONTWRITEBYTECODE=1 python -m pytest -q -p no:cacheprovider tests → 93 passed
  • python -m build --outdir /tmp/browser-harness-pr-dist . → wheel and sdist built successfully

Summary by cubic

Add a one-line instruction to SKILL.md directing agents that when BH_DOMAIN_SKILLS=1 and a task is site-specific, they should read every file in the matching agent-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.

@browser-harness-review
Copy link
Copy Markdown

browser-harness-review Bot commented May 7, 2026

✅ Skill review passed

Reviewed 1 file(s) — no findings.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 1 file

@MinJaeLee1 MinJaeLee1 force-pushed the docs/hermes-domain-skills-nudge branch from f9d8151 to 226876d Compare May 7, 2026 12:16
@Alezander9 Alezander9 merged commit d453658 into browser-use:main May 7, 2026
2 checks passed
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.

Hermes Agent integration: domain-skills aren't indexable; main SKILL.md rule is lazy-loaded

2 participants