用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/aiFabricoCom/fabrico-collections-codex --skill fabrico-reverse-spec命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | fabrico-reverse-spec |
| description | Reverse-engineer a platform-agnostic `SPEC.md` from an authorized running web app. |
Invocation portability:
$fabrico-*below means the discovered entry workflow. Use the unqualified name for repository or filesystem installs and$fabrico-collections:fabrico-*for plugin installs.
Use the user’s current request as the workflow input. Expected context: <url of the running app> [login/scope notes].
Produce a faithful, behavioral SPEC.md for an existing web application by observing it in a real browser — so it
can be rebuilt on a modern stack or ported to mobile. You describe what the app does (screens, data, roles,
flows, integrations), not how its legacy code is written.
Load and follow these before starting:
fabrico-reverse-engineering-spec — the end-to-end capture → spec procedure (and its references/playwright-capture.md).fabrico-task-extracting — for turning observed behavior into well-formed epics and user stories.the user’s request. If no URL is given, or a required area is behind a login you
can't pass, ask the user directly to get the URL / credentials / scope. This is the one true blocker —
don't guess behind auth..mcp.json) and stop.fabrico-reverse-engineering-spec skill: route inventory →
per-screen capture → infer data model, roles, flows, integrations → synthesize features into user stories with
acceptance criteria. For a large app, you may delegate non-overlapping section crawls in batches of at most five
concurrent workers from a user-facing thread, or four when this caller itself has a parent. Every worker returns
evidence to this calling thread and must not spawn another worker.SPEC.md (platform-agnostic, with a Target (fill at build time) section and a
Source mapping appendix), plus legacy-inventory.md, legacy-capture/ (screenshots), and
reverse-spec-notes.md (open questions/assumptions).SPEC.md — compatible with $fabrico-autopilot SPEC.md and $fabrico-modernize SPEC.md.legacy-inventory.md, legacy-capture/, reverse-spec-notes.md — evidence and open questions.reverse-spec-notes.md — do not
invent features, and do not silently drop ones you saw.