Prepared reference; not released. Exact source.
Prepared reference only; not a public release.
plugin-kit-ai skills init
Atomically add one Skill to an absent skills/<name> destination
Synopsis
Atomically add one Skill to an absent skills/<name> destination
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 init <name> [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 validateOptions
--description string required explicit Skill description (1–1024 characters)
-h, --help help for init
--include-root disclose the explicitly selected package rootOptions 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
- plugin-kit-ai skills - Create and validate standard package Skills