Skip to content

Split the plugin install into two code blocks - #24

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 Claude Code plugin install was written as a single fenced block holding both slash
commands. Claude Code takes one slash command per prompt, so the block's copy button hands
you something you cannot paste and run: the second line either gets swallowed or submitted
as an argument to the first. Splitting it gives each command its own block and its own copy
button, with a line of prose between them saying what the second one does.

Changed in README.md and docs/install.md, the two places that show the pair. Wording
shifted from "those two lines" to "those two commands" to match. No behaviour, no version
bump: documentation only.

How you know it works

uv run python scripts/validate.py passes (frontmatter, template invariants, manifest
versions). Read both files back as rendered markdown: two blocks, one command each, prose
between them, and the surrounding auto-update tip untouched. Nothing outside the two
markdown files is in the diff, so the test suite and smoke test have nothing to say about
it.

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

Claude Code runs one slash command at a time, so a single block holding both
/plugin lines cannot be copied and run as one paste. Give each command its own
block in the README and docs/install.md.
@glukicov
glukicov merged commit 325972b into main Sep 1, 2026
3 checks passed
@glukicov
glukicov deleted the claude/plugin-installation-code-blocks-2mhpqh branch September 1, 2026 15:26
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