Expand description
plugins CLI command group: list, show, validate, and generate plugins.
PluginsCommands enumerates the subcommands; execute dispatches each
to its submodule and renders the result. Output payload types live in
types.
Copyright (c) systemprompt.io — Business Source License 1.1. See https://systemprompt.io for licensing details.
Modules§
- generate
- Generation of Claude Code plugin output from
config.yamldefinitions. - list
core plugins listcommand scanning plugin configs.- show
core plugins showcommand for one plugin config.- types
- Serializable output payloads for the
pluginscommand group. - validate
plugins validatesubcommand.