Claude Code skill see history edit this page

Talks about: , , , and

The repository ships a Claude Code skill that teaches the assistant to author and operate StageSet resources: writing and editing StageSet YAML, wiring a Flux source or a producer like JaaS into staged rollouts, adding typed actions, ready checks, update windows, versioned migrations, and conflict policies, and driving a StageSet with the stagesetctl CLI. With it installed, Claude Code works against the real schema and defaults instead of guessing.

Install the plugin

The skill is packaged as a plugin in a marketplace. Add the marketplace from the repository, then install the plugin:

/plugin marketplace add metio/stageset-controller
/plugin install stageset@stageset

The first command registers the stageset marketplace from this repository; the second installs the stageset plugin from it. Restart Claude Code if prompted, and the skill activates automatically whenever a repository contains StageSet manifests or the stageset-controller is in play.

What the skill knows

The skill treats this site as its source of truth, fetching exact fields and defaults from the API reference , the usage pages, and the CLI reference rather than relying on memory.

Where it lives

The skill source is under skills/stageset/SKILL.md plus a references/reference.md cheat-sheet — and the plugin and marketplace manifests are under .claude-plugin/. Edit those files to change what the assistant knows; the install commands above pull whatever the repository currently ships.