Skip to content
Поверхность: CliСтабильность: Public StableЗрелость: StableИсходник

plugin-kit-ai generate

Сгенерировано из реального Cobra command tree.

Собирает нативные артефакты целевых платформ из package graph.

plugin-kit-ai generate

Собирает нативные артефакты целевых платформ из package graph.

Описание

Собирает нативные артефакты целевых платформ из package graph, используя канонический src/plugin.yaml и стандартные authored directories.

Claude and Codex runtime/package lanes generate their managed native artifacts from the package graph. Gemini generation always produces the native extension package artifacts and may also carry the optional Go runtime lane when the authored project includes it; that lane now exposes a production-ready 9-hook runtime surface, but it still does not imply blanket runtime parity for future hooks beyond the promoted contract. OpenCode generation is workspace-config-only: it produces opencode.json plus mirrored skills, commands, agents, themes, local plugin code, and plugin-local package metadata without introducing a launcher/runtime contract. Cursor generation now defaults to the packaged plugin lane: it produces .cursor-plugin/plugin.json plus managed skills/ and optional .mcp.json from canonical portable inputs. Use target cursor-workspace only when you intentionally need repo-local .cursor config generation and mirrored .cursor/rules/**.

plugin-kit-ai generate [path] [flags]

Опции

      --check           fail if generated artifacts are out of date
  -h, --help            справка по generate
      --target string   generate target ("all", "claude", "codex-package", "codex-runtime", "gemini", "opencode", "cursor", or "cursor-workspace") (default "all")

См. также

  • plugin-kit-ai - CLI plugin-kit-ai для создания проектов и служебных операций вокруг AI-плагинов.

Публичная документация для авторов плагинов и интеграторов.