用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill statgpt-admin-fe-guide-macos命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | statgpt-admin-fe-guide-macos |
| description | >- Use when this capability is needed. |
This skill regenerates the StatGPT Administrator Guide — guides/admin-guide.md plus its
annotated screenshots in guides/content/admin-guide/ — so the prose, the configuration YAML, and
the images all match the current Admin frontend. It exists because doing this by hand is fiddly:
screenshots leak non-sample content, the Chrome debugging banner corrupts captures, badge
placement is easy to get wrong, and the config format in the guide must match what the admin
actually stores (not the snake_case seed files).
The output is a rewritten guide with numbered-step prose whose numbers line up with numbered badges on each screenshot, plus a set of clean, sample-only annotated PNGs.
This skill is driven by three inputs. Ask for any that aren't already given, then confirm them back before doing work:
https://statgpt-admin-frontend.aks.dev.dial.parts). Everything is captured live from
here through the claude-in-chrome MCP.These protect a public docs repo and a shared environment. Re-read them before each capture.
IMF_SDMX21), the sample channel (e.g. StatGPT Sample), and the
"- Sample" datasets. Never let other orgs' content appear (e.g. QH_UAT_SWRE, STATGPT_SDMX30_PROXY,
SwissRe, GTDC, Global Data). If a screen can't be filtered to sample-only (e.g. an "Add datasets to
channel" picker that lists everything and has no source filter), don't screenshot it — describe
it in prose instead. Confirm the exact sample identifiers for the target environment up front.references/annotation.md).Work in a scratch dir (e.g. /tmp/statgpt-admin-guide/{raw,annotated,specs}) and only copy
finished images into the repo at the end. Track progress with a task list.
Drive the admin UI with the claude-in-chrome MCP (load the deferred mcp__claude-in-chrome__*
tools via ToolSearch first; call tabs_context_mcp to get the tab id). Walk the target scope's
screens and compare against the current guides/admin-guide.md: note new nav items, renamed/added
buttons, changed wizards, new columns, and new pages. Produce a short map of what changed so the
rewrite and the screenshot list are grounded in the live UI, not assumptions.
This is the part with the sharp edges. Read references/capture-pipeline.md before starting —
it covers window calibration, the debugging-banner problem, and the two coordinate spaces. The loop
per screenshot:
browser_batch of clicks/types/navigate). Filter
every list to sample content before capturing.hover to a neutral, empty spot so the cursor (which
screencapture includes) isn't covering content.CAP_REGION=<X,Y,W,H> CAP_PYBIN=<python-with-pillow> \
scripts/cap.sh /tmp/statgpt-admin-guide/raw/<name>.png
Capture the set of screens your scope needs (list pages, add wizards, edit/config modals, context
menus, per-dataset Versions / Auto update jobs pages, indexing dialogs, glossary, import modal,
jobs, audit logs). references/config-and-structure.md has the canonical screen inventory and
suggested filenames.
Style is numbered badges + rounded highlight boxes (numbers match the numbered prose steps), with redaction bars for PII. Use the bundled annotator:
<python-with-pillow> scripts/annotate.py spec.json
The spec is JSON with src, dst, optional crop, and boxes / badges / redactions arrays.
Coordinates are measured from the actual captured PNG, and getting this right is the single
biggest source of rework — read references/annotation.md, especially the part about not
trusting downscaled previews (measure from clean, full-resolution crops). Verify every rendered
annotation by viewing it; box columns to their full visible height; keep badges off the content
they label.
Rewrite the in-scope parts of guides/admin-guide.md:
statgpt-backend sample
configs — do not invent values. The seed files are snake_case; the admin stores camelCase. See
references/config-and-structure.md for the field mapping (data source, the dataset dimensions
map, channel + tools). When in doubt, the live "Configure"/"Edit" editor is the source of truth —
read it via Monaco getValue().../learning/administration/README.md, esp. Modules 03a/03b/04/05/06).Verify all referenced images exist; flag now-orphaned old images (don't delete files you didn't create without asking). If the user asks to ship: branch, stage only the guide + images, commit with a Conventional-Commits title, push, and open a PR with the repo's template.
guides/admin-guide.md; images: guides/content/admin-guide/.statgpt-backend/configurations/clients/sample/
(data_sources.yaml, datasets/*.yaml, channels.yaml, tools.yaml, glossaries/*.csv).learning/administration/ (README + numbered modules).scripts/cap.sh (capture) and scripts/annotate.py (annotate).references/capture-pipeline.md — window calibration, the Chrome debugging banner, coordinate
spaces, and the capture protocol. Read before Phase 2.references/annotation.md — the annotator spec, coordinate measurement (and the downscaled-preview
trap), badge/box/redaction conventions. Read before Phase 3.references/config-and-structure.md — seed→admin config field mapping, the guide's section
structure, the screenshot inventory, and learning-course links. Read before Phase 4.Source: epam/statgpt — distributed by TomeVault.