Description
docs/cli-reference.mdx:51 says:
| Command |
Purpose |
skills |
List and read bundled Webcmd agent skills. |
There is no skills read subcommand. The actual subcommands are:
| Subcommand |
Registered at |
skills list |
src/cli.ts:858 |
skills add |
src/cli.ts:873 |
skills update |
src/cli.ts:894 |
skills remove |
src/cli.ts:909 |
The in-code description at src/cli.ts:845 is "List, add, update, and remove bundled Webcmd skills".
Impact
webcmd skills add is the second command in the README Quick Start (README.md:50), in docs/index.mdx:14, and in docs/quickstart.mdx:19 — it is the install step every new user runs. It does not appear anywhere in the command reference, while a nonexistent "read" capability does.
Suggested fix
Change the skills row to "List, add, update, and remove bundled Webcmd agent skills." Consider listing the four subcommands explicitly, since skills add is part of onboarding.
Description
docs/cli-reference.mdx:51says:skillsThere is no
skills readsubcommand. The actual subcommands are:skills listsrc/cli.ts:858skills addsrc/cli.ts:873skills updatesrc/cli.ts:894skills removesrc/cli.ts:909The in-code description at
src/cli.ts:845is "List, add, update, and remove bundled Webcmd skills".Impact
webcmd skills addis the second command in the README Quick Start (README.md:50), indocs/index.mdx:14, and indocs/quickstart.mdx:19— it is the install step every new user runs. It does not appear anywhere in the command reference, while a nonexistent "read" capability does.Suggested fix
Change the
skillsrow to "List, add, update, and remove bundled Webcmd agent skills." Consider listing the four subcommands explicitly, sinceskills addis part of onboarding.