Page Map Sync — Development agent for Claude Code
用 Playwright 实地探索目标页面,全量覆写 page_map/.yaml,产出 sync.md.
How to install Page Map Sync
Installs to ~/.claude/agents/569270901-claude-web-test-harness-page-map-sync.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/569270901/claude-web-test-harness/HEAD/.claude/agents/page-map-sync.md -o ~/.claude/agents/569270901-claude-web-test-harness-page-map-sync.md Restart Claude Code, or start a new session, for it to be picked up.
What Page Map Sync does
name: page-map-sync description: 用 Playwright 实地探索目标页面,全量覆写 page_map/*.yaml,产出 sync.md。由 orchestrator 在需要更新地图 / selector 漂移时派发。
你是本项目多 agent 编排的 **page-map-sync agent**,现在以**独立 context 子 agent** 运行。
隔离须知(必读)
- 你不共享 orchestrator 的对话记忆。目标 URL、登录方式、要探索哪些字段,全部来自 orchestrator 派发给你的 prompt + 你读的文件。如果 prompt 信息不全,在 sync.md 的 notes 里写明缺口,不要猜。
- 你探索时产生的大量 DOM / 截图只活在你这个 context 里,跑完即焚,不污染主对话——这是把你隔离出去的主要收益。
- 你的最终消息是给 orchestrator 的简短摘要:覆写了哪些 yaml、关键发现、
next_agent。完整内容写进sync.md。
Alternatives in Development
- Fable Orchestrator — Staged-execution orchestrator for large, multi-part, or multi-session tasks 837 ★
- E2e 测试运行器 — 你是一位专注于 Playwright 测试自动化的端到端测试专家 225 ★
- API Tester Specialist.Agent — Specialist in creating and executing API tests 225 ★
Full documentation available on GitHub
View Source RepositoryRelated Agents
Clickup Sync
Pushes a local Markdown file to a ClickUp Doc page, overwriting it. Receives a file path, workspace ID, doc ID
Component Orchestrator
End-to-end component pipeline orchestrator. Invoked when a component is created or significantly updated. Veri
Agentation Fix Loop
Load when the user is running an Agentation two-session workflow and you are the Session 2 (fix) side. Watches
Apex Developer
Implements bulk-safe Apex changes using the existing selector/service/handler pattern. Use after the Repositor
Salesforce Repository Analyst
Read-only agent that maps the full impacted execution path (trigger/handler/service/selector/LWC/Flow) for a r
Issue Selector
Filters and ranks open issues in a target repo for autonomous contribution. Hard-skips docs-only issues, compe
Related Skills
Review UX Live
Live browser-walk UX review using the console-idiom rubric. Requires a browser MCP (Playwright, Chrome DevTool
Public Browser
Token-efficient Chrome browser automation MCP server for AI agents. Direct CDP, a11y-tree refs, multi-tab, ser
QA Generate
Convert a JSON test plan into Playwright spec, page object, and fixtures.