mk:browse — removed
The mk:browse skill was retired in this release. All browser automation is now handled by mk:agent-browser.
Migration
See the migration guide bundled with the agent-browser skill: .claude/skills/agent-browser/references/migrating-from-browse.md. It covers verb-to-verb mapping ($B goto → agent-browser open, $B snapshot -i → agent-browser snapshot -i, etc.), recipes for capabilities agent-browser doesn't ship natively (responsive screenshots, link enumeration, performance timing), and a developer-machine runbook for handoff/CAPTCHA/MFA flows that previously used $B handoff.
Why
mk:browse and mk:agent-browser covered overlapping use cases. Consolidating onto one skill removes the routing decision between them and reduces maintenance surface.
What changed
mk:browseSKILL.md and references removed.- Catalog entries dropped from
SKILLS_INDEX.mdand.meowkit.manifest.json. - Historical attribution preserved in
SKILLS_ATTRIBUTION.mdunder the## Removedsection. - Cross-skill callers (
mk:qa,mk:office-hours,mk:fix,mk:evaluate,mk:chom,mk:agent-detector,mk:sprint-contract,mk:retro,mk:qa-manual,mk:ui-ux-designer,mk:evaluator) now usemk:agent-browserdirectly or paste the relevant recipe from the migration guide.