mirror of
https://github.com/pulumi/agent-skills.git
synced 2026-09-14 20:16:47 +08:00
d083ad2cc8
* Add combined pulumi plugin for one-install marketplace distribution The Claude marketplace 'pulumi' entry now points at a combined plugin defined at the repo root, whose skills field bundles the authoring, migration, and delegation skill groups. A single '/plugin install pulumi' covers all 14 end-user skills; granular plugins remain for subset installs. Also adds the official square logo asset for marketplace listings, raises pulumi-delegation to three Codex starter prompts, and updates the install docs. * Review fixes: version 2.0.0 + displayName, doc counts, missing skill listing Bump the combined plugin to 2.0.0 since it replaces the granular 'pulumi' plugin (also 1.0.0) with different contents, and add a displayName. Fix the README wording that implied pulumi-package- maintenance is part of the combined plugin. Correct stale skill counts (migration 4 to 5, pulumi 7 to 8) and list pulumi-debug-failed-operation in both docs; it was missing from README and AGENTS.md. * Reword combined plugin description to say what Pulumi is * Add HCL to the combined plugin language list * Extend the combined pulumi plugin to Codex with a root .codex-plugin manifest The Codex catalog still pointed the pulumi entry at ./pulumi (8 skills) while the Claude marketplace pointed it at ./ (14 skills), so the same plugin name installed different contents per ecosystem. Add a root .codex-plugin/plugin.json mirroring the combined Claude manifest and point the catalog at ./. Verified with codex-cli 0.146.0: the skills array registers all 14 skills under the pulumi namespace (checked via codex debug prompt-input). Manifest tests now cover the root manifests and accept both string and array skills fields.