Skip to main content

screenshot-guide

Turn a reference doc, a folder of screenshots, and optional prompts into a published Starter Journey screenshot guide. Use when adding a step-by-step click-through guide to the docs site.

Ir para a instalação

Informações da origem

Repositório
databricks-solutions/starter-journey
Última atividade na origem
7 de setembro de 2026 às 18:03
Idioma detectado do SKILL.md
inglês
Estrelas
4
Forks
3

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
screenshot-guide
version
0.1.0
description
Turn a reference doc, a folder of screenshots, and optional prompts into a published Starter Journey screenshot guide. Use when adding a step-by-step click-through guide to the docs site.
# Screenshot guide authoring You are creating a step-by-step screenshot guide for the Starter Journey docs site. The reader follows console screenshots to complete one setup task. ## Inputs Ask the author for anything missing: - **Reference**: a `.md` describing the task and its steps. - **Screenshots**: a folder of images in step order. - **Prompts** (optional): natural-language or SQL alternatives to UI steps. - **Target**: the doc path under `docs/starter-journey/docs/...` and a guide slug (derive the slug from the filename if not given). ## Before you write 1. Read `docs/STYLE.md`, especially the "Screenshot guides" and Build Log sections. 2. Open the shape to copy: `docs/starter-journey/docs/03-infra-setup/metastore-admins/set-admin-group.mdx` for a single-flow guide, or `docs/starter-journey/docs/05-data-governance-strategy/uc-assets-ownership.mdx` for a multi-part one. 3. Read the reference and view every screenshot. Map each screenshot to a step. ## Build the guide 1. Copy the screenshots into `docs/starter-journey/static/img/<guide-slug>/`, renamed `1.png`, `2.png`, ... in the order they appear. 2. Import `StepGuide`, `Step`, and `StepImage` from `@site/src/components/StepGuide`. 3. Write the `.mdx` in Build Log voice, following the layout in STYLE.md: shared chrome, The big picture, Prerequisites, a `StepGuide` containing one `Step` per action, Verify, Where people trip, and Next. 4. Use `StepImage` for screenshots and provide meaningful `alt` text. Keep steps without screenshots as text-only `Step` elements. 5. For a task with distinct parts, use one `## <imperative>` section and one `StepGuide` per part. Give each guide a unique `idPrefix`. 6. Import and use `PromptBlock` from `@site/src/components/PromptBlock` only where a prompt is a real step or alternative. 7. Register the page in `docs/starter-journey/sidebars.ts` (skip if already present). ## Finish 1. Run the `humanizer` skill over the prose. Fix what it flags. Scan for `—`/`–` and the banned vocabulary in STYLE.md. 2. Bump the guide's top-level section row in `docs/starter-journey/section-freshness.csv` to today's date. 3. From `docs/starter-journey/`, run `npm run build`. Fix any broken links or doc-id errors until it passes.
Ver no GitHub