소스 정보
- 저장소
- tomevault-io/skills-registry
- 최근 소스 활동
- 2026년 7월 3일 19:45
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/skills-registry --skill statgpt-admin-fe-guide-macos명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
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.