Skip to content

Prepared reference; not released. Exact source.

Prepared reference only; not a public release.

plugin-kit-ai skills validate

Validate immediate Skills and package readiness using the embedded profile; no execution

Synopsis

Validate immediate Skills and package readiness using the embedded profile; no execution

The package path is the exact standard root containing plugin.json; omission uses only the current directory. No ancestor search. Description is required explicitly for init; no prompts, inferred authors or identity normalization. Validate reports package-wide readiness and isolated immediate Skills; scripts, references, assets and allowed-tools are not execution or authorization evidence.

plugin-kit-ai skills validate [package-path] [flags]

Examples

  plugin-kit-ai skills init docs-helper ./package --description 'Use for documentation requests'
  agentplugins author skills validate ./package
  plugin-kit-ai skills validate

Options

  -h, --help           help for validate
      --include-root   disclose the explicitly selected package root

Options inherited from parent commands

      --dry-run         show the plan without changes (supported commands only)
      --format string   output format: human or json (default "human")
      --no-color        disable color output
      --target string   target clients, comma-separated (supported commands only)

SEE ALSO

Public docs for plugin authors and integrators.