Skip to content

Agent Plugin CompilerAuthor once. Validate the graph. Generate every host manifest.

Build self-contained agent skill plugins from one explicit authored source, with deterministic output for Claude, Codex, Copilot, Gemini, and Kimi.

Agent Plugin Compiler mark

A build step for agent skills

Agent skills often start as Markdown files, but a publishable plugin also needs dependency instructions, catalog metadata, lifecycle rules, and host-specific manifests. Maintaining those copies by hand makes incomplete installations and silent drift easy.

Agent Plugin Compiler moves that coordination into a repeatable build:

text
plugin/plugin.yml + plugin/skills/**


        validate → generate → check


      skills/** + provider manifests

The current public contract is 0.1.0-alpha.4.

bash
npm install --save-dev --save-exact \
  @fam-tung-lam/ptlam-agent-plugin-compiler@next

npm exec -- plugin-compiler init
npm exec -- plugin-compiler validate
npm exec -- plugin-compiler generate
npm exec -- plugin-compiler check

Understand the workflow →

Released under the MIT License.