Skip to content

Give each install path its own heading in the README - #25

Merged
glukicov merged 1 commit into
mainfrom
claude/plugin-installation-code-blocks-2mhpqh
Sep 1, 2026
Merged

glukicov merged 1 commit into
mainfrom
claude/plugin-installation-code-blocks-2mhpqh

Conversation

@glukicov

@glukicov glukicov commented Sep 1, 2026

Copy link
Copy Markdown
Owner

What this changes, and why

The Install section led each of its three paths with a bold sentence fragment
(**Claude Code.**, **Any agent with the skills CLI**, **Codex, Copilot CLI, OpenCode**). Bold text is not structure: the section reads as one block of prose, GitHub's
sidebar outline shows a single "Install" entry, and there is no anchor to link someone
straight to the path they need.

Each path is now an h3, with the trailing qualifier moved into the sentence underneath so
the heading stays a name rather than half a sentence. ## Install and its #install
anchor are unchanged, so the header nav link still lands in the right place, and the h3s
sit at the same level as the ### 💬 prompt callouts further down.

Documentation only: no code, no version bump.

How you know it works

uv run python scripts/validate.py passes. Read the section back as rendered markdown:
three headings, the code blocks and the auto-update note untouched, and the same content in
the same order as before.

Checks that are easy to miss

  • No new import in skills/slideops/scripts/. Those two files run on a stranger's bare
    python3 with nothing installed, and CI has a job that proves it.
  • dist/skill-demo.pdf is not in the diff. It is a release asset, not a tracked file,
    and a plugin pays to download the tree on every update.
  • No em dashes in prose. skills/slideops/references/style-guide.md has the
    replacements.

Generated by Claude Code

The Install section led each path with a bold sentence fragment, which reads
as one wall of prose and leaves nothing for the sidebar outline to link. Make
the three paths h3 headings and move the qualifier into the sentence below.
@glukicov glukicov closed this Sep 1, 2026
@glukicov glukicov reopened this Sep 1, 2026
@glukicov
glukicov merged commit 680ba5b into main Sep 1, 2026
6 checks passed
@glukicov
glukicov deleted the claude/plugin-installation-code-blocks-2mhpqh branch September 1, 2026 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants