用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/wix/skills --skill rp-source-evidence命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | rp-source-evidence |
| description | Produce fresh browser-derived source evidence and implementation contracts for a headless clone. |
Load this resource only after project context is valid and when source evidence is missing or stale. It owns extraction and generated planning artifacts; it does not implement the clone.
Read references/workflow.md, references/extraction-schema.md,
references/interaction-runtime-contract.md,
references/layout-blueprint-contract.md,
references/control-and-visual-fidelity-contract.md, and
references/ui-normalization-contract.md.
Run site-clone.mjs using the active mode and refresh canonical docs/site-clone/
artifacts before generating new ones. Emit stage-level progress. Browser extraction is
mandatory: capture source screenshots at required viewports and use browser evidence for
shared chrome and first-viewport content, not SEO metadata or an HTML-only fallback.
Resolve the home page before capture. This resource implements home scope only; do not accept explicit additional URLs or silently run the previous multi-page artifact flow. An ambiguous or unreachable home identity is a global blocker with an exact unblock action.
Capture observations, then project and freeze the source-of-truth tree under
docs/site-clone/extraction/<capture-id>/: page resolution/capture, foundation, metadata,
shared chrome, recursively owned section/component specs, gap records, spec index, and the
immutable extraction manifest. Write extraction/latest.json as the stable pointer. The
builder receives only the manifest-derived build plan, never observations or the source.
Preserve evidence rather than inference: source @font-face tuples and files, exact logo
variants/rendered dimensions, structured navigation hierarchy, visible hero text, repeaters,
core interaction scenes and timelines, background-media roles, composition geometry, and
responsive behavior. Safe probing is public/unauthenticated and presentation-only; block and
record navigation, forms, commerce/account actions, mutation, and unclassified controls.
Local gaps never block unrelated units. Use at most two distinct targeted recovery attempts, then freeze the affected dependency closure provisionally with explicit assumptions and omissions. Only a global blocker prevents manifest freeze. Once the manifest passes integrity verification, return to the root supervisor so it can load implementation instructions.