Skip to content

docs: use short-form skill commands in README examples - #1

Merged
Droniu merged 1 commit into
mainfrom
chore/readme-short-form-commands
Jul 19, 2026
Merged

docs: use short-form skill commands in README examples#1
Droniu merged 1 commit into
mainfrom
chore/readme-short-form-commands

Conversation

@Droniu

@Droniu Droniu commented Jul 19, 2026

Copy link
Copy Markdown
Owner

Summary

The README documented plugin skills by their fully-qualified names (/council:council), which look redundant and aren't what users actually type. This PR switches all command examples to the short forms (/council, /ship, /coderabbit-triage) and adds one line explaining when the qualified form is needed.

Context

Claude Code namespaces plugin skills as plugin:skill, and every bro-code plugin ships a single skill named after itself, producing doubled display names. Testing against a local marketplace install confirmed that bare short-form commands resolve to the plugin skill whenever no other skill claims the name — including with no local skills-dir shadow present. The qualified form remains valid everywhere and handles collisions, so it stays documented as the fallback.

Test plan

  • claude plugin validate --strict on the marketplace manifest and all four plugins
  • Portability scan (grep for machine-specific facts in plugins/) — clean
  • markdownlint-cli2 "**/*.md" — 0 issues
  • Short-form resolution verified empirically: /council resolves to the installed plugin skill with the local skill absent; unknown commands error as control

Short-form invocation (/council, /ship) is the real daily UX — verified
empirically that bare names resolve to plugin skills when unambiguous.
The fully-qualified forms stay documented as the disambiguation fallback.
@Droniu
Droniu merged commit 08dc373 into main Jul 19, 2026
2 checks passed
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.

1 participant