Skip to content
Surface: CliStability: Public StableMaturity: StableSource

plugin-kit-ai skills init

Généré à partir de l'arbre réel de commandes Cobra.

Create a canonical SKILL.md skill package

plugin-kit-ai skills init

Create a canonical SKILL.md skill package

plugin-kit-ai skills init [skill-name] [flags]

Examples

  plugin-kit-ai skills init lint-repo --template go-command
  plugin-kit-ai skills init format-changed --template cli-wrapper --command "ruff format ."
  plugin-kit-ai skills init review-checklist --template docs-only

Options

      --command string       default command for cli-wrapper template (default "replace-me")
      --description string   skill description
  -f, --force                overwrite existing authored files
  -h, --help                 help for init
  -o, --output string        project root containing skills/ (default ".")
      --template string      template ("go-command", "cli-wrapper", "docs-only") (default "go-command")

SEE ALSO

  • plugin-kit-ai skills - Experimental skill authoring tools

Documentation publique pour les auteurs de plugins et les intégrateurs.