docs: document the skills subcommands in the CLI reference - #200
Open
rajarshidattapy wants to merge 3 commits into
Open
docs: document the skills subcommands in the CLI reference#200rajarshidattapy wants to merge 3 commits into
rajarshidattapy wants to merge 3 commits into
Conversation
Contributor
🟢 No documentation gap found — medium confidenceThe automated review found no documentation gap in the supplied changes. This review is advisory and does not block merging. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes #199
Adds a Skills section to
docs/cli-reference.mdxdocumenting the fourskillssubcommands and the flags that controlskills add.webcmd skills addis the second command in the README Quick Start,docs/index.mdx, anddocs/quickstart.mdx— the install step every new user runs — but the command reference never showed it, or the other three subcommands, or any of their flags.Everything in the new section is taken from the registrations rather than paraphrased:
skills list/add/update/removesrc/cli.ts:857,:872,:893,:908--scope <user|project>normalizeScope,src/skills.ts:162-165(globalandlocalare accepted aliases)--provider <agents|codex|claude>src/cli.ts:875resolveSkillAddOptions,src/cli.ts:96-116--jsonisInteractiveSkillAdd,src/cli.ts:92-94That last row is the practically useful one and was not written down anywhere: an agent or CI job running
skills addnon-interactively needs to know it will not block on a prompt.Placed between Plugins and External CLIs, since plugins and skills are the two extension surfaces on the page.
Stacking
This branch is based on
fix/cli-reference-missing-commands, not onmain, because that branch already corrects theskillsrow in the Top-Level Commands table ("List and read…" → "List, add, update, and remove…"). Branching frommainwould have touched the same line twice across two PRs.main, it shows +17 / -1, because it carries the base branch's table changes too.Please merge the base PR first. If you would rather have one self-contained PR, say so and I will rebuild this against
mainwith both changes and close the other.Related issue:
Type of Change
Checklist
Notes on the checklist:
.mdxfile; no code, tests, or generated artifacts are touched. Each claim was verified against its registration insrc/rather than by running the suite.src/docs-sync-review.tslistsdocs/cli-reference.mdxas a watched path only.Adapter Notes
Not applicable — no adapter is added or modified in this PR.
CliErrorsubclasses instead of rawErrorScreenshots / Output
Diff against the base branch — one file, +13: